frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Sam Altman and Elon Musk Sure Dislike Each Other

https://www.theatlantic.com/technology/2026/04/openai-trial-elon-musk-sam-altman/686984/
1•voxadam•37s ago•0 comments

Miracle – A Wayland Compositor You Can Script with WebAssembly

https://github.com/miracle-wm-org/miracle-wm
1•matthewkosarek•42s ago•0 comments

Functional Programmers need to take a look at Zig

https://pure-systems.org/posts/2026-04-29-functional-programmers-need-to-take-a-look-at-zig.html
1•doyougnu•43s ago•0 comments

UK government says 100 countries have spyware that can hack people's phones

https://techcrunch.com/2026/04/22/uk-government-says-100-countries-have-spyware-that-can-hack-peo...
1•speckx•1m ago•0 comments

Anthropic bug causes $200 extra charge, refuses refund

https://github.com/anthropics/claude-code/issues/53262
3•homebrewer•3m ago•0 comments

LLMs understand flavours without ever tasting anything

https://arxiv.org/abs/2604.22776
1•josefchen•3m ago•0 comments

CipherTax – Safely use AI for tax filing by redacting PII locally

https://github.com/z26zheng/CipherTax
1•z26zheng•6m ago•0 comments

Lua-Ification of Hyprland Configs

https://hypr.land/news/26_lua/
1•paranoidxprod•6m ago•0 comments

A Path Not Taken for OxCaml

https://joel.place/blog/path-not-taken/
1•salted-cacao•7m ago•0 comments

"Slow Metabolism" May Help Explain High Dieting Failure Rates

https://greyenlightenment.com/2026/04/26/slow-metabolism-may-help-explain-high-dieting-failure-ra...
1•paulpauper•7m ago•0 comments

PS5 Linux loader goes public, turning console into full Linux gaming PC

https://www.tomshardware.com/software/linux/ps5-linux-loadr-goes-public-turning-phat-consoles-int...
1•akyuu•9m ago•0 comments

We Built Something That Didn't Exist. Today, We're Sharing It with the World

https://lovelace.ai/articles/we-built-something-that-didnt-exist-today-were-sharing-it-with-the-w...
1•trelane•9m ago•0 comments

FCC orders review of ABC licenses after Kimmel joke offends Trump and First Lady

https://arstechnica.com/tech-policy/2026/04/fcc-orders-review-of-abc-licenses-after-kimmel-joke-o...
4•SilverElfin•14m ago•1 comments

The State of Stablecoin Infrastructure (Dashboard)

https://stablescape.xyz/
1•sevenfoldnancy•14m ago•0 comments

They train LLM only with data up to 1930 and it still solves Python problems

https://www.theregister.com/2026/04/28/vintage_chatbot_lives_in_past/
1•Multipassionate•14m ago•0 comments

Laguna XS.2: A Coding Model Built for Closed Environments, Now Open Weights

https://firethering.com/laguna-xs2-poolside-open-source-coding-model/
1•steveharing1•17m ago•0 comments

Agents are not compute – agents are data

https://electric.ax/blog/2026/04/29/introducing-electric-agents
3•lirbank•18m ago•1 comments

Show HN: Quldra – A true device based post quantum messenger

https://quldra.com/
2•xMKx•18m ago•1 comments

Two Heads Are Better Than One: Async Knowledge Injection for Speech AI

https://pub.sakana.ai/kame/
1•pr337h4m•20m ago•0 comments

Show HN: GitGres – A private GitHub in 650 lines of PostgreSQL

https://github.com/calebwin/gitgres
1•calebhwin•20m ago•0 comments

I made Common Crawl's 4.4B edges queryable for backlink lookups

https://crawlgraph.com
1•pucilpet•20m ago•0 comments

Apple Has Given Up on the Vision Pro After M5 Refresh Flop

https://www.macrumors.com/2026/04/29/apple-vision-pro-m5-flop/
3•jurmous•22m ago•0 comments

Treetable

https://web.archive.org/web/20170706192858/https://archive.vector.org.uk/art10500340
1•tosh•23m ago•0 comments

Unfounded Health Concerns Are Powering a Solar Backlash

https://www.propublica.org/article/michigan-solar-farms-health-concerns-st-clair-county
1•jonah•23m ago•0 comments

One Developer, Two Dozen Agents, Zero Alignment

https://maggieappleton.com/zero-alignment
1•romac•26m ago•0 comments

3D Filament Price Tracker

https://filamentpricetracker.com/
1•layershiftk•27m ago•0 comments

OpenAI DevDay 2026

https://openai.com/index/devday-2026/
1•alach11•27m ago•0 comments

Chromium window restoration fixed on macOS

https://issues.chromium.org/issues/369865047
1•ljoshua•28m ago•0 comments

NOEM: Finite element method enabled by reusable neural operators

https://www.nature.com/articles/s43588-026-00974-2
1•brandonb•28m ago•0 comments

How Many Frames per Second Do You Need?

https://hooby.blog/posts/how-many-frames-per-second-do-you-need/
1•speckx•31m 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?