Ask HN: Why hasn't x86 caught up with Apple M series?
415 points by stephenheron 1d ago 594 comments
iOS 26 Launches Sept 15 – Even GPT-5 Doesn't Know It Exists
2 points by rileygersh 3h ago 5 comments
Ask HN: Best codebases to study to learn software design?
100 points by pixelworm 3d ago 89 comments
Stop squashing your commits. You're squashing your AI too
4 points by jannesblobel 1d ago 9 comments
Show HN: NekoOS, hobby OS with VGA and keyboard, PIT timer advice?
2 anishNagula 1 8/27/2025, 5:36:53 PM github.com ↗
So far it supports:= - VGA text output (with scrolling) - Keyboard input + basic command parsing
Next, I want to add a PIT (programmable interval timer) interrupt so the OS can do periodic tasks (like printing every few ticks, and later multitasking). Any suggestions on how?