Not sure if this is what you were thinking about, but .kkrieger was 96 kB and looked very impressive when it was released: https://www.pouet.net/prod.php?which=12036
HN user
M4v3R
Working on mental health companion app: https://enai.app
Watch me code on Twitch: twitch.tv/m4v3k
GitHub: maciej-trebacz
Never trust Google AI summaries, it hallucinates like crazy. I've recently googled my business name a few times on different machines and each one had at least one factual error, and what's worse - the errors were different for each run. Another time I wanted to know how to do something in Notion, and Google hallucinated a feature that does not exist, listing exact steps on how to enable it.
Try it - google your name, name of your company or "how to do X in software Y" and you'll see for yourself.
The diagrams were generated with Nano Banana Pro (most probably, or alternatively with ChatGPT Image 2), if you look closely in high contrast areas you'll see artifacts in the background that give it away.
I personally don't mind AI generated content when it's properly reviewed, but unfortunately more often than not the author just glances at the result and decides it's good enough.
Example: https://opencv.org/wp-content/uploads/2026/06/image-1.jpeg
I'm not knowledgable enough to determine whether this diagram is 100% accurate, but some things look off - the arrows in the bottom left seem superficial, some arrows are connected in weird ways, the mini diagram in AttentionLayer block doesn't look right (it has two Softmax icons and one MatMul icon, while the "before" diagram is the opposite).
Fun idea! I was surprised that it loaded on mobile and UI was kinda reasonable but I could tap any buttons to move or do anything. I’ll look into sending a PR for fixing that.
This kind of behavior should be met with swift and strong reaction from both the school authorities and the law enforcement. Kids responsible should be put on trial and face serious consequences including jail time for most egregious cases. Let the news cover it nationwide. "This is what will happen if you even think about creating and circulating nude pics of anyone" should be the message sent. This is the only way to prevent this behavior - not more censorship, not technical solutions
SynthID is visible in some generations (areas with a lot of edges, or text), I wonder if this would make them look better.
What’s the point of adding features that are inscrutable?
You are assuming that the additional speed comes at a cost of codebase comprehension. For me it's not the case - I never push generated code I don't fully understand. It does take time, sure, but it still takes me much less time to write a spec, execute with AI and then review than write the thing myself.
Sibling comment didn't elaborate, but I think they might be onto something.
It happened to me personally - LLMs and agentic coding tools enabled me to pick up old side projects and actually finish them. Some of these projects were in the drawer for years, and when Sonnet 4 released I gave them another try and got up to speed really quickly. I suspect this happened to many developers.
I find LLMs useful in regurgitating one-liners
This was the case for me a year ago. Now Claude or Codex are routinely delivering finished & tested complete features in my projects. I move much, much faster than before and I don’t have an elaborate setup - just a single CLAUDE.md file with some basic information about the project and that’s it.
Even if your tests take a long time, you can always (if hardware permits) run multiple tests in parallel. This would enable you to explore many approaches at the same time.
Upon deeper inspection? Someone checked the Cargo file and proclaimed it was just Servo and QuickJS glued together without actually bothering to look if these dependencies are even being used.
In reality while project does indeed have Servo in its dependencies it only uses it for HTML tokenization, CSS selector matching and some low level structures. Javascript parsing and execution, DOM implementation & Layout engine was written from scratch with only one exception - Flexbox and Grid layouts are implemented using Taffy - a Rust layout library.
So while “from scratch” is debatable it is still immensely impressive to be that AI was able to produce something that even just “kinda works” at this scale.
It’s not just a wrapper for Servo, the linked poster just checked the dependencies in the Cargo file and proclaimed that without checking anything further.
In reality this project does indeed implement a functioning custom JS Engine, Layout engine, painting etc. It does borrow the CSS selectors package from Servo but that’s about it.
Well pnpm does it by default for quite some time. It’s annoying, yes, but I take a little annoyance if it means I’m more secure.
Please reach out to your nearest government official to tell them what do you think about the Imgur not working in your country.
Nothing I found says anything about Zig folks being inherently against AI. It just looks like they don’t want to deal with “AI Slop” in contributions to their project, which is very understandable.
These are ~2 years behind state of the art from the looks of it. Still cool that they're releasing anything that's open for researchers to play with, but it's nothing groundbreaking.
Is $14 dollars for ad-free, unlimited access to literally billions of videos really a steep price? Personally if I were to get rid of all but one of my media subscriptions I would stick with this one, since it's got everything - entertainment, education, inspiration, you name it.
It's only a matter of time this will be fixed, also there probably already are custom LoRAs that can remove jpeg artifacts. So it's not a matter of if, only when.
Words are cheap, but "We are sorry." is a surprisingly rare thing for a company to say (they will usually sugarcoat it, shift blame, add qualifiers, use weasel words, etc.), so it's refreshing to hear that.
Have you tried Composer 1 from Cursor? It enables a totally different way of AI coding - instead of giving the LLM a long prompt and waiting minutes for it to finish, you give it a shorter prompt to just write one small thing and it finishes in seconds. There’s no interruption, you stay in the flow, and in control of what you’re building.
It is better, but I hated how some time ago they started showing trailers at the start of a show, with no option to turn this off. It’s a small thing but it’s super annoying, if I want to check out what’s new I will do it myself, thank you very much.
To be honest this whole article feels like it was AI generated. And em-dashes being used everywhere doesn’t help to shake off this feeling.
when ({ status: s if s >= 500 }) -> throw new Error(’Server Error’)
Is it only me or this doesn’t look like JavaScript anymore?I'm sure some people did, by I personally use them every day - for coding tasks, for language translation, for research, current events (Grok is really good at this thanks to being connected to the X real-time data), for day-to-day questions (like my daughter asking me what's that Pokemon called) and so on.
In Poland we had no access to "western" electronics since 1989
I think you meant "until 1989"
It was both efficiency and knowledge/reasoning update. GPT-5 excels at coding, it solves tasks the previous versions just could not do.
It’s actually not. Most of the time if you ask it about a contentious political issue it will either give you a balanced view or a left-leaning one. Try it and see for yourself.
idk in the linked post it literally says this in the 2nd paragraph:
Our mission is simple: bring you the fastest and most reliable databases with the best developer experience.
It will be too late when it happens, cat will already be out of the bag.
Yeah it’s insane they’ve totally ignored the privacy issue. Either they’re doing everything on device, which I doubt, or this is the biggest privacy disaster ever waiting to happen.