frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How to Search a Dev Job Abroad in 2026

https://relocateme.substack.com/p/how-searching-for-tech-jobs-with
1•andrewstetsenko•56s ago•0 comments

A 49-line physics classifier that beats kNN on 76% of benchmarks

https://github.com/DorField/DarkWare
1•Dor86•2m ago•0 comments

ChessUnlock – A chess puzzle to access your Mac

https://chessunlock.app
4•jonahthan•2m ago•0 comments

The rise and fall of Intrade, the first prediction market

https://thecurrency.news/articles/223898/unpredictable-part-1-the-rise-and-fall-of-intrade-the-wo...
1•dylancollins•4m ago•0 comments

No More Code Reviews: Lights-Out Codebases Ahead

https://molochinations.substack.com/p/no-more-code-reviews-lights-out-codebases
1•rzk•7m ago•0 comments

UIGen: How we build a full frontend from an OpenAPI spec at runtime using an IR

https://uigen-docs.vercel.app/blog/uigen-architecture
1•ombedzi•8m ago•0 comments

Nobody Reviews Compiler Output

https://skiplabs.io/blog/codegen_as_compiler
1•rzk•9m ago•0 comments

Unmasking the Docker Onbuild Supply Chain Attack Vector

https://www.o3c.no/knowledge/unmasking-the-docker-onbuild-supply-chain-attack-vector
1•techbabbler•12m ago•0 comments

AI data hubs in space: when will they take flight?

https://www.nature.com/articles/d41586-026-01370-6
1•rbanffy•13m ago•0 comments

Whole-body 3D kinematics of freely behaving Drosophila

https://www.biorxiv.org/content/10.64898/2026.05.03.722293v1
1•Schiphol•15m ago•0 comments

Speculations on the Future of the Scientific Method

https://kevinkelly.substack.com/p/speculations-on-the-future-of-the
2•swolpers•16m ago•0 comments

Search Benchmark Wars (A Conversation with Paul Masurel, Creator of Tantivy)

https://www.paradedb.com/blog/tantivy-interview
1•jamesgresql•16m ago•0 comments

RepurposeAI – Paste a blog post, get 10 social media posts (free, no signup)

https://flightsmoothie-dot.github.io/novacrypto-assets/repurpose-ai/
2•repurpose_ai•16m ago•0 comments

Two Ways to Run WordPress on SQLite

https://exclusive.org/two-ways-to-run-wordpress-on-sqlite/
1•thunderbong•17m ago•0 comments

Show HN: Got tired of paying $100/mo for SEO tools, so I built an alternative

https://idiotproofseo.com/
2•harryfelio•17m ago•0 comments

US State Dept orders global warning about alleged AI thefts by DeepSeek

https://www.reuters.com/world/china/us-state-dept-orders-global-warning-about-alleged-china-ai-th...
2•rainyq•17m ago•1 comments

Appsmith vs. Retool vs. the Runtime Frontend – UIGen

https://uigen-docs.vercel.app/blog/appsmith-vs-retool-vs-uigen
1•ombedzi•18m ago•0 comments

QR Code Monster

https://huggingface.co/monster-labs/control_v1p_sd15_qrcode_monster
1•4gotunameagain•18m ago•0 comments

Asobi – Erlang/OTP game back end with Lua hot reload, no restart

https://asobi.dev
1•taure•23m ago•1 comments

MacBook Neo Deep Dive: Benchmarks, Wafer Economics, and the 8GB Gamble

https://www.jdhodges.com/blog/macbook-neo-benchmarks-analysis/
2•xngbuilds•26m ago•0 comments

NHS to close-source GitHub repos over AI, security concerns

https://www.theregister.com/2026/05/05/nhs_to_closesource_hundreds_of_repos/
1•jjgreen•26m ago•0 comments

Twenty Years of Stacking Commits

https://julien.danjou.info/blog/twenty-years-of-stacking-commits/
1•darccio•28m ago•0 comments

AI, Disruption, and Automation: Is the Academic World the Next Kodak?

https://philippesilberzahneng.com/2026/05/04/ai-disruption-and-automation-is-the-academic-world-t...
1•JeanKage•28m ago•0 comments

Slavik Lucky12345

1•scareware•33m ago•0 comments

The land where time stood still – Unsung

https://unsung.aresluna.org/the-land-where-time-stood-still/
1•rbanffy•34m ago•0 comments

Live 12.4 is out now – with Link Audio, updated devices and more

https://www.ableton.com/en/blog/live-12-4-is-out-now/
1•robotswantdata•35m ago•0 comments

Show HN: I Built a Polyfill for the Browser's New Language Detection API

https://unforbiddenyet.substack.com/p/i-built-a-polyfill-for-the-browsers
1•unforbiddenYet•36m ago•0 comments

Post-Quantum VPN Based on QUIC

https://github.com/quincy-rs/quincy
1•M0dEx•40m ago•0 comments

Virgin Galactic reveals new ship, but it's running out of time and cash

https://arstechnica.com/space/2026/05/the-suborbital-space-tourism-industry-is-on-life-support/
1•rbanffy•42m ago•0 comments

What to do before quantum computers break today's encryption (Cloudflare)

https://www.youtube.com/watch?v=DHIyAbLuQyg
3•emot•43m 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•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?