Charlie Kirk killed at event in Utah
1026 by david927 | 2989 comments on Hacker News.
Showing posts with label News. Show all posts
Showing posts with label News. Show all posts
Friday, 12 September 2025
Thursday, 11 September 2025
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 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.
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 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.
Monday, 8 September 2025
New best story on Hacker News: NPM debug and chalk packages compromised
NPM debug and chalk packages compromised
864 by universesquid | 457 comments on Hacker News.
https://ift.tt/X8BxIT9
864 by universesquid | 457 comments on Hacker News.
https://ift.tt/X8BxIT9
New best story on Hacker News: The MacBook has a sensor that knows the exact angle of the screen hinge
The MacBook has a sensor that knows the exact angle of the screen hinge
808 by leephillips | 394 comments on Hacker News.
Alts: https://ift.tt/5yF0AHR , https://ift.tt/kQ09txJ Theremin Mode: https://twitter.com/samhenrigold/status/1964464940049453153 Github: https://ift.tt/pIRBkoU
808 by leephillips | 394 comments on Hacker News.
Alts: https://ift.tt/5yF0AHR , https://ift.tt/kQ09txJ Theremin Mode: https://twitter.com/samhenrigold/status/1964464940049453153 Github: https://ift.tt/pIRBkoU
Sunday, 7 September 2025
New best story on Hacker News: Show HN: I recreated Windows XP as my portfolio
Show HN: I recreated Windows XP as my portfolio
810 by mitchivin | 253 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.
810 by mitchivin | 253 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.
Saturday, 6 September 2025
Friday, 5 September 2025
Thursday, 4 September 2025
Wednesday, 3 September 2025
Tuesday, 2 September 2025
Monday, 1 September 2025
Saturday, 30 August 2025
Thursday, 28 August 2025
New best story on Hacker News: Ask HN: The government of my country blocked VPN access. What should I use?
Ask HN: The government of my country blocked VPN access. What should I use?
714 by rickybule | 407 comments on Hacker News.
Indonesia is currently in chaos. Earlier today, the government blocked access to Twitter & Discord knowing news spread mainly through those channels. Usually we can use Cloudflare's WARP to avoid it, but just today they blocked the access as well. What alternative should we use?
714 by rickybule | 407 comments on Hacker News.
Indonesia is currently in chaos. Earlier today, the government blocked access to Twitter & Discord knowing news spread mainly through those channels. Usually we can use Cloudflare's WARP to avoid it, but just today they blocked the access as well. What alternative should we use?
Wednesday, 27 August 2025
New best story on Hacker News: Show HN: Base, an SQLite database editor for macOS
Show HN: Base, an SQLite database editor for macOS
675 by __bb | 176 comments on Hacker News.
I recently released v3 of Base, my SQLite editor for macOS. The goal of this app is to provide a comfortable native GUI for SQLite, without it turning into a massive IDE-style app. The coolest features are - That it can handle full altering of tables, which is quite finicky to do manually with SQLite. - It has a more detailed display of column constraints than most editors. Each constraint is shown as an icon if active, with full details available on clicking the icon. This update also adds support for attaching databases, which is a bit fiddly with macOS sandboxing. I'd love to hear any feedback or answer any questions.
675 by __bb | 176 comments on Hacker News.
I recently released v3 of Base, my SQLite editor for macOS. The goal of this app is to provide a comfortable native GUI for SQLite, without it turning into a massive IDE-style app. The coolest features are - That it can handle full altering of tables, which is quite finicky to do manually with SQLite. - It has a more detailed display of column constraints than most editors. Each constraint is shown as an icon if active, with full details available on clicking the icon. This update also adds support for attaching databases, which is a bit fiddly with macOS sandboxing. I'd love to hear any feedback or answer any questions.
Subscribe to:
Posts (Atom)
-
Learn Postgres at the Playground – Postgres compiled to WASM running in browser 543 by samwillis | 144 comments on Hacker News.
-
NSA, NIST, and post-quantum crypto: my second lawsuit against the US government 486 by trulyrandom | 143 comments on Hacker News.
-
U.S. Postal Service starts nationwide electric vehicle fleet, buying 9,250 EVs 444 by lxm | 336 comments on Hacker News.