Explore >> Select a destination


You are here

shrik3.com
| | pen.so
21.6 parsecs away

Travel
| | CryptoKit ChaChaPoly using Ruby or Python
| | www.python-httpx.org
25.0 parsecs away

Travel
| | A next-generation HTTP client for Python.
| | kchodorow.com
16.2 parsecs away

Travel
| | I'm working on a command-line tool that will require user login, so I wanted to have the flow that all the snazzy command-line clis use: pop up a browser window and ask you to login with , then pass back something to the command line. Unfortunately, I had no idea what this type of...
| | andreabergia.com
133.1 parsecs away

Travel
| This post is part of the Writing a JVM in Rust series. I have written a JVM in Rust ??thispost A JVM in Rust part 2 - The class files format A JVM in Rust part 3 - Parsing class files A JVM in Rust part 4 - The Java bytecode A JVM in Rust part 5 - Executing instructions A JVM in Rust part 6 - Methods and exceptions A JVM in Rust part 7 - Objects and GC A JVM in Rust part 8 - Retrospective Lately Ive been spending quite a bit of time learning Rust, and as any sane person would do, after writing a few 100 ...