frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tough days at GitHub, a continuing series

https://surfingcomplexity.blog/2026/08/18/tough-days-at-github-a-continuing-series/
1•azhenley•2m ago•0 comments

Curvature Beziers – Improving on a timeless recipe

https://acko.net/blog/curvature-beziers/
1•boxed•4m ago•0 comments

Susan Kare:Designing Icons and Graphics for the Original Mac [video]

https://www.youtube.com/watch?v=YEvLKzsEwMw
1•dhruv3006•6m ago•0 comments

Data inaccessible on Microsoft 365 for nonprofits

https://www.reddit.com/r/nonprofit/comments/1ub52pt/data_inaccessible_on_microsoft_365_for_nonpro...
1•petethomas•6m ago•0 comments

Ask HN: Software Design resources on the lower/class/module level

1•needfish•9m ago•0 comments

ZEON – A token-efficient data format for LLMs

https://zeon-eight.vercel.app/
1•Schicksal•11m ago•0 comments

Our summer fastest-growing vendors list just dropped

https://twitter.com/brexHQ/status/2089412872094773735
1•porridgeraisin•13m ago•0 comments

Designing AI with character: what we learned building Berd

https://block.xyz/inside/designing-ai-with-character-what-we-learned-building-berd
1•thm•14m ago•0 comments

"Hill-climbing" is Silicon Valley's latest bit of shit jargon

https://nudged.himynamesdave.com/musings/hill-climbing-is-silicon-valleys-latest-bit-of-shit-jargon/
1•panoramas4good•14m ago•0 comments

Get feedback on your AI slop. no accounts

https://slopornot.simplicated.dev
1•karenimnotkaren•16m ago•0 comments

Show HN: AnswerRank – AEO Tool for online businesses

https://answerrank.so/
1•not_wowinter14•17m ago•0 comments

Show HN: Online Bubble Level

https://abubblelevel.com/
1•artiomyak•20m ago•0 comments

Ask HN: Cloudflare Smart Placement

1•bansalvip•22m ago•0 comments

AI Stock Research Assistant · Streamlit

https://ai-stock-research-kiaan.streamlit.app
1•KiaanKothari•23m ago•1 comments

Looking for an ArXiv Endorser – AI / Computer Science

https://github.com/paibyun9/EGA-V9
1•lcm3•25m ago•2 comments

BYOKs for an LLM with a Brain

https://alicebraincore.web.app
1•kindsocial•25m ago•0 comments

The DuckDB MySQL engine at 500 GB

https://www.percona.com/blog/the-duckdb-mysql-engine-at-500-gb/
2•theanonymousone•28m ago•0 comments

Penn State cocaine trafficking ring involved 2 fraternities, authorities say

https://abcnews.com/US/wireStory/penn-state-cocaine-trafficking-ring-involved-2-fraternities-1357...
3•vinni2•29m ago•0 comments

Deft – an authentic human writing model

https://deftwriting.com
1•andrewlin247•42m ago•0 comments

Neuroscience is in big trouble [video]

https://www.youtube.com/watch?v=jHGx7HBB-J4
2•thelastgallon•44m ago•0 comments

A new era of biohacking in a retro medium

https://elasticstage.com/36n9/releases/36n9-genetics-audiotransduction-album
1•jollydragonroge•46m ago•0 comments

More screen time since childhood associated with better cognitive processing

https://www.jyu.fi/en/news/more-screen-time-since-childhood-associated-with-better-cognitive-proc...
1•jv22222•46m ago•0 comments

Google Drive outage – at what point is slow, down?

https://www.google.com/appsstatus/dashboard/incidents/sjDiph2NXGAfkYYLfK7T
2•chi_features•48m ago•2 comments

Show HN: I made a comic series explaining Claude – Chat, Cowork, and Code

https://github.com/Fake4d/claude-school
1•Fake4d•48m ago•0 comments

BloxStack: The professional network for Roblox creators

https://bloxstack.app/
2•hotshotqq•51m ago•0 comments

Nanvix: A Multikernel OS Design for High-Density Serverless Deployments

https://arxiv.org/abs/2604.11669
1•handfuloflight•54m ago•0 comments

Opus 5 doesn't use em-dashes in code comments

https://lalitm.com/post/code-comments-are-a-model-fingerprint/
1•lalitmaganti•56m ago•0 comments

Running Anachronistic Demakes on Vintage Atari VCS Hardware

http://deater.net/weave/vmwprod/myst_vcs/e7_cart.html
2•bananaboy•57m ago•1 comments

There's No Reason to Buy a New Phone Anymore

https://www.theatlantic.com/technology/2026/08/secondhand-tech-boom/688309/
6•annzabelle•1h ago•0 comments

Millions of Ukrainian Men Are Fleeing a Cruel Conscription System

https://www.thenation.com/article/world/ukraine-military-conscription-draft-dodgers/
5•petethomas•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?