• 0 Posts
  • 28 Comments
Joined 2 years ago
cake
Cake day: August 7th, 2023

help-circle
  • the cursor locking still happens in a handful of games for me - most work perfectly fine but sometimes i do end up running something with gamescope with the --force-grab-cursor argument to fix it.

    this is when running games with either steam or wine/bottles/lutris.

    strange that it happens in virualbox, i would think it “virtualizing” an entire display would fix issues like that. does virtualbox itself “grab” the cursor, or allow it to go off the screen by default? sorry i don’t really know virtualbox, never used it much


  • I’ve just recently set up a blog usign Zola (https://www.getzola.org/) because i am looking for something where i’ll actually keep making posts. not quite ready to share it yet, but if it keeps going well i might.

    The reason i chose Zola is because it’s easy to write new posts. it’s also simple to setup and very lightweight. a single exectuable (set up a systemd service to start it when the homelab server boots), forward web traffic to it, choose some theme you like and make simple markdown files as posts.

    The simple markdown files as posts was the main criteria for me - a small header with title, date and categories, and after that just… pretty much plain text write your post, as a markdown file on the server it’s running on. No special login, no “publish” button, no fancypants UI with all kinds of fields to fill out and formatting options… just write. Zola detects itself it the filesystem changed and automatically reflects your changes on the site.



  • Plenty of distros do package closed source software that does who knows what. i wouldn’t worry about it for now. if you are on a distro that takes a hardline stance on privacy, it was probably gone a while ago, but i don’t actually know any such distros right now.



  • luckily i can wipe my work laptop and install linux (for now, there are discussions about not letting unmanaged devices on the network at some point…), but what annoys me is seeing how much tax money we send straight to microsoft. i work in the education sector in europe and the majority of the company’s funds comes from the government, to send millions of that straight to the US, especially with the politics going on right now, seems like a horrible idea. and SO many others are doing the same thing, i swear if we invested just 10% of it into FOSS the world would be a better place already and we’d all save money.







  • In my view, by far the biggest reason to switch is that Telegram doesn’t end-to-end encrypt chats by default.

    Yes you can start encrypted chats specifically, but i’ll bet 99% of chats on telegram aren’t encrypted - meaning whoever has access to the telegram servers can read all the messages.

    Signal claims to end-to-end encrypt all chats by default, and if you want to be 100% sure you can in theory read the source code and compile the app yourself. this means signal cannot read any of your messages, even if police asks them to or servers get seized. That’s a massive advantage in privacy.





  • i think flatpak has done a lot to make this easier, but at the same time… i’ll admit i’m not a fan of it (mostly due to random issues).

    the way i see it, more distros need something like arch linux’ AUR. if an application is reasonably easy to build, it really does not take much to get it into the AUR, from where there’s also a path towards inclusion in the official repos.

    i don’t know too much about other distros, but arch really makes it amazingly easy to package software and publish everything needed for others to use it. i feel like linux needs more of this, not less - there’s a great writeup that puts why linux maintainers are important way better than i ever could:

    https://web.archive.org/web/20230525163337/https://kmkeen.com/maintainers-matter/


  • i’d suggest starting by finding out what package in your distro actually decides where audio goes - mostly it is pulseaudio (older) or pipewire (newer).

    depending on the details of how your distro and the dongle work, it could either be a simple “pactl set-default-sink <headset-name>”, or a more complicated set of udev rules or pipewire/wireplumber scripts.

    note that distros using pipewire still often support a lot of pactl commands, so it may be worth looking at the simple option even when not using pulseaudio.



  • i bought the tuxedo nano (a mini pc but decently powerful), and its not 100% linux compatible. i imagine its better if you install their own distro (maybe) but running arch linux with the standard kernel on it, i’ve had issues with HPET/TSC (some cpu timekeeping stuff, ruined performance when it happened), the wifi card it came with is known to have issues and i’ve had plenty (usable, but super slow bandwidth depending on what AP i connect to, and no its not the AP all other devices work fine on it), and some lockups when my usb microphone is connected (sometimes it only crashed the usb hub which i could reset).

    NONE of these issues are present running arch linux on my old desktop and 2 work laptops. Support wasnt helpful either.

    However, its still my main device, i just had to work around these issues.

    edit oh, and the fan is not controllable from linux at all, i’ve spent hours trying to find a way. i do not know if it’s controllable from windows either, maybe it’s just the mainboard that doesn’t allow fan control at all outside of the UEFI settings.


  • using dd for that is outdated info that everyone keeps blindly parroting with zero understanding why. cat is simpler and works fine.

    note: both cat and dd only work for this when the image is made in a compatible way, my linux isos always work fine but a windows iso didnt and needs a more specific tool.