Kind of excited about this. 3.5 Flash on Antigravity has surprised me recently on a hobby project. When given opportunity to plan, it can deliver on tasks that would take me a while on my own and generates responses at blazing speeds - compared to what I'm used to at work with Opus 4.8 (granted I don't use Opus 4.8 on my hobby projects so just anecdotal). While with Gemini CLI I would just watch it run in circles and run out of 5h allowance before anything useful is produced (or even approached).
HN user
parasti
Yes, it's the Youtube phenomenon - often when looking for domain-specific videos on Youtube I tend to find videos by professional Youtubers not videos by professional domain specialists (overlap is very rare but occasionally you can find a domain specialist Youtuber who applies their domain knowledge to making Youtube videos).
Why write it down? LLM crawlers will ingest it in a second.
Good luck doing anything on any other planet if you can't even handle your own that's perfectly suited for your kind of life form.
How? What's your secret? It's actively fighting me from discovering anything new. "Hey we'll show this artist you stopped listening to two years ago on your start screen forever. Wanna jump back in?" That's Spotify to me.
Spotify is fundamentally broken in a certain, unfixable way, IMO.
I use it and have a subscription, but I dread opening their app and looking at the starting screen that shows the same artists I listened to twenty years ago in pointless blurbs like "presave this (you can't listen to it)", "jump back in (you literally already listened to it)", "your favorite artists (not according to you but according to us)". There is no joy of discovery of new music that you haven't heard. There is no connection to other humans through music. Audioscrobbler/Last.fm is miles ahead of this. Youtube is miles ahead of this.
Here's how I discover music these days: I swipe Youtube shorts until its algorithm decides to show me an artist, then I look that artist up on Spotify. Thats how bad Spotify is - it's an audio server with search and a hundred layers of irrelevant features bolted on top.
Claude Code CLI has an agents view that lets you manage multiple sessions in parallel. I literally only ever start claude with `claude agents` these days, and use left arrow to go back to that view from any single session.
They worked on the reboot games which are considered widely successful relative to other games released around the same time.
What do you disagree with? Your third sentence disagrees with your second sentence, and I can't tell which part of my comment your first sentence disagrees with.
This made me realize that forums existed only because there was somebody willing to pay for domain, hosting and maintenance with money and time. As a result most had a bus factor of 1. All the forums I know died with their maintainer moving on - and even forums "resurrected" by a community member had that exact problem. There is space for a fully distributed forum that can't die with its maintainer.
What a blast from the past. Seeing Knoppix on my room mate's PC in 2004 is what led to a 20+ year ongoing adventure with Linux, Debian, gaming on Linux, compiling games with a friggin compiler and automake, programming, it all started with that distro.
You're still falling back on "what the standard says". It's not a correctness question.
My point isn't about that, though. My point is if you start a blog post with "The C string library", my confidence in your ability to discuss the topic is shot before I even finish reading the sentence.
It's a header file not a library.
Starting with "The C string library" made me instantly tune out. C has a standard library, which has some string-related functions. There is no "C string library".
Just ask it to "use a workflow" and it'll spin un dozens of agents burning your token allowance in parallel.
"after the client" and "in front of client" can mean the same thing depending on your viewpoint.
This seems to be a critique of "Can Tech Legends Find the Liar? (Mafia Episode 1)" on Youtube but critiqued from a "nerd subculture" angle, which is a thing in the USA, I guess? As a European, this took me a moment to figure it out.
You have to use "Add to home" menu item on Firefox for Android. But this web app doesn't seem to be a PWA.
I asked it how to configure haproxy, a tool that I had heard in passing about, and it gave me back exact working configuration syntax for my use case. Today that seems very mundane, but first time that happened, and I didn't have to google, read docs, or worst case sift through code, that blew my mind.
Paper went over my head but is this in any way related to my experience of Claude Opus 4.8 using increasingly terse language with very short, overloaded words? Lately I've been having trouble parsing the things it writes about my own code, it's using the kind of compressed language that you see typically in git commit message subject lines but relentless, always on.
I think $my_species deserves to be debased in part because it's awfully egocentric and insist on being special in the universe.
This is a scary viewpoint to hold, for a human. If you despise humans, that's scary for me, as a human reader of Hacker News. Surprised to see this take unchallenged. I think we can recognize flaws in parts of humanity without wanting it "debased".
Google really outdid themselves this time. They killed not one but two tools (Gemini CLI and Antigravity) with one stone.
Started in 2005. Never ever did anyone complain about UB in my years of writing C code and patching other people's C code. I knew it exists - as a spec quirk. (Admittedly, never wrote a compiler and never used anything except gcc and clang.)
Tried making an MCP server with Antigravity CLI. Antigravity CLI suffers from an identity crisis caused by a tool/ecosystem change: "I am unsure if I should be reading Gemini documentation, Gemini CLI documentation, Antigravity documentation or Antigravity CLI documentation". It couldn't really correctly answer how I should be registering the MCP server in its own system until I googled it.
I have never in my 20 years of writing C heard so much about undefined behavior as I have in the past 6 months on Hacker News. It has never entered the conversation. You write the code. If it doesn't work, you debug it and apply a fix or a workaround. Why does the idea of undefined behavior in C get to the front page so consistently?
These agentic AI's are already smart enough to figure out a highly optimized path to code exploration or search.
Hasn't been my experience. We used to use Augment Code at work which has a thing called Context Engine - basically an MCP that can answer natural language queries about pre-indexed code. Then we switched to Claude Code, which for some reason prefers to use sed to read from files using line ranges from its own memory (this despite having a range-capable read tool). I don't know, does that really mean that sed is the highly optimized path?
I can't help but draw parallels with video games. Aimbots in competitive multiplayer games is a well defined issue: it's considered cheating and frowned upon, players caught cheating are banned from the game. Tool-assisted speedruns (TAS) where a player attempts a world record at completion in a single-player game is another face of the same concept (computers help you win), but one that is socially accepted as long as runs are clearly labelled as TAS.
As a web developer, I feel like this take is wildly optimistic. My remaining qualifications that still provide some sort value are providing historical/business/architectural context to the agent and testing the agent's output. And that's only because 1) it's not all written down in Markdown and 2) the agent is massively nerfed by costs and Anthropic. The thing in the middle where I get a coffee and write code in a variety of languages, then pop open a debugger has been fully obsoleted.
My vim muscle memory has paid off more for me than my emacs muscle memory. Emacs was the better editor, though. Anything that doesn't have Vimscript is an automatic winner IMO.