frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Are LLMs not getting better?

https://entropicthoughts.com/no-swe-bench-improvement
1•4diii•8m ago•0 comments

More common mistakes in architecture diagrams to avoid

https://www.ilograph.com/blog/posts/more-common-diagram-mistakes/
2•billyp-rva•10m ago•0 comments

Slot-machine based Development is the new Black

https://mortenvistisen.com/posts/slot-machine-based-development-is-the-new-black
1•mbvisti•10m ago•0 comments

Claude Code isn't going to replace data engineers (yet)

https://rmoff.net/2026/03/11/claude-code-isnt-going-to-replace-data-engineers-yet/
2•sebg•11m ago•0 comments

CodeCortex – Persistent repository knowledge graph for AI coding agents

1•costea•15m ago•0 comments

Big Data on the Cheapest MacBook

https://duckdb.org/2026/03/11/big-data-on-the-cheapest-macbook
2•bcye•16m ago•0 comments

An odd-nosed crocodile ate our prehistoric ancestors

https://www.popsci.com/science/crocodile-ate-prehistoric-humans/
1•Brajeshwar•16m ago•0 comments

Getting to the bottom of TMLE: influence functions and perturbations

https://www.rdatagen.net/post/2026-02-05-getting-to-the-bottom-of-tmle-1/
1•sebg•16m ago•0 comments

The Complete Guide to Zed: A Fast, Modern Editor for Python Developers

https://vikasz.substack.com/p/the-complete-guide-to-zed-a-fast
1•vikasz•17m ago•0 comments

Non-Technical Lessons from 10 Years in Software Engineering

https://vikasz.substack.com/p/10-non-technical-lessons-from-10
2•vikasz•18m ago•0 comments

AI Slop Proof

https://eliocapella.com/blog/ai-slop-proof/
2•eliocs•18m ago•0 comments

The Passive Income Blueprint Smart Entrepreneurs Use to Build Automated Wealth

https://dollarsplan.blogspot.com/2026/03/the-passive-income-blueprint-smart.html
1•aamoudaamoud•18m ago•0 comments

The Caffeine Inception: Coffee, Sleep, and the Greatest Biological Heist

https://vikasz.substack.com/p/the-caffeine-inception-coffee-sleep-516
1•vikasz•19m ago•1 comments

How HN: We mapped 1.3M cultural heritage sites across 7 Nordic countries

https://www.fornland.com/
1•thor_martin•19m ago•2 comments

Parseword, making cryptic crosswords more accessible

https://www.parseword.com
1•wrsh07•21m ago•1 comments

Autoresearch anything – set up your own autonomous research loop

https://github.com/zkarimi22/autoresearch-anything
1•zknowledge•22m ago•1 comments

Ever wondered why video calls feel choppy even on fast internet?

https://github.com/grayguava/libreprobe/
1•grayguava•23m ago•0 comments

Show HN: MicroMoment Apple Watch micro-resets for focus, posture, and wellbeing

https://apps.apple.com/us/app/micromoment-app/id6760236374
1•powerwild•24m ago•0 comments

Show HN: Pitwall – Live F1 Stats in Your macOS Menu Bar

https://pitstop-landing-inky.vercel.app/pitwall
1•silverr•25m ago•0 comments

MCP is not dead Let me explain

https://ricciuti.me/blog/mcp-is-not-dead
1•pablopang•26m ago•2 comments

I planned a 3-week trip across Europe without the usual headaches

https://explorinder.com/
1•pabloceg•26m ago•0 comments

Lutris now being built with Claude AI, developer decides to hide it

https://www.gamingonlinux.com/2026/03/lutris-now-being-built-with-claude-ai-developer-decides-to-...
3•robin_reala•27m ago•0 comments

Xterm Control Sequences (1994)

https://www.xfree86.org/current/ctlseqs.html
1•vinhnx•27m ago•0 comments

Mac Neo and my afternoon of reflection and melancholy

https://twitter.com/stevesi/status/2031842797838614548
2•tosh•28m ago•0 comments

The modern formatting addiction in writing

https://dynomight.net/formatting/
2•surprisetalk•30m ago•0 comments

Dealing with versioning for long-running agents

https://www.restate.dev/blog/dealing-with-versioning-in-long-running-agents?trk=feed-detail_comme...
1•gk1•30m ago•0 comments

Juniors are more valuable than ever [pdf]

https://www.thoughtworks.com/content/dam/thoughtworks/documents/report/tw_future%20_of_software_d...
2•w-m•36m ago•1 comments

WA Income Tax – Real estate agent says 7 people listed homes this week

1•silexia•39m ago•0 comments

The Billionaires' War

https://paulkrugman.substack.com/p/the-billionaires-war
6•xqcgrek2•41m ago•1 comments

A quirk of relativity is the closest thing to achieving immortality

https://bigthink.com/starts-with-a-bang/relativity-physics-immortality/
1•Brajeshwar•42m 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•10mo ago

Comments

uberman•10mo 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•10mo 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•10mo 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•10mo 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?