HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hippospark

no profile record

Submissions

How to run GUI applications directly in containers

github.com
73 points·by hippospark·anno scorso·38 comments

ASON – a data format supporting strong typing and variants

github.com
2 points·by hippospark·2 anni fa·0 comments

Show HN: ASON Is a Strong Datatype of JSON

github.com
2 points·by hippospark·2 anni fa·0 comments

comments

hippospark
·11 mesi fa·discuss
I used dinit in Artix Linux. It is lightweight and impressive (https://artixlinux.org/faq.php)
hippospark
·11 mesi fa·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
·anno scorso·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
·anno scorso·discuss
I once built a player with a MAX98357 I2S Amp that could drive a small speaker, it was fun.
hippospark
·anno scorso·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 anni fa·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