frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Agent Data Injection: Arbitrary Click Attack Against Web Agents

https://compsec.snu.ac.kr/blog/agent-data-injection
1•cw00h•2m ago•0 comments

The Clawd Grip: breaking free from Logitech G HUB

https://louisabraham.github.io/articles/clawd-grip
1•Labo333•4m ago•0 comments

Lindsey Graham dies at 71 after sudden illness

https://www.cnn.com/2026/07/12/politics/sen-lindsey-graham-dies-at-71-hnk
1•kilroy123•4m ago•0 comments

Stop Memorizing Design Patterns: Use This Decision Tree Instead

https://medium.com/womenintechnology/stop-memorizing-design-patterns-use-this-decision-tree-inste...
1•bmacho•4m ago•1 comments

Why Cursor Is the Most Practical Choice for Beginners in Agentic Coding

https://calcrecipe.com/en/workshop/6
1•wsdn•6m ago•0 comments

Jj v0.43.0 Released

https://github.com/jj-vcs/jj/releases/tag/v0.43.0
1•birdculture•8m ago•0 comments

FreeCAD: New Addon; Banana for Scale

https://blog.freecad.org/2026/07/12/new-addon-banana-for-scale/
2•Klaster_1•9m ago•0 comments

Morosx MX88 Manet [video]

https://www.youtube.com/watch?v=yFxEGkT_pfw
1•marklit•12m ago•0 comments

Waldi: A quiet place to write, and to be read

https://github.com/waaldev/waldi
1•waaldev•14m ago•0 comments

AI backlash hits university: laptops and phones banned for law students

https://www.foxnews.com/media/ai-backlash-reaches-major-university-bold-ban-laptops-phones-students
2•01-_-•15m ago•0 comments

MRI Grid Viewer

https://github.com/MarvinSchwaibold/mri-grid-viewer
1•dsego•16m ago•0 comments

IT administrators are "fed up" with Microsoft's "useless" apps and Windows 11

https://www.neowin.net/news/it-admins-feel-overwhelmingly-sick-of-microsoft-and-windows-11-garbag...
7•01-_-•18m ago•0 comments

What Makes Humans Stupid

https://nautil.us/what-makes-humans-stupid-1282459
2•imartin2k•19m ago•0 comments

On-call Engineer 2026 [video]

https://www.youtube.com/watch?v=sY1UqUuBqQQ
1•throwaway2027•21m ago•0 comments

Woman in Brazil enslaved for 55 years by 3 generations of the same family

https://english.elpais.com/international/2026-07-10/woman-rescued-in-brazil-after-being-enslaved-...
8•RetroTechie•22m ago•0 comments

X for Y Programmers

https://www.chrisfinke.com/x-for-y/
1•joshbetz•23m ago•0 comments

Old and new apps, via modern coding agents by Terry Tao

https://terrytao.wordpress.com/2026/07/11/old-and-new-apps-via-modern-coding-agents/
3•subset•31m ago•0 comments

Mnema: A local, encrypted memory layer for AI agents

https://github.com/MerlijnW70/mnema
1•MerlijnW70•31m ago•0 comments

Memory makers are slaves to the boom-bust rollercoaster

https://www.theregister.com/ai-and-ml/2026/07/12/memory-makers-are-slaves-to-the-boom-bust-roller...
1•jnord•31m ago•0 comments

Putin Turned Japan into a Den of Spies

https://www.nytimes.com/2026/07/12/world/asia/russia-spies-japan-war-drones-electronics.html
3•JumpCrisscross•33m ago•1 comments

Show HN: Dr. Wong – an AI space for journaling and self-reflection

https://www.drwongai.com
1•superyuan•33m ago•0 comments

A Gang of Thieves Pulled Off a Multimillion-Dollar Data Center Heist

https://www.nytimes.com/2026/07/12/magazine/data-center-heist.html
3•reaperducer•34m ago•1 comments

A Python data-handling pattern (gDS) & framework for testing concurrent systems

https://www.testingcomplexsystems.com
1•TAlborough•35m ago•0 comments

Louis de Bernières children's childhood ended the moment they got smartphones

https://www.rnz.co.nz/life/books/as-far-as-i-can-see-my-children-s-childhood-ended-the-moment-the...
3•tigerlily•39m ago•0 comments

Scientists' Side Hustle? Using AI and Quantum Computing to Generate New Peptides

https://www.wired.com/story/scientists-using-ai-and-quantum-computing-to-generate-new-peptides/
2•joozio•39m ago•0 comments

AI Agents Are About to Change Payments Operations

https://open.spotify.com/episode/41kRSmDW5IKhvamyzlPxqq
2•siroj•41m ago•1 comments

25% long-form social media posts appear AI-generated

https://www.theregister.com/ai-and-ml/2026/07/09/ai-slop-writing-has-taken-over-the-internet-part...
3•u1hcw9nx•42m ago•1 comments

Laws of Project Management

https://www.lucasfcosta.com/blog/laws-of-software-project-management
3•lucasfcosta•43m ago•0 comments

Some features work in design meetings but fail in the real world

https://mattcasmith.net/2026/07/12/feature-design-testing
1•mattcasmith•44m ago•0 comments

OpenAI's Head of Safety Is Leaving the Company

https://www.wired.com/story/openai-head-of-safety-leaving/
4•theanonymousone•45m ago•0 comments
Open in hackernews

Ask HN: If building an IDE from scratch, what features would you add?

2•rajasimon•1y ago
Many IDEs feel bloated or outdated. If you could design one from scratch, what would you keep, drop, or reinvent?

Comments

T0V1•1y ago
I'd keep all the features from neovim, remove all the features from every other IDE.
joegibbs•1y ago
Native vector search would be great. I was just thinking today how irritating it is to try to find some specific component in a very large codebase without knowing exactly what it’s called already.
SvenL•1y ago
Great debugging capabilities, time travel debugging, data break points, attach to running processes, remote debugging etc.

I think the most important feature for an IDE is debugging - at least this is the feature which separates an ide from just a Text Editor

pancsta•1y ago
You mean like Zed? Check their roadmap.