frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why Enterprise Software Is So Hard to Get Right [video]

https://www.youtube.com/watch?v=srtqr7VHvE4
1•pierres7•1m ago•0 comments

Manual: •.,:;?·

https://type.today/en/journal/dots
1•behnamoh•3m ago•0 comments

Sfwig – had a laugh with AI, then a question

1•eilepsalpeh•4m ago•0 comments

Starter Homes Are Piling Up While Luxury Homes Fly Off the Market

https://www.zillow.com/research/starter-homes-price-tiers-36571/
1•toomuchtodo•5m ago•0 comments

Do Language Models Flatten Your Business? We Tested Four Real Ones to Find Out

https://industrycontents.com/language-models-flatten-brand-positioning/
2•ticust•8m ago•1 comments

Join my robot revolution [video]

https://www.youtube.com/watch?v=NwWIubDKEkw
1•gabrielsroka•10m ago•1 comments

Persistent State Machines for LLM Attention (Vivado Estimated 0.0267 PJ/Op)

https://zenodo.org/records/21694686
1•yusuke_esaka•12m ago•0 comments

Logic for Programmers by Hillel Wayne

https://logicforprogrammers.com/
3•_doctor_love•17m ago•0 comments

Show HN: A travel app not building generic itinerary

https://uncoverroads.com/
2•sourav_biswas•21m ago•0 comments

Fauci pleads 5th to what colour of tie he's wearing

https://www.skynews.com.au/details/_6402439292112
2•SanjayMehta•22m ago•0 comments

Show HN: OpenMetaHarness

https://github.com/openmetaharness/openmetaharness
4•IzhaarTejani•28m ago•1 comments

Show HN: IncomeOS – income from many small sources, in one screen and an MCP

https://github.com/Perufitlife/incomeos
2•renzomad•30m ago•0 comments

OpenURL

https://en.wikipedia.org/wiki/OpenURL
2•toomuchtodo•31m ago•0 comments

Milvus 3.0: Lake-Native Vector Search, S3-Based Storage, Offline/Batch Workflows

https://milvus.io/blog/announcing-milvus-3-lake-native-vector-search-and-a-more-powerful-retrieva...
4•redskyluan•33m ago•0 comments

Show HN: Full stack development from one codebase web, Android, and iOS

https://github.com/usedowe/dowe-lang
2•victorriba•34m ago•1 comments

The AI Bubble Is About to Explode? [video]

https://www.youtube.com/watch?v=xKuDvRRE7Bc
1•ripe•36m ago•1 comments

A GPU-Hour Isn't a Commodity If You Need Four of Them

https://davefriedman.substack.com/p/a-gpu-hour-isnt-a-commodity-if-you
2•gmays•38m ago•0 comments

Bonsaikitten.com

https://en.wikipedia.org/wiki/Bonsai_Kitten
4•tokai•42m ago•0 comments

All Soda Yearns to Be Red

https://haterade.substack.com/p/all-soda-yearns-to-be-red
3•mrkaye97•44m ago•0 comments

There's never been a better time to commit financial fraud

https://www.economist.com/business/2026/07/29/theres-never-been-a-better-time-to-commit-financial...
7•petethomas•46m ago•2 comments

Show HN: A local merge queue for parallel Claude Code agents

https://github.com/funador/claude-code-merge-queue
9•funador•48m ago•1 comments

Indie Web Directories

https://paultibbetts.uk/indieweb-directories/
3•Curiositry•49m ago•0 comments

Locust – Simple Open-Source Load Testing

https://locust.io/
3•Curiositry•51m ago•0 comments

A future where software self-improves and interacts with the physical world

https://3reate.com/podcast/everyones-a-billionaire-now-what/
5•andrewjneumann•52m ago•1 comments

For the cheap price of a permanent tatto, get access to job interview

5•NoRagrets•54m ago•2 comments

If Claude/Codex can connect via, what do we need a context layer for?

https://getunblocked.com/blog/mcp-connectors-are-not-a-context-engine/
5•dennispi•57m ago•0 comments

Ask HN: Is Claude (code) taking significantly longer to run tasks for anyone?

3•LostMyLogin•58m ago•1 comments

Show HN: Karrouet – Dots and Boxes game we used to play as kids in Tunisia

https://www.reddit.com/r/karrouet/
5•nirvanist•58m ago•0 comments

Mythos attack on 3rd-round PQC algorithm candidate puts it out of commission

https://arstechnica.com/security/2026/07/mythos-uncovers-crypto-weaknesses-that-went-unknown-for-...
4•jnord•59m ago•0 comments

Pokémon is turning to facial recognition scans to help combat scalpers

https://www.pcgamer.com/games/card-games/the-pokemon-company-is-turning-to-facial-recognition-sca...
4•Cider9986•1h ago•0 comments
Open in hackernews

Top Tips for Writing Code with AI

https://brettdidonato.substack.com/p/top-5-tips-for-writing-code-with
2•bsdpython•1y ago

Comments

uberman•1y ago
Solid, particularly the advice about context. I find with AI, less is better. Once you have "enough" context, adding more increases the risk of problems. The one I take exception with is the last. "You don't need to understand what the AI wrote". I feel you absolutely do need to understand what the AI wrote and if you don't you should not commit it.
bsdpython•1y ago
Thanks. I know the last one is controversial, but the way I am starting to think about it is that we are just moving to a new layer of abstraction. I no longer understand very well how hardware works, nor do I know in detail how a browser renders a page, nor the full fine details of how many of the libraries I use work. My own AI generated code, in pockets, is starting to work in the same way. And I'm starting to become OK with that risk.
sherdil2022•1y ago
The implementations for those abstractions are well tested (hopefully). Committing code that we don’t thoroughly test or have an understanding about is going to bite us sooner than later. They are landmines. Not abstractions.
bsdpython•1y ago
Is it possible we hit a wikipedia moment (it being more accurate than Encyclopedias) where the quality of typical ai generated code is better than popular open source libraries?