frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

RAG pipelines, leaking PII into vector databases and nobody's talking about it

https://comply-tech.co.uk/blog/rag-pipeline-pii-vector-embeddings.html
1•ComplyTechAPI•1m ago•0 comments

I built a kinetic reading engine to eliminate "page fright"

https://kin-txt.com/
1•pauljrad•1m ago•0 comments

My IKEA clock and software design

https://stitcher.io/blog/my-ikea-clock
1•brentroose•2m ago•0 comments

Got the Rust dream job, then AI happened

https://old.reddit.com/r/rust/comments/1stj607/got_the_rust_dream_job_then_ai_happened/
1•mellosouls•4m ago•0 comments

S. Korea police arrest man over AI image of runaway wolf that misled authorities

https://www.bbc.com/news/articles/c4gx1n0dl9no
1•giuliomagnifico•5m ago•0 comments

The Authentication Layer

https://stylman.substack.com/p/the-authentication-layer
1•hosteur•7m ago•0 comments

Analysis and Design of Developable Surfaces for Shipbuilding(1988) [pdf]

https://apps.dtic.mil/sti/tr/pdf/ADA327058.pdf
1•nill0•12m ago•0 comments

Recommender Systems Need the Tobacco Treatment

https://klemenvodopivec.substack.com/p/recommender-systems-need-the-tobacco
1•sunandsurf•16m ago•0 comments

Welcome to Gas City

https://steve-yegge.medium.com/welcome-to-gas-city-57f564bb3607
3•taheris•17m ago•0 comments

Vmsandbox.net: Wire up networks of Linux VMs in the browser

https://vmsandbox.net/
1•x3y1•18m ago•1 comments

GitHub Actions Key, but Resources Allocated to Other Areas

https://github.com/cli/cli/issues/5416
1•birdculture•20m ago•0 comments

Shibuya – Haskell Data Pipelines

https://github.com/shinzui/shibuya
1•Vosporos•20m ago•0 comments

DDD – Data Display Debugger

https://www.gnu.org/software/ddd/
2•mpweiher•22m ago•0 comments

Ask HN: Chrome, Brave, Firefox or Something Else?

2•wasimsk•24m ago•2 comments

I caught an Illegal Russian Spy [video]

https://www.youtube.com/watch?v=xjo0iLssbI8
1•benterix•25m ago•0 comments

Ovie – One view is enough

https://github.com/kyutai-labs/ovie
1•Sebastian_09•27m ago•0 comments

A GUI disk image writer for macOS. For when you're tired of dd

https://github.com/tenox7/dufus/
1•tenox•28m ago•0 comments

Fit.ly – AI Outfit Generation

https://fitly-app.onrender.com/
1•seanwarrren•28m ago•1 comments

The biggest iceberg is almost gone

https://europeancorrespondent.com/en/r/the-worlds-biggest-iceberg-is-almost-gone
1•stared•29m ago•1 comments

VoxeliumX – easy open-source tool to run Minecraft servers

1•Cheesehamster•34m ago•0 comments

Netherlands reaches deal to cut reliance on U.S. cloud tech

https://nltimes.nl/2026/04/24/netherlands-reaches-deal-european-cloud-company-decrease-us-tech-re...
2•01-_-•38m ago•0 comments

Free Online Tools for PDF, Image and Video – ToolHive

https://trytoolhive.com
1•farahfarah•38m ago•0 comments

Gecko: A fast GLR parser with automatic syntax error recovery

https://vnmakarov.github.io/parsing/compilers/c/open-source/2026/04/22/gecko-glr.html
3•fanf2•40m ago•0 comments

The Bracket – A Government Man

https://agovtman.substack.com/p/the-bracket
1•jjar•44m ago•0 comments

Onio.club

https://onio.club/
1•kkoncevicius•46m ago•0 comments

Canada's AI Startup Cohere Buys Germany's Aleph Alpha to Expand in Europe

https://www.reuters.com/legal/transactional/canadas-cohere-germanys-aleph-alpha-announce-merger-h...
1•ipieter•47m ago•0 comments

A practical guide to time for developers: clocks, drift, NTP, and PTP

https://www.dmytrohuz.com/p/a-practical-guide-to-time-for-developers
3•dmyhuz•49m ago•0 comments

Superscript Asterisk in Unicode

https://blog.zgp.org/superscript-asterisk-in-unicode/
1•b6dybuyv•51m ago•0 comments

Spinel: Ruby AOT Native Compiler

https://github.com/matz/spinel
20•dluan•54m ago•1 comments

Stock markets are too high and set to fall, says Bank of England deputy

https://www.bbc.com/news/articles/c75kp1y43lgo
4•wood_spirit•55m ago•1 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•11mo ago

Comments

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