frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The New BMW iX5 Hydrogen

https://www.bmwgroup.com/en/news/general/2026/the-new-bmw-ix5-hydrogen.html
1•plun9•20s ago•0 comments

First-ever reverse-aging drug was just injected into a human

https://www.businessinsider.com/first-ever-reverse-aging-treatment-injected-into-a-human-2026-6
1•cybermango•1m ago•0 comments

What Is Neocloud?

https://www.cisco.com/site/us/en/learn/topics/computing/what-is-neocloud.html
1•plun9•2m ago•0 comments

Breakthrough drug reverses aging in skin and dramatically speeds healing

https://www.sciencedaily.com/releases/2026/05/260519003215.htm
1•cybermango•2m ago•0 comments

The AI-Native Founder

https://www.wensenwu.com/thoughts/ai-native-founder
3•matmult•3m ago•0 comments

Tencent Hy3

https://huggingface.co/tencent/Hy3
1•droidjj•3m ago•0 comments

Math Master

https://www.angryflower.com/1666.html
1•oliculipolicula•6m ago•0 comments

Emerging evidence links tire pollution to Alzheimer's risk

https://medicalxpress.com/news/2026-07-emerging-evidence-links-pollution-alzheimer.html
1•OutOfHere•12m ago•1 comments

UUIDs, ULIDs and Sqids: A Practical Deep Dive

https://wendelladriel.com/blog/uuids-ulids-and-sqids-a-practical-deep-dive
2•shaunpud•15m ago•0 comments

Strata – An app that talks me out of dying outdoors

https://strata.highloop.co/
2•cloocher•17m ago•0 comments

The healing power of watching the boys of 'Jackass' do stupid things

https://www.yahoo.com/entertainment/general/article/the-healing-power-of-watching-the-boys-of-jac...
2•herbertl•20m ago•0 comments

Show HN: Tarot.free – Free Tarot Readings

https://tarot.free/
2•nadermx•21m ago•0 comments

The Hard Parts of Streaming Audio in Voice Agents

2•gokuljs•21m ago•0 comments

Binvariants: Register-Level Invaraint-Guided Fuzzing for Binaries

https://github.com/FuturesLab/Binvariants
2•matt_d•24m ago•0 comments

Env.style: Deployment environment disambiguation via favicon

https://www.env.style/
2•handfuloflight•26m ago•0 comments

Cewsco – the AI that keeps up with you

https://cewsco.com/
2•kalkalka•29m ago•2 comments

Show HN: Dedtxt is a quiet, cross-platform plain-text editor

https://dedtxt.app/
2•chrisportka•29m ago•0 comments

Moody Bible Institute breach leaves 2.3M accounts needing salvation

https://www.theregister.com/security/2026/07/06/moody-bible-institute-breach-leaves-23m-accounts-...
4•Bender•31m ago•0 comments

Brit supermarket giant triples down on facial recog to nab shoplifters

https://www.theregister.com/security/2026/07/06/brit-supermarket-giant-triples-down-on-facial-rec...
3•Bender•32m ago•2 comments

GitHub cuts short offer to burn repos on CD after mockery ensues

https://www.theregister.com/devops/2026/07/06/github-cuts-short-offer-to-burn-repos-on-cd-after-m...
4•Bender•32m ago•2 comments

PuzzleMoE: Efficient Compression of Large Mixture-of-Experts Models

https://supercomputing-system-ai-lab.github.io/projects/puzzlemoe/
2•matt_d•32m ago•0 comments

Jackrong LLM Fine-Tuning Guide

https://github.com/R6410418/Jackrong-llm-finetuning-guide
2•verdverm•34m ago•0 comments

Claude Sonnet 5: Anthropic's Most Agentic AI Model Arrives at a Reduced Price (2026)

https://lucasaguiar.xyz/en/posts/claude-sonnet-5-2026/
3•isfttr•35m ago•0 comments

How to sequence your own DNA at home

https://bradleywoolf.com/links-1/sequencing-my-own-dna-at-home
13•bilsbie•36m ago•2 comments

Supporting Ordering in Schema.org

https://blog.schema.org/2026/06/17/supporting-ordering-in-schema-org/
2•tingletech•37m ago•0 comments

Fixed-Point Theorems and the Ethics of Transparency (2025)

https://arxiv.org/abs/2509.06055
2•measurablefunc•39m ago•0 comments

Apple's agent security skills updated for Xcode 27 beta 3

https://mastodon.social/@PeteGoldsmith/116875450861776782
4•theraven•41m ago•0 comments

Show HN: GeoLens – a self-hosted catalog and map builder for spatial data

https://getgeolens.com/
3•ishiland•43m ago•0 comments

Video: Rio Rancho police arrest man accused of destroying Flock cameras

https://www.krqe.com/news/crime/video-rio-rancho-police-arrest-man-accused-of-destroying-license-...
2•evo_9•47m ago•1 comments

Show HN: Capsule – E2E encrypted file sharing

https://withcapsule.dev/
2•seanathan•49m 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•1y ago

Comments

uberman•1y 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•1y 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•1y 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•1y 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?