<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: physix</title><link>https://news.ycombinator.com/user?id=physix</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 19 Jun 2026 22:27:07 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=physix" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by physix in "Is AI ruining our skills? Early results are in – and they're not good"]]></title><description><![CDATA[
<p>For me personally, holding a dialogue with several agentic dev streams in parallel keeps me very much on my toes mentally. It's quite exhausting, and certainly not letting my brain atrophy.<p>I'm probably losing some coding skills, but replacing them with different ones, and honing some others.<p>I used to manage dev teams of 20+ people inside high pressure, high stakes projects.<p>I've been coding all my adult life, on big things and small.<p>To me, agentic engineering is a deja vue of managing teams, except in real time.</p>
]]></description><pubDate>Fri, 19 Jun 2026 20:17:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48602783</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=48602783</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48602783</guid></item><item><title><![CDATA[New comment by physix in "Cell-based architecture for resilient payment systems"]]></title><description><![CDATA[
<p>That would be the good case.<p>But what if the cell doesn't know that, and it's holding, for example, a stale account number?</p>
]]></description><pubDate>Fri, 19 Jun 2026 01:08:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48593747</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=48593747</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48593747</guid></item><item><title><![CDATA[New comment by physix in "Cell-based architecture for resilient payment systems"]]></title><description><![CDATA[
<p>Nobody uses Amex for payments, so the system isn't ever under high load.<p>Just kidding!<p>I find the idea quite good, and have to assume that the amount of payment fails they experience due to partitions/outages isn't very high and that the post-payment reconciliation and reclamation process gives them the liberty to rank availability a bit higher than correctness.<p>One thing that looked a bit shaky was the interplay between the global transaction router's state of knowing which cells can handle a particular payment and the asynchronous distribution of the "failover data", which I presume it needs to know to route correctly. To me that seems to create a window where it might route to the wrong cell due to an outdated routing state.<p>It also doesn't go into the HA setup of the global transaction router itself.<p>But still, I kind of like the design.</p>
]]></description><pubDate>Thu, 18 Jun 2026 22:28:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48592504</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=48592504</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48592504</guid></item><item><title><![CDATA[New comment by physix in "Apple's weird anti-nausea dots cured my car sickness"]]></title><description><![CDATA[
<p>Unfortunately, I get car sick just sitting in the back. No need to look at a phone. So I guess I'll have to wait until Apple Glasses to come out.</p>
]]></description><pubDate>Wed, 17 Jun 2026 13:41:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48570459</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=48570459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48570459</guid></item><item><title><![CDATA[New comment by physix in "Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?"]]></title><description><![CDATA[
<p>The dilemma I am facing is cost.<p>Consumer-grade subscriptions of the frontier models give you superb capabilities per dollar, them being heavily subsidized. But if you're working in an enterprise setting, that won't work. You need to upgrade, and that gets significantly more expensive.<p>Furthermore, basing the SDLC on leveraging the bargain subscriptions risks falling apart in the future, both from a cost perspective as well as the question of availability (e.g. Mythos).<p>So from a strategic perspective, going local on the LLM and still achieving great results with the right approach is very relevant.</p>
]]></description><pubDate>Tue, 16 Jun 2026 01:24:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48549379</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=48549379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48549379</guid></item><item><title><![CDATA[Show HN: Cyoda-go – application platform in Go without the Temporal/Kafka glue]]></title><description><![CDATA[
<p>This started out as an experiment. Reading Simon Willison's blog on where StrongDM was going with dark factories and Digital Twin Universes<p><a href="https://simonw.substack.com/p/how-strongdms-ai-team-build-serious" rel="nofollow">https://simonw.substack.com/p/how-strongdms-ai-team-build-se...</a><p>I got thinking that, hey, what if we built a digital twin of our enterprise application platform Cyoda? With an in-memory local Cyoda service, it would make it much easier for people to get started building Cyoda apps, and rapidly speed up development.<p>I also wanted to see how far one can go using agentic engineering to build that out, thinking it's a good use-case since the tool wasn't (originally) destined for production.<p>I'm a Java/Kotlin/Spring/Cassandra person, so I decided to write it in Go, because I've never written a line of Go. This would ensure that I stay hands off from the code and see this from the perspective of an architect and project manager.<p>But after the in-memory storage engine was built, I quickly realized that it would be straightforward to implement a postgres plugin. Then I remembered sqlite. This looked so cool, that I decided over Easter to tackle Cassandra.<p>And out came cyoda-go.<p>We're still working intensively on fleshing it out, but the vision is to provide an open source EDBMS (Entity Database Managment System) that has production quality and can cover a very wide variety of use cases.<p>The design is based on our work of the last ten years on Cyoda.<p>So what's an EDBMS? ...you are probably asking.<p>Under the hood, it's a combination of a JSON/document database, a workflow engine, messaging/queuing middleware, and a CDC audit. Data are entity state machines persisted append-only. Transitions can launch externalized processors over gRPC that do business logic. All mutations are bi-temporal and the consistency model is snapshot isolation with first-committer-wins on entity-level conflicts. An engine automates workflow traversal, so that a single trigger cascades across entities inside the same transactional boundary.<p>The core assembly is a single Go binary. Once you've understood the design, it's really easy to write event-based applications with transactional rigour and a bi-temporal view on the data at no performance cost, and built-in auditability and data lineage.<p>Repo: <a href="https://github.com/Cyoda-platform/cyoda-go" rel="nofollow">https://github.com/Cyoda-platform/cyoda-go</a>
Docs: <a href="https://docs.cyoda.net" rel="nofollow">https://docs.cyoda.net</a><p>I would be very interested to know what the community thinks. Is this kind of architecture, that consolidates several key frameworks into a unified platform, effective in accelerating the building of complex enterprise systems?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48068583">https://news.ycombinator.com/item?id=48068583</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 08 May 2026 20:45:34 +0000</pubDate><link>https://github.com/Cyoda-platform/cyoda-go</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=48068583</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48068583</guid></item><item><title><![CDATA[New comment by physix in "Show HN: Tips to stay safe from NPM supply chain attacks"]]></title><description><![CDATA[
<p>For what it's worth, I prompted GPT-5 Pro to produce a npm supply chain best practices guide, to see what it comes up with. I've not read it yet.<p><a href="https://gist.github.com/pschleger/c1c36fbde003bea5eee7ce429188f2ec" rel="nofollow">https://gist.github.com/pschleger/c1c36fbde003bea5eee7ce4291...</a><p>And a prompt to review a site I built for GitHub Pages, which I'll try this week.<p><a href="https://gist.github.com/pschleger/8d5fcea6b96d8504ac58bb2f8d290473" rel="nofollow">https://gist.github.com/pschleger/8d5fcea6b96d8504ac58bb2f8d...</a></p>
]]></description><pubDate>Mon, 22 Sep 2025 05:24:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=45329357</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=45329357</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45329357</guid></item><item><title><![CDATA[New comment by physix in "AI not affecting job market much so far, New York Fed says"]]></title><description><![CDATA[
<p>That's right. As a tech company, we can now do more with the people we have.</p>
]]></description><pubDate>Thu, 04 Sep 2025 20:29:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=45131878</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=45131878</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45131878</guid></item><item><title><![CDATA[New comment by physix in "AI not affecting job market much so far, New York Fed says"]]></title><description><![CDATA[
<p>Well, this one isn't that rosy<p>> The New York Fed blog noted that the modest impact on jobs so far may not hold in the future. "Looking ahead, firms anticipate more significant layoffs and scaled-back hiring as they continue to integrate AI into their operations," New York Fed researchers wrote.</p>
]]></description><pubDate>Thu, 04 Sep 2025 20:13:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=45131734</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=45131734</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45131734</guid></item><item><title><![CDATA[New comment by physix in "Prime Number Grid"]]></title><description><![CDATA[
<p><a href="https://news.ycombinator.com/item?id=44888548">https://news.ycombinator.com/item?id=44888548</a></p>
]]></description><pubDate>Tue, 19 Aug 2025 15:21:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=44952619</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=44952619</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44952619</guid></item><item><title><![CDATA[New comment by physix in "The lottery ticket hypothesis: why neural networks work"]]></title><description><![CDATA[
<p>As a layman, it helps me to understand the importance of language as a vehicle of intelligence by realizing that without language, your thoughts are just emotions.<p>And therefore I always thought that the more you master a language the better you are able to reason.<p>And considering how much we let LLMs formulate text for us, how dumb will we get?</p>
]]></description><pubDate>Tue, 19 Aug 2025 05:41:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=44948582</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=44948582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44948582</guid></item><item><title><![CDATA[New comment by physix in "Show HN: Fractional jobs – part-time roles for engineers"]]></title><description><![CDATA[
<p>I'm curious to know the business model. I assume you charge the companies, but I couldn't find the pricing model on the website.<p>Are you able say something about this?</p>
]]></description><pubDate>Tue, 19 Aug 2025 00:41:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=44947038</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=44947038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44947038</guid></item><item><title><![CDATA[New comment by physix in "Show HN: A transactional event-driven application platform on Cassandra"]]></title><description><![CDATA[
<p>BTW: The AI Assistant is itself a Cyoda app.</p>
]]></description><pubDate>Sat, 16 Aug 2025 18:49:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=44925964</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=44925964</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44925964</guid></item><item><title><![CDATA[Show HN: A transactional event-driven application platform on Cassandra]]></title><description><![CDATA[
<p>Cyoda is a platform for building enterprise-grade, data-intensive backend systems.<p>We’re a small software vendor company with fintech startup clients in production for several years, and we have launched Cyoda as a PaaS to make this technology accessible to a broader audience.<p>You can think of Cyoda as having event sourcing + workflow engine + horizontally scalable database in one integrated system. Processing is transactional, querying is distributed and resilient, and business logic stays modular inside processors (actions) and criteria (gates) as part of the workflow.<p>We’ve created an AI assistant that helps you build your backend service through a chat dialogue that generates a prototype. It will build you a complete, runnable app, provision your environment, and deploy it. You can then switch to your own tools to continue development.<p>This type of lightweight modular system, where the platform engineering is mostly taken care of, makes AI much more effective when building complex backend systems.<p>The PaaS is still very fresh, and there’s a lot still missing and buggy in places. I would greatly appreciate feedback on the system design and architecture, particularly whether you think this platform has potential or not. There’s a Free Tier subscription, so you can play with it right away.<p>alpha AI assistant: <a href="https://ai.cyoda.net" rel="nofollow">https://ai.cyoda.net</a>
website: <a href="https://cyoda.com" rel="nofollow">https://cyoda.com</a> 
docs: <a href="https://docs.cyoda.com" rel="nofollow">https://docs.cyoda.com</a> 
github: <a href="https://github.com/Cyoda-platform" rel="nofollow">https://github.com/Cyoda-platform</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44925264">https://news.ycombinator.com/item?id=44925264</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 16 Aug 2025 17:18:07 +0000</pubDate><link>https://ai.cyoda.net</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=44925264</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44925264</guid></item><item><title><![CDATA[New comment by physix in "LLMs contain all knowledge – I built way to mine deep meaning from them"]]></title><description><![CDATA[
<p>Do you have any examples?</p>
]]></description><pubDate>Sat, 16 Aug 2025 15:31:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44924300</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=44924300</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44924300</guid></item><item><title><![CDATA[New comment by physix in "Show HN: Prime Number Grid Visualizer"]]></title><description><![CDATA[
<p>I was waiting for<p><pre><code>          .....   ......   ......   ....   ..    ..   ......
         ..       ..   ..  ..   ..   ..    ...   ..   ..     
         ..       ..   ..  ...  ..   ..    .. .. ..   ..     
          .....   ......   ......    ..    .. .. ..   ..  ...
           .....  ...      .. ..     ..    ..   ...   ..   ..
              ..  ..       ..  ..    ..    ..    ..   ...  ..
         ......   ..       ..   ..  ....   ..    ..    .....

</code></pre>
to show up, until I realized I've been coding too much today.</p>
]]></description><pubDate>Fri, 15 Aug 2025 22:59:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=44918248</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=44918248</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44918248</guid></item><item><title><![CDATA[New comment by physix in "Show HN: Edka – Kubernetes clusters on your own Hetzner account"]]></title><description><![CDATA[
<p>me too</p>
]]></description><pubDate>Fri, 15 Aug 2025 22:32:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=44918050</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=44918050</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44918050</guid></item><item><title><![CDATA[New comment by physix in "Show HN: Edka – Kubernetes clusters on your own Hetzner account"]]></title><description><![CDATA[
<p>I was thinking more of the former, whereby I "bring my own servers".<p>I haven't really thought it through yet, whether that even makes sense.</p>
]]></description><pubDate>Fri, 15 Aug 2025 21:54:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=44917691</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=44917691</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44917691</guid></item><item><title><![CDATA[New comment by physix in "Show HN: Edka – Kubernetes clusters on your own Hetzner account"]]></title><description><![CDATA[
<p>This is a great idea. I really like it!<p>We considered reaching out in May, but held back because we want to run on bare metal.<p>Any chance to get this provisioned on bare metal at Hetzner?<p>We have K8S running on bare metal there. It's a slog to get it all working, but for our use case, having a dedicated 10G LAN between nodes (and a bare metal Cassandra cluster in the same rack) makes a big difference in performance.<p>Also, from a cost perspective. We run AX41-NVMe dedicated servers that cost us about EUR 64 per server with a 10G LAN, all in the same rack. Getting the same horsepower using Cloud instances I guess would be a CCX43, which costs almost double.</p>
]]></description><pubDate>Fri, 15 Aug 2025 21:17:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=44917364</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=44917364</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44917364</guid></item><item><title><![CDATA[New comment by physix in "36B solar mass black hole at centre of the Cosmic Horseshoe gravitational lens"]]></title><description><![CDATA[
<p>Ah, yes, of course! Thanks.</p>
]]></description><pubDate>Tue, 12 Aug 2025 13:24:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=44875908</link><dc:creator>physix</dc:creator><comments>https://news.ycombinator.com/item?id=44875908</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44875908</guid></item></channel></rss>