ads

New best story on Hacker News: Germany is not supporting ChatControl – blocking minority secured

Germany is not supporting ChatControl – blocking minority secured
1015 by xyzal | 335 comments on Hacker News.


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 | 136 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 questions. [How I Did It](< https://github.com/mmulet/term.everything/blob/main/resource... >) *technically only Wayland apps and x11 apps with Xwayland. But on Linux that’s mostly everything.

New best story on Hacker News: I didn't bring my son to a museum to look at screens

I didn't bring my son to a museum to look at screens
995 by arch_deluxe | 329 comments on Hacker News.


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

Show HN: I recreated Windows XP as my portfolio
806 by mitchivin | 252 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 experience with sounds, animations, and working applications. Even works properly on mobile, which required rebuilding everything to maintain the authentic feel without becoming unusable on touchscreens. This project taught me more about coding and AI collaboration than I ever expected. Would love to hear your thoughts on the execution and any feedback on the technical approach.