/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

cowlark.com
| | www.bitsnbites.eu
2.4 parsecs away

Travel
| | [AI summary] This article provides a quick introduction to developing software for the open-source MRISC32 32-bit RISC architecture using a GCC-based toolchain and a simulator, including examples from compiling C code and running DOOM.
| | zserge.com
1.7 parsecs away

Travel
| | Compilers is fun. Want to write your own one? Part 1 - lexer.
| | blog.valentin.sh
2.1 parsecs away

Travel
| | [AI summary] An article arguing that 'vibe coding' is a poor developer experience because relying on AI agents to generate code without writing it manually is analogous to maintaining generated metaprogramming output, which is inferior to using proper software abstractions.
| | stuartsierra.com
24.2 parsecs away

Travel
| [AI summary] The author benchmarks various ways to run Clojure in 2019, comparing traditional JVM launchers like Leiningen with faster alternatives such as Babashka, Joker, and GraalVM-compiled native binaries against a basic C program.