<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: noworriesnate</title><link>https://news.ycombinator.com/user?id=noworriesnate</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 27 Sep 2026 11:03:40 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=noworriesnate" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by noworriesnate in "Flock Offers Employees Buyouts as Customers Flee"]]></title><description><![CDATA[
<p>Why are they doing this when they're hiring:<p><a href="https://www.workatastartup.com/companies/flock-safety" rel="nofollow">https://www.workatastartup.com/companies/flock-safety</a></p>
]]></description><pubDate>Sat, 19 Sep 2026 10:52:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=49765385</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=49765385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49765385</guid></item><item><title><![CDATA[New comment by noworriesnate in "Ask HN: AI Panic, you buying it?"]]></title><description><![CDATA[
<p>> But why would we do that? Why would we hook up an LLM to a robot factory, or make an ASI that could easily move itself into the ether?<p>The venture capitalist world is full of people who will deliberately ruin a company based on the extremely unlikely but possible scenario where the companies goes to the moon in value. I think there's pretty much 100% certainty that multiple venture capitalists are going to try exactly what you're suggesting on the off chance that it makes them the new world controller.</p>
]]></description><pubDate>Wed, 16 Sep 2026 19:26:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=49731706</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=49731706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49731706</guid></item><item><title><![CDATA[New comment by noworriesnate in "Ask HN: What are you working on? (September 2026)"]]></title><description><![CDATA[
<p>I'm building an in-process, peer-to-peer, event sourced, categorical database in Rust. I think more and more people are going to start building their own personal apps, and people are not going to want to have to manage a server.<p>So the tradeoff this database makes is it doesn't work at high scale, but it has a lot of features not typically in a database, such as:<p>- The ability to embed non-turing-complete event source handlers in the database schema<p>- Categorical type system that makes migrations provably secure<p>- All schema changes take place through migrations<p>Example syntax:<p><pre><code>  Inventory = aggregate(key = sku) {
      sku:       String
      name:      String
      available: crdt(merge = counter) I64

      command Stock(sku: String, name: String, qty: U64) {
          sku       = input.sku
          name      = input.name
          available += input.qty
      }

      command Reserve(sku: String, qty: U64) {
          available -= input.qty
      }

      command Release(sku: String, qty: U64) {
          available += input.qty
      }
  }

  command SubmitOrder(order_id: String, party_id: String, sku: String, qty: U64, total: U64) {
      Order::PlaceOrder(
          id       = input.order_id
          party_id = input.party_id
          sku      = input.sku
          qty      = input.qty
          total    = input.total
      ) compensate Order::Cancel()
      # `sku` is Inventory's key — the step must bind it so the engine can
      # resolve which Inventory row the command targets (task-212).
      Inventory::Reserve(sku = input.sku, qty = input.qty)
          compensate Inventory::Release(sku = input.sku, qty = input.qty)
  }</code></pre></p>
]]></description><pubDate>Mon, 14 Sep 2026 12:40:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=49695862</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=49695862</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49695862</guid></item><item><title><![CDATA[Don't Scale Yet, Because of AI]]></title><description><![CDATA[
<p>Article URL: <a href="https://nloum.github.io/blog/dont-scale-yet-because-of-ai/">https://nloum.github.io/blog/dont-scale-yet-because-of-ai/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49169829">https://news.ycombinator.com/item?id=49169829</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 04 Aug 2026 14:52:59 +0000</pubDate><link>https://nloum.github.io/blog/dont-scale-yet-because-of-ai/</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=49169829</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49169829</guid></item><item><title><![CDATA[New comment by noworriesnate in "What's Under Your Feet in New York City?"]]></title><description><![CDATA[
<p>Here's a video in which a Rabbi who is a member of the sect clarifies the story:<p><a href="https://xcancel.com/Truthtellerftm/status/1979012642111934881#m" rel="nofollow">https://xcancel.com/Truthtellerftm/status/197901264211193488...</a></p>
]]></description><pubDate>Sun, 26 Jul 2026 18:42:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=49061042</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=49061042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49061042</guid></item><item><title><![CDATA[New comment by noworriesnate in "What's the deal with all the random weekly quota resets for agents lately?"]]></title><description><![CDATA[
<p>I hope so! In the model selector in claude code in the browser it still says "Available until July 19" next to Fable. Also on Friday I did get an error while using Fable that said something like "This model requires API credits to use" but that disappeared after about 20 minutes....</p>
]]></description><pubDate>Sat, 18 Jul 2026 22:26:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48963074</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=48963074</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48963074</guid></item><item><title><![CDATA[New comment by noworriesnate in "What's the deal with all the random weekly quota resets for agents lately?"]]></title><description><![CDATA[
<p>Theoretically it'll still happen tomorrow. But we'll see--I think they've extended it twice?</p>
]]></description><pubDate>Sat, 18 Jul 2026 19:52:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48961647</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=48961647</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48961647</guid></item><item><title><![CDATA[New comment by noworriesnate in "Mystery behind Moana: After 1,700 years, why did Polynesians suddenly sail east?"]]></title><description><![CDATA[
<p>The Pilgrims weren't looking for women. They were looking for religious freedom.</p>
]]></description><pubDate>Sun, 12 Jul 2026 15:55:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48882112</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=48882112</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48882112</guid></item><item><title><![CDATA[New comment by noworriesnate in "SpaceX wants to launch 100k more Starlink satellites for 100x the bandwidth"]]></title><description><![CDATA[
<p>How is Elon Musk going to poison our atmosphere?</p>
]]></description><pubDate>Sat, 11 Jul 2026 11:41:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48871160</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=48871160</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48871160</guid></item><item><title><![CDATA[New comment by noworriesnate in "Postgres rewritten in Rust, now passing 100% of the Postgres regression tests"]]></title><description><![CDATA[
<p>Or use webassembly to sandbox them</p>
]]></description><pubDate>Fri, 10 Jul 2026 01:51:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48854825</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=48854825</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48854825</guid></item><item><title><![CDATA[New comment by noworriesnate in "We're extending access to Fable 5 on all paid plans through July 12"]]></title><description><![CDATA[
<p>Then you're over-generalizing your experience. Fable is definitely a tier above Opus for me.</p>
]]></description><pubDate>Wed, 08 Jul 2026 16:44:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48834183</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=48834183</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48834183</guid></item><item><title><![CDATA[New comment by noworriesnate in "We're extending access to Fable 5 on all paid plans through July 12"]]></title><description><![CDATA[
<p>Is it because of the type of work you're trying to get Fable to do or because Fable knows you're a medical physicist? I.e. if your CLAUDE.md says "I'm a medical physicist" but you're asking it to write a command line tool to list github prs or something, does it balk at that?</p>
]]></description><pubDate>Wed, 08 Jul 2026 15:42:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48833434</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=48833434</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48833434</guid></item><item><title><![CDATA[New comment by noworriesnate in "The Internet Is Drowning in Secret Ads"]]></title><description><![CDATA[
<p>I was talking to a friend recently about those Tupperware parties (she did a different brand). I think maybe those were better for society than modern ads. People had to get out of their comfort zones and talk face to face. It was all so personal, compared to what we have now.<p>This influencer nonsense described here is gross and fake compared to that. What would a genuine, face-to-face advertising campaign look like nowadays?</p>
]]></description><pubDate>Mon, 06 Jul 2026 15:45:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48806301</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=48806301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48806301</guid></item><item><title><![CDATA[New comment by noworriesnate in "The CEO of Mullvad is the main financer of the Swedish Örebro party"]]></title><description><![CDATA[
<p>Here, I’ll define it: nationalist is the idea that nations, including the concept of borders, are a great way to organize people to prevent situations like what Sweden is going through.</p>
]]></description><pubDate>Tue, 30 Jun 2026 20:42:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48738902</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=48738902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48738902</guid></item><item><title><![CDATA[New comment by noworriesnate in "The CEO of Mullvad is the main financer of the Swedish Örebro party"]]></title><description><![CDATA[
<p>Africa, the Middle East, etc. There’s not just one answer.</p>
]]></description><pubDate>Tue, 30 Jun 2026 19:34:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48738108</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=48738108</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48738108</guid></item><item><title><![CDATA[New comment by noworriesnate in "The CEO of Mullvad is the main financer of the Swedish Örebro party"]]></title><description><![CDATA[
<p>What solution do you have in mind? And is it guaranteed to work? Because deporting the people who are massively over represented in crime is guaranteed to work.</p>
]]></description><pubDate>Tue, 30 Jun 2026 19:30:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48738056</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=48738056</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48738056</guid></item><item><title><![CDATA[New comment by noworriesnate in "Big Tech is stoking unrest in the UK. Why?"]]></title><description><![CDATA[
<p>I always found a certain line from Bob Dylan a bit haunting:<p>> The line, it is drawn, the curse, it is cast<p>> The slow one now will later be fast<p>> *As the present now will later be past*<p>> The order is rapidly fadin'<p>> And the first one now will later be last<p>> For the times, they are a-changin'<p>We're seeing this now. Times are a-changin' indeed.</p>
]]></description><pubDate>Sat, 20 Jun 2026 20:58:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48612937</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=48612937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48612937</guid></item><item><title><![CDATA[New comment by noworriesnate in "DuckDB Internals: Why Is DuckDB Fast? (Part 1)"]]></title><description><![CDATA[
<p>I have a a theory that LLMs are going to be the death knell of big SaaS. It's so much harder to build and maintain an massive SaaS that does 80% of what 80% of your customers want, than it is to build something small and simple that does 100% of what one customer wants.</p>
]]></description><pubDate>Fri, 19 Jun 2026 16:42:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48600446</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=48600446</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48600446</guid></item><item><title><![CDATA[New comment by noworriesnate in "SpaceX to buy Cursor for $60B"]]></title><description><![CDATA[
<p>That's expensive though. The sooner you stop it from acting out the less you spend on a rabbit trail.</p>
]]></description><pubDate>Wed, 17 Jun 2026 17:30:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48573705</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=48573705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48573705</guid></item><item><title><![CDATA[New comment by noworriesnate in "GLM-5.2 is the new leading open weights model on Artificial Analysis"]]></title><description><![CDATA[
<p>I'd like to switch to a sales career--can you give me any pointers?</p>
]]></description><pubDate>Wed, 17 Jun 2026 15:23:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48571754</link><dc:creator>noworriesnate</dc:creator><comments>https://news.ycombinator.com/item?id=48571754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48571754</guid></item></channel></rss>