HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hippospark

no profile record

Submissions

How to run GUI applications directly in containers

github.com
73 points·by hippospark·năm ngoái·38 comments

ASON – a data format supporting strong typing and variants

github.com
2 points·by hippospark·2 năm trước·0 comments

comments

hippospark
·11 tháng trước·discuss
I used dinit in Artix Linux. It is lightweight and impressive (https://artixlinux.org/faq.php)
hippospark
·11 tháng trước·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
·năm ngoái·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
·năm ngoái·discuss
I once built a player with a MAX98357 I2S Amp that could drive a small speaker, it was fun.
hippospark
·năm ngoái·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.
hippospark
·2 năm trước·discuss
Also take a look at ASON [1]. ASON is a data format that evolved from JSON, introducing strong data typing and support for variant types.

[^1] https://github.com/hemashushu/ason