frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Annihilation as a lens on what AI does to cognition

https://readgrounded.com/episodes/005-area-x/
1•readgrounded•1m ago•0 comments

I built a production-ready web crawler in Rust with TTL and anti-dupe

https://github.com/AICrox2025/SuperCrawl/
1•qmay-rust•1m ago•0 comments

Running glm 5.2 on a Mac studio

https://twitter.com/AlexFinn/status/2067751557379297762
1•jv22222•2m ago•0 comments

Show HN: Working Async – The new wave of remote work is async-first

https://workingasync.io
1•Log007•3m ago•0 comments

Don't feel like a developer anymore after AI

https://economictimes.indiatimes.com/news/new-updates/dont-feel-like-a-developer-anymore-after-ai...
1•getbowtied•3m ago•0 comments

Lost headphones returned 4 years later

https://onemileatatime.com/news/qatar-airways-returns-headphones-lost-plane-four-years-later/
1•gregorvand•4m ago•0 comments

Stop Debugging Python with Print

https://en.andros.dev/blog/e380cf75/stop-debugging-python-with-print/
1•ibobev•4m ago•0 comments

First Look at Epic Games Lore VCS

https://asawicki.info/news_1803_first_look_at_epic_games_lore_vcs
1•ibobev•5m ago•0 comments

Connecting Peripherals to Atari 8-bit Computers

https://www.goto10retro.com/p/connecting-peripherals-to-atari-8
1•ibobev•5m ago•0 comments

AI agents are a confused deputy with the keys to your kingdom

https://stackoverflow.blog/2026/06/17/ai-agents-expose-the-security-checks-you-never-actually-wrote/
1•fabsalvadori•6m ago•0 comments

CrankGPT - a fully offline, off-the-grid AI box

https://squeezlabs.github.io/handcrank/
1•the-mitr•6m ago•0 comments

Can you draw a 3 wheeled bicycle?

https://doodle.wtf/?prompt=a%203%20wheeled%20bicycle
1•pompomsheep•7m ago•0 comments

Reverse engineering the Qualcomm NPU compiler

https://datavorous.github.io/writing/qairt/
1•ledoge•8m ago•0 comments

Show HN: Knoku – cited AI answers from docs, files, and team knowledge

https://knoku.com/
1•knoku•10m ago•0 comments

Hyperblam lets you make music with HTML

https://hyperblam.how/
1•tobr•11m ago•0 comments

The profound meaning and mystery of deathbed visions

https://www.washingtonpost.com/lifestyle/2026/06/19/deep-meaning-mystery-deathbed-visions/
1•wallflower•11m ago•0 comments

The Athens Music Scene

https://gardenandgun.com/athens-georgia-music
1•speckx•12m ago•0 comments

From AGI to ASI

https://arxiv.org/abs/2606.12683
1•gmays•13m ago•0 comments

Spending money on GPU's was my best investment

https://gurugen.in/spending-money-on-gpu-s-was-my-best-investment
4•andrewstetsenko•13m ago•0 comments

Elastic agrees to buy CRV-backed DeductiveAI for up to $85M

https://techcrunch.com/2026/06/18/source-elastic-agrees-to-buy-crv-backed-deductiveai-for-up-to-85m/
1•pranay01•13m ago•0 comments

ASML denies selling EUV chipmaking tool to China after report of US concern

https://www.reuters.com/world/china/us-tells-asml-it-is-concerned-china-may-have-top-chip-tool-bl...
2•gorbypark•14m ago•0 comments

Algebraic Attack

https://en.wikipedia.org/wiki/Algebraic_attack
2•binyu•15m ago•0 comments

Scaling a content agency using AI – 2 ppl managing 20 accounts now

https://www.postingmachine.ai
3•_mad_eye_•18m ago•3 comments

The future of cognitive security and the new sixth battleground

https://iai.tv/articles/psychological-warfare-was-once-an-afterthought-its-now-the-primary-battle...
2•pandoro•21m ago•0 comments

Finding an Asian Wife as a Western Man

https://indignified.com/finding-your-wife-life-partner-in-asia/
3•ZguideZ•21m ago•0 comments

Why the Human Genome's Tangled Physicality May Confound AI

https://www.quantamagazine.org/why-the-human-genomes-tangled-physicality-may-confound-ai-20260618/
2•pseudolus•22m ago•0 comments

Uptime.com's New MCP

https://github.com/uptime-com/uptime-mcp
2•uptime-com-mcp•23m ago•1 comments

Nearly 80% of data center capacity at elevated risk to climate hazards, study

https://www.cnbc.com/2026/06/18/data-center-climate-change-study.html
2•1vuio0pswjnm7•23m ago•0 comments

Windows NT for GameCube/Wii

https://github.com/Wack0/entii-for-workcubes
2•zdw•25m ago•0 comments

How many of the 170k English words do you know?

https://vocabowl-870366514258.us-west1.run.app/
3•abnry•26m 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?