Ask HN: What are the best resources to learn Rust in 2025?
5 points by _Crownwell 10h ago 5 comments
Ask HN: Ideas to acquire "good taste" in programming?
6 points by danielciocirlan 1d ago 10 comments
Ask HN: Are there any good WASM-based sites for learning Bash, Linux and CLI?
4 brightbeige 2 7/4/2025, 3:12:13 PM
I’m looking for interactive, browser-based (preferably WASM-powered) websites for those interested to learn and practice Bash, Linux commands, and general CLI skills. Any good ones you’ve used or seen?
WebCM is a serverless terminal that runs a virtual Linux directly in the browser by emulating a RISC-V machine.
It's powered by the Cartesi Machine emulator, which enables deterministic, verifiable and sandboxed execution of RV64GC Linux applications.
It's packaged as a single 24MiB WebAssembly file containing the emulator, the kernel and Alpine Linux operating system.
It comes with Bash, many programming languages (eg. lua, micropython), cli utilities (htop, vim). It has no internet connection.
Disclaimer: I created it.