

gpt-oss:20b is only 13GB
I like sysadmin, scripting, manga and football.


gpt-oss:20b is only 13GB


This includes everything for a total of 261G



I have 4 Arch machines so I actually hold a local mirror of the entire arch repo in my homeserver and just sync from there at full speed


ollama works fine on my 9070 XT.
I tried gpt-oss:20b and it gives around 17tokens per second which seems as fast a reply as you can read.
Idk how to compares to the nvidia equivalent tho


I have a Pixel 9 Pro which is supposed to get security updates until 2031 but at the pace Google is closing Android down I wonder if it will even be viable to stay on an AOSP degoogled ROM until then.
I feel like the future is leading us to a place where we will have to reduce our mobile computing to a trusted but slow and unreliable main phone while keeping a secondary mainstream device for banking/government apps.


Pixel 8A you can get probably very affordable now and will get updates until 2031. It’s more likely that by that time you will have dropped your phone and break it or simply want a hardware upgrade.
It also supports playing AV1 in hardware even at 4k resolution.


Man I used to have a manually made multibootusb using grub config files and isos but moved to ventoy for convenience and now I can’t find where I backup up de configuration…


In January 2025, during routine reviews, we stumbled upon the deepin-feature-enable package, which was introduced on 2021-04-27 without consulting us or even informing us.
Damm
Start by using base arch and eventually you can try to use the cachyos repos if you want to try and get some performance uplift.
I believe systemd after targets work tho I have never tried them Try adding this to mount options
x-systemd.after=network-online.target
For automatically you need to add a keyfile to a slot in the luks device
openssl genrsa -out /root/keyfile.bin 4096
cryptsetup luksAddKey /dev/mapper/extra /root/keyfile.bin
The entry in the crypttab would be like this
extra UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /root/keyfile.bin luks
Generally, they enforce in Linux using root permissions to mount internal hard drives unlike USB drives that can be mounted by the user If you want to mount it automatically in every boot, you could modify the /etc/fstab to add an entry for it
Clean all the cache downloads of Arch Linux Packages
pacman -Scc
Remove unused docker networks and images
docker system prune --all
Cleanup untracked git files that might be in .gitignore such as build and out directories (beware of losing data, use “n” instead of “f” for a dry run)
git clean -xdf
Do an aggresive pruning of objects in git (MIGHT BE VERY SLOW)
git gc --aggressive --prune=now
Remove old journal logs, keeping last seven days
journalctl --vacuum-time 7days
Remove pip cache
pip cache purge


Debian testing is just a small resistance step of future arch users still scared to distrohop


I used to rice a lot a swaywm/i3 panels, keybindings and menus but I’m tired now A basic Plasma with some minor tweaks switched to Breeza Dark is enough.


First FreeDesktop and now Alpine damm
echo 'dXIgbW9tCmhhaGEgZ290dGVtCg==' | base64 -d