frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Antitrust Remedies Order Takes Effect as US Judge Denies Google's Stay Motion

https://www.law.com/nationallawjournal/2026/05/08/antitrust-remedies-order-takes-effect-as-us-jud...
1•1vuio0pswjnm7•5m ago•0 comments

Silverback Imfura took a chance, and ended up alone

https://gorillafund.org/mountain-gorillas/silverback-imfura-took-a-chance-and-ended-up-alone/
1•alex000kim•7m ago•0 comments

Probe-Detected Grokking in Multi-Probe DPO

https://openinterp.org/research/papers/probe-detected-grokking-dpo
2•caiovicentino•11m ago•0 comments

Transpiler.us – dev tools platform with Solana Pay USDC on mainnet

https://transpiler.us
1•jeah84•13m ago•0 comments

Two-Tier Verbalization in Natural Language Autoencoders

https://openinterp.org/research/papers/nla-two-tier-verbalization
1•caiovicentino•13m ago•0 comments

Show HN: Generate a variety of ad creatives for your SaaS

https://zenduxai.com
1•total_plus•14m ago•0 comments

Why 'quantum proteins' could be the next big thing in biology

https://www.nature.com/articles/d41586-026-00662-1
1•bookofjoe•15m ago•1 comments

Implementing a Virtual Filesystem over Elasticsearch

https://leoniemonigatti.com/blog/virtual-filesystem-elasticsearch.html
1•eigenBasis•17m ago•0 comments

Sparse Cholesky Elimination Tree

https://www.reidatcheson.com/sparse/linear/cholesky/2026/04/09/etree.html
1•selimthegrim•20m ago•0 comments

Palette Masters: 46 Zed themes derived from master painter color palettes

https://github.com/regnull/palette-masters-zed
1•regnull•21m ago•1 comments

Abstract Machines for Logic Programs

https://chrisistyping.bearblog.dev/abstract-machines-for-logic-programs/
2•surprisetalk•24m ago•0 comments

Rex is a secure script execution engine that uses Cedar policies

https://github.com/trusted-remote-execution/trusted-remote-execution
1•mooreds•25m ago•0 comments

Do houseplants improve air quality?

https://www.economist.com/science-and-technology/2026/05/08/do-houseplants-improve-air-quality
2•andsoitis•25m ago•0 comments

Analysis points to a unexpected cause of reading difficulties

https://phys.org/news/2026-05-years-struggles-obvious-massive-analysis.html
1•wglb•27m ago•1 comments

Grok 4.3

https://docs.x.ai/developers/models
1•webninja•29m ago•0 comments

AI creates a fearsome cold-war-style dilemma

https://www.economist.com/china/2026/05/07/ai-creates-a-fearsome-cold-war-style-dilemma
2•andsoitis•29m ago•0 comments

Visit a Mosque in video game format and learn things about Islam

https://islamicsystems.itch.io/the-mosque-visit
2•JSLegendDev•32m ago•0 comments

Build Your Own ALU

https://virissimo.info/build-your-own-alu/
1•virissimo•37m ago•1 comments

Why saying hello to strangers can be good for you

https://text.npr.org/g-s1-119761
1•1659447091•37m ago•0 comments

DeepInfra raises $107M Series B

https://deepinfra.com/blog/deepinfra-series-b
2•didon•38m ago•0 comments

Some gene therapies no longer require clinical trials, thanks to new FDA rule

https://www.livescience.com/health/some-gene-therapies-no-longer-require-clinical-trials-thanks-t...
2•geox•40m ago•0 comments

What Software Engineers Can Learn from the Aviation Industry

https://mwalterskirchen.dev/blog/piloting-agentic-engineering/
1•JSLegendDev•41m ago•0 comments

Chasing Chicago's movable bridges (2014)

https://aresluna.org/seesaws-for-giants/
2•NaOH•42m ago•0 comments

Windows 11 is getting faster the lazy way

https://www.neowin.net/opinions/windows-11-is-getting-faster-the-lazy-way/
2•bundie•43m ago•0 comments

A multiplayer poll where you have 10 seconds to answer

https://polls.araoz.net/poll/pilot
1•maraoz•50m ago•0 comments

Did the Soviets Collude in the 1953 Candidates Tournament?

https://lichess.org/@/RuyLopez1000/blog/did-the-soviets-collude-in-the-1953-candidates-tournament...
2•fzliu•58m ago•0 comments

How to block unwanted outbound traffic from your containers

https://blog.dera.page/posts/dockerwall/
1•Mubelotix•59m ago•0 comments

Engineering Recovery

https://systemsthinkingcollection.substack.com/p/the-three-legged-stool
1•InputName•1h ago•0 comments

Mark Zuckerberg Told 8k Employees Their Layoffs Are a Line Item in AI Bill

https://247wallst.com/investing/2026/05/08/mark-zuckerberg-just-told-8000-employees-their-layoffs...
2•spankibalt•1h ago•3 comments

60fps Video on a CGA? – The GlyphBlaster

https://martypc.blogspot.com/2026/05/60fps-video-on-cga-glyphblaster.html
1•tambourine_man•1h 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?