HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hippospark

no profile record

Submissions

How to run GUI applications directly in containers

github.com
73 points·by hippospark·letztes Jahr·38 comments

comments

hippospark
·vor 11 Monaten·discuss
I used dinit in Artix Linux. It is lightweight and impressive (https://artixlinux.org/faq.php)
hippospark
·vor 11 Monaten·discuss
Related posts: - [How to Run GUI Applications Directly in Containers](https://github.com/hemashushu/docker-archlinux-gui) - [GUI Application Development Environment in a Container](https://github.com/hemashushu/docker-archlinux-gui-devel)
hippospark
·letztes Jahr·discuss
For those interested in writing a debugger: There are a series of tutorials on how to write a debugger from scratch for Windows x86-64 using Rust [1]. Additionally, there is a book titled "Building a Debugger - Write a Native x64 Debugger From Scratch" by Sy Brand [2].

[^1]: https://www.timdbg.com/posts/writing-a-debugger-from-scratch... [^2]: https://nostarch.com/building-a-debugger
hippospark
·letztes Jahr·discuss
I once built a player with a MAX98357 I2S Amp that could drive a small speaker, it was fun.
hippospark
·letztes Jahr·discuss
I prefer RISCV as an starting assembly language because: it has good design, it's more intuitive, it has modern language and tool support (GCC, LLVM, Rust, etc.), and it runs on QEMU and real available hardware.