bing.com
China’s AI is getting cheaper and stronger but Satya Nadella says US still has one big advantagehttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d931d8a17438fa63fcb6214c8a166&url=https%3A%2F%2Fwww.msn.com%2Fen-in%2Fnews%2Fworld%2Fchina-s-ai-is-getting-cheaper-and-stronger-but-satya-nadella-says-us-still-has-one-big-advantage%2Far-AA28NreX&c=17356899818688788156&mkt=en-usThe US-China AI race extends beyond powerful models, with trust and ecosystem strength giving the US an edge, says Microsoft CEO Satya Nadella amid rising Chinese AI innovations.Jul 27, 2026 10:36 AM
bing.com
NFLPA scraps “60-day rule” that allowed agents to solicit players who have representationhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d1536722348a5bb304a09bc718289&url=https%3A%2F%2Fwww.nbcsports.com%2Fnfl%2Fprofootballtalk%2Frumor-mill%2Fnews%2Fnflpa-scraps-60-day-rule-that-allowed-agents-to-solicit-players-who-have-representation&c=7770006610667192209&mkt=en-usThe NFL Players Association has made a significant change to the NFLPA Regulations Governing Contract Advisors. And it will keep pending free agents from being pestered by agents who would like to ...Jul 27, 2026 8:48 AM
con-dog.github.io
Show HN: Watch 14-Byte AI "brains" attempt to solve a 2D maze (Its hard)https://con-dog.github.io/MINIMIO-PUBLIC-FRONTEND/Hey HackerNews,I built this project over the last few weeks as a palette cleanser from a failed game launch.I wanted to learn a bit about AI/Neural-Networks and naively thought I could build a tiny maze-solving AI in a weekend with a 100% solve rate.Well - I couldn't, but I got pretty close. 14 Bytes total model size, and a 96.5% solve rate on unseen mazes. Trained across 46 phases experimenting with different ideas to improve the model (better performance, smaller size).Its quite fun to watch the model attempt to solve the maze, when they fail its usually due to getting stuck in a loop. The models have no access to coordinates, map-data, or external memory scratches - they must navigate using only immediate local neighbourhood observations.There is a model dropdown and you can see how the model has progressed over each phase, constantly getting smaller and increasing its solve rate. Total trained models number in the thousands - I just expose the winning models from each phase.OverallJul 27, 2026 7:15 AM
bing.com
Renée Richards defeated a tennis trans ban in the 1970s. Now she supports it.http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d97078bf143b3859255d1d0a74b88&url=https%3A%2F%2Fwww.msn.com%2Fen-us%2Fsports%2Ftennis%2Fren%25C3%25A9e-richards-defeated-a-tennis-trans-ban-in-the-1970s-now-she-supports-it%2Far-AA28Mk6I&c=15392152828392789263&mkt=en-usRenee Richards is the only openly transgender player in tennis history. A new biography explores Richards' legacy and debate around trans athletes.Jul 27, 2026 6:20 AM
bing.com
Microsoft escalates the AI security race with ‘Project Perception’ and a new in-house modelhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d93bb178249bf8412912a109e3bdb&url=https%3A%2F%2Fwww.geekwire.com%2F2026%2Fmicrosoft-escalates-the-ai-cybersecurity-race-with-project-perception-and-a-new-in-house-model%2F&c=5783746851403023465&mkt=en-usMicrosoft on Monday unveiled Project Perception, an AI cybersecurity system built to defend against AI-driven attacks, aiming to keep pace with both hackers and its technology rivals. It’s part of a ...Jul 27, 2026 5:56 AM
bing.com
Microsoft escalates the AI security race with ‘Project Perception’ and a new in-house modelhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d170b7f374db9b4d5b5f206c8aa13&url=https%3A%2F%2Fwww.geekwire.com%2F2026%2Fmicrosoft-escalates-the-ai-cybersecurity-race-with-project-perception-and-a-new-in-house-model%2F&c=5783746851403023465&mkt=en-usMicrosoft on Monday unveiled Project Perception, an AI cybersecurity system built to defend against AI-driven attacks, aiming to keep pace with both hackers and its technology rivals. It’s part of a ...Jul 27, 2026 5:56 AM
news.ycombinator.com
Ask HN: 1950's Chip industry undermined unions how is AI not doing the same?https://news.ycombinator.com/item?id=49064165In the 1950s the Chip industry undermined minorities, immigrants, women and killed unions.In the 1960-70s it targeted black civil rights groups.Along the way, white men were pushed into management, while anything outside of business was split into smaller tasked jobs. This in return gave companies leverage to cut salaries.I don't care what altman says chatgpt did in a blackbox. I judge the world by what I see. Reality is, chat, claude, etc etc are about as useful as smart as the stupidest, slowest engineer on the team.On the other hand, introducing them has made the job appear more "streamline" more production line like. Work increased, and salaries flattened.Now that companies are not getting returns off of AI, they are cutting AI spending, but make no mistake. Salaries will not recover.What am I missing? How am I wrong?Would love opinions on thisJul 27, 2026 1:26 AM
github.com
Show HN: RelativeDB – OSS query engine for relational foundation modelshttps://github.com/RelativeDB/RelQLStructured data could be the next big frontier for foundation models.RelativeDB is an open source query engine built around the Relational Transformer architecture, developed by Stanford’s Tabular and Relational (STAR) Project. These models can adapt to new databases and prediction tasks using relatively little labeled context.With some of my experiments, the results have been remarkable. On some tasks, RelativeDB can outperform XGBoost with only a small amount of relational context and no manual feature engineering.So RelativeDB turns relational foundation models into something you can query (like this customer churn query):``` PREDICT NOT EXISTS(orders.*) OVER (90 DAYS FOLLOWING) FROM customers ```The engine finds the relevant context across the related tables and returns a prediction. The goal is to make questions like churn, demand forecasting, fraud detection, and recommendations feel more like database queries than bespoke ML projects.Longer term, I think the optimizer should be Jul 27, 2026 12:32 AM
portzero.net
Show HN: Port Zero – How I learned to stop worrying and love PORT=0https://portzero.net/Hi HN,Recently I wasted several hours wrangling my dev environment only to find out that the browser frontend was talking to the wrong version of the backend. This got me thinking--why on earth are we still using simple numbers to describe which process to connect to? Why not use names instead? I thought of all the times a program wouldn't start because of port conflicts. The more I thought about it, the crazier it seemed.Modern operating systems already offer no-conflict ports: if you make your TCP server listen on port 0, the OS assigns you a random available port. But that only solves half the problem.I built the other half: PortZero. It's a GPLv3 program that watches for processes (and docker containers!) with a special PZ_TUNNEL environment variable: PZ_TUNNEL=myapp-{branch}.portzero.local:80 npm run dev When it sees such a process or container, PortZero does this:1. Create a virtual NIC (if it hasn't already)2. Create a new virtual IP address3. Create a DNS record that substituteJul 27, 2026 12:03 AM
github.com
Show HN: Codex fixed my 2010 MacBook Pro driver troubles with kernel patcheshttps://github.com/ldyeax/macbook2010_nouveau_and_sleep_fixes/I installed Gentoo on my mid-2010 Macbook Pro about a year ago as both a fun learning project and to have a practical secondary laptop for terminal access, light dev, using utilities that would be more cumbersome on my Windows laptop, etc.It landed me with a usable KDE environment with acceleration, but sleep mode resulted in an unrecoverable system without a reboot and the graphics driver had oddities like garbled screens during login and occasionally crashing the system if I opened the wifi settings. At the time I tried switching to older proprietary nvidia drivers and some other possible solutions for sleep issues, including asking an older GPT model at some point to investigate the system, but they were dead ends - it seemed to simply be an issue of unsupported old hardware, and I don't have the time to learn driver dev.But when 5.6 Sol came out and I tried it on Ultra, I was struck by how capable it seemed, so I figured I had nothing to lose throwing it at fixing my system by any Jul 26, 2026 10:11 PM
news.ycombinator.com
Ask HN: How do you figure out what you're passionate about?https://news.ycombinator.com/item?id=49062515I've been in tech for 15 years now. A lot of what I loved about it has changed, and I'm now at a crossroads where I have an opportunity to leave and do something else.I ended each day of my old jobs exhausted, and never had the energy to do or try the things I thought I was interested in.I am now in my mid 30s and find myself with a ton of free time. But I am finding I have no idea what I want to do.Nothing that used to interest me interests me anymore. The things I think I might like I for whatever reason don't have the energy to do or try them.I feel like I've been in survival mode for so long I dont know what my passions are. How do I find them again?Jul 26, 2026 9:19 PM
punterjs.org
Show HN: Punter.js – single-file JavaScript game engine for teaching programminghttps://punterjs.org/We host work experience students at Orca Scan. This year I mentored one myself.Schools teach programming theory, maybe some Python. Students rarely leave with something to show their friends. When I started coding on a ZX Spectrum, I typed in listings from INPUT magazine. Tweak a number, get more lives, you’re hooked. I wanted that same effect.So I pulled the JS engine we built for OrcaCam out into its own thing: punter.js. One file, ~2000 lines, plain ES5, no dependencies. Starting with Pong, a student can write a working game in an HTML file and have it live in 15 minutes.My goal is to create something simple schools can use to teach programming, but in a way that inspires.Would love your feedback, what do I need to add/improve to achieve this goal?Jul 26, 2026 7:20 PM
occultgatsby.work
Show HN: The Occult Gatsbyhttps://occultgatsby.workThe Occult Great Gatsby The Great Gatsby Annotated for Esoteric Content: The Fourth Way, Alchemy, Tarot, and KabbalahAuthor is my father, Jon Woodson. I'm the web guy who wanted to bring this to a wider audience with a more interactive way to pop-up the notes about esoteric content.Author's blurb from Amazon self-publishing page:F. Scott Fitzgerald’s novel, The Great Gatsby, is a manual for spiritual development. It is not a unique text, for many American modernist novels of canonical stature are similarly grounded in the occult. Fitzgerald was a follower of A. R. Orage who not only taught the Gurdjieff Work (the Fourth Way) but organized a vast literary network to further its goals.The chief reason that this occult literary tendency has remained in the shadows is that the arbiter of the movement has been poorly understood and critically neglected.The Great Gatsby belongs to a genre of the novel invented by Carl Van Vechten. Van Vechten’s novel, The Blind Bow-Boy (1923) was the model fJul 26, 2026 6:38 PM
news.ycombinator.com
Ask HN: Anyone suffering from the tyranny of the Waiting Equation?https://news.ycombinator.com/item?id=49060868In space exploration, there's a famous conundrum that we shouldn't launch a 100-year journey transport ship to another galaxy, because in 20 years technology will have made the ship twice as fast, and we can get there earlier by waiting.In this episode of "how this translates to B2B sales," I ask if anyone else is struggling to invest in ideas (anywhere from side projects to startups) knowing that the frontier of AI might soon overlap any possible technical or operational moat that you spend a year or more building, and your entire business is just a one-shot prompt away (from either you, meaning you wasted time building, or your target customer, who no longer has a reason to pay you).Historically it's always been better to Just Build, but this reality seems to be getting tougher to ignore.Jul 26, 2026 6:24 PM
kypaku.github.io
Show HN: Scanner for cellular automata rule spacehttps://kypaku.github.io/pages/ca2026/Many years ago I was interested in cellular automata, inspired by Stephen Wolfram's work. I dug into elementary CA and totalistic 3-state rules. But when I went to more states it was getting boring. Almost all of them are dead or chaotic or something that everybody has already seen. But somewhere inside there could be another 110, and nobody looked.Now that we have AI coding, I decided I can build something in that area, and an app for scanning rules was the obvious thing. I implemented an explorer with a bunch of filters: gliders, chaos, large structures, and custom search. The last one works backwards — you draw a pattern and a rule passes only if this pattern never occurs. I could not define "interesting", but it was easy to say what disqualifies a rule. It also renders diagrams as big PNG.Demo: https://kypaku.github.io/pages/ca2026/ Source: https://github.com/Kypaku/ca2026Jul 26, 2026 4:39 PM
mapmy.network
Show HN: Visualize your computer's network connections on a 3D globehttps://mapmy.network/Hey all, two days ago I had the idea for a tool that visualizes all the internet connections my computer made. Now its real!Its a simple open source program written in Rust that listens for outbound connections your computer makes, runs traceroutes on each destination, geolocates each hop and renders in on a 3d globe.The tool (network cartographer) works on linux, mac and windows. Feel free to try it out. I tried making it as frictionless as possible.Beaware this is mostly a for-fun and educational tool. It will naturally be inaccurate as it doesnt show the routes the actual packets take, just the way that traceroute did. Its also limited how much data i could find for the geolocalization.Jul 26, 2026 4:05 PM
getsnack.app
Show HN: Exercise snack reminders for iOS/Android, no server, one-time purchasehttps://getsnack.appI built Snack App for my wife. She works from home, and every night, she would feel stiff and creaky after sitting all day, so she decided that she had to be less sedentary. Her idea was to break up her day with "exercise snacks" - formally defined as "isolated ≤1-min bouts of vigorous exercise performed periodically throughout the day" (https://pubmed.ncbi.nlm.nih.gov/34669625/) but really any kind of movement (a couple flights of stairs, a 5-minute walk, or a set of air squats) is better than nothing.So I wrote her an app that lets her set a goal and pick a reminder schedule. The app sends her notifications; she logs her snacks in the app; and every day she meets her goal extends her streak.Speaking of streaks, I forgot to do my Wordle one day and, to my horror, broke a 171-day streak, so I made Snack App's streaks flexible. You can pause your streak anytime, and it'll resume when you start logging snacks again. There's also a built-in grace period, just in case you forget. The wholeJul 26, 2026 1:56 PM
gnoseed.com
Show HN: I built Gnoseed – free flahscards to learn K8s, DevOps, AI and morehttps://gnoseed.comHi everybody,I created my personal weekend project Gnoseed to learn more about Kubernetes with spaced repetition. Very soon it evolved into a small library of various topics about modern tech stack - AI/LLMs, DevOps, Security, and anything I found interesting. Currently it has 47 decks and ~4000 questions.A bit more about the process: I create decks from the open documentations or free papers I found here or there. The decks are built with a custom made pipeline of skills to extract the data, select questions, creating distractors and verification. I'm curating the entire process.To keep cards up-to-date I have a weekly automated routine to check release notes of selected topics and curating new cards.From the beginning I also realized just the random algorithm to show cards is not very efficient, so I implemented two spaced-repetition algorithms SM-2 and FSRS.Would you like to check it and give me some feedback? It's free, no sign-up neededJul 26, 2026 1:54 PM
news.ycombinator.com
Ask HN: Something fishy is going on with Google feed on my Androidhttps://news.ycombinator.com/item?id=49057483Hello folks. I want to know if this is something only happening to me.I noticed on the past few days something weird going on with Google feed on Android (when you swipe left from home main screen)I started receiving deceiving news with some "shocking" headlines like: "Contagious cancer found in fresh water fish". Android says it was published by "Forbes" but the icon is weird. That caught my attention and I used share button to check the URL and for my suprise the target link is "discover.aigc/?id=.........." (I removed the number just in case)I used some search engines and I found no relevant related domain. Pinging the domain also returns nothing.i tried accessing it from an isolated environment and the domain seems really offline now.I'm sure I saw other suspicious links, some had related titles some did not.It does look like a clickbait based campaign for something "fishy" (pun intended).I should have taken notes of the other news and domains which i crossed paths with but I did nJul 26, 2026 12:32 PM
github.com
Show HN: Lemmings in HTML in Canvashttps://github.com/VorticonCmdr/lemmingsFor fun I decided I wanted to reimplement Lemmings using HTML-in-cavas and a DOM-based Entity-Component-System. I made heavy use of Claude Code (using only Sonnet 5 High) and I used everything already published on this topic. I used already existing HTML ports (like DHTML Lemmings, LemmingsJS and Lemmings.ts) to kickstart development.Even though I was able to add some new stuff like EGA, CGA and Tandy as well as Adlib, Tandy and PC Speaker that wasn't documented (or I didn't find it). I, or rather Sonnet, was able to do so because I hooked it up to a Ghidra MCP and a DOSBox MCP.At some point feature creep set in so I am guessing there are still a few things not working as intended. I'd love to hear all about it.Jul 26, 2026 12:23 PM