frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Map

https://www.instructables.com/Map-Your-Neighborhood-Your-Own-Way/
1•innocentlife•4s ago•0 comments

PHP license v4 now compatible with gnu GPL

https://www.php.net/license/index.php
1•natewrench•1m ago•0 comments

HuggingFace #1 Paper of the Day by Solo Researcher

https://huggingface.co/papers/2605.06169
1•huani•1m ago•0 comments

Kettle: Attested builds for verifiable software provenance

https://arxiv.org/abs/2605.08363
3•ameanasad•2m ago•0 comments

The Ice Age is over: gas car sales drop 37% in biggest market

https://electrek.co/2026/05/12/the-ice-age-is-over-gas-car-sales-drop-37-in-worlds-biggest-market/
1•dotcoma•3m ago•1 comments

Show HN: A open-source, local trace viewer for Claude Code and Codex sessions

https://github.com/DevonPeroutky/agent-profiler
1•MediumD•4m ago•0 comments

The eerie abandoned vehicles in Chernobyl's 'dead zone'

https://www.bbc.com/future/article/20260424-the-eerie-abandoned-vehicles-in-chernobyls-dead-zone
1•otoolep•7m ago•0 comments

End-to-End Encrypted RCS Comes to Apple and Android Chats

https://www.eff.org/deeplinks/2026/05/victory-end-end-encrypted-rcs-comes-apple-and-android-chats
1•Brajeshwar•7m ago•0 comments

Data centers cutting power to homes, driving homeowners to solar and batteries

https://electrek.co/2026/05/13/data-centers-grid-strain-driving-residential-solar-battery-demand/
2•dotcoma•7m ago•0 comments

AI Engineer Talks

https://www.ai.engineer
1•kristianpaul•8m ago•0 comments

Advanced Protection Mode for Android

https://developer.android.com/privacy-and-security/advanced-protection-mode
1•andrewzeno•9m ago•0 comments

(Canada) Facing backlash, Anandasangaree says tech cos 'misinterpreting' bill

https://www.cbc.ca/news/politics/facing-mounting-backlash-anandasangaree-says-u-s-tech-companies-...
1•fidotron•12m ago•0 comments

Exascale Training of Generative Model with Historical Priors for Data Reduction

https://arxiv.org/abs/2605.08633
1•rbanffy•13m ago•0 comments

Claude plans will get a dedicated monthly credit for programmatic usage

https://twitter.com/ClaudeDevs/status/2054610152817619388
2•sixhobbits•14m ago•2 comments

Your Rails App, in the App Store

https://rubynative.com/
2•thunderbong•14m ago•0 comments

Most U.S. doctors are quietly using this AI tool

https://www.nbcnews.com/tech/tech-news/openevidence-ai-doctor-medical-physician-login-app-what-np...
1•speckx•15m ago•0 comments

Anthropic courts a new kind of customer: small business owners

https://techcrunch.com/2026/05/13/anthropic-courts-a-new-kind-of-customer-small-business-owners/
1•redm•15m ago•0 comments

Electricity generation from solar could exceed coal in ERCOT for the first time

https://www.eia.gov/todayinenergy/detail.php?id=67685
2•geox•16m ago•1 comments

Show HN: Athena Index – behavioral credibility scores for public claims

https://www.athenaindex.com/
1•divinee•16m ago•0 comments

FractalSortCPU: Bandwidth-Efficient Compressed Radix Sort on CPU

https://arxiv.org/abs/2605.10390
1•rbanffy•17m ago•0 comments

Sony A7R VI

https://www.dpreview.com/reviews/sony-a7r-vi-review
1•picture•17m ago•0 comments

Building Software Requires Digestion

https://blog.jim-nielsen.com/2026/software-requires-digestion/
1•Brajeshwar•20m ago•0 comments

VibeLoom – contract-driven AI coding

https://vibeloom.ai/
1•ilya-baimetov•20m ago•0 comments

Viaduct 1.0: Airbnb's open-source GraphQL framework

https://medium.com/airbnb-engineering/viaduct-1-0-and-the-future-of-airbnbs-data-mesh-6bab4ec98b89
2•jeanlucas•20m ago•0 comments

Almost half of everything orbiting Earth is space junk

https://www.popsci.com/science/space-junk-around-earth/
2•speckx•20m ago•0 comments

Wolf Resume

https://wolfresume.com
2•modern_site•20m ago•0 comments

At Least We Know the Washington Post Isn't Buying Views

https://www.404media.co/washington-post-make-it-make-sense-opinion-podcast/
2•cdrnsf•21m ago•0 comments

Learning, Fast and Slow: LLMs That Adapt Continually

https://gepa-ai.github.io/gepa/blog/2026/05/11/learning-fast-and-slow/
3•LakshyAAAgrawal•25m ago•1 comments

Show HN: Profine – Automated profiling and code rewrites for ML training loops

https://github.com/ProfineAI/profine-cli
1•aisinghal•26m ago•0 comments

BCough: Bone-Conduction-Embedded AI Platform for On-Device Cough Detection

https://www.mdpi.com/2079-9292/15/9/1912
1•PaulHoule•27m 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•12mo ago

Comments

uberman•12mo 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•12mo 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•12mo 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•12mo 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?