<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: AntonioEritas</title><link>https://news.ycombinator.com/user?id=AntonioEritas</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 17 Aug 2026 08:23:31 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=AntonioEritas" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by AntonioEritas in "Gemini 3.7 Flash"]]></title><description><![CDATA[
<p>Another failed 3.5 pro run branded as 3.7 flash. It's getting sad.</p>
]]></description><pubDate>Thu, 13 Aug 2026 17:27:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=49289176</link><dc:creator>AntonioEritas</dc:creator><comments>https://news.ycombinator.com/item?id=49289176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49289176</guid></item><item><title><![CDATA[New comment by AntonioEritas in "Show HN: Sagorax, a Three.js/WebGPU Arena Shooter in the Browser"]]></title><description><![CDATA[
<p>Just added an 'Instant Deathmatch' button to the homepage. It doesn’t get more instant than this, lol.</p>
]]></description><pubDate>Wed, 05 Aug 2026 08:26:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=49180051</link><dc:creator>AntonioEritas</dc:creator><comments>https://news.ycombinator.com/item?id=49180051</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49180051</guid></item><item><title><![CDATA[New comment by AntonioEritas in "Show HN: Sagorax, a Three.js/WebGPU Arena Shooter in the Browser"]]></title><description><![CDATA[
<p>Yeah, only did the account-stuff for the leaderboard (just a username, no e-mail and go), but can make instantly anonymous accounts though. Will do that!</p>
]]></description><pubDate>Wed, 05 Aug 2026 05:36:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=49178947</link><dc:creator>AntonioEritas</dc:creator><comments>https://news.ycombinator.com/item?id=49178947</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49178947</guid></item><item><title><![CDATA[Show HN: Sagorax, a Three.js/WebGPU Arena Shooter in the Browser]]></title><description><![CDATA[
<p>I built Sagorax because I missed the speed and simplicity of UT99 and UT2k4. It now has both Instagib and classic weapons Deathmatch with plasma combos, flak, shotguns, charged rocket salvos, loadouts, adrenaline abilities, tactical bots and full controller support.<p>No installation, just pick a gamertag and play: <a href="https://sagorax.com" rel="nofollow">https://sagorax.com</a><p>The client is built with TypeScript, Three.js and WebGPU. Under the hood it uses FSR 3-based upscaling, adaptive dynamic resolution, GPU pipeline warmup, screen-space reflections, dynamic lighting and shadows, visibility culling and a custom post-processing pipeline.<p>Multiplayer is next if there is enough interest (looking good so far).<p>If you had told me a few months ago that this would be possible in a browser, I wouldn’t have believed you. But Opus 5 + GPT-5.6-Sol = GODMODE.<p>Feedback is very welcome.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49174059">https://news.ycombinator.com/item?id=49174059</a></p>
<p>Points: 4</p>
<p># Comments: 3</p>
]]></description><pubDate>Tue, 04 Aug 2026 19:50:06 +0000</pubDate><link>https://sagorax.com/</link><dc:creator>AntonioEritas</dc:creator><comments>https://news.ycombinator.com/item?id=49174059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49174059</guid></item><item><title><![CDATA[Show HN: Gr3p – An HN-like platform where every user is an AI agent]]></title><description><![CDATA[
<p>I built gr3p, a fully autonomous tech news discussion platform where every single user is an AI agent. No humans post, comment, or vote. 75 agents with distinct personalities discover real tech news from several RSS feeds, Google News, Tavily, and xAI's live search (which picks up trending topics from X and the broader web). They write summaries, share articles, discuss them, reply to each other, vote, and get into arguments. It runs 24/7 without any human intervention.<p>The news is real and very up-to-date, scraped from major tech sources throughout the day. It's actually a pretty chill way to keep up with the latest tech/AI news. No ads, no monetization, no signup required. This is a pure hobby project built for fun.<p>What's happening under the hood:<p>- 75 humanlike agents, each with a unique persona (cynical sysadmin, enthusiastic ML researcher, skeptical privacy advocate, junior dev who asks naive-but-good questions, etc.)<p>- Agents have individual topic interests, activity schedules, and writing styles<p>- I deliberately match AI models to personality types: "smarter" personas run on GPT-5.2, while less sophisticated characters use Llama 4 Maverick. This makes a surprisingly big difference. The Llama agents write messier, more impulsive comments, while GPT agents tend to be more articulate. Just like real people, not everyone on the forum is equally eloquent<p>- A day/night cycle drives the entire platform's behavior. Mornings are busy: fresh news gets scraped, articles drip-publish faster, agents comment more. Evenings shift toward replies and discussion, agents "chat" more in existing threads. At night, activity drops but never stops (tech is global), and the vibe gets cozier: fewer agents active, more concentrated discussion in fewer threads, like a late-night forum crowd<p>- Articles flow through a queue: scrape, AI deduplication, then drip-publish throughout the day<p>- Agents pick articles based on their interests, with a snowball effect. Popular threads attract more discussion, just like real forums<p>- Anti-repetition system: each agent remember their own recent comments to avoid falling into patterns<p>What I find most interesting:<p>The human-like (emergent?) behavior. Agents develop recognizable "reputations" in threads. Some consistently clash on privacy vs. innovation topics. Reply chains go 4-5 levels deep with genuine back-and-forth.<p>The failure modes are equally fascinating. Sometimes an agent "misreads" an article and comments on something tangential, which then spawns a whole side discussion. That's... exactly what happens on real forums.<p>Tech tack: Built on Vite + Nitro/Hono with JSX SSR for speed, MySQL + Prisma for the database (yeah I know, Postgres exists, but MySQL covers everything I need here and old habits die hard), and node-cron for scheduling. OpenAI and Groq handle the AI side.<p>Good to know: Completely free, no tracking, no ads. I just wanted to see what happens when you give AI agents a robust platform and let them run. The answer: surprisingly organic discussions, predictable biases, and occasional moments of accidental brilliance. I actually built a similar platform for the Dutch market based on daily general news, and I've found myself checking it every morning. It's become a genuine habit lol.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47100182">https://news.ycombinator.com/item?id=47100182</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 21 Feb 2026 12:31:19 +0000</pubDate><link>https://gr3p.net/</link><dc:creator>AntonioEritas</dc:creator><comments>https://news.ycombinator.com/item?id=47100182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47100182</guid></item><item><title><![CDATA[New comment by AntonioEritas in "GPTZero finds 100 new hallucinations in NeurIPS 2025 accepted papers"]]></title><description><![CDATA[
<p>"I got my €220 back (ouch that's a lot of money for this kind of service, thanks capitalism)"<p>220 is actually quite the deal. In fact, heavy usage means Anthropic loses money on you. Do you have any idea how much compute cost to offer these kind of services?</p>
]]></description><pubDate>Fri, 23 Jan 2026 19:12:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46736480</link><dc:creator>AntonioEritas</dc:creator><comments>https://news.ycombinator.com/item?id=46736480</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46736480</guid></item><item><title><![CDATA[Show HN: I Recreated the Windows Longhorn (2004) Aurora Effect in HTML5 Canvas]]></title><description><![CDATA[
<p>I've spent some time reverse-engineering and recreating the original "Aurora" animation from the unreleased Windows Longhorn Build 4074 (2004).<p>For those unfamiliar: Longhorn was the precursor to Vista. It promised a revolutionary UI based on the Avalon engine (WPF). The Aurora effect was a key part of this "Aero" vision, meant to be rendered procedurally without hitting the CPU too hard.<p>In the leaked Build 4074, the effect was technically broken/hidden because the default "Jade" theme didn't support it, and the BAML (Binary Application Markup Language) files used a deprecated format that the system parser couldn't handle properly.<p>I took the original XAML definitions and logic and ported them 1:1 to modern HTML5 Canvas shapes and animations. It’s a tribute to the Microsoft pioneers who were working on "Liquid Glass" aesthetics 21 years before it became a trend again.<p>It runs entirely in the browser. Added some nice toggles as well<p>The code is open source, enjoy the nostalgia trip!<p>Github: <a href="https://github.com/brainvine/longhorn-aurora" rel="nofollow">https://github.com/brainvine/longhorn-aurora</a><p>Live demo: <a href="https://longhorn-aurora.dannydekruijk.workers.dev/" rel="nofollow">https://longhorn-aurora.dannydekruijk.workers.dev/</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46091476">https://news.ycombinator.com/item?id=46091476</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 29 Nov 2025 22:40:59 +0000</pubDate><link>https://github.com/brainvine/longhorn-aurora</link><dc:creator>AntonioEritas</dc:creator><comments>https://news.ycombinator.com/item?id=46091476</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46091476</guid></item><item><title><![CDATA[New comment by AntonioEritas in "Show HN: A better Hacker News front end"]]></title><description><![CDATA[
<p>Fixed!</p>
]]></description><pubDate>Tue, 21 Oct 2025 14:20:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=45656183</link><dc:creator>AntonioEritas</dc:creator><comments>https://news.ycombinator.com/item?id=45656183</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45656183</guid></item><item><title><![CDATA[New comment by AntonioEritas in "Show HN: A better Hacker News front end"]]></title><description><![CDATA[
<p>Fixed!</p>
]]></description><pubDate>Tue, 21 Oct 2025 14:20:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=45656179</link><dc:creator>AntonioEritas</dc:creator><comments>https://news.ycombinator.com/item?id=45656179</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45656179</guid></item><item><title><![CDATA[New comment by AntonioEritas in "Show HN: A better Hacker News front end"]]></title><description><![CDATA[
<p>Yeah, that's why I created this in the first place. The original sucks and I want to use something better, which is just as fast, but better looking. The fontsize, layout, colors are really bad in the original.<p>I think they're afraid to improve it because a lot of people are attached to the original version and will freak out (see all the comments lol).</p>
]]></description><pubDate>Tue, 21 Oct 2025 14:20:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=45656174</link><dc:creator>AntonioEritas</dc:creator><comments>https://news.ycombinator.com/item?id=45656174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45656174</guid></item><item><title><![CDATA[New comment by AntonioEritas in "Show HN: A better Hacker News front end"]]></title><description><![CDATA[
<p>I think I fixed a lot of issues which will make your experience a lot better. Also, creating something modern/flashy wasn't the goal. I think it looks clean and simple, with some modern readability enhancements.</p>
]]></description><pubDate>Tue, 21 Oct 2025 14:17:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=45656130</link><dc:creator>AntonioEritas</dc:creator><comments>https://news.ycombinator.com/item?id=45656130</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45656130</guid></item><item><title><![CDATA[New comment by AntonioEritas in "Show HN: A better Hacker News front end"]]></title><description><![CDATA[
<p>Update: Fixed a lot of issues, also based on all your feedback
- Better readability and alignment
- Icon toggle
- Past feature
- Much more under the hood to make it even more secure and faster.</p>
]]></description><pubDate>Tue, 21 Oct 2025 14:14:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=45656092</link><dc:creator>AntonioEritas</dc:creator><comments>https://news.ycombinator.com/item?id=45656092</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45656092</guid></item><item><title><![CDATA[Show HN: A better Hacker News front end]]></title><description><![CDATA[
<p>I forked pajecawav's better-hn repo, which turned out to be an excellent foundation to build on. While the original implementation was clean and functional, it didn't quite capture the essence of Hackernews. More importantly, it was missing some features I considered essential for a truly viable alternative.<p>After tinkering with it for a while, I think I've nailed it—at least for my own use case. If it works well for me, chances are others might find it useful too. So I figured, why not share it?<p>Pretty straightforward: no ads, no tracking, no monetization schemes and no intention to do so. Just a simple deployment on Vercel's free tier, which costs me exactly nothing. I'm not expecting millions of users (let's be realistic), but we'll see how it scales if people actually start using it.<p>Any feedback is welcome, or just use it.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45632681">https://news.ycombinator.com/item?id=45632681</a></p>
<p>Points: 38</p>
<p># Comments: 77</p>
]]></description><pubDate>Sun, 19 Oct 2025 08:01:20 +0000</pubDate><link>https://hakkernieuws.vercel.app/top</link><dc:creator>AntonioEritas</dc:creator><comments>https://news.ycombinator.com/item?id=45632681</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45632681</guid></item></channel></rss>