<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: Ameo</title><link>https://news.ycombinator.com/user?id=Ameo</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 12 Apr 2026 17:13:38 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Ameo" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Ameo in "Roblox is minting teen millionaires"]]></title><description><![CDATA[
<p>So true.  A member of the clan I was in was operating a proper hedge fund, taking in investments from the clan and using it to flip on the Grand Exchange.  Iirc he was even doing sorts of arbitrage, market making, and other advanced stuff.<p>Now he works at Google doing quantum computing research lol</p>
]]></description><pubDate>Wed, 11 Mar 2026 03:42:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47331528</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=47331528</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47331528</guid></item><item><title><![CDATA[New comment by Ameo in "A decade of Docker containers"]]></title><description><![CDATA[
<p>^ this account has posted nothing but AI generated spam since it was created 6 hours ago</p>
]]></description><pubDate>Sun, 08 Mar 2026 09:55:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47295973</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=47295973</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47295973</guid></item><item><title><![CDATA[New comment by Ameo in "Ask HN: What are you working on? (February 2026)"]]></title><description><![CDATA[
<p>A specialized programming language for 3D geometry generation + manipulation called Geoscript as well as a Shadertoy-inspired web app for building stuff with it: <a href="https://3d.ameo.design/geotoy" rel="nofollow">https://3d.ameo.design/geotoy</a><p>There have been lots of cool technical challenges through the whole process of building this, and a very nice variety of different kinds of work.<p>I'm working towards using the outputs from this language to build out levels and assets for a browser-based game I've been dabbling with over the past few years.</p>
]]></description><pubDate>Sun, 08 Feb 2026 23:47:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46939821</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=46939821</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46939821</guid></item><item><title><![CDATA[New comment by Ameo in "A Unique Performance Optimization for a 3D Geometry Language"]]></title><description><![CDATA[
<p>Hey, thanks for checking it out!<p>I've fixed that issue with the `set_default_material` problem; tyvm.<p>> maybe a wireframe "type" material<p>I have that actually; it's bound to the W key.  Invaluable for debugging and inspecting stuff for sure.  N switches to normal texture too<p>I might have to make the docs for keybinds a bit easier to find<p>> Change the Normal Map, Roughness Map, and Metalness Map XY scales<p>Yeah these are all currently controlled by a single "texture scale" param in the material editor.  I could definitely see situations where adjusting them individually would be valuable; I'll add that to the TODO list<p>Anway, tyvm for checking out the project in such detail and for the feedback; I genuinely appreciate it very much</p>
]]></description><pubDate>Mon, 19 Jan 2026 07:02:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=46675792</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=46675792</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46675792</guid></item><item><title><![CDATA[New comment by Ameo in "Ask HN: What are you working on? (January 2026)"]]></title><description><![CDATA[
<p>A specialized programming language for 3D geometry generation + manipulation called Geoscript as well as a Shadertoy-inspired web app for building stuff with it: <a href="https://3d.ameo.design/geotoy" rel="nofollow">https://3d.ameo.design/geotoy</a><p>There have been lots of cool technical challenges through the whole process of building this, and a very nice variety of different kinds of work.<p>I'm working towards using the outputs from this language to build out levels and assets for a browser-based game I've been dabbling with over the past few years.</p>
]]></description><pubDate>Sun, 11 Jan 2026 20:40:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=46579781</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=46579781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46579781</guid></item><item><title><![CDATA[A Unique Performance Optimization for a 3D Geometry Language]]></title><description><![CDATA[
<p>Article URL: <a href="https://cprimozic.net/notes/posts/persistent-expr-memo-optimization-for-geoscript/">https://cprimozic.net/notes/posts/persistent-expr-memo-optimization-for-geoscript/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46573566">https://news.ycombinator.com/item?id=46573566</a></p>
<p>Points: 37</p>
<p># Comments: 4</p>
]]></description><pubDate>Sun, 11 Jan 2026 07:59:02 +0000</pubDate><link>https://cprimozic.net/notes/posts/persistent-expr-memo-optimization-for-geoscript/</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=46573566</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46573566</guid></item><item><title><![CDATA[New comment by Ameo in "What happened to WebAssembly"]]></title><description><![CDATA[
<p>It seems to me that Wasm largely succeeded and meets most/all of the goals for when it was created. The article backs this up by listing the many niches in which its found support, and I personally have deployed dozens of projects (both personal and professional) that use Wasm as a core component.<p>I''m personally a big fan of Wasm; it has been one of my favorite technologies ever since the first time I called malloc from the JS console when experimenting with an early version of Emscripten. Modern JS engines can be almost miraculously fast, but Wasm still offers the best performance and much higher levels of control over what's actually running on the CPU. I've written about this in the past.<p>The only way it really fell short is in the way that a lot of people were predicting that it would become a sort of total replacement for JS+HTML+CSS for building web apps. In this regard, I'd have to agree. It could be the continued lack of DOM bindings that have been considered a key missing piece for several years now, or maybe something else or more fundamental.<p>I've tried out some of the Wasm-powered web frameworks like Yew and not found them to provide an improvement for me at all. It just feels like an awkwardly bolted-on layer on top of JS and CSS without adding any new patterns or capabilities. Like you still have to keep all of the underlying semantics of the way JS events work, you still have to keep the whole DOM and HTML element system, and you also have to deal with all the new stuff the framework introduces on top of that.<p>Things may be different with other frameworks like Blazor which I've not tried, but I just find myself wanting to write JS instead. I openly admit that it might just be my deep experience and comfort building web apps using React or Svelte though.<p>Anyway, I strongly feel that Wasm is a successful technology. It's probably in a lot more places than you think, silently doing its job behind the scenes. That, to me, is a hallmark of success for something like Wasm.</p>
]]></description><pubDate>Fri, 09 Jan 2026 08:53:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46551536</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=46551536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46551536</guid></item><item><title><![CDATA[New comment by Ameo in "Google AI Studio is now sponsoring Tailwind CSS"]]></title><description><![CDATA[
<p>My perspective on this is that maybe Tailwind Labs shouldn't have been a for-profit business, or at least not one of the size that it grew to be.<p>I was reading a writeup on this history of Tailwind[1] made by Adam Wathan (who created Tailwind).<p>It seems like he was working on a variety of different business ideas including "Reddit meets Pinterest meets Twitter" and "a developer-focused, webhook-driven checkout platform".  He created the basis of Tailwind just to help him build these projects, but it kept getting attention when he would post about his progress building them online.<p>Here's an important quote from the doc:<p>"Now at this point I had zero intention of maintaining any sort of open-source CSS framework. It didn’t even occur to me that what I had been building would even be interesting to anyone. But stream after stream, people were always asking about the CSS"<p>It seems like Adam's main goal was to start a software business, and Tailwind just happened to get popular and became what he pivoted his efforts into.  There's obviously nothing wrong with wanting to start a business, but trying to take an open-source CSS framework and turn it into a multi-million dollar business feels unnatural and very difficult to maintain long-term.<p>To his credit, he did pull it off.  He built a seemingly quite successful business and hired a sizable team, and apparently made a decent amount of revenue along the way.<p>But now, for AI reasons or otherwise, that business is struggling and failing to sustain the scale it was before.  To me, it seems like the business is more or less completely separate from the open-source Tailwind project itself.  It's, as far as I can understand, a business that sells templates and components built with Tailwind, and it uses Tailwind's popularity to bootstrap customers and sales.<p>If it were me who ended up building Tailwind, there's no way I would have pursued turning it into a big business.  Maybe I would have tried some kind of consulting style, where I'd offer my time to companies evaluating or integrating Tailwind.<p>Now that Tailwind is getting hundreds of thousands (millions?) of dollars a year in sponsorships, it feels weird to have this for-profit business on the side at the same time.<p>Maybe it's just my own sensibilities and worldview, but I feel like Tailwind should just be what it is: an extremely popular and successful open-source CSS framework.<p>[1] <a href="https://adamwathan.me/tailwindcss-from-side-project-byproduct-to-multi-mullion-dollar-business/" rel="nofollow">https://adamwathan.me/tailwindcss-from-side-project-byproduc...</a></p>
]]></description><pubDate>Thu, 08 Jan 2026 22:21:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46547313</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=46547313</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46547313</guid></item><item><title><![CDATA[A Modern Recommender Model Architecture]]></title><description><![CDATA[
<p>Article URL: <a href="https://cprimozic.net/blog/anime-recommender-model-architecture/">https://cprimozic.net/blog/anime-recommender-model-architecture/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46437214">https://news.ycombinator.com/item?id=46437214</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 30 Dec 2025 19:51:00 +0000</pubDate><link>https://cprimozic.net/blog/anime-recommender-model-architecture/</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=46437214</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46437214</guid></item><item><title><![CDATA[A Modern Recommender Model Architecture]]></title><description><![CDATA[
<p>Article URL: <a href="https://cprimozic.net/blog/anime-recommender-model-architecture/">https://cprimozic.net/blog/anime-recommender-model-architecture/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46409368">https://news.ycombinator.com/item?id=46409368</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 28 Dec 2025 08:13:41 +0000</pubDate><link>https://cprimozic.net/blog/anime-recommender-model-architecture/</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=46409368</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46409368</guid></item><item><title><![CDATA[New comment by Ameo in "Golang optimizations for high‑volume services"]]></title><description><![CDATA[
<p>Was curious to read this, but then the massive full-page ugly-on-purpose AI-generated NFT-looking banner image at the top of the page turned my stomach to the point where there's no way I'd even consider it - even if the article isn't AI-generated (which it probably is).</p>
]]></description><pubDate>Thu, 11 Dec 2025 21:51:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46237705</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=46237705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46237705</guid></item><item><title><![CDATA[New comment by Ameo in "'Vampire Squid from Hell' Reveals the Ancient Origins of Octopuses"]]></title><description><![CDATA[
<p>It seemed pretty clear and to the point to me.</p>
]]></description><pubDate>Sun, 07 Dec 2025 18:38:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=46183920</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=46183920</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46183920</guid></item><item><title><![CDATA[New comment by Ameo in "Slashdot effect"]]></title><description><![CDATA[
<p>In my experience, it's usually the database that gives out first.  It's often a shared database, or one running on overprovisioned hardware.<p>The kinds of sites that go down when receiving unexpected traffic are usually built in such a way where they're making multiple DB requests to render each page. Or they have a dozen poorly configured perf-expensive WordPress plugins running. Or likely all of the above</p>
]]></description><pubDate>Wed, 26 Nov 2025 16:33:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46059208</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=46059208</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46059208</guid></item><item><title><![CDATA[New comment by Ameo in "Hashtable vs. A-list in Scheme, which to choose?"]]></title><description><![CDATA[
<p>I miss when posts like this mattered.<p>That's not to say performance doesn't matter anymore or that blog posts on niche topics don't matter anymore.<p>It's more that there are 30 opponents on all sides fighting to minimize the impact of this kind of post.  CPUs are still getting faster even now despite Moore's law being dead.  The business or career impact of choosing between an associative list vs hashmap in a garbage-collected language like Guile Scheme is so minimal that it's hard to quantify.<p>If it's in a hot enough path that it matters, it's likely that there are at least 3 things you can do within 20 minutes of work (or 5 minutes of GPU time) that will solve the problem as effectively or better.<p>I remember the very specific period of time when blog posts talking about functional programming for React developers were en vogue.  You can speed up you Scheme app by 15%, or you can build and deploy a completely new service from scratch in Node.JS in the same amount of time.<p>It used to feel like code had some kind of meaning or value.  Now, it's just an artifact produced as a side effect of work.  But that's been a trend for a decade or so now, AI is just the latest (and most significant) iteration of it.</p>
]]></description><pubDate>Sat, 08 Nov 2025 10:50:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=45855776</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=45855776</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45855776</guid></item><item><title><![CDATA[Reverse engineering a neural network's clever solution to binary addition (2023)]]></title><description><![CDATA[
<p>Article URL: <a href="https://cprimozic.net/blog/reverse-engineering-a-small-neural-network/">https://cprimozic.net/blog/reverse-engineering-a-small-neural-network/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45808288">https://news.ycombinator.com/item?id=45808288</a></p>
<p>Points: 87</p>
<p># Comments: 16</p>
]]></description><pubDate>Tue, 04 Nov 2025 07:22:46 +0000</pubDate><link>https://cprimozic.net/blog/reverse-engineering-a-small-neural-network/</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=45808288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45808288</guid></item><item><title><![CDATA[New comment by Ameo in "Ask HN: What are you working on? (October 2025)"]]></title><description><![CDATA[
<p>I'm working on a DSL and browser-based playground for procedural 3D geometry called Geotoy: <a href="https://3d.ameo.design/geotoy" rel="nofollow">https://3d.ameo.design/geotoy</a><p>It's largely finished and functional, and I'm now focused on polish and adding additional builtin functions to expand its capabilities.  I've been integrating different geometry libraries and kernels as well as writing some of my own.<p>I've been stress-testing it by building out different scenes from movies or little pieces of buildings on Google Maps street view - finding the sharp edges and missing pieces in the tool.<p>My hope is for Geotoy to be a relatively easy-to-learn tool and I've invested significantly in good docs, tutorials, and other resources.  Now my goal is to ensure it's something worth using for other people.</p>
]]></description><pubDate>Mon, 13 Oct 2025 02:52:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=45564269</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=45564269</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45564269</guid></item><item><title><![CDATA[New comment by Ameo in "Svelte’s characteristics that likely contribute most to improved performance"]]></title><description><![CDATA[
<p>Svelte is definitely still my favorite way to build web apps in 2025.<p>I wasn't (and still am not) the biggest fan of the new Runes syntax, but I've gotten used to it, and it doesn't really hurt my productivity or get in my way that much.<p>There's definitely an ecosystem gap compared to React, but there are still lots of really good components and frameworks out there.  For example, there's a native Svelte version of IBM's Carbon Design[1] which I've used and found to be very high-quality.<p>And as for arguments that React will keep winning due to LLMs not having enough corpus to learn less-popular frameworks, I've anecdotally had good success with using LLMs to edit and generate Svelte code.  There are occasionally some issues (like it generating pre-runes syntax or using deprecated stuff like stores) but it works well enough to be useful, and definitely better than I expected.<p>[1] <a href="https://svelte.carbondesignsystem.com/" rel="nofollow">https://svelte.carbondesignsystem.com/</a></p>
]]></description><pubDate>Wed, 08 Oct 2025 20:38:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45520359</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=45520359</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45520359</guid></item><item><title><![CDATA[New comment by Ameo in "Subtleties of SQLite Indexes"]]></title><description><![CDATA[
<p>(copying my reply from the other comment that said the same thing as you)<p>The order of conditions in a WHERE definitely does matter, especially in cases where the conditions are on non-indexed columns or there are CPU-intensive search operations like regex, string ops, etc.<p>I just ran this test locally with a table I created that has 50 million rows:<p>```
» time sqlite3 test.db "select count(<i>) from test WHERE a != 'a' AND a != 'b' AND a != 'c' AND a != 'd' AND b != 'c' AND d != 'd' AND e != 'f' AND f = 'g'"
sqlite3 test.db   5.50s user 0.72s system 99% cpu 6.225 total
» time sqlite3 test.db "select count(</i>) from test WHERE f = 'g' AND a != 'a' AND a != 'b' AND a != 'c' AND a != 'd' AND b != 'c' AND d != 'd' AND e != 'f'"
sqlite3 test.db   1.51s user 0.72s system 99% cpu 2.231 total
```<p>The only difference is swapping the `f = 'g'` condition from last to first.  That condition never matches in this query, so it's able to fail fast and skip all of the work of checking the other conditions.</p>
]]></description><pubDate>Mon, 29 Sep 2025 21:34:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=45419033</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=45419033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45419033</guid></item><item><title><![CDATA[New comment by Ameo in "Subtleties of SQLite Indexes"]]></title><description><![CDATA[
<p>It definitely does matter, especially in cases where the conditions are on non-indexed columns or there are CPU-intensive search operations like regex, string ops, etc.<p>I just ran this test locally with a table I created that has 50 million rows:<p>```
» time sqlite3 test.db "select count(<i>) from test WHERE a != 'a' AND a != 'b' AND a != 'c' AND a != 'd' AND b != 'c' AND d != 'd' AND e != 'f' AND f = 'g'"
sqlite3 test.db   5.50s user 0.72s system 99% cpu 6.225 total
» time sqlite3 test.db "select count(</i>) from test WHERE f = 'g' AND a != 'a' AND a != 'b' AND a != 'c' AND a != 'd' AND b != 'c' AND d != 'd' AND e != 'f'"
sqlite3 test.db   1.51s user 0.72s system 99% cpu 2.231 total
```<p>The only difference is swapping the `f = 'g'` condition from last to first.  That condition never matches in this query, so it's able to fail fast and skip all of the work of checking the other conditions.</p>
]]></description><pubDate>Mon, 29 Sep 2025 21:33:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=45419017</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=45419017</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45419017</guid></item><item><title><![CDATA[New comment by Ameo in "Subtleties of SQLite Indexes"]]></title><description><![CDATA[
<p>The main takeaway from this for me is that SQLite’s query planner seems to be pretty limited. It’s reliant on stuff like the order in which WHERE conditions are specified, isn’t able to use multiple indexes in queries in many cases, bails out to scans when a variety of different operations show up in queries, etc.<p>It might be the case that SQLite has a simpler or less sophisticated query planner than other databases like Postgres or MariaDB, but in my experience those DBs struggle a lot with good querying planning as well. I’ve spent many hours in the past with issues like Postgres suddenly starting to ignore an index entirely because its computed table data distribution statistics got out of balance, or having to add manual annotations to MariaDB queries like STRAIGHT_JOIN in order to get a query to run faster.<p>I’m guessing that this is a really hard problem since it doesn’t seem to be really “solved” by any major DB vendor I’ve seen. A lot of modern DB engines like Clickhouse tend to just work around this problem by being so fast at full table scans that they don’t even need any sophisticated indexing set up at all.</p>
]]></description><pubDate>Mon, 29 Sep 2025 18:05:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=45416835</link><dc:creator>Ameo</dc:creator><comments>https://news.ycombinator.com/item?id=45416835</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45416835</guid></item></channel></rss>