• 0 Posts
  • 51 Comments
Joined 5 months ago
cake
Cake day: February 5th, 2025

help-circle
  • First place to start, get a video started playing in your browser, then CTRL+SHIFT+C (at least in Firefox+derivs) lets you highlight elements on the page and it will take you right to the spot in the source where it is. Might get lucky and find a mp4 link sitting right there for the taking.

    Something tells me they have it a little more locked down, though. Might be able to monitor the network tab in Dev tools and filter for media to find the stream, which could also come through in chunks instead of one big file. Might even be obfuscated depending on how much money they put into the web side of things.

    Barring all that, use OBS to screencap in realtime



  • In terms of the cabinet, I don’t have any solid ideas. I’d need to be able to do some investigative work on the physical machine. My first thought would be to clone everything possible and get it running on something other than the cabinet, so I could really do some destructive research without worry. The idea was more of a joke, though. The thought of a pirating community raising $15k just to crack a slightly obscure game sounds hilarious.

    And yea, open sourcing was exactly my thought as well. I didn’t even do that much digging on other projects that might be out there, but this one honestly seems like it has a lot already figured out. Even has MIDI implemented so it would be stupid easy to make a custom 4-player controller for it.

    I can’t seem to get the web assembly version they have uploaded to GitHub pages to work though. I’ll have to check out the repo and run it locally. Depending on how well it’s done, though, it may only need a graphic enhancement and made more accessible. The only real benefit I could think of to add would be online multiplayer. I don’t specifically know Bevy, but I do know a little Rust and I’m pretty good at learning new things like this.

    Have you tried running it? I’m very curious as to whether or not the controls/gameplay stacks up to the cabinet.








  • madame_gaymes@programming.devtoLinux@lemmy.mlLinux distro recommendations
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    2
    ·
    edit-2
    2 months ago

    Give NixOS a look-see. Takes a different approach to package management, but for an engineer that want’s customization abilities it’s probably one of the top choices. I don’t usually recommend this for newbies, but if you’re an engineer it won’t be too bad and simply using it may give you more skills to add to your repertoire when looking for work.

    A lot of people put time into maintaining their dotfiles, but NixOS takes that idea to the infrastructure-as-code level when you use it as your daily driver.

    ETA: in terms of gaming, with Wine/Proton + Steam/Lutris/Heroic pretty much any distro will be workable




  • I would recommend Mullvad over Proton. Proton’s CEO is problematic and a bit of a wild card. They also have proven that they care more about money than privacy. They want to be a Google ecosystem and constantly push more product on you. Someone else mentioned this and it’s a good thing to live by: if a company’s service is free, you are the product. When it comes to being an application that has full control and insight into your network traffic, no thanks.

    Mullvad is disgustingly cheap, costing only $5/month. I’ve been using Mullvad for 15 years now, and it’s always been $5/month. You get DAITA plus a whole host of other necessary sailing accoutrements. They have one of the best track records in terms of not shoving marketing bullshit down your throat and being true to what their website and documentation says. The only limitation in terms of network usage is that you can only have 5 devices tied to a single account. It’s mega easy to remove a device to free up a slot, though.








  • It’s for deployments and managing many environments/machines from a single CLI interface. You can do all sorts of things like push configs based on labels/groups, gather real-time data/logs, scale up/down. It’s great when you have a lot of VPS/VDS/VMs to manage and you’re not using a platform’s specific management tools.

    I mainly use NixOS as a barebones backend, keep it as minimal and hardened as I can, then most of the projects/apps that run are done through something like Docker or k8s. So for me, it’s all about managing the underlying servers that provide the tools needed for a project to operate.

    The tool itself is undergoing a pretty big redesign at the moment, but you can get the gist of it from the overview in the manual of the commands.

    https://hydra.nixos.org/build/115931128/download/1/manual/manual.html#chap-overview