frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: PAI, a Linux-y personal-assistant for Mac

https://www.whitematterlabs.ai/
1•ardatasci•1m ago•0 comments

NASA launches robot to save Swift telescope falling to Earth

https://www.bbc.com/news/articles/c0ry4xx7rk8o
1•msadowski•4m ago•0 comments

Show HN: GhostMap – structured ghost annotations for VS Code

https://marketplace.visualstudio.com/items?itemName=Ghostmap.ghostmap
1•milovale•4m ago•0 comments

A Speed Limit for Computers

https://caolan.uk/notes/2026-07-02_a_speed_limit_for_computers.cm
1•birdculture•4m ago•0 comments

I got shadowbanned building a Reddit tool

https://cuescout.com/blog/i-got-shadowbanned-building-a-reddit-tool
1•tgdaimov•11m ago•1 comments

ESM sees euro zone recession if US sell-off, new Middle East war hit at once

https://www.reuters.com/business/finance/esm-sees-euro-zone-recession-if-us-sell-off-new-middle-e...
1•adithyaharish•13m ago•0 comments

I built a more efficient way to give charity

https://tithe.charity/
1•asherworks•14m ago•0 comments

Vacuum at the Page Level

https://boringsql.com/posts/vacuum-at-the-page-level/
2•radimm•15m ago•0 comments

'A lot of our parents were paid by the hour'

https://www.theguardian.com/lifeandstyle/2026/jun/22/money-coach-blueprint-generational-wealth
1•bookofjoe•16m ago•0 comments

Democratizing Abandonware

https://geopjr.dev/blog/democratizing-abandonware
2•latexr•21m ago•0 comments

Research "junkification" is caused by researchers, not journals

https://www.frontiersin.org/journals/psychology/articles/10.3389/fpsyg.2026.1845947/full
1•giuliomagnifico•22m ago•0 comments

Is Starlink a Secret Radar Constellation? [video]

https://www.youtube.com/watch?v=jbp3kdJZ1_A
1•TMWNN•23m ago•0 comments

Tell HN: Error: Claude-fable-5 is temporarily unavailable

2•throwaw12•24m ago•1 comments

Show HN: An always-fresh memory that learns your repo, so agents stop re-reading

https://github.com/shofer-dev/claude-code-live-memory
1•alsterg•26m ago•0 comments

OpenCRA

https://github.com/borisRadonic/OpenCRA
1•BorisRadonic•27m ago•0 comments

The Math Behind Harmony – why a fifth sounds sweet and a piano is tuned wrong

https://m-ric.com/blog/math-of-harmony/
1•aubanel•31m ago•0 comments

List of Humorous Units of Measurement

https://en.wikipedia.org/wiki/List_of_humorous_units_of_measurement
5•pchr8•34m ago•1 comments

Show HN: Explain this – agent skills to create HTML explainer for topics or code

https://github.com/analyticalmonk/explain-this/
3•akashtndn•35m ago•0 comments

Show HN: Adkumo – Marketing Agent for SaaS

https://www.adkumo.com
1•gustavoauma•38m ago•0 comments

Real-time map of Great Britain's rail network

https://www.map.signalbox.io
32•scrlk•38m ago•9 comments

SW Agent – an outbound-only connector for browser-based PostgreSQL IDEs

2•Vivek-KY•40m ago•0 comments

Bad Epoll (CVE-2026-46242)

https://github.com/J-jaeyoung/bad-epoll
3•birdculture•43m ago•0 comments

Show HN: ScreenCI – Always up-to-date product videos from E2E tests

https://screenci.com/
4•ollipal•51m ago•0 comments

Reliability Issues with Jira and Confluence

https://jira-software.status.atlassian.com
1•amaccuish•51m ago•0 comments

LinguaHover – Hover Any Word, Translate Instantly – Chrome Extension

https://chromewebstore.google.com/detail/linguahover-translator-pr/dnkpfkopeeilpfgnehheceebamlcbcgc
1•titan_tokyo•55m ago•0 comments

Show HN: Mochi Analytics

https://www.mochianalytics.com
2•devtanna•56m ago•0 comments

In the Weights

https://intheweights.com
1•dash2•59m ago•0 comments

Bounding the Blast Radius: A Survey of Prompt-Injection Defenses for LLM Agents

https://fabraix.com/blog/nobody-has-solved-prompt-injection
1•ibrahim_abdu777•1h ago•0 comments

What Happens When AI Agents Can Pay Their Own Bills

https://self-sovereign-agent.github.io/
1•_pdp_•1h ago•1 comments

Higher blood glucose levels linked to faster brain aging

https://medicalxpress.com/news/2026-07-higher-blood-glucose-linked-faster.html
2•XzetaU8•1h 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?