frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

FCC Commissioners Face Ethics Complaints for Taking Luxury Gifts from Paramount

https://www.propublica.org/article/fcc-paramount-gifts-brendan-carr-ethics-complaint-warner-bros-...
1•hn_acker•37s ago•0 comments

Feige's Conjecture

https://arxiv.org/abs/2607.24528
1•surprisetalk•1m ago•0 comments

Juniq: Europe's Quantum Buffet

https://www.hpcwire.com/2026/08/03/juniq-europes-quantum-buffet/
1•rbanffy•1m ago•0 comments

EFF Joins Call for FTC to Drop Its Disastrous AI Policy Proposal

https://www.eff.org/deeplinks/2026/08/eff-joins-comments-calling-ftc-drop-its-ai-policy-proposal
2•hn_acker•2m ago•0 comments

Finger Frame AI

https://github.com/sophiamyang/finger-frame-effect-ai
1•luispa•2m ago•0 comments

The LLMs Problems

1•noreplydev•4m ago•0 comments

NASA Images Through History

https://nasa-images.net/
1•alpha_trion•6m ago•1 comments

Self-Improving Agents Are Event-Sourced

https://lobu.ai/blog/self-improving-agents-are-event-sourced/
1•buremba•6m ago•0 comments

The Unreadable Winter

https://drlennecefer.substack.com/p/the-unreadable-winter
1•twp•6m ago•0 comments

I Traded Coffee for Energy Drinks–and Nearly Lost My Mind

https://www.wsj.com/arts-culture/food-cooking/energy-drinks-celsius-coffee-caffeine-aeb507d7
1•thm•7m ago•0 comments

Gavin Newsom Makes an Ass of Himself on Antitrust, Paramount Merger

https://www.techdirt.com/2026/08/04/gavin-newsom-makes-an-ass-of-himself-on-antitrust-paramount-m...
1•hn_acker•7m ago•0 comments

Big Walk

https://store.steampowered.com/app/1478500/Big_Walk/
1•gregsadetsky•8m ago•0 comments

The Youth AI Privacy Act's Privacy Paradox

https://www.eff.org/deeplinks/2026/08/youth-ai-privacy-acts-privacy-paradox
2•Brajeshwar•8m ago•0 comments

Milvus 3.0: lake-native, S3-based storage,post-search processing

https://milvus.io/blog/announcing-milvus-3-lake-native-vector-search-and-a-more-powerful-retrieva...
1•Fendy•9m ago•1 comments

Show HN: Guide AI coding agents on how to use libraries securely

https://github.com/Reware-Labs/securitycards
1•hajipour•9m ago•0 comments

Show HN: React-mediadrop – hooks-first headless uploader, pluggable transport

https://github.com/autorender/react-mediadrop
2•vasanthrb•10m ago•0 comments

Using Codex as a diet and exercise coach

https://usefully-wrong.com/posts/codex-as-coach/
1•askytb•11m ago•0 comments

Celeris-1 tops AI speed ranking at 2,158 tokens per second

https://runtimewire.com/article/celeris-1-tops-ai-speed-ranking-diffusion-model
1•ryanmerket•11m ago•0 comments

Show HN: We gave a voice agent an inner monologue so it stops forgetting

https://waterr.ai/research/monologue
1•harshit119•11m ago•0 comments

Macro: Unified email, messages, docs, tasks, agents, CRM for teams

https://github.com/macro-inc/macro
1•nateb2022•12m ago•0 comments

Three major PC makers now using Chinese memory

https://www.tomshardware.com/tech-industry/three-major-pc-makers-now-using-chinese-memory-to-figh...
2•rbanffy•13m ago•0 comments

Show HN: Share context between friends via MCP

https://crosswalk.to/
1•jase_jase•13m ago•0 comments

It's not a fear of "AI communism"; it's a fear of competitive market capitalism

http://observationalepidemiology.blogspot.com/2026/07/its-not-fear-of-ai-communism-its-fear.html
1•speckx•14m ago•1 comments

We built a software factory to drive Astro's GitHub issue count to zero

https://blog.cloudflare.com/astro-issue-triage/
1•sbulaev•14m ago•0 comments

Foods I use for brain fog instead of supplements

https://www.plantbasededit.com/6-foods-i-use-for-brain-fog-instead-of-supplements/
1•martinagabr•16m ago•0 comments

USGS launches interactive maps of real-time streamflow conditions

https://www.usgs.gov/centers/new-england-water-science-center/news/usgs-launches-interactive-stre...
2•MarcoDewey•17m ago•1 comments

YInMn Blue: The first new blue in two centuries

https://chemistry.oregonstate.edu/chemistry-news-events/yinmn-blue
2•zhinit•17m ago•0 comments

Real cost running LLMs production

https://soamee.com/en/blog/en-real-cost-running-llms-production
1•javiermanzano•17m ago•0 comments

Show HN: Denorm – Declarative derived columns (Postgres)

https://gitlab.com/kendowns/denorm
1•KenPainter•18m ago•1 comments

Beyond Static Benchmarks: A Post-Leaderboard Evaluation Paradigm for Music GenAI

http://www.alexanderlerch.com/posts/paper-musaik/
1•lerch•18m 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?