• 3 Posts
  • 46 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle






  • I’m surprised that other people are surprised that for-profit companies constantly try to increase their profits; such companies only contribute to FOSS when that’s more profitable than the alternative. The Linux kernel, AMDGPU, Steam, etc only exist because some part of the software/hardware stack is proprietary (which becomes a more attractive product as the FOSS portion of the stack improves).

    I’m definitely not justifying the “rug-pulling”, but people need to stop supporting projects with no potential for long-term profitability unless those projects can survive without any support from for-profit companies. Anything else is destined to fail.




  • There was a thread about that on c/selfhosted a few weeks ago. Created by a particular wild-cat-inspired sysadmin, I might add.

    But on a more serious note, the interactions between a sysadmin and their servers (that they have enough responsibility for to be able to name) are much more intimate than the interactions between a dev and their variables. The server names also exist in a much larger namespace, so they need to be more unique.


  • I really like that bluetooth devices can still work at distances farther than a typical cable would allow. I have a decently-sized studio apartment and I can see my computer screen from most places. It’s nice to continue watching a video as I move around the apartment to clean, get up to stretch, play with my cat, etc.

    You could probably get wired headphones that long, but then you’d be dealing with that giant cable all the time. Or you’d have to constantly swap cables and interrupt the audio during that time. My AirPods work reliably from 15ft away. I can’t argue with that convenience.


  • Customers have more power than companies would like you to believe. Politely explain the situation to customer support, and ask for a refund. If they refuse, mention that you purchased a game that was promised to work for at least several months, and you haven’t received the product you paid for. Because of that, you’re considering charging back through your bank. If that doesn’t work, say you’ll charge back if they don’t refund. If that doesn’t work, actually charge back through your bank. Banks are surprisingly cool about it as long as you don’t do it too often. Of course, you need to buy the game directly (no account balance) from a credit card.

    Just don’t be a jerk to the support person, because it’s almost certainly not their fault. It’s also less likely to get you what you want. They’d rather give you what you want so you go away, and you just need to give them reasons that they can relay to their supervisor if necessary.





  • Always put your filesystems in an LVM volume (and in general, partition disks with LVM rather than partition tables)! You never know when you might need to combine multiple disks, make a snapshot, add redundancy, or transfer to another disk without unmounting. But it’s very difficult to format a block device as LVM once you can’t erase its contents.

    Make your /boot partition at least 500MiB.

    Leave at least 1GiB of free space at the beginning of every disk. You never know when you might need to add EFI and boot partitions to that disk. And again, it’s very difficult to do after the fact.


  • So we either have the choice of accepting proprietary drivers or just not using the functionality of GPUs.

    Thats just life.

    If you’re willing to accept that, then why are you so critical of Linus? The fact that you can build a fully free version of Linux seems like the best of both worlds. From your perspective: get market share now by allowing non-free components, and then eventually transition them out while maintaining compatibility with the majority of the ecosystem.




  • If you mean initiating connections from one computer on your local network to another, you need to install and enable avahi-daemon (or some other mDNS daemon) on the “fancy” one. Your router also needs to support and enable mDNS forwarding, but basically all of them do by default. Then just use your-hostname.local in place of the local IP address, and your computer will automatically resolve it using mDNS. It’s different than regular DNS, so it doesn’t need any special configuration to use it. And word to the wise: don’t use uppercase or special characters in your hostname.