frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tech Company Ranker

https://tech.bingo/?f=JTdCJTIyeCUyMiUzQSUyMmVzdF92YWx1YXRpb25fdXNkX2IlMjIlMkMlMjJ5JTIyJTNBJTIyZm9...
1•thisismytest•4m ago•0 comments

Show HN: Execlave – AI Agent Management Platform for Governance and Enforcement

https://www.execlave.com
1•rishitmavani•4m ago•0 comments

Medicine: Country Surgeon (1932)

https://time.com/archive/6748492/medicine-country-surgeon/
1•EndXA•4m ago•0 comments

LastPass confirms data breach after hacker compromises supply chain

https://www.techradar.com/pro/security/lastpass-confirms-data-breach-after-hacker-compromises-sup...
3•mistic92•5m ago•0 comments

ChatGPT Exporter – Export Conversations to PDF, Word, Google Docs

https://chromewebstore.google.com/detail/chatgpt-exporter-save-cha/ploaaddkflkapjfbfapmkmkefigedefp
1•quysala12•6m ago•0 comments

The Emergence of a New Paedophile Panic

http://guerrillademocracy.blogspot.com/2026/06/the-emergence-of-new-paedophile-panic.html
1•GDNews503AD•6m ago•0 comments

Show HN: How Loud Is My Hotel?

https://noise.vantezzen.io/
1•bennett_dev•7m ago•0 comments

Fate – a joke horoscope generator utility for Linux pids

https://github.com/cjd8/fate
1•cjd8•8m ago•1 comments

Carspreading' could lead to extra 2,600 crash deaths a year by 2040, study finds

https://www.theguardian.com/environment/2026/jun/24/carspreading-vehicle-size-crash-deaths-study
3•mellosouls•9m ago•0 comments

When typing is better than talking

https://alearningaday.blog/2026/06/23/when-typing-is-better-than-talking/
1•herbertl•9m ago•0 comments

Show HN: Fillr – Save web form as a preset and autofill with data you control

https://chromewebstore.google.com/detail/fillr-form-filler-test-da/peppngdnnhjpchacodkdadojgnafepdd
1•amineinai•9m ago•0 comments

Confluence Server Backup Reader

https://confuencereader.netlify.app/
1•valentynt•11m ago•0 comments

Functional Geekery – Fogus (2014)

https://web.archive.org/web/20200814221428/https://www.functionalgeekery.com/episode-3-fogus/
1•tosh•11m ago•0 comments

SEO Schema Markup

https://github.com/bilalnaseer/seo-schema-markup
1•wspycnews•15m ago•0 comments

Ask HN: How to avoid LLMs struggling with Lisp parens?

2•chriswarbo•18m ago•0 comments

European Commission's Metsola Overrides MEPs to Force Through Chat Control

https://www.politico.eu/article/president-vs-parliament-roberta-metsola-overrides-meps-bid-force-...
14•miohtama•20m ago•7 comments

GL.iNet claims alleged GPLd code is propriety to Realtek, haven't released it

https://forum.gl-inet.com/t/gl-mt5000-brume-3-upstream-openwrt-support/67297?page=4
1•james_in_the_uk•20m ago•1 comments

Purism announces Librem 16 laptop designed to respect privacy, security, freedom

https://puri.sm/posts/librem-16-product-launch/
1•fsflover•21m ago•0 comments

Arma: Cold War Assault (2001) source code released

https://github.com/BohemiaInteractive/CWR
3•qweqwe14•22m ago•1 comments

Show HN: Flounder – an autonomous white-hat security auditor

https://github.com/adshao/flounder
1•adshao•22m ago•0 comments

100 Years Ago, Students Took the First SAT. Where Is It Headed?

https://www.smithsonianmag.com/innovation/100-years-ago-students-across-the-us-took-the-first-sat...
1•pseudolus•23m ago•0 comments

France confirms first Ebola case

https://www.bbc.com/news/articles/cj9gzr9rdjlo
1•lilytweed•23m ago•0 comments

New Locked Pi Install

https://rfc.earendil.com/0047/
2•tosh•24m ago•0 comments

Shooting and Crying

https://en.wikipedia.org/wiki/Shooting_and_crying
1•KoftaBob•25m ago•0 comments

Show HN: I made a PvP style multiplayer Minesweeper game

https://minesweeperpro.com/
1•AdamKib•26m ago•0 comments

Roles over Jobs

https://personalis.io/blog/roles-over-jobs
1•sylvanjsmit•26m ago•0 comments

Kawaiintu OS – Bypassing GTK4 theme limits with dynamic Python hooks

1•mifjpn•26m ago•0 comments

The Legendary Study That Embarrassed Wine Experts Across the Globe (2014)

https://www.realclearscience.com/blog/2014/08/the_most_infamous_study_on_wine_tasting.html
1•downbad_•27m ago•0 comments

Debugging in the Age of Agents

https://www.akashtandon.in/ai/2026-06-24-debugging-in-the-age-of-agents/
1•akashtndn•28m ago•0 comments

Giving AI human-like memory limits (3–7 words) could improve language learning

https://www.mpi.nl/news/new-study-finds-forgetting-may-be-secret-better-ai-language-learning
2•giuliomagnifico•30m ago•1 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?