frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Spent months fighting VS Code webviews, so I built a universal protocol

https://oxp.sh/
1•aldgar•1m ago•0 comments

Reverse Engineering Slither.io's Network Protocol

https://medium.com/@user320/reverse-engineering-slither-ios-network-protocol-bbc408485c45
1•user320•4m ago•0 comments

SpaceX sets date for first Starship version 3 launch – SpaceNews

https://spacenews.com/spacex-sets-date-for-first-starship-version-3-launch/
1•rbanffy•12m ago•0 comments

Hunting APT29 Tactics

https://manishrawat21.substack.com/p/how-i-caught-apt29-hiding-in-temp
1•ManishRawat21•19m ago•0 comments

Workday brings HR and finance agent into Microsoft 365 Copilot

https://newsroom.workday.com/2026-05-13-Workday-Brings-Sana-Self-Service-Agent-for-HR-and-Finance...
1•logickkk1•21m ago•0 comments

Third of weight shed after jabs 'is lost from muscle and bones

https://www.thetimes.com/uk/politics/article/third-of-weight-shed-after-jabs-is-lost-from-muscle-...
3•petethomas•25m ago•1 comments

Who Owns the Most Satellites

https://www.visualcapitalist.com/sp/gx04-who-owns-the-most-satellites/
1•jonbaer•26m ago•0 comments

A million baby monitors and security cameras were easily viewable by hackers

https://removepaywalls.com/https://www.theverge.com/tech/926487/meari-technology-hack-baby-monito...
1•erenon•28m ago•0 comments

Signal warns would pull out of Canada if made to comply with lawful access bill

https://www.theglobeandmail.com/politics/article-signal-warns-it-would-pull-out-of-canada-if-made...
3•petethomas•30m ago•0 comments

A Field Manual for Three Years on Deutsche Bahn

https://blog.hofstede.it/a-field-manual-for-three-years-on-deutsche-bahn/
2•gglanzani•31m ago•1 comments

Multi-LLM AI trading agent harness

https://github.com/achaljhawar/1rok
1•satoshiclad•34m ago•0 comments

Vector embeddings are the wrong default for AI agent memory

https://memnode.dev/articles/agent-memory-vs-vector-db
1•supercrafthost•36m ago•0 comments

Build workouts with Claude send to Fitness Player to workout [video]

https://www.youtube.com/shorts/QlcybBrszik
1•KeegNation•37m ago•1 comments

ChatGPT-Linked Mass Shootings Drive Developer Liability Concerns

https://news.bloomberglaw.com/litigation/chatgpt-linked-mass-shootings-drive-developer-liability-...
4•1vuio0pswjnm7•47m ago•1 comments

Major Atlassian Outage

https://status.atlassian.com/
7•shric•53m ago•1 comments

Don't Be Discouraged to Code by Hand

https://seongminpark.com/coding-by-hand/
3•boodleboodle•56m ago•0 comments

Saorsa, a new kind of social media built around what is happening in the world

https://saorsa.ai
1•calumwalker•57m ago•0 comments

You Won't Finish This Article. Why people online don't read to the end. (2013)

https://slate.com/technology/2013/06/how-people-read-online-why-you-wont-finish-this-article.html
1•eigenBasis•58m ago•0 comments

I work on self-improving AI despite the risks

https://twitter.com/jeffclune/status/2054637385850511360
1•pretext•59m ago•0 comments

AI coders are carrying half-open laptops through airports, offices, ice rinks

https://www.businessinsider.com/coders-keep-laptops-open-in-public-ai-agent-2026-5
6•taubek•59m ago•7 comments

The End of Claude Code Automation

https://www.vincentschmalbach.com/the-end-of-claude-code-automation/
1•vincent_s•1h ago•0 comments

Shining

https://shining.302chanwoo.com/
1•memalign•1h ago•0 comments

A Streaming First Language for Generative UI

https://github.com/thesysdev/openui
1•ChicknNuggt•1h ago•0 comments

Show HN: Own Your Secrets – Sync encrypted secrets from any repo to any device

https://cottage-sync.github.io
1•sayanarijit•1h ago•0 comments

Big tech's fat profits conceal unsettling cashflows

https://www.economist.com/business/2026/05/13/big-techs-fat-profits-conceal-unsettling-cashflows
1•petethomas•1h ago•1 comments

HyperDX fork for Iceberg on S3 tables

https://github.com/bolt-earth/Berg
2•dinosor•1h ago•0 comments

Our response to the TanStack NPM supply chain attack

https://openai.com/index/our-response-to-the-tanstack-npm-supply-chain-attack/
3•meetpateltech•1h ago•0 comments

The Ghost of the Short Story: Memes, TVTropes, and the Evolution of Fiction

https://systemsthinkingcollection.substack.com/p/the-ghost-of-the-short-story
2•InputName•1h ago•0 comments

Storage based KVCache for denser token factory

https://blogs.oracle.com/ai-and-datascience/scaling-long-context-inference-on-oci-with-wekas-augm...
1•baruch•1h ago•1 comments

The Myers Diff Algorithm

https://blog.jcoglan.com/2017/02/12/the-myers-diff-algorithm-part-1/
1•chirau•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•12mo ago

Comments

uberman•12mo 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•12mo 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•12mo 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•12mo 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?