/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

robert.kra.hn
| | notes.neeasade.net
2.5 parsecs away

Travel
| | [AI summary] The author expresses a deep appreciation for Emacs, highlighting its programmable state, blended environment, and extensive customization capabilities, while also sharing various customizations and integrations they've implemented.
| | zzamboni.org
2.8 parsecs away

Travel
| | I have enjoyed slowly converting my configuration files to literate programming style using org-mode in Emacs. It's now the turn of my Emacs configuration file.
| | arenzana.org
1.7 parsecs away

Travel
| | Emacs > Visual Studio Code There's a good chance I'm a hater or that I don't know what I'm doing. After a couple of hours trying to set up VS Code for Rust development, I ended up frustrated not understanding how to simply call the compiler or the debugger from the interface. I looked for
| | www.abubalay.com
15.0 parsecs away

Travel
| [AI summary] This post discusses the complexities of creating safe Foreign Function Interface (FFI) bindings in Rust when calling C++ code, examining tools like cxx and strategies for maintaining Rust's memory and thread-safety guarantees despite the inherent unsafety in such interactions.