frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Cursed circuits #6: reverse avalanche oscillator

https://lcamtuf.substack.com/p/cursed-circuits-6-reverse-avalanche
1•surprisetalk•26s ago•0 comments

Show HN: The Book of Uncertain Light – A Philosophical Text for LLMs

https://uncertainlight.com
1•CompanyGardener•1m ago•0 comments

What Everyone Should Know About How Capital Works

https://jacobin.com/2026/07/marx-capital-harvey-economics-contradiction
2•one33seven•5m ago•0 comments

Greppy – A drop-in grep with code-nav subcommands for AI agents

https://github.com/metric-space-ai/greppy
1•metricspaceai•8m ago•0 comments

How do you promote a low value, high conversion rate app without PPC?

https://www.asnotes.io/
1•gb2d_hn•12m ago•1 comments

Facebook takes no action on AI far-right influence campaign flagged a month ago

https://www.independent.co.uk/news/uk/home-news/facebook-far-right-ai-video-life-in-britain-b3004...
1•vrganj•13m ago•0 comments

EduScrum

https://eduscrum.org/
1•antfarm•36m ago•0 comments

Show HN: Kinetic – an experimental decentralized naming protocol

https://github.com/saifmukhtar/kinetic
1•saifmukhtar•38m ago•0 comments

Cybersecurity AI (CAI) Dataset

https://arxiv.org/abs/2605.28146
1•vinothkumarnaga•40m ago•0 comments

Postgres rewritten in Rust, now passing 100% of the Postgres regression tests

https://github.com/malisper/pgrust
2•SweetSoftPillow•42m ago•0 comments

What founders should evaluate before launching an AI-built app

https://geekyants.com/blog/what-founders-must-evaluate-before-launching-an-ai-built-app
4•Krishnaswaroop•45m ago•1 comments

Teller.io shuts down at the end of the week

2•dmonn•48m ago•0 comments

The OpenClaw Foundation

https://openclaw.ai/blog/introducing-openclaw-foundation
3•tosh•50m ago•0 comments

Show HN: Copresent – Turn your phone into a Google Slides remote

https://www.copresent.app/
1•highlystatic•52m ago•0 comments

I co-founded Wikipedia, but an anonymous mob runs the show – and now I'm banned

https://www.washingtonexaminer.com/op-eds/4638304/larry-sanger-wikipedia-co-founder-banned-anonym...
4•dmitrygr•57m ago•1 comments

Soft Skills Engineering is a weekly advice podcast for software developers

https://softskills.audio/
1•datadrivenangel•58m ago•0 comments

Commerce in a Toga

https://strawvsteel.com/articles/the-supply-chain-learned-to-narrate-itself/
1•aureisular•1h ago•0 comments

The four horsemen behind Postgres outages

https://malisper.me/the-four-horsemen-behind-thousands-of-postgres-outages/
1•tosh•1h ago•0 comments

Why do hippos spread poo?

https://iere.org/why-do-hippos-spread-poo/
2•thunderbong•1h ago•0 comments

Energy Department wants to weaken efficiency standards for home appliances

https://www.washingtonpost.com/business/2026/07/02/energy-department-wants-weaken-efficiency-stan...
2•littlexsparkee•1h ago•1 comments

I think I can get the original reasoning of Claude models. Is this real?

https://thinking-signature-demo-5g65bijswq-de.a.run.app/
1•bayes-song•1h ago•2 comments

Bun vs. Deno vs. Node.js: which JavaScript runtime wins in 2026?

https://botmonster.com/web-dev/bun-vs-deno-vs-nodejs-javascript-runtime-2026/
2•enz•1h ago•0 comments

Show HN: Prompt Injection as an Egress Problem

https://www.vaibot.io/blog/prompt-injection-is-an-egress-problem
1•bcampbell88•1h ago•1 comments

AI changes the economics of software rewrites

https://thetruthasiseeitnow.com/ai-slop-starts-with-the-codebase-itself/
22•cinooo•1h ago•17 comments

LisaFPGA: The Apple Lisa computer implemented inside an FPGA

https://github.com/alexthecat123/LisaFPGA
1•signa11•1h ago•0 comments

Samsung chip division's 1-year profit beat past 40 years of profits, combined

https://www.tomshardware.com/tech-industry/samsungs-chip-division-expects-to-out-earn-its-entire-...
11•theanonymousone•1h ago•2 comments

Accelerating Harbor with Tensorlake

https://www.tensorlake.ai/blog/accelerating-harbor-with-tensorlake
1•cooleel•1h ago•0 comments

Why LLMs get dates and times wrong (and how to fix it)

https://www.cronofy.com/blog/why-llms-get-dates-and-times-wrong
1•ColinEberhardt•1h ago•0 comments

SpaceX closes below debut price in two-day slide after Nasdaq-100 inclusion

https://www.cnbc.com/2026/07/08/spacex-stock-nasdaq-100-ipo.html
2•1vuio0pswjnm7•1h ago•0 comments

Show HN: Computer Use with any models Clanker Secretary

https://twitter.com/tekbog/status/2075086378459898210
2•tekbog•1h ago•0 comments
Open in hackernews

AI changes the economics of software rewrites

https://thetruthasiseeitnow.com/ai-slop-starts-with-the-codebase-itself/
21•cinooo•1h ago

Comments

