Our great sponsors
-
I'm messing around with my pre-alpha zettelkasten website, zknotes. I wrote it with sqlite initially but now I'm porting it over to indra-db, the rust graph database. Not sure if I'll go with indra or not, but graph queries in sqlite are pretty ugly, and slow.
-
I'm probably done with this for the forseeable future as of today but I've just made my first scripting language interpreter: https://github.com/mkhan45/slang-v2.
-
Mergify
Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.
-
I started a new side-project last week that I want to 'finish' up until the end of the month: webdriver-install. It allows you to easily install different webdrivers for testing and/or usage in your application. I've already got `geckodriver` and `chromedriver` installation working on Linux and Windows. The next steps include MacOS support, finalizing the API and then a CLI. (`iedriver` and `edgedriver` support is planned as well)
-
-
Rewriting moonfire-nvr's installation guide to use Docker. A clean build on a Raspberry Pi 4 takes tens of minutes (or just fails on a 2 GiB machine without zramfs). Time to actually have proper cross compilation and pre-compiled binaries. Rewriting user docs isn't as much fun as coding but I'm trying to make myself actually finish it...
-
2021 brought me a new sponsor for Fasters, so I'm super excited. It's a pure Rust implementation of the FIX suite of financial protocols. The amount of nitty gritty details is killing me, yet slowly but surely I'm making progress and I've dabbled a lot with code generation and proc-macro2 with darling to generate structs based on schemas provided by the FIX Org. Getting paid to write open-source Rust is awesome :)
-
The parser + VM which can also be run in cli mode is here: https://github.com/lukechu10/ellalang
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
Just finished a working playground for my language here https://github.com/lukechu10/ellalang-playground