frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Micron built India's first semiconductor ATMP in India

https://www.firstpost.com/tech/micron-technology-launches-semiconductor-unit-in-india-13984963.html
1•akmittal•1m ago•0 comments

I Learned to Stop Worrying and Love the LLM in Agile

https://age-of-product.com/llm/
1•swolpers•2m ago•0 comments

Social media just doesn't hit like a website does

https://herbertlui.net/social-media-just-doesnt-hit-like-a-website-does/
1•herbertl•2m ago•0 comments

How do hardware timers work? [video]

https://www.youtube.com/watch?v=g_koa00MBLg
1•tosh•6m ago•0 comments

Show HN: Built Habits Easily

https://trykaro.xyz/
1•AkshayS96•9m ago•0 comments

Show HN: I was bored so I made a site that aggressively roasts other websites

https://siteroaster.vercel.app
1•macraft•9m ago•1 comments

The Cost of Accepting Without Agreeing: A Warning for Architects

https://architectureintel.com/the-hidden-cost-of-accepting-without-agreeing-a-warning-for-archite...
1•younss•10m ago•0 comments

Redis Patterns for Coding

https://antirez.com/news/161
1•surprisetalk•15m ago•0 comments

YARA rules to detect Palantir Gotham data federation

1•OussamaAfnakkar•19m ago•0 comments

Computer Says No

https://koenvangilst.nl/lab/computer-says-no
1•vnglst•24m ago•0 comments

Show HN: I built an app that screenshots news sites hourly on Raspberry Pi 5

https://github.com/herol3oy/kiosk24
1•herol3oy•24m ago•0 comments

Blogatto – A Gleam framework for building static blogs

https://blogat.to/
1•todsacerdoti•25m ago•0 comments

Show HN: Finger GAMES Crossfingers on the same phone

https://fingree.com/
2•santiss•27m ago•0 comments

MicroGPT Explained Interactively

https://growingswe.com/blog/microgpt
2•growingswe•27m ago•0 comments

Recreating the 1984 Amiga Boing Ball demo as a KDE Plasma 6 live wallpaper

https://old.reddit.com/r/amiga/comments/1rh8oyh/i_tried_recreating_the_1984_amiga_boing_ball_demo/
1•doener•28m ago•0 comments

ChopeMiles – Miles/points tracker built for Singapore credit cards

https://chopemiles.com
1•gladgate8812•29m ago•1 comments

The 64-bit Hurd has landed in Guix

https://guix.gnu.org/en/blog/2026/the-64-bit-hurd/
2•todsacerdoti•29m ago•0 comments

Master and Commander: The Far Side of the World movie review (2003)

https://www.rogerebert.com/reviews/master-and-commander-the-far-side-of-the-world-2003
2•walterbell•31m ago•0 comments

Show HN: Tired of seeing ugly maps – Translate Simple JSON into maps

https://jsonmaps.dev/
3•milind-soni•35m ago•0 comments

OpenAI has exposed and shut down Russian network "Rybar"

https://xcancel.com/CforCD/status/2027379581817147679
2•doener•35m ago•0 comments

What does Utopia Look Like? (why tech bros don't understand the Culture series) [video]

https://www.youtube.com/watch?v=A7wrGM9r2x4
1•zeristor•37m ago•0 comments

WA councils could make laws to stop cats roaming

https://www.abc.net.au/news/2026-02-20/wa-councils-could-soon-have-power-to-stop-cats-roaming/106...
1•Tomte•37m ago•0 comments

Finally: Unrestricted AI Video

https://unbound.video
2•gabrieln•37m ago•1 comments

Ask HN: Can "mental disorders" be induced in LLMs via weight changes alone?

1•Gooblebrai•42m ago•0 comments

Fair, WordPress, and Knowing When to Stop

https://joost.blog/fair-wordpress-and-knowing-when-to-stop/
1•Tomte•42m ago•0 comments

Why is the first C++ (m)allocation always 72 KB?

https://joelsiks.com/posts/cpp-emergency-pool-72kb-allocation/
2•joelsiks•43m ago•0 comments

Show HN: Terminal-Style Portfolio on the Internet

https://kuber.studio/
4•kuberwastaken•44m ago•1 comments

Hans Zimmer Performs the Dune Soundtrack Live [video]

https://www.youtube.com/watch?v=_j5GgGdSwjE
1•doener•44m ago•0 comments

Hackerbot-Claw: AI Bot Exploiting GitHub Actions – Microsoft, Datadog Hit So Far

https://www.stepsecurity.io/blog/hackerbot-claw-github-actions-exploitation
9•varunsharma07•48m ago•3 comments

Show HN: Effective Git

https://github.com/nolasoft/okgit
2•nola-a•50m 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•9mo ago

Comments

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