frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Weather Channel RetroCast Now Behind the Scenes and Technical / Design

1•leemartin•22s ago•0 comments

Bring Back Buddy – A Consolidated Plea from the [Claude Code] Community

https://github.com/anthropics/claude-code/issues/45596
1•rickcarlino•1m ago•0 comments

CoreWeave Announces Multi-Year Agreement with Anthropic

https://www.coreweave.com/news/coreweave-announces-multi-year-agreement-with-anthropic
1•skogstokig•1m ago•0 comments

Former NASA Astronaut Charles Camarda on the Artemis II Heatshield Decision

https://docs.google.com/document/d/1ddi792xdfNXcBwF8qpDUxmZzIksrs0jy/edit
1•nickvec•1m ago•0 comments

V1.21 Update for Gpumkat

1•Okerew•3m ago•0 comments

Valence and HYVE, RT Physics Attention and a "Synthetic Organism"

1•PaperScarecrow•3m ago•0 comments

YouTube Premium's US pricing is going up

https://www.engadget.com/social-media/youtube-premiums-us-pricing-is-going-up-132121683.html
2•bookofjoe•4m ago•0 comments

My Picture of the Present in AI

https://www.greaterwrong.com/posts/WjaGAA4xCAXeFpyWm/my-picture-of-the-present-in-ai
1•gmays•6m ago•0 comments

Ask HN: Its either I or Agent code. Both of us on same codebase is a disaster

1•zane__chen•7m ago•0 comments

Artemis 2 LIVE: NASA's Artemis 2 astronauts prepare for splashdown today

https://www.space.com/news/live/artemis-2-nasa-moon-mission-updates-april-10-2026
2•thinkingemote•8m ago•0 comments

Dad stuck in support nightmare after teen lied about age on Discord

https://arstechnica.com/tech-policy/2026/04/dad-stuck-in-support-nightmare-after-teen-lied-about-...
1•Brajeshwar•9m ago•0 comments

The Key to Stealing Subway Trains: A $10 Skeleton Key

https://www.nytimes.com/2026/04/10/nyregion/nyc-subway-conquesting-joyride.html
1•jbredeche•9m ago•0 comments

The first photograph of a human being (1838)

https://mashable.com/archive/first-photograph-of-a-human
1•downbad_•9m ago•1 comments

Show HN: I got tired, so I built an offline desktop job tracker + resume builder

https://github.com/ruslanora/kin
3•ruslanora•10m ago•0 comments

Neural sequences underlying directed turning in Caenorhabditis elegans

https://www.nature.com/articles/s41593-026-02257-5
1•bookofjoe•13m ago•0 comments

Ask HN: Does Sam Altman know how to code?

2•shchess•13m ago•1 comments

Show HN: Kitted: Local inventory and production management for small businesses

https://kitted.site/
1•ed_•14m ago•0 comments

Show HN: I run AI background removal in the browser–no upload,no server

https://www.allplix.com/en/background-remover
2•shadoxise•15m ago•0 comments

Autonomy Is Real Now

https://steelforfuel.substack.com/p/autonomy-is-real-now
5•simonebrunozzi•17m ago•0 comments

We Developed Zeta2

https://zed.dev/blog/how-we-developed-zeta2
3•ms7892•18m ago•0 comments

Agent to stress-test Wall Street analyst reports: Chipotle (CMG) Example

https://static-www.revelata.com/assets/for-ai-builders/EXAMPLE-CMG_Analysis_Stress_Test.html
2•sjt-at-rev•19m ago•1 comments

The end of the 1B active user ad-supported consumer startup

https://twitter.com/andrewchen/status/1832114119207743984
1•iNeedMoneyFast•21m ago•0 comments

Applications of AI at OpenAI

https://openai.com/academy/applications-of-ai/
1•surprisetalk•21m ago•0 comments

MenuSearch: Search Anywhere in One Click

https://microsoftedge.microsoft.com/addons/detail/menusearch-search-anywhe/deobjdclccahgllgpgdmjk...
1•hassananayi•21m ago•0 comments

"Not Even Government Agencies" - Proton's misleading marketing

https://blog.ppb1701.com/not-even-government-agencies
2•leotravis10•21m ago•0 comments

WAL as a Data Distribution Layer

https://richyen.com/postgres/2026/04/06/wal_archiving.html
1•tanelpoder•22m ago•0 comments

Responsible and Safe Use of AI

https://openai.com/academy/responsible-and-safe-use/
2•surprisetalk•22m ago•0 comments

Malware analysis report: CPU-Z 2.19 supply chain attack

https://gist.github.com/N3mes1s/b5b0b96782b9f832819d2db7c6684f84
1•bundie•23m ago•0 comments

Timothy Ray Brown: the accidental AIDS icon (2015)

https://www.fredhutch.org/en/news/center-news/2015/02/aids-icon-timothy-ray-brown.html
1•Tomte•24m ago•0 comments

Automated Changelog for Open-Source Contributions

https://medium.com/@paragekbote23/from-commits-to-impact-building-an-automated-changelog-for-open...
1•gmays•24m 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?