I take my shitposts very seriously.

  • 1 Post
  • 127 Comments
Joined 1 year ago
cake
Cake day: June 24th, 2023

help-circle
  • The devs can just raise the price by 30%

    Actually they can’t. Steam’s TOS has a “most favored nation” clause that forbids developers from charging less for their games on other platforms (at least this is how I understand it, I’m not a lawyer). From a small developer’s perspective, it sucks that they can’t unburden the player from the 30% where it doesn’t apply. From Valve’s perspective, that would turn Steam into an advertising platform for other stores.


  • effort/infrastructure to host a download and display a webpage

    Except that’s not all Valve does. Game files and updates need to be distributed, and that alone is a massive task at the scale Steam operates on, both the storage and transmission of data, and the operating cost of the CDN. Steam Cloud is also not free, it’s covered by the 30% so the players don’t have to pay for the service separately. Add to that the cost of sales where the discount is covered by Valve.

    The EGS isn’t profitable either, it’s kept alive by Fortnite money.









  • What is a “typical VM”?

    Qubes uses the type-1 Xen hypervisor that runs at a similar privilege to the kernel of other OSes. KVM is a type-1 hypervisor implemented as a Linux kernel module. VirtualBox is a type-2 hypervisor that runs in userspace. Of these three, Xen is the most performant hypervisor because virtualization is all it does.

    If by “typical VM” you mean a guest OS running inside a window of the host OS, then Qubes will always come out on top because the graphics pipeline is much less of a bottleneck.




  • This. I’ve had issues at work while imaging classroom computers where some would finish in ~30 minutes and a few would need hours. All of the computers used Cat6 cables. This being a classroom, and students being absolute wankbags, they kept yanking the computers and kicking the cables, so the wires came loose from the plugs. I later used ethtool to debug the slow computers – the switch would only allow 10baseT link modes.




  • When you hover the mouse over the thumbnail of a video that contains sponsored content, the preview starts playing (which is another separate gripe I have) and new buttons slowly fade in. One of those is a hyperlink to an information page about sponsorships that takes up the upper half of the thumbnail’s area. The problem is that those buttons are present and clickable as soon as the preview starts, but invisible for about half a second. Clicking on what appears to be the thumbnail might take you to a different page, and navigating back to the front page refreshes the suggestions.





  • I just simply set up a script to export my Trilium notes

    edit the notes with an external editor, and then you can just re-import the note

    Those two lines right there.

    I value interoperability between software. Using a container format to store plaintext files and metadata introduces an XKCD 927 situation where it’s just another reinvention of the wheel that requires additional software support or a whole other workflow for no real benefit. Why is it necessary, for example, to store plaintext data and the related hierarchical structure in a container format when the same feature is already present in the filesystem with files and directories? It adds unnecessary complexity, roadblocks, and points of failure.

    I’m using QOwnNotes at the moment. If I want to edit a note, for example, using neovim through SSH, all I need to do is navigate to the markdown file and open it. No scripts, no export/import. Only text files, and that is all it ever needs to be.


  • They all offer more or less the same network services with different UIs.

    OpenWRT is specifically designed to work as a lightweight system running on consumer-grade routers. If you want this, you’ll have to check the website’s Table Of Hardware to determine if your hardware is compatible.

    OPNsense and pfSense are general-purpose FreeBSD-based operating systems that you can run on discrete computers or in VMs that act as network gateways. All three are free/gratis, but you have to make an account and go through the store page to download pfSense.

    I personally use OPNsense in a VM.