• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle
  • Sm64ex-coop is amazing! I never got far in super mario 64, the camera gave me headaches. I did know it was a revolutionary game for it’s time though.

    With sm64ex-coop, you can enable free look with the camera, and if you set it up right it feels just like the camera in many modern games. There are hi-res texture packs (Render96) available that also look amazing. And finally, they added a bunch of mods and features, one major one being the ability to play multiplayer.

    Oh yeah, and it’s cross-platform, runs on a whole bunch of different devices. I highly recommend checking it out, it’s sooo much better than anything you’ll get from an emulator.



  • What you’re describing is just compressing in a ZIP file. Zip files are lossless, you have nothing to worry about. When you throw a JPG in a zip file, and then extract it later, you’ll get the exact identical JPG back.

    You only have to worry about jpg’s lossy compression if you’re using a photo editor like Photoshop, GIMP, etc. “Compressing” it in a zip changes nothing. Moving or copying it doesn’t lose quality either.


  • file.pizza if this is a one off or rare occurrence. If you’re doing this regularly, there are better options, provided the person at the “source” computer is competent. A significant question is whether or not these computers are on the same network. I would recommend running a HTTP server if you don’t care about privacy, HTTPS if you do. There’s no need to buy an SSL certificate, self-signed is more than adequate for this purpose.

    It’s more complicated to set up, but the advantage is that when you’re done you can send the receiving party a link they can open in any web browser, no hassle.




  • I’d highly recommend playing Dance Dance Revolution, if you’re at all interested. Very fun way to burn lots of calories. There’s an open source clone called StepMania. If you really end up enjoying it, you’re going to want to invest in some high quality metal dance pads. Worth every penny though, in my opinion.

    By the way, I’m 400 pounds. I know your struggle. I’ve lost well over 100 pounds playing StepMania before. Unfortunately I’ve had some bad events put me in a bad depression, which caused me to gain it back.


  • Pretty horrible. Wife wants a divorce and is unwilling to try and fix things. Barely communicates with me at all.

    I met my stepson when he was 9 months old. He’s 11 now. I’m the only father he knows. I’m devastated, because not only am I losing my wife, but I’m also losing my son, as I have no legal right to him. I’m estranged from the rest of my family, so the world is looking pretty cold and lonely from here.


  • I bought my son a used Surface Pro 4 for schoolwork. Luckily we haven’t run into many problems, but there is a known problem where the processor still runs the battery dead when it’s shut off. You’re actually better off using standby.

    If he runs the battery dead, we can plug it in and it will boot, but shortly die afterwards. But if we wait ~15 minutes to charge it a little, it stays on as long as we want it to.






  • We’re running Linux on the vast majority of PCs at my job. We used to run Lubuntu, but switched to Debian. You can use pam_mount so user folders are mounted from a server at login, to create a “roaming profiles” environment. But there really isn’t a great solution for laptop users that might be away from the office.

    If you do use pam_mount, don’t mount their entire home folder. That will end up throwing a bunch of stuff on the server, like chrome temporary internet files, and their .config folder, that just aren’t needed on the server and will slow everything down. Just mount their individual Documents, Downloads, Pictures, Videos, Desktop, etc. folders.

    We’re a small business, we don’t have any Enterprise Support or anything like that.



  • There’s no one “proper” way. Running multiple DEs shouldn’t break anything, but each DE comes with it’s own set of dependencies and other software, so it does add clutter. There will also be considerable overlap with config files, so if you change a setting in one DE, it could change settings when using another DE.

    Having a separate user account per DE will prevent most of the configuration overlap, but it doesn’t solve the abundance of packages you’ll have installed from having multiple DEs. I don’t think there’s a great “clean” way to do it.

    One thing I love about Linux though, is how relatively flexible the user home directory is. When moving to a new distro or PC, usually everything you need to copy over is within your home directory. For what you’re trying to do, I’d consider throwing /home on a separate partition. That way, you can try out multiple DEs and distros, without blowing away your home folder. And you’d be surprised at how small your root partition can be, the vast majority of your storage should likely be reserved for /home. The Steam Deck, for example, uses a root partition that is only 5 gb. On a typical Linux system, I’ve found 64 gb to be plenty for root.

    When switching distros and/or DEs, consider cleaning out various config files in your home folder. Almost all of them will be hidden files that have a filename that begins with a period. I only keep specific config files for programs I want to retain data for, like Google Chrome (.config/google-chrome), Thunderbird (.thunderbird), and Steam (.local/share/Steam). If you use SSH keys you’ll want to keep your .ssh folder too. But deleting all other config files will give you a pretty clean start when changing DEs.





  • I personally have both the official dock and this “usb-c hub” made by Anker:
    https://a.co/d/0aaiUuM

    I use the official dock at home, but I use the Anker dock at work. Overall I think I like the Anker one better. It has two HDMI ports that I use with my dual-monitor setup at work. The official dock has one more USB port, but the Anker one includes microSD and SD card readers.

    My biggest complaint with the official one is that I couldn’t get it to work right with my dual monitors. I tried using a DisplayPort to HDMI adapter. Surprisingly, I managed to get it to work properly in Windows, but never in SteamOS. We have other computers running Debian Linux at work using the same DisplayPort adapters, with no issue.