Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AG
Posts
0
Comments
288
Joined
2 yr. ago

  • I made the mistake of not turning off CA in ME: Andromeda, almost threw up after 15 minutes or so. Something about the way it was implemented just made me motion sick. Never again, these days CA gets disabled immediately.

  • Thanks, never realised that. Never encoded to .ape myself, but quite sure that in the past some media sailed in to my hard drive disguised as those naughty monkeys. Perhaps one day I'll reencode them to the flacs they'd actually like to be.

  • I've seen a lot of hate regarding Vortex, often backed without any arguments. So I guess you are just supposed to hate Vortex, but to be honest it works just fine for me. Try it out yourself, if you don't like it or run into issues you can always try something else.

  • I can totally believe it. Here in the Netherlands we still have providers that haven't implemented IPv6. We've had one (Delta) finally starting their IPv6 rollout to fiber customers this year, not sure if they already finished it. Some providers are just slow AF unfortunately.

  • I've got regular silverfish in the bathroom, but gray silverfish (or paperfish as they are called here) in the rest of the house. Those things are larger and much more destructive, some found their way in my collection of sheet music.. They literally eat their way through paper and even damage untreated wood, nasty critters. And worse, where ventilating your house helps against silverfish, it only seems to create even better living conditions for those buggers. I'd trade for house centipedes happily.

  • That's a trip down memory lane, I once (probably a decade ago by now) had to fix a website built by an unknown developer for a customer. Was wondering why I was missing all kinds of variable assignments, until the word 'register_globals' floated up from the depths of my mind. And indeed, they enabled that setting in .htaccess, which broke the website after PHP 5.4 did away with it permanently. But to defend the PHP developers a bit: they turned it off by default in 4.2, which came out in 2002, because they recognised it as a security vulnerability. You can debate if that setting should have sticked around for 13 more years, but at least it required a manual action to actually be able to use it from 4.3. Although I cannot help but wonder how many shared hosting companies turned it on just to prevent all kinds of sites from breaking of course.

    And yes, oh boy, the MySQL driver.. That one wasn't great as it didn't support parameterization, but I guess at least the documentation for mysql_query was clear that any data in your query should be escaped with mysql_real_escape_string. To be fair, if you execute a query containing unescaped data with MySQLi or PDO directly you are going to get Bobby Table'd just as hard.

  • PHP itself doesn't have one, it does have a debug command phpinfo() which might print sensitive information. But that's on the programmer if they called that on a publically available page. Could also be that you meant phpMyAdmin, which is a MySQL webclient built in PHP, not an admin page for PHP itself.

  • Explain 'security nightmare'? Most security issues I've seen were caused by stuff like passing user input directly to database queries, instead of using prepared statements. Or allowing directory traversals, again by not sanitising user input. That's on the developer, not the language.

  • I certainly hope the Wayland experience is better on Gnome than it is on KDE, otherwise a lot of Gnome users are not going to be happy. I tried KDE with Wayland and oh boy... Just some things I noticed on a daily basis:

    Applications going completely unresponsive, as in: requiring kill -9 to terminate them. Solved for now by reverting to X11.

    Stuff like the display configuration screen placing a gap between my external monitor and laptop screen, and then complaining that screens must be placed adjacently. Annoying as both X11 and Wayland insist on defaulting my 5120x1440 display to 640x480 each time I reconnect it, so I see that screen way too often. At least with X11 I don't have to manually drag screens to their proper places before being able to save my settings.

    Window manager just completely locking up at random, requiring a hard reset.

    If my experience on an AMD graphics laptop just under a year old is that bad, I hate to think how horrible the Wayland experience for Nvidia users must be judging by the comments here.

  • After helping him out I had a certain Ripperdoc showing which arm he operates with by raising it. Only his arm rotated backwards as if his elbow was turned around 180 degrees, arm clipping through his biceps.

    But at least in Cyberpunk I've got the feeling that a bug like this is an honest oversight, whereas Starfield gives me the feeling that Creation Engine (2.0 these days?) should have have been killed, burned and buried after Skyrim. Each game since (and including) Oblivion I've felt like I'm looking at limitations I already noticed in the previous game built with Creation Engine or NetImmerse/GameBryo.

  • Hans created the music for (...) and Pirates of the fucking Caribbean

    No, the music for PotC was composed by Klaus Badelt. Hans Zimmer did score movies 2-4 though, but used a lot of themes that were already established.