frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: A Self-Hosted LinkedIn Profile

https://www.kcoleman.me/linkedin.com/
1•itake•1m ago•0 comments

AMOC Weakening Causes "Cold Blob" in the Atlantic Ocean (Not Surface Fluxes)

https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2025GL118383
1•signa11•2m ago•0 comments

Analog Activism: Kicking AI Out of New York

https://nowvoyagermag.com/reporting/analog-activism
1•giuliomagnifico•3m ago•0 comments

Show HN: Zanagrams

https://zanagrams.com/
1•pompomsheep•5m ago•0 comments

Hi I M a Hack

1•GaraBoxHACKER•6m ago•0 comments

California legislature agrees to upload driver's licenses to national database

https://papersplease.org/wp/2026/06/27/california-legislature-agrees-to-upload-drivers-licenses-t...
3•iamnothere•8m ago•0 comments

Show HN: ClassicTunes – a from-scratch remake of iTunes 7-10 for Apple Silicon

https://smaran-vallabhaneni.com/ClassicTunes/
1•Eonexus•11m ago•0 comments

Icon

https://en.wikipedia.org/wiki/Icon_(programming_language)
1•tosh•11m ago•0 comments

The Collaboration Layer for AI Intelligence

https://gitix.ai/
1•azolf•14m ago•0 comments

Are You Recommended by AI?

https://www.mentionedby.world/
2•aykhanstoic•15m ago•1 comments

Show HN: Import the HN Home to a reading queue with clean reader view and TL;DR

https://readplace.com/import?mode=from-url
2•fagnerbrack•19m ago•1 comments

Reimagining Systems Thinking as Cybersystemic Researching

https://stream.syscoi.com/2025/12/01/reimagining-systems-thinking-as-cybersystemic-researching-an...
2•andsoitis•19m ago•0 comments

Grok 4.5, based on our 1.5T V9 foundation model, with Cursor data added in su

https://twitter.com/elonmusk/status/2071184354756477041
5•cyrc•23m ago•2 comments

The shift from browsing to commanding: Autonomous web agents in action

https://www.fognitix.com/
2•fognitix•23m ago•2 comments

Five Months in Munich: Revisiting '91 Without Erasing Decades That Made It Scale

https://akmaier.substack.com/p/five-months-in-munich-revisiting
2•felixbraun•24m ago•0 comments

Was Ozempic discovered thanks to "silly" research?

https://www.oscillator.blog/p/was-ozempic-discovered-thanks-to
3•salonium_•24m ago•0 comments

The vibration of the pager has a sound all its own

https://www.notyouremergency.com/triage-intro
3•mooreds•24m ago•0 comments

32BJ Health Fund and Northwell Direct announce direct health care contract

https://www.northwell.edu/news/the-latest/northwell-direct-32bj-largest-direct-health-care-contra...
2•mooreds•24m ago•0 comments

How should founders choose the right tech stack for a startup website?

https://moonsofts.net/
2•MoonSofts•26m ago•0 comments

America's largest companies have no simple way to report security flaws

https://this.weekinsecurity.com/dozens-of-americas-largest-companies-have-no-simple-way-to-report...
3•mooreds•26m ago•0 comments

Installing SerenityOS on My Old ThinkPad T60

https://btxx.org/posts/serenity-t60/
5•jandeboevrie•27m ago•0 comments

Forensic tools as instruments of repression: Cellebrite use in Russia

https://andreafortuna.org/2026/06/28/cellebrite-russia-pivovarov/
2•iamnothere•27m ago•0 comments

"Quality is downstream from caring"

https://graybeard.ing/quality-is-downstream-from-caring/
3•rglover•27m ago•0 comments

Bjorn Lomborg – 'An Inconvenient Truth' 20 Years Later

https://signalscv.com/2026/06/bjorn-lomborg-an-inconvenient-truth-20-years-later/
2•RickJWagner•27m ago•1 comments

CATL online store for direct sales of energy storage to small/medium customers

https://carnewschina.com/2026/06/26/catl-launches-online-store-for-direct-sales-of-energy-storage...
2•DamonHD•28m ago•0 comments

Ask HN: Is Hacker News selling your email?

3•tyleo•31m ago•2 comments

Clarity, Accountability, and Care – The Three Conditions That Make Teams Work

https://nmcqueen.substack.com/p/clarity-accountability-and-care
2•backlit4034•33m ago•0 comments

Cachebox, a small cache server with TTLs, dogpile locks, tags and bounded memory

https://github.com/smarzola/cachebox
3•smarzola•36m ago•0 comments

California's landmark anti-plastics law sparks anger as 17 states move to sue

https://www.theguardian.com/environment/2026/jun/26/california-single-use-plastic-law
4•andsoitis•36m ago•1 comments

Show HN: A REPL for browsers that agents love

https://fuckui.com
2•keepamovin•38m 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?