Spastic Hamburger

Forum Replies Created

Viewing 20 posts – 421 through 440 (of 1,281 total)
  • Author
    Posts
  • in reply to: Power to the Pluggers and Players #3877

    APC also has good UPSs if you want to compare prices. Features should be similar.

    Yeah, parts for these kinds of devices are always hard to find. They shouldn’t be! Supposedly replaceable parts but that assumes you can get them and get them for reasonable prices. Reminds me of the days when phones had swappable batteries: nobody sold them! You had to go through either a specialty dealer where the quality may or may be up to par or through customer service and pay a whopper for them. 🙁

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

    Yeah, a lot of open source projects have poor documentation. A lot of stuff needs to figured out with trial and error. It’s a shame but we don’t usually write good docs and it’s hard to get volunteers to fill in the blanks. 🙁

    Ooh, that repository looks nice. Will need to explore it when I have time. 🙂
    Do wish some of the files had better titles. The CMake one is just random characters 😛

    Out of interest, you can also grab the C++ standards in PDF format. cppreference also has offline copies with support for integrated help systems for the occasions that one doesn’t have good network capabilities. Wiki has similar! 🙂

    in reply to: Oblivion: ShadeMe Ini Presets #3874

    What are the interior and exterior sections for? Never used the plguin before 🙂

    in reply to: Films & TV Shows #3868

    Watched The Atomic Submarine yesterday. Bit different from most flying saucer films as it takes place in the water. Pretty fun!

    Also watched Lethal Target, which was an alien rip-off with a lot more sex. A lot more. By the time we hit the halfway point of the film, we had two sex scenes and a lesbian threesome while the rest of the cast was just wandering around in the same rooms and just minding their own business. The actual film doesn’t begin until after all of that takes place, so after the halfway point.

    Nova was pretty good for being an obscure unknown. Unlike most films of its ilk, it didn’t feel like a soap opera at all.

    in reply to: MWEdit #3865

    Common is done. Now I can start reviewing the main code. 🙂

    in reply to: MWEdit #3859

    Great, thanks. Will keep it in mind. Looks like GTK mostly handles that internally so it may go away when the switch is made:)

    Found the path stuff: https://github.com/boss-developers/boss/commit/bee3deb160258054165908b7104815a783a69afd

    Not sure if the version in the standard has the same behavior or if wide paths are needed but we’ll find out!

    Things are settling down so I’m planning to continue to work on those last few files in Common tomorrow before moving the investigation to the main code 🙂

    Edit:

    Looking at the Unicode sample here: https://en.cppreference.com/w/cpp/filesystem/path/string

    It looks like those changes were merged into the standard but C++ used to have weird Unicode handling. Looks like it may have improved in recent years. Which would be nice as it used to be very cludgy.

    I don’t understand why they mix C and C++ file handling, though. Going to worry about it when we get there

    in reply to: MWEdit #3857

    Pretty sure I was able to fix it using the standard features. I vaguely recall that I may have simply switched over to the wide string type (simply wstring compared to string) from the normal one but it’ll need verification. It would increase memory a tad since it has to allocate more storage per character but the effect should be negligible

    Most GUI libraries let you change the tab order so we’ll want to make sure the sequence is correct in whatever GUI library we go with. GUI programming is something I don’t have much experience with outside of VB 6 so we’ll see how it goes 😛

    Do I understand correctly or is there more to it than that?

    I found an old VB 6 disc lying around somewhere when I was cleaning up a few years ago. Really need to see if it still works!

    in reply to: MWEdit #3853

    There’s a chance the program doesn’t work well with Unicode paths. I forget how I fixed it in BOSS but I’ll see if I can track things down if it turns out the paths have issues. This mostly affected languages that weren’t based on the Latin character set, so Russian and several Asian languages for example.

    in reply to: MWEdit #3852

    Okay, Glade’s replacement is called Cambalache. Currently, it appears to be *nix only but there are plans to get it working officially on Windows at some point.

    in reply to: Films & TV Shows #3851

    I used to catch these films on Hulu back when it was free. They had a huge selection of old science fiction films. When they went paid, they removed almost all of them. Was very sad when that happened 🙁

    Watched It Came From Beneath the Sea the other day and that was fun. Tubi has the colorized version of The Giant Gila Monster but those are no fun!

    Tubi has The IT Crowd, probably going to need to give it another watch 😀

    I read about the case recently. Not sure what I was looking up followed the link trails to it. Shame about the poor synergy 🙁

    in reply to: MWEdit #3849

    That actually brings up a good question: is the issue referring to the tab key or a GUI tab? I can’t tell based on the description.

    Sounds like it should be able to, unless the conditions listed are met. Sounds like a null pointer or similar is causing the issue with it assuming the data is there and crashes when it realizes there’s nothing to access.

    Will find out about the search. If regex, we can switch to the regex library that was added in C++11. The regex library is broken in a certain version of VS and gives an infinite loop but the later versions with support are fine (no issues in any of the libstdc++ versions with support from GCC that I know about)

    There are also some alternative libraries that may be worth plugging in: https://en.cppreference.com/w/cpp/links/libs#Text:Search

    Looks like the Glade GUI designer for GTK has been discontinued for whatever reason. I think there’s work on a replacement, I’ll try to look it up when I get the opportunity

    in reply to: MWEdit #3845

    More notes!

    Taking a look at the issues, issue 3 may or may not be still relevant. It would need testing with the current UI library to make sure it wasn’t an old bug in Windows.

    Issue 9 sounds like it’s an issue in the base CS as opposed to MWEdit so should probably be deleted from the issue list.

    No idea what 7 would be referring to. That’s pretty standard behavior for search functionalities.

    Decided it was time to get a post up on AFK. I’ll get a separate thread up there later on 🙂

    in reply to: Random #3841

    Ah, yeah, that definitely does some odd stuff.

    There was a group on Dark Creations trying to make the region of Skyrim in Minecraft back when I was adminning there but I don’t know what became of the project. They never did post publicly but development seemed fairly active. No idea if it’s the same group. Could be, the timing is about right.

    I’m playing Bedrock at the moment as it works better than the Java version (I avoid Java when I can). Unfortunately, Bedrock doesn’t have good mod support. You can have resource packs and behavior packs but they’re limited compared to what you can do with the Java version of the game.

    Part of my trouble with it is that it’s taking me a bit to get my creativity back. I’m also out of practice. I had a monster steal my boat when I hopped in and they immediately killed me when I stepped out to evict them. 😛

    Current world started this morning is a bunch of islands so mining is hard but I think I’ll try to stick with it as long as I can. There is some good flat land so I’m going to start building up on the surface. Haven’t hit iron yet but there is a village nearby so they may have the iron I need to get basic production going. Time will tell

    in reply to: Random #3836

    Having difficulty getting back into Minecraft. I’ll keep making new worlds until I figure it out again.

    in reply to: Films & TV Shows #3835

    Yep! Seen many of them. Haven’t seen them in a while though so it’s probably time for a rewatch. 🙂

    Have you seen the older episodes of the Price is Right? They were good, too! Nowadays, it’s a bit flashy compared to how it used to be and the hosts aren’t as good but can still be fun 🙂

    They’re also still running Let’s Make a Deal! Found out a couple of years ago when I stumbled on it channel surfing when the Internet was down and I didn’t have any books downloaded.

    In continuing the trend of watching old films, rewatched Curse of the Undead the other day. Fun film but the “villain” was largely misunderstood.

    Also watched the original version of The Thing from Another World. Really good film. They do an amazing job of showing that it’s not just a horror film but a science fiction film as well.

    in reply to: Random #3834

    Weird. Not everyone has to change the clocks so I can see that being very problematic

    I’m kind of surprised that no one has fixed that with an OBSE plugin yet. There are plugins that fix most of the other quirks!

    Got Minecraft reinstalled. Took me a few worlds to get the hang of it again but I now have basic shelter in a cave. Going to need to move for more permanent lodging as it’s pretty mountainous so I don’t have the flat land I need for development. 🙂

    in reply to: Random #3828

    Certainly! Can definitely have some fun with it. Feel free to get the discussion going! Been a bit focused on other things the last few days but can definitely reply and add thoughts 🙂 Or I can get it going once things settle down some in a couple of days. Either way is fine by me 🙂

    All good here. CloudFlare does sometimes block me from random sites, while others it gets caught in loops and won’t let me in even though it doesn’t block me. To be fair, it used to be much worse in their earlier days.

    Good selection there! It’s also incredibly useful for all sorts of things. You can use it to make sieves, plug up fencing, and more!

    Been considering reinstalling Minecraft on the new system to add variety. Been drawn to building games lately. Been bouncing around OpenTTD and Manor Lords a lot the past week or so. Right now, I’m building a passenger focused network in OpenTTD, forgoing pretty much everything else. But I haven’t played Minecraft in five years since I accidentally shorted the old system out while cleaning it so it’s probably past time 🙂

    in reply to: Hardware Relics #3821

    Great! Glad to hear that the heads are still compatible. Cuisinart does the same with their food processors: parts from fifty years ago often still work on the current models. Really like it when companies keep the standard instead of inventing a new one every few years like they do in the computer industry. 🙂

    I use a Roomba but do have a vertical for emergencies. I’ve only ever used it a few times but you never know when you’ll need to suck up a spill 🙂

    Still haven’t gotten around to reaching out to the folks about the turntable. Really been too busy with other stuff but I’ll get there!

    in reply to: MWEdit #3813

    Still working on Common. I’ve got five more files left in Common to go through before I can fix the operator overloads and then I can move to the main code. Going slow now as I don’t seem to have the stamina I did ten years ago but it’s still going!

    in reply to: Veg #3807

    The trick I use for oregano is to plant it in a baby pool after punching holes in the bottom. It works like a charm! Granted, it still gets too cold in the winter even for herbs here so spring replanting is always a must if they’re outside 🙂

    It’s doing well but the neighbors have started messing with the new ground cover, which is why it had to be planted in the first place. 🙁

    We did our planting the other day. Not too much concern about wildlife here messing with them but I do need to haul them gallons of water to them every other day 😛

Viewing 20 posts – 421 through 440 (of 1,281 total)