Explore >> Select a destination


You are here

sethmlarson.dev
| | joshua.hu
5.9 parsecs away

Travel
| | Regular expressions are rarely the solution, but sometimes they can be helpful. I recently needed to create some regex which could be used to parse real domain names, and finding a definitive expression seemed to be difficult; especially one that wasn't vulnerable to ReDoS.
| | roscidus.com
13.2 parsecs away

Travel
| | In the first post, I took a brief look at the programming languages ATS, C#, Go, Haskell, OCaml, Python and Rust to try to decide which would be the ...
| | github.com
10.0 parsecs away

Travel
| | a tiny and isomorphic URL router for JavaScript. Contribute to flatiron/director development by creating an account on GitHub.
| | blog.m-ou.se
28.6 parsecs away

Travel
| Have you ever seen the Rust compiler give a Python error? Or better, have you ever seen rust-analyzer complain about Python syntax? In this post, we'll extend our python!{} macro to make that happen.