frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: OS-level AI governance without semantic interpretation

1•overthinker_jp•34s ago•0 comments

Building a vintage recipe rolodex with Python, Pelican, and Markdown

https://iza.ac/posts/2026/05/pelican-cookbook-markdown-recipes/
1•infinitewalk•46s ago•0 comments

We've calculated your chances of winning money on Polymarket

https://www.washingtonpost.com/technology/interactive/2026/polymarket-online-gambling-winners-and...
1•surprisetalk•5m ago•0 comments

I'm making our documentation agent-friendly (and how I'm not)

https://buildwithfern.com/post/agent-friendly-docs
1•ivanech•5m ago•0 comments

CISA Admin Leaked AWS GovCloud Keys on GitHub

https://krebsonsecurity.com/2026/05/cisa-admin-leaked-aws-govcloud-keys-on-github/
2•eyberg•9m ago•0 comments

LLMs have no structural place for non-knowledge

https://terminallogic.substack.com/p/what-your-model-will-never-admit
1•kwojno•12m ago•1 comments

AI-generated code that works – and proves it

https://www.codemetal.ai/research/ai-generated-code-that-works-and-proves-it
1•normalform•12m ago•0 comments

Mexican government breached by solo user with Claude, 150 GB exfiltrated

https://konstantintkachuk.com/writing/the-floor-doesnt-exist/
3•Reaktornano•13m ago•0 comments

Syncthing over Tailscale

https://blog.fidelramos.net/es/software/tailscale-3-syncthing
1•fidelramos•15m ago•0 comments

What We Learned from One Year of Building Production Agents

https://strandsagents.com/blog/what-we-learned-from-one-year-of-building-production-agents/
1•siegers•18m ago•0 comments

Browse.sh, an open source catalog of browser skills

https://www.browserbase.com/blog/browse.sh
1•Kylejeong21•21m ago•0 comments

Images of Sylvester Stallone used to train models for recognizing stroke

https://retractionwatch.com/2026/05/18/kaggle-dataset-clinical-models-stroke-diabetes/
1•connorboyle•21m ago•0 comments

Inter Gravissimas

https://en.wikipedia.org/wiki/Inter_gravissimas
1•simonebrunozzi•22m ago•0 comments

European imaging companies step in to fill warzone gap

https://spacenews.com/european-imaging-companies-step-in-to-fill-warzone-gap/
1•defrost•23m ago•0 comments

Shangraw Gap 0.65

https://github.com/muffcruster420-bot/afterlife-workshop
1•muffcruster420•23m ago•1 comments

The just-say-no engineer was a ZIRP phenomenon

https://www.seangoedecke.com/the-just-say-no-engineer-was-a-zirp-phenomenon/
2•pickleRick243•24m ago•1 comments

Does earning $500K in San Francisco mean you're in the 'permanent underclass?'

https://www.businessinsider.com/ai-permanent-underclass-500k-san-francisco-debate-2026-5
2•Cider9986•27m ago•0 comments

Reviewing so called Pull Requests at $dayjob

https://rkta.de/dayjob-pr-review.html
1•birdculture•29m ago•0 comments

micnik – 10s voice message anonymous microblogging

https://micnik.stagas.deno.net/
1•stagas•30m ago•0 comments

Understanding Data Collection, Brokerage, Spam in the Lead Marketing Ecosystem

https://arxiv.org/abs/2604.06759
1•ericpauley•36m ago•0 comments

Show HN: Better.ftp – cycling app for FTP tests without subscription

https://betterftp.cc/
2•niecore•39m ago•0 comments

Managing metadata is essential in LLM world

https://www.itbrew.com/stories/managing-metadata-is-essential-in-llm-world
1•mooreds•40m ago•0 comments

Ask HN: Are coding interview still relevant?

4•manidharv•41m ago•2 comments

Visual Studio Code for Education roadmap update

https://vscodeedu.com/whats-new/2645
1•acbart•41m ago•2 comments

Alignment pretraining: AI discourse creates self-fulfilling (mis)alignment

https://arxiv.org/abs/2601.10160
3•anigbrowl•43m ago•0 comments

Keeping the Cultural Uplands Alive

https://jaymollica.com/blog/keeping-the-cultural-uplands-alive/
1•thebigship•43m ago•0 comments

How to Start an AI Business as a Teenager in 2026 [video]

https://www.youtube.com/watch?v=X_lxuGsFu4M
1•botang1•44m ago•0 comments

Secret History of Silicon Valley [video]

https://www.youtube.com/watch?v=ZTC_RxWN_xo
2•gmays•45m ago•0 comments

The Jacobian, the Damping Term, and the Geometry of Reach

https://atomsfrontier.substack.com/p/the-jacobian-the-damping-term-and
2•jpatel3•46m ago•0 comments

The Melancholy of Slaying Monsters

https://thereader.mitpress.mit.edu/the-strange-melancholy-of-slaying-monsters/
2•foliveira•47m 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?