Weekly Shaarli

All links of one week in a single page.

Week 30 (July 24, 2023)

GitHub - TesseractCat/bg3d: A multiplayer boardgame engine in Three.JS + Rust

Create boardgames quickly and easily with this providing a lobby. Is in 3D and can use custom (up to 40MB) assets.

GitHub - httpjamesm/AnonymousOverflow: View StackOverflow in privacy and without the clutter.

An alternative frontend for stackoverflow which is simpler, less rich and more focused presentation of question and answer format

GitHub - nvimdev/guard.nvim: async fast minimalist plugin make format easy in neovim

async fast minimalist plugin make format easy in neovim: Takes on somewhat of the role of null-ls by integrating automatic linting and formatting into your neovim flow. Has a smaller selection of built-in tools (but can easily be extended with custom tools, has an example on the github page).

Unfortunately does not yet have an equivalent to null-ls-mason which would allow automatic installation of any missing linting/formatting tools through mason. That's the real stumbling block for most plugins replacing null-ls in my case.