frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Voight-Kampff-Neo

https://klaxzy.net/var/log/202603-voight-kampff-neo.html
1•klaxzygen•2m ago•0 comments

Scientists have successfully measured the instantaneous power of black hole jet

https://www.nature.com/articles/s41550-026-02828-3
1•modinfo•5m ago•0 comments

Back When Smoking Was Rewarded

https://creativepro.com/scanning-around-gene-back-when-smoking-was-rewarded/
2•austinallegro•6m ago•0 comments

CachyOS Is Now the Most Popular Desktop Distro on ProtonDB

https://boilingsteam.com/cachy-os-is-now-the-most-popular-distro-on-proton-db/
3•clircle•7m ago•1 comments

Extinct Cousin Loved Eating Grass [video]

https://www.youtube.com/watch?v=QD7E-gf74w0
1•gmays•7m ago•0 comments

Age verification is a mess but we're doing it anyway

https://www.theverge.com/policy/913038/age-verification-flaws
1•speckx•7m ago•0 comments

We Disagree on a Lot. But We Know This Law Must Change

https://www.nytimes.com/2026/04/17/opinion/section-702-surveillance-safe-act.html
1•Cider9986•7m ago•0 comments

American farmers bet on solar. Then Trump changed the rules

https://grist.org/food-and-agriculture/american-farmers-bet-on-solar-then-trump-changed-the-rules/
1•speckx•7m ago•0 comments

EuroLLVM 2026 Round Table Summary: MLIR Canonicalization

https://discourse.llvm.org/t/eurollvm-2026-round-table-summary-mlir-canonicalization/90588
1•matt_d•9m ago•0 comments

The American consumer market is larger than the EU and China's combined

https://en.wikipedia.org/wiki/List_of_largest_consumer_markets
3•jjmarr•12m ago•0 comments

xAI has Released Grok 4.3 (beta)

https://twitter.com/techdevnotes/status/2045072883206991973
3•sergiotapia•12m ago•0 comments

Robots learn: A brief, contemporary history

https://www.technologyreview.com/2026/04/17/1135416/how-robots-learn-brief-contemporary-history/
1•Brajeshwar•12m ago•0 comments

MoqBoy: Anarchy Gameboy Player

https://moq.dev/blog/moq-boy/
1•kixelated•13m ago•0 comments

Gen Z is 10 times more accepting of violence against speakers than Boomers

https://expression.fire.org/p/gen-z-is-10-times-more-accepting
3•delichon•13m ago•0 comments

Our Longing for Inconvenience

https://www.newyorker.com/culture/essay/our-longing-for-inconvenience
2•giraffe_lady•15m ago•0 comments

Show HN: Waputer – The WebAssembly Computer

https://waputer.app
1•marcandrysco•15m ago•0 comments

Show HN: Bookmark Tool in Common Lisp

https://github.com/ediw8311xht/cl-bookmark-tool
1•landdate•16m ago•0 comments

The Puppetmaster reveals his form

https://asimpleman333.github.io/Aurora2/
1•rogmash•18m ago•0 comments

Manage agent skills with GitHub CLI

https://github.blog/changelog/2026-04-16-manage-agent-skills-with-github-cli/
1•dangoor•19m ago•0 comments

Playdate won't have games using AI-generated assets

https://www.gamedeveloper.com/production/panic-won-t-release-playdate-titles-that-use-some-forms-...
3•glimshe•20m ago•0 comments

Controversial FISA program extended by House but only until April 30

https://www.cbsnews.com/news/controversial-surveillance-program-extended-by-house-but-only-until-...
2•anigbrowl•21m ago•1 comments

Skill Doc Generator: Turn Any Docs URL into Claude Skills

https://github.com/DemboNauta/skill-doc-generator
1•edgar_dev•21m ago•0 comments

Twenty Moves Suffice for Rubik's Cube

https://www.gathering4gardner.org/com-2024-01-21/
2•jhncls•21m ago•1 comments

Parsebench open leaderboard for PDF parsing

https://huggingface.co/datasets/llamaindex/ParseBench
1•pierre•22m ago•0 comments

The only fonts I use

https://rgo.pt/posts/fonts-i-use
3•kraktoos•22m ago•0 comments

Show HN: EX LIBRIS – a library-crawling RPG made with a 2000s engine

http://www.inpatientpress.net/inpatient-interactive/2026/4/16/ex-libris
1•idempotent_•22m ago•0 comments

Show HN: Codemaxxed – 350M+ LOC and a GitHub cease and desist

https://github.com/jshchnz/codemaxxed
1•jshchnz•24m ago•0 comments

I Tried the LLM Wiki and RAG on Todays News from BBC, CNN, Euronews

https://99helpers.com/wiki/latest-daily-news/israel-lebanon-ceasefire
3•nickk81•24m ago•0 comments

The Electronic Technical Reference Manual

http://www.techhelpmanual.com/2-main_menu.html
1•elvis70•25m ago•0 comments

OVH is increasing hosting prices Up to 4×

https://old.reddit.com/r/sysadmin/comments/1rayqsw/ovh_raises_prices_my_new_offer_is_551_higher/
2•onebitwise•28m 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?