Spastic Hamburger

Forum Replies Created

Viewing 20 posts – 181 through 200 (of 1,227 total)
  • Author
    Posts
  • in reply to: Films & TV Shows #2800

    Yeah, not a fan of subtitles. Over here, it was dubbed but they hadn’t bothered to change any of the credits to english. πŸ˜›

    Probably hasn’t aged well, either. Still on the list, though! Almost watched it a few weeks ago but watched something else. πŸ˜›

    Do like Gibson’s writing. He even did an episode of the X-Files!

    Saw this low profile sci-fi gem yesterday: https://en.wikipedia.org/wiki/Teleios

    Essentially, it was a murder mystery on a space station. The acting was a little stiff but it wasn’t bad at all. And the visuals were better than most Star Trek visuals. πŸ™‚

    in reply to: Project Ideas #2799

    Looks like there’s some bitrot that needs to be taken care of at some point

    Only newer mods should need manual intervention. Not sure how active the community is at the moment but the master list hasn’t seen an update in roughly five years.

    The program, though, should be completely bug free. The only bugs that I know of are that I accidentally swapped the functions of two user list manager settings without changing their appearance (haven’t had any complaints so it’s probably fair to say that few noticed my screw up πŸ˜› ) and the installer installs the wrong bitness of the program (not really an issue in practice, just annoying) on account of not fully understanding Windows packaging when I was attempting a unified installer. I did manage to fix several obscure bugs, including some oddball bugs on international versions of Windows.

    My goal was mostly a stop gap measure until LOOT had all the features it needed. πŸ™‚

    Did have plans to simplify the master list but that fell by the wayside due various reasons. Is it worth picking those efforts back up at all?

    in reply to: Membership #2796

    Nope but it’s definitely something worth looking into. Had it in IPS and it was quite handy.

    Yep, that’s me!

    Interestingly, there’s a bit of a discrepancy between the status on our end and their end. Take 119.13.104.140 as an example. On our end, it has passed but on their end it’s blacklisted as spam.

    Hopefully we’ll get some more humanoids over time as we get more compelling content together. πŸ™‚

    Some of the listings may be people spoofing the user agents. The Facebook crawlers usually start with 173 as their IP, for example.

    in reply to: Films & TV Shows #2794

    Saw The Lift yesterday and that was pretty fun, if somewhat cheesy. In one scene, the elevators play hide and seek with a girl before eating her teddy bear. πŸ˜›

    in reply to: Plugins #2793

    And updated. πŸ™‚

    in reply to: Membership #2789

    Was curious so I took a look at the log for who’s browsing the site the other day and it appeared to be just bots: spam- and search-bots. Hopefully we’ll get some real humans at some point. πŸ™‚

    Though, there is some debate on whether or not I’m actually human. Quite a few sites flag me as a bot due to my browsing behavior being unusual when compared to most humans. πŸ˜›

    in reply to: Styles #2788

    Maybe. Took a look today and I don’t understand why the forums are centered and the navbar on the blog is at the end. The CSS certainly looks the same. However, it uses flexbox which is something that I have no knowledge of. I only have an understanding of the box model as opposed to flexbox (it didn’t exist when I learned CSS). I may be able to figure it out, given time, however.

    Super Professional – Faster than a speeding typewriter? πŸ˜€

    in reply to: Styles #2782

    Okay, navigation bar is fixed. Had to slap !important on it to tame it due to the aforementioned bug. I also synced up some more form elements I had missed in profiles and added the stuff in the avatar upload setting to the proper styles. Had missed those before. Let me know if there’s anything else I missed in there. If not, I can move on to other areas of the site πŸ™‚

    At some point, I do need to clean up the stylesheet from the BuddyPress theme changes. That’s going to require some investigation to see what I can purge so I’ll probably do that last.

    Edit:

    At least, I thought I had changed avatar stuff. It’s not showing up on mobile so I’ll check again on the desktop when I get the chance

    in reply to: Styles #2779

    Reading some more about variables: https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties

    It looks pretty straight forward. The syntax is almost the same as a struct in C and C++, save for the hyphens.

    Due to the complex nature of our styles, it’s probably worth converting at some point (on my list). For instance, I have to set the basic text color in several places and this will simplify things, allowing me to use change the color palette more easily if we want to experiment with different looks (or even load several different versions)

    My goal, as always with code, is to make it at least professional quality, if not even better. We know how I like my code from past projects πŸ™‚

    My algorithms? Psh. They can get messy. We remember my ugly Elder Scrolls plugin reading code. It worked at the time! My logic is weird πŸ˜›

    in reply to: Random #2778

    How do they handle the upper lip? They’re not too large, are they? My only experience is with foil razors πŸ™‚

    Looks like most electric razors these days are cordless. Not too worried about battery capacity as they’ll only be used for a brief time daily so it’ll be a long time before the batteries are no longer able to hold a charge. Sadly, it does mean more e-waste πŸ™

    Scalzi’s books are great! Have a few more available from the library here but they don’t have many. He’s written quite a few more than we have at our local library. Maybe the bookstores will have some!

    Haven’t played with it yet but Microsoft recently introduced generative AI into Paint. Could be fun. Then one can input the result into an ASCII generator, like GIMP’s conversion feature, and have at it! Just checked and it looks like it’s currently invite only so it’ll be a bit.

    Yuck!

    in reply to: Computer Setup #2777

    Huh, no device loading is pretty weird. Had that happen over here a couple of months ago but it cleared itself up after a few microcode and kernel updates (even weirder as that shouldn’t have affected the UEFI). Does everything still work in the OS itself?

    in reply to: The Thread That Broods #2775

    There’s nothing specific about it he doesn’t like. He just doesn’t like it as a whole as he doesn’t think of it as a competitive deck. He seems to have a very narrow view of things and is a jerk unless you’re playing the latest and greatest. New and not very good? He doesn’t have a problem with it. Honestly, there’s nothing wrong with older decks. Quite a few of them can still hold up under certain circumstances.

    I don’t generally like playing newer decks myself due to the play styles. I have no issue playing against them (and do well against them), however.

    My general playing style is more of a bird of prey style. In fact, the themes I usually are just that: birds of prey. I like my strike decks πŸ˜€

    Yep, a mute button is probably a good idea!

    in reply to: Styles #2774

    Yeah, that’s a bug in bbPress. It’s embedding its overrides for the navigation bar at the end while the style pack is correctly linking the style sheet at the beginning of the document, preventing me from doing it normally. I’ll toss an important directive on the navigation bar styles, which should fix it

    Still haven’t managed to figure out why the post form in group forums is so wonky but I’ll keep investigating. Things getting cut off on smaller screens in the group forums is pretty annoying

    in reply to: Litespeed #2771

    Data loss notification should be doable with just a few lines of JavaScript:

    onClose()
    if (!textarea.empty()) {
    ans = warn (confirm || deny);
    if (ans == deny)
    return;
    else if (ans == confirm)
    quit();
    }

    Some of that consists of the actual JS code, the rest is pseudocode. Been too long since I messed with JS but I could look at turning the rest of it into JS at some point.

    Still got the “Are you sure you want to do that?” issue after logging back in in one tab and leaving the tab I was typing in. That mixed session bug is rather annoying πŸ™

    in reply to: Comings, Goings, Doings #2770

    Just the northern part of the state πŸ™‚

    Our roads were under water for a few hours but the water drained off into the swamp pretty quickly. The storm formed very suddenly. That’s probably due to climate change. Interestingly, we had one section of the neighborhood without power even though the lines are buried, the rest of the neighborhood was fine, and we are all on the same line. Was pretty strange. I had power, though, even if the lights were flicking for a few hours. I’m guessing a tree was bumping against a raised wire somewhere.

    in reply to: Styles #2767

    Okay, I think I got everything in the user facing group settings and profiles now. If so, I should be done with the forum side of things unless you catch anything I missed. Borders look weird but I’ll come back to those.

    We also may want to change some of the font colors. I wasn’t sure of some of them like the grey text but, if it’s hard to read, I can try to change it as well. My eyes see grey best, though, so I’m not a good candidate for analyzing it. πŸ˜›

    in reply to: Random #2762

    Here’s an interesting idea for an experiment:

    Plug a generative AI extension into a blog and set it to output articles based on random input (source yet to be thought of) and set it to run periodically, mimicking an actual writer. The idea would be to see how weird things get over time. πŸ˜›

    in reply to: Computer Setup #2759

    Haven’t tried it on mine yet. I really should as I’ve had it for a year now. πŸ˜›

    Do have a few programs that take advantage of it, such as Hogwarts Legacy, so it may be worth giving it a whirl. πŸ™‚

    For Oblivion, make sure you don’t forget that you can’t use HDR with another setting (been so long that I can’t remember the conflict but I think it has to do with anti aliasing?). You need to turn HDR on in the driver setting (or vice versa, depending on which driver overrides you want to use) for the game in order to use both.

    in reply to: Styles #2758

    Got the forms in the profile settings. Used the class .standard-forrm instead of the ID for the form type so if there are any oddities, holler and I’ll swap it out for the more selective option.

    Working on the input fields. I could manually use each input type but I’m looking to see if there’s a more generic way of doing it for better readability. Early research says that there isn’t, which makes me sad.

    in reply to: Walrus Ramblings #2756

    Another domain increase goes into effect on September. It’s going up to 13 USD. Really getting tiresome. πŸ™

Viewing 20 posts – 181 through 200 (of 1,227 total)