frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

EU chief proposes social media, online gaming and chatbot ban for kids under 13

https://apnews.com/article/europe-leyen-social-media-ban-kids-3e7176ea409ba4af0a069f5ca7dd9680
2•ddadon10•3m ago•0 comments

Learning Programming in an Age of LLMs

https://blog.ploeh.dk/2026/09/16/on-learning-programming-in-an-age-of-llms/
1•moneroloop2018•4m ago•0 comments

Why Nothing in the Universe Can Reach -459°F or Absolute Zero

https://www.labrujulaverde.com/en/2026/09/why-nothing-in-the-universe-can-reach-459f-or-absolute-...
1•moneroloop2018•4m ago•0 comments

Valve now say your data is safe from the CEVA Logistics cyberattack

https://www.gamingonlinux.com/2026/09/valve-now-say-your-data-is-safe-from-the-ceva-logistics-cyb...
1•HelloUsername•4m ago•0 comments

IEEE S&P'27 Call for Artifacts

https://www.ieee-security.org/TC/SP2027/cfartifacts.html
1•moneroloop2018•4m ago•0 comments

Java 27 Has Released

https://openjdk.org/projects/jdk/27/
1•birdculture•5m ago•0 comments

HN: VS-Opt – Cutting AI Browser Token Overhead by 40% Without Web Re-Crawling

https://github.com/filippocarrucciu1-lang/vs-opt-deterministic-search
1•filippo10•8m ago•0 comments

Show HN: Showcase all the projects u have created in a single profile card

https://founderhub.dev
1•Vellan77•11m ago•0 comments

Normalizing Vertex Group Weights in Blender

https://hydroxide.dev/articles/blender-bone-weight-normalization/
2•nmfisher•12m ago•2 comments

My terminal-native setup for parallel coding agents

https://blog.kulman.sk/terminal-native-setup-for-parallel-coding-agents/
2•ig0r0•14m ago•0 comments

It's not the YAML spec's fault, but

https://slugcat.systems/post/26-09-10-yaml-spec/
2•ricobecks•15m ago•1 comments

Show HN: AI accounting harness for finance teams

https://totumai.in
1•Yogender78•17m ago•0 comments

ExposurAI – External attack surface and Shadow AI discovery engine

https://exposurai.com
1•ozkerd•18m ago•0 comments

Rising Fuel Prices Set Off Anger and Protests Around the World

https://www.nytimes.com/2026/09/15/world/asia/syria-fuel-price-protests-world.html
1•vrganj•18m ago•0 comments

Einstein's Letter to President Roosevelt – 1939

https://www.atomicarchive.com/resources/documents/beginnings/einstein.html
2•chistev•19m ago•0 comments

Cost of AI Slop in Software Development Report

https://www.qawolf.com/blog/cost-of-ai-slop-in-software-development-report
2•TheAnkurTyagi•20m ago•0 comments

Coding Memory Helps Agents Reuse Engineering Experience

https://twitter.com/AgentMemoryL/status/2096799172112556146
1•IreneAI•22m ago•0 comments

Political Bias in AI Is No Longer a Matter of Opinion. Now It Can Be Measured

https://latticeflow.ai/lp/political-bias-framework
1•duguyue100•24m ago•1 comments

The Great Unwind

https://revyl.com/blog/the-great-unwind/
1•mbokinala•28m ago•0 comments

Turing Lab - Browser Turing Machine simulator (With fast compiled engine)

https://turingsimulator.pages.dev/
1•GopalOr•31m ago•0 comments

Google released Artemis for AI-driven Android automation

https://github.com/google/artemis
1•fourfire•36m ago•0 comments

Student suspended for bringing coffee to class in act of 'civil disobedience'

https://www.fox5ny.com/news/student-suspended-bringing-coffee-class-act-civil-disobedience
1•madihaa•38m ago•0 comments

Show HN: Salmon – tray and desktop alerts for systemd services and custom checks

https://github.com/dimonomid/salmon
1•dimonomid•38m ago•0 comments

Demystifying the PCIe and CPU address space translation in Linux

https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Demystifying-the-PCIe-and-CPU-address...
1•ankitg12•42m ago•0 comments

A new privacy savy openrouter

https://openrouter.ai/docs/guides/features/in-region-routing
1•gvieri•43m ago•1 comments

Categorize Everything All at Once

https://iev.ee/blog/categorize-everything-all-at-once/
2•dmit•44m ago•0 comments

Alan Kay's Answer To – Is AGI a Software Problem or a Hardware Problem?

https://www.quora.com/Is-AGI-a-matter-of-new-paradigm-shifts-in-softwares-or-is-current-hardware-...
2•atomicnature•47m ago•0 comments

Billvy|Accounting software for business owners

https://getbillvy.com/
1•sabahatghauri•47m ago•0 comments

Show HN: Musslop – turn any track into adaptive game-style music loops

https://github.com/Siziff/musslop
1•s131ph•47m ago•0 comments

I Put Nam A2-Lite Inside an iRig HD X

https://playtaurus.com/blog/i-put-nam-a2-lite-inside-an-irig-hd-x
2•arbayi•48m 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.