Skip to main content

Posts

New best story on Hacker News: Charlie Kirk killed at event in Utah

Charlie Kirk killed at event in Utah 1027 by david927 | 2992 comments on Hacker News.
Recent posts

New best story on Hacker News: Show HN: Term.everything – Run any GUI app in the terminal

Show HN: Term.everything – Run any GUI app in the terminal 1009 by mmulet | 137 comments on Hacker News. I made a built-from scratch Wayland Compositor to display any GUI app* in the terminal! I think there is a lot of unexplored potential in custom Wayland compositors, a lot of really cool things you can embed existing applications into! So, I started with embedding apps into the terminal because that is the easiest input/output (output is just utf-8 and I use the great `chafa` library for that, and I just read from stdin for the input). If you have any other ideas for cool Wayland compositors, let me know. I purposedly wrote 80% the app in Typescript to appeal to the most developers and attract cool contributions (I do all drawing with the familiar Canvas2D api, so if there is interest, I can also fork this out into a cool Terminal canvas, let me know!) I have a blog post here about how I did it, but it’s pretty high level and non technical, so please ask if you have any quest...

New best story on Hacker News: Show HN: I recreated Windows XP as my portfolio

Show HN: I recreated Windows XP as my portfolio 771 by mitchivin | 248 comments on Hacker News. Years ago I stumbled across a basic version of this concept and it stuck with me. I knew if I was ever going to take on such a project, it would need to be flawless, but without coding experience it was just another idea that would never happen. By the end of 2024, as AI coding tools exploded everywhere, I finally had a way to make it real. I started from zero knowledge and spent months collaborating with AI agents as a learning experience. Every pixel and every function went through me. The AI translated what I asked for into code, but every decision was human. I didn't use existing OS frameworks because the goal was learning how basic coding languages worked while also developing my skills with AI collaboration. Apart from basic libraries like xp.css and paint.js, it's all original code. The result is a fully functional Windows XP recreation running in your browser. Complete exp...