Spastic Hamburger

Forum Replies Created

Viewing 20 posts – 141 through 160 (of 1,281 total)
  • Author
    Posts
  • in reply to: Random #5001

    Yeah, the dogs here love the hammock beds. The lab I used to have used to eat them, though! 😛

    These days, my dog mostly ignores the beds and either uses the couch or the beanbag chairs. When she uses the couch, she has a habit of hogging all of the blankets. The other day, she claimed all four of them and piled them all up into a cushion! 😛

    Really need to read more Ovid. Most of those old works are on Archive.org. Gutenberg doesn’t have them for whatever reason (at least, they didn’t) but they do have Plato’s Republic! It was a bit of a dry read, if you ask me 😛

    Actually, it looks like Gutenberg has added a lot since I last looked for them: https://gutenberg.org/ebooks/subject/27

    That category is pretty slim as it looks like things aren’t fully categorized but more come up in this query: https://gutenberg.org/ebooks/search/?query=Legends

    in reply to: From Go to Blown in Wind’s Woes #4999

    Looks like openSUSE has it in the repo: https://software.opensuse.org/package/OpenRGB

    Should be able to install it easily from the command-line (my preferred method) using zypper. 🙂

    Not in PopOS (at least, the version I’m on as the upgrade hasn’t landed yet) but Ubuntu has it: https://packages.ubuntu.com/questing/openrgb

    Arch has it as well: https://archlinux.org/packages/extra/x86_64/openrgb/

    in reply to: MWEdit #4998

    Just finished correcting all of the paths. All of those commits have been uploaded. I haven’t yet merged things into master, though. I may also look at setting up the CI to create debug builds on the dev branch first, as well. Anyways, there may be stuff to fix once the CI runs on it (quite possibly the resource files as they choked before when I was messing with the paths). Will do all of that another day. My neck needs a break 🙂

    in reply to: From Go to Blown in Wind’s Woes #4995

    Good news! Both GNOME and KDE have a collection of solitaire games! You won’t get the community features but you can play them to your heart’s content!

    Weird. Could be something with the interaction of OpenRGB. I never got into RGB lighting much except for the color backlight that I left at default settings. Never had a problem in any application that I can recall.

    OpenRGB is apparently available for Linux but requires Qt, which KDE uses. Not an option for me, of course, as we generally know how I feel about Qt 🙂

    I’m not sure if it’s in the official package repos though but I can check. Most distros have a web-based tool to search packages in their repos. I’ll also look around for a GTK-based lighting tool

    in reply to: From Go to Blown in Wind’s Woes #4987

    Don’t worry! Most stuff can be handled by the GUI these days! There’s not much that requires manual editing on most distros now. If you do go with Linux, I’d recommend openSUSE Tumbleweed (it’s a stable rolling release with an amazing package manager) with KDE or even PopOS (I’m mostly too lazy to switch to openSUSE 😛 ). KDE is much better for beginners than GNOME or its derivatives (it also provides better configuration tools so there’s less messing around with text files and the terminal) but it is a bit slower due to having extra overhead. While a lot of folks are going the flatpack route for managing software, I still recommend doing things with the official package manager and repositories as it keeps everything neat and tidy and gives you more control over what’s going on (and extra transparency so you know what’s happening in the system). Linux also has amazing support for what Windows considers legacy hardware! 🙂

    Yep!

    Sadly, they didn’t give me that option when they kept blocking it from my system. They just simply purged it regardless. Needless to say, I got incredibly fed up with it 😛

    in reply to: Power to the Pluggers and Players #4986

    Ugh. What a mess!

    I generally eyeball the power requirements for the individual parts and then add a few hundred watts to provide extra headroom for future upgrades and power hungry tasks that I may perform. For instance, 750W was recommended by the linked tool in the Reddit post but I went with a 1000W power supply. Definitely overkill for most tasks but it’s generally better to have it and not need it than need it and not have it 🙂

    in reply to: From Go to Blown in Wind’s Woes #4983

    It’s possible Linux would work better. Granted, based on your hardware, you should be running Windows without issue.

    A few weeks later, Microsoft made a statement about it: https://www.pcworld.com/article/2912435/if-windows-defender-flags-winring0-on-your-gaming-pc-pay-attention.html

    System76 would need to update how their driver works to remove the obsolete component but there hasn’t been any activity in the driver repository in a few years. As a result, I simply removed Windows. Games work great using the various compatibility layers (in fact, they actually run better) 🙂

    I’d still like to get a sound card over here to make it easier to manage sound. The weird remapping the MB uses isn’t supported under Linux so I’m left with a sub-optimal speaker configuration. Just haven’t gotten around to seeing if I can even access a PCI slot on my own without pulling stuff apart 😛

    in reply to: MWEdit #4975

    Random remarks:

    It may be possible to set up the multi-game support as external plugins so that the whole program doesn’t need an update when individual game components are updated by dynamically loading the libraries using LoadLibrary() on Windows and dlopen() on *nix (at least on Mac and Linux, would need to check for the BSDs). This can be further combined with std::filesystem::exists() to ensure that support for the specific game is installed first.

    To improve readability, we’ll want to wrap that code in a project-scope loader so we don’t need conditional compilation everywhere

    Edit:

    Looks like BSD is the same: https://man.freebsd.org/cgi/man.cgi?dlopen

    Never messed with that stuff before so it’ll definitely take some research to figure out how to set it up.

    in reply to: Cooking #4974

    Turned out great!

    Yeah, I’ll try to get a picture of the next one I make and decorate. Too late now: it’s already passed through the body and back to the water treatment plant 😛

    Oh, cool. We don’t get those around here, only the regular Prunus persica variety (free stone and cling). Due to the weather conditions the last few years, our crop has been hit or miss unfortunately.

    Another way of getting the proper culture is to simply mix flour and water for a few days in a warm environment. After a week or two, the culture should have colonized enough so that you can start using it for repeated baking. Need to get the ratio down just right, though. Here’s one recipe if you want to try your hand at it. 🙂

    Yeah, casseroles boiling over is always an issue here too. I have yet to find a recipe where the quantity doesn’t risk boiling over. I think it’s just due to the recipes trying to fill up a standard pan size, with cooking times written for such. May play with things on a larger pan at some point and see if I can figure out the proper details for a system that doesn’t boil over.

    In theory, I could use my pressure cooker as a roaster but it’s too narrow for a lot of things. Used it a few times and it works out rather well, though. For a roasting pan, I just use an old hand-me-down. I probably should replace it at some point, though, as it has some bad hot spots and is very lightweight so doesn’t cook evenly. Don’t use it a whole lot, though (maybe a few times a year for special occasions) so it’s not something I’ve gotten around to yet 🙂

    in reply to: MWEdit #4970

    Fixed a bug in ui/class_dlg.h: for some reason, it had an improper include-guard that came in the original project import. Will be in the next upload 🙂

    in reply to: Oldsite #4967

    Not a clue! I don’t know PHP but the installation looks simple enough 🙂

    in reply to: Software: On & Off the Web #4964

    Discord does have a swag store: https://discordmerch.com/ 😛

    Ugh. That’s going to make it harder to track down common issues and fixes, especially for those without a Discord account. Discord does have a threads feature but it’s mostly an afterthought and the interface is extremely cludgy. It’s good for chats but not much else, really.

    in reply to: MWEdit #4959

    Sounds good 🙂

    Edit:

    mwedit/ is now done. Just need to tackle ui/ and windows/ now.

    in reply to: MWEdit #4947

    And game/morrowind/ has been taken care of 🙂

    in reply to: Morrowind #4943

    Forgot to mention the other week that OpenMW got updated to 0.50: https://openmw.org/2025/openmw-0-50-0-released/

    It’s mostly minor fixes and better controller support but there are some other goodies thrown in. 🙂

    in reply to: Computer Setup #4942

    Yeah, Windows has always been slow to get everything up to speed, even on a fresh install with an SSD. I’m assuming Windows is installed on the HDD? The SSD will definitely boot faster than the HDD if you want to go that route. Would mean moving the install, though, which can be a bit of a pain

    in reply to: Random #4935

    And the first book in the Nancy Drew series along with more Agatha Christie. 🙂

    And then there was the time that Donald Duck killed Goofy:

    https://ic.pics.livejournal.com/peur_evol/17297328/27908/27908_original.jpg

    Think Geek used to sell an electronic useless machine. Don’t recall the details but it did stuff when you pressed the button. 😛

    The ellipsograph is less useful but no less cool!

    in reply to: Hardware Relics #4934

    I’m not sure Ballad of Champions made it out of Japan, which could explain its limited availability. Really need to get more records. Our local record stores focus more on genres that don’t interest me, such as R&B and new age rock. I just haven’t spent much time looking online yet. Just not a big fan of online shopping 😛

    Do the built-in Windows tools for RGB functionality work any better? I’ve never really messed with those settings. I really just use the backlight on the keyboard to see the keys. Sadly, here on Linux, we have very few options for RGB control. You’d think we’d have more by now!

    in reply to: Oldsite #4933

    Just to give you a heads up: Free counter stat is blocked by uBlock Origin as a tracker so it may not be able to keep an accurate count.

    in reply to: Cooking #4927

    Decorated my first cake for the holidays last week and it turned out great! Instead of using a pastry bag, I used one of these. Unfortunately, I didn’t think to get a picture before the cake was devoured 😛

Viewing 20 posts – 141 through 160 (of 1,281 total)