I take my shitposts very seriously.

  • 0 Posts
  • 145 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.










  • 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.



  • Modern, performant computer graphics is an incredibly complex topic full of hacks, workarounds, and edge cases. It’s possible that an update to DirectX/OpenGL/Vulkan caused some edge case interaction between the application and the graphics pipeline to fail somewhere. Updating the GPU driver (mesa, nvidia, amdgpu, or whatever Windows equivalent) could mitigate that failure.

    I remember having to update the Nvidia Windows driver when Cyberpunk 2077 was released to fix an issue related to transparent foliage (transparency is always a pain in the ass to deal with).






  • 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.


  • If it’s going to be your problem no matter what, start making offline backups of your email account, and print out the email conversation where the bossmang rejected the fix. Make sure your HR rep is present on every meeting, even especially if it makes the people uncomfortable.

    (this assumes that you live in a place where employee protection laws exist, i.e. it might not work in America)