I use dex
and picom
now. Every few months I learn something new about running i3wm with no DE.
Linux
A community for everything relating to the linux operating system
Also check out !linux_memes@programming.dev
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
I thought it was when I switched over to pipewire, but no. I've got severe audio crackling problems now and I want to go back to pulse for all it's faults.
my employer gave us macbook pros' to work on and it so much spyware/malware that it made my router go off like xmas lights; so i setup a linux vm using kvm/qemu on my own hardware and retired the macbook.
i now fully expect my employer to somehow force a return to the macbook; but i've already returned it to the company so they're going to have to buy me a new one when they do so.
I'm using Asahi daily these days; it is dual-boot by nature so you can rock your Linux OS everyday but still have "a macbook" (and be working on a work machine paid by your company, as should be).
I'd be using it more if the keyboard wasn't so shit. Battery is good, screen too, processing power... really just the keyboard is wrong, wrong and wrong. Oh, and I love the touchscreen on my other laptop.
Did you guess my other machine is a Thinkpad? Yes it is. With a touchscreen!
I bought a sager laptop, matching the models that system76 uses. Loaded pop os and away I go.
So far, very stable. I am forced to use Nvidia performance mode if I want an external monitor which is slightly annoying, but I can reboot into normal mode when on battery.
Its the poor battery usage that irks me. The battery life gets me 90 min of use, so not great.
I got steam for some gaming, guitarix and ardour for music, libre office, IDE and git tools all good to go.
Worth it
Bundling my two sata ssds into a single zfs volume, instead of manually moving stuff around between the nvme and two sata ssds. Combined with compression, and for my code folder deduplication it also resulted in a lot more usable space.
Booting directly from UKI signed by my Secure Boot keys.
I set up my outgoing email to relay through an external server. I used to have comcast business class but when I sold my house, my only option at my condo is the comcast provided by the HOA (Comcast communities) which is residential. So lots of sites refuse to accept email send directly from my server. Comcast has a relay but it has crazy low rate limiting which is a pain when we need to send emails to all players.
Out of curiosity, what are you using (software and hardware) for the email relay?
A homebuilt rack mounted server running Fedora and sendmail. I've been using/configuring sendmail since the 80's and we didn't have fancy .mc preprocessing back then.
The outgoing relay is a paid service by Hostinger which resells titan.email. I just set the configuration in the relay to use the same credentials I set up in my SMTP/IMAP connections in tbird.
Nix! Just being able to run nix-env -i git
and get a newer, isolated, git installation on an older Debian is very nice. Makes it easy to remove.
I can also do nix-shell -p <application I want to try out>
if I want to test stuff out.
I've been able to ignore the Nix language pretty well so far, so no incredibly steep learning curve quite yet. Nix OS is still too spoopy for me.
Adding a terminal multiplexer. Now I understand why UNIX is an IDE.