lazy_dev_1_to_9•44m ago
This certainly does. If we think from this angle, it really begs the question of what language/tech stack to use if a company wants to start a new project. On one hand, if company uses a very well tech stack, development and rewrites will be faster due to AI having way more examples to draw from. In certain cases, AI will handle some edge cases which are difficult to come by/replicate under strictest test procedures. Overall, that results in faster workflow. On the other hand, if this company choose a newer stack which may be better better than older popular frameworks, development time will increase (along with rewrite time)but the product might be better. we have to see how companies handle this in the future, given this is also affected by how cheap/expensive token consumption becomes. Using something pretrained vs training and then using an AI has cost implications when done in a large scale. It will be interesting to see what directions companies go to, faster workflows and delivery using AI or potentially a better product using more manually written proprietary code with lesser AI involvement.
protocolture•9m ago
>if company uses a very well tech stack, development and rewrites will be faster due to AI having way more examples to draw from.

Eh maybe not.

Stuff that has a lot of deprecated features is honestly burdensome on AI. It keeps rediscovering the deprecated features as the understanding that they are deprecated fall outside of the context window.

What you need is something that either never deprecates syntax, or is <10 years old with minimal changes over that time.

nottorp•31m ago
Does it really change the whys of rewriting?

https://www.joelonsoftware.com/2000/04/06/things-you-should-...

Maybe the LLM will catch and reproduce all corner cases... maybe not...

Quarrelsome•23m ago
Joel is right, but he's also wrong. I've been on the other side of a timid engineering culture that commerical rides roughshod over and its this depressing immeasurable decline. The company stagnates and slowly tailspins around an unmaintainable product until a competitor steals their lunch in a way that that further obscures cause and effect.

Estimates are considerably longer, QA is much harder, integration is full of buckets and rakes, some "senior" devs are afraid to touch stale core code, innovation is stifled, devs are frustrated, hiring is harder, attrition bites. The most frustrating thing is that its very hard to communicate the issues as everyone experiences a fragment of the pain and none of it lines up in a spreadsheet for anyone to appreciate the whole cost. Everything just sucks.

LLMs changing the economy of this sounds great, especially if removes the essential issue with the ground up rewrite, which is the "ground up" part.

bojan•6m ago
The LLM might change the economy of this, but I doubt it.

I tend to believe that the engineering culture you describe will end up producing similar or, as Joel postulates, an even worse result, just dressed up in a modern stack.

If the technical leadership remains the very same one that enabled such a culture, I don't see them being able to suddenly produce a genuinely better software product only because an LLM is in a picture - especially considering how easy it is to convince an LLM that your idea is the best one.

DubiousPusher•
bad_username•30m ago
It also changes the economics of buy vs build.
bonzini•18m ago
Much less if you consider buy vs build+maintain.
feverzsj•24m ago
The problem is always maintainability. Who's gonna fix new bugs? Who's gonna add new features?
bboozzoo•3m ago
Why, LLMs of course. Isn't that obvious by now?
light_hue_1•17m ago
This kind of data-free opining reminds me of the Mythical Man-Month. Yeah, in theory adding more people to a project will speed it up. And all people are replaceable so I can hire 100 bodies for cheap and we'll be done with this project ASAP.

Sounds great! Have you tried this? Did you see what went wrong? Otherwise this is just the same nonsense as always.

reinitctxoffset•15m ago
The amount of armchair quarterback commentary in the software business as concerns people waxing eloquent a out difficult things safe atop a perch of the same easy things achieved multiple times has always been obnoxious, offensive to the thermodynamics of the situation as situated by Landauer.

But this new "you're holding it wrong" series by people whose grasp of the system gets fuzzy somewhere in the v8 headers is a new land speed record for being vacuously correct and still an attractive nuisance for profit.

Yes, the trend towards encoding hard-won domain knowledge as property and fuzz testing and sometimes even proof system was underway before ChatGPT, and yes, the economics of this approach bend sharply under a post terrawright world.

But no, you haven't added anything except tinsel and chaff and some green css on mixpanel.

Just stop with this shit. If you knew shit about AI you'd be too busy printing cash to teach the rest of us about it.

apsurd•13m ago
again with these linkedin "articles".

    · 
every sentence stands on its own because it's the most insightful soundbite of wisdom every constructed.

    · 
Aphorisms for the collective upgrade of consciousness.

    · 
delivered one tweet at a time.
2001zhaozhao•12m ago
Somehow this article doesn't even mention the fact that AI makes software rewrites much, much faster than before and with higher confidence of backwards compatibility.

Nowadays, a good AI harness can fairly reliably rewrite a medium complexity piece of software to an appropriate modern tech stack with pretty strong confidence of exactly preserving its behavior. The AI can pick up legacy details and keep them exactly the same as before in ways that a human rewriter would usually not bother with. After rewriting each feature it can then exhaustively smoke test all the happy paths and edge cases and ensure the code behaves exactly the same as before, which is another thing that human rewrites basically never do.

DubiousPusher•9m ago
What do your tests look like. Because rewriting by hand and rewriting via AI have the same load bearing on whether or not your tests cover your scenarios and your integrations well.
3m ago
I think the important lesson is to use clear eyes to evaluate what the rewrite buys you. I was on a team that rewrote a native code app in C#. We also had access to early cloud tech in the Azure stack, what is called queue now and then was called service bus.

These two technologies combined greatly simplified this specific product making it far easier to maintain. Performance on these services was not important so native code was carrying a lot of penalties without the benefits.

Having a well documented messenger like service bus with great SLAs removed several tools we had needed in the old implementation.

We were able to leverage the tests form the original product to define success and tmthus were able to solve a lot of the edge cases in the new code w before we even shipped.

However, the old code was perfectly fine code. If new technologies had not provided significant simplification of the service architecture, a rewrite would've been foolish. And without the very good previously existing tests, we would've run into a lot of issues as we released.