HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hippospark

no profile record

Submissions

How to run GUI applications directly in containers

github.com
73 points·by hippospark·el año pasado·38 comments

ASON – a data format supporting strong typing and variants

github.com
2 points·by hippospark·hace 2 años·0 comments

Show HN: ASON Is a Strong Datatype of JSON

github.com
2 points·by hippospark·hace 2 años·0 comments

comments

hippospark
·hace 11 meses·discuss
I used dinit in Artix Linux. It is lightweight and impressive (https://artixlinux.org/faq.php)
hippospark
·hace 11 meses·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
·el año pasado·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
·el año pasado·discuss
I once built a player with a MAX98357 I2S Amp that could drive a small speaker, it was fun.
hippospark
·el año pasado·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
·hace 2 años·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