fox

u/fox@vlemmy.net
5 posts · 25 comments

Recent posts

Recent comments

This release includes major improvements to performance, specifically optimizations of database queries. Special thanks to @phiresky, @ruud, @sunaurus and many others for investigating these.

Love to see the community coming together to improve things !

it comes down to wayland, i3 only supports Xorg, sway only supports wayland.

as far as features goes sway was built to be pretty much a drop in replacement for i3 with a few improvements.

I think its a nice alternative to developers to offer software that is not available on your package manager, but having a distro offer multiple different ways of installing a package is not a good idea, I'm talking about ubuntu of course, as a user I just want to apt-get update/upgrade and be sure my system is up to date, snap undermines that because I'm not sure anymore. also I don't understand why I need to close the app I'm using to update it with snap, if the app is containerized I should be able to install multiple versions without affecting each other.

on cat vs sed vs awk · c/linux · 6 pts · 3y

love cat -n, when working with csv files I often use a command like this to figure out which column I need:

head -n1 file.csv | sed 's/,/\n/g' | cat -n

on Why vote on posts? · c/asklemmy · 4 pts · 3y

Its a way to prioritize which posts you are going to read. if there are only 10 posts you can read all of them, if there are 1000 maybe not, depends on how much time you have, but when people can vote on which posts they find interesting there is a good chance you will find the most voted interesting as well.