frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The cost of duplicating domain data for performance

1•davidvartanian•26s ago•0 comments

Llama-swap: Reliable model swapping

https://github.com/mostlygeek/llama-swap
1•hbcondo714•1m ago•0 comments

'I am blown away by it,' Ex-Windows Chief calls MacBook Neo 'paradigm-shifting'

https://www.tomsguide.com/computing/i-am-completely-blown-away-by-it-ex-windows-chief-calls-macbo...
2•GeekyBear•2m ago•0 comments

Ask HN: Should We Consider an Android Gray Out Protest to Keep Android Open?

1•wisenet•2m ago•0 comments

Enrich sign-ups for your SaaS for FREE

https://www.trialhook.com
2•jefim•3m ago•1 comments

'Invasive' AI-led mass surveillance in Africa violating freedoms, warn experts

https://www.theguardian.com/global-development/2026/mar/12/invasive-ai-led-mass-surveillance-in-a...
4•jethronethro•3m ago•0 comments

Keep your Meyers-Briggs to yourself and your friends

https://www.loxation.com/blog/posts/blog-scoring-mbti-on-phone/
2•jabbr•4m ago•1 comments

AI is getting scary good at finding hidden software bugs

https://www.zdnet.com/article/ai-finds-hidden-bugs-old-code/
1•CrankyBear•6m ago•0 comments

GFiber and Stonepeak's Astound to Combine

https://fiber.googleblog.com/2026/03/gfiber-and-stonepeaks-astound-to.html
1•xnx•7m ago•0 comments

Europol and international partners disrupt 'SocksEscort' proxy service

https://www.europol.europa.eu/media-press/newsroom/news/europol-and-international-partners-disrup...
2•jruohonen•7m ago•1 comments

Vela: The True Scale of a Hidden Giant Structure Revealed

https://www.sarao.ac.za/news/vela-the-true-scale-of-a-hidden-giant-structure-revealed/
1•layer8•8m ago•1 comments

Hey HN – Metrx, scorecard for AI agents to understand and optimize their worth

1•ckpark123•8m ago•0 comments

Opennic: Open and community owned DNS root

https://opennic.org/
1•mghackerlady•9m ago•0 comments

Formal foundations of AlphaGeometry: A Lean 4 mechanization

https://zenodo.org/records/18959740
1•AnthonyBordg•9m ago•1 comments

FullStacked, combine Browser and Node.js APIs in a single runtime

https://v1.fullstacked.org
2•cpdabeast•9m ago•2 comments

A simple cryptography native static website deployment toolkit

https://github.com/4pito3pito2pi/unveil-static-site
1•morpheos137•10m ago•1 comments

ReachScan – Static reachability analysis for MCP servers and AI agents

https://github.com/vinmay/reachscan
1•vinmay•11m ago•0 comments

ClawMemory – Git for AI agent memory (forkable memory for AI agents)

2•Brettinhere•12m ago•1 comments

Generation Jones

https://en.wikipedia.org/wiki/Generation_Jones
2•jamesgill•12m ago•0 comments

Dev Cleanup Utility – safe Xcode cleanup for macOS developers

https://apps.apple.com/us/app/dev-cleanup-utility/id1621582261?mt=12
1•kovallux•14m ago•1 comments

Humorous RFCs

https://tangentsoft.com/rfcs/humorous.html
1•tylerdane•14m ago•0 comments

UI Playground — Explore iOS UI components directly on your iPhone

https://www.uiplayground.app/
2•efenande•15m ago•1 comments

Show HN: MoneyOnFIRE – FI date and action plan (v2)

https://www.moneyonfire.com
3•LambdaAndLatte•17m ago•0 comments

Certbot and Let's Encrypt Now Support IP Address Certificates

https://www.eff.org/deeplinks/2026/03/certbot-and-lets-encrypt-now-support-ip-address-certificates
4•speckx•17m ago•1 comments

Nvidia Builds Open Data for AI

https://huggingface.co/blog/nvidia/open-data-for-ai
2•gmays•19m ago•0 comments

ChatGPT Edu feature reveals researchers' project metadata across universities

https://www.fastcompany.com/91507219/chatgpt-edu-researchers-project-metadata-universities-exclusive
2•Cynddl•20m ago•0 comments

Zoloft, Revisited

https://thefrontierpsychiatrists.substack.com/p/zoloft-revisited
2•surprisetalk•20m ago•1 comments

Vertical Integrators (2024)

https://www.notboring.co/p/vertical-integrators
2•surprisetalk•20m ago•0 comments

Place Capability Graphs [video]

https://www.youtube.com/watch?v=JcQX8raHWQE
2•surprisetalk•20m ago•0 comments

Oh, Ambien

https://thefrontierpsychiatrists.substack.com/p/oh-ambien
2•surprisetalk•20m 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•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?