Explore >> Select a destination


You are here

pepijndevos.nl
| | www.brianbondy.com
19.3 parsecs away

Travel
| | Brian Bondy - Father, runner, software engineer, entrepreneur, and writer.
| | blog.ideotec.es
15.3 parsecs away

Travel
| | By hosting your static site in GitLab Pages you don't have to worry about managing a web server, but just as "with great power comes great responsibility", with less responsibility you must also relinquish some control. If you inspect your site's headers you will find that GitLab's servers don't compress your assets, which makes them weigh up to 75% more than necessary! The good news is that you can get that compression without having to touch the server settings.
| | imrannazar.com
12.5 parsecs away

Travel
| | This first part explores the concepts behind the compression techniques used by JPEG.
| | ericlathrop.com
601.3 parsecs away

Travel
| I've been migrating from vim to neovim to get some of the fancy tree-sitter and LSP features. It's really nice when your editor understands the actual nature of your code. Anyways I got that stuff working, but I needed neovim to talk to Godot's built-in language server. If you're using nvim-lspconfig, it's as easy as adding the following code to that plugin's configuration: