I Cast Fist

Just your typical internet guy with questionable humor

  • 15 Posts
  • 51 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle
  • I've had that happen with database logs where I used to work, back in 2015-6.

    The reason was a very shitty system that, for some reason, threw around 140 completely identical delete queries per millisecond. When I say completely identical, I mean it. It'd end up something like this in the log:

    2015-10-22 13:01:42.226 = delete from table_whatever
          where id = 1
              and name = 'Bob'
              and other_identifier = '123';
    2015-10-22 13:01:42.226 = delete from table_whatever
          where id = 1
              and name = 'Bob'
              and other_identifier = '123';
    2015-10-22 13:01:42.226 = delete from table_whatever
          where id = 1
              and name = 'Bob'
              and other_identifier = '123';
    -- repeated over and over with the exact same fucking timestamp, then repeated again with slightly different parameters and different timestamp
    

    Of course, "no way it's our system, it handles too much data, we can't risk losing it, it's your database that's messy". Yeah, sure, I set up triggers to repeat every fucking delete query. Fucking morons. Since they were "more important", database logging was disabled.






  • I did my part with this post - https://programming.dev/post/2947073

    My list has a few things that aren't listed in that GFS link, which might be useful for the more specific indie types (Solarus, OHR, OpenMW)

    Stride does look like a very good alternative if the intent is a 3D game and C# programming, so possibly the best case for Unity veterans in that regard.
















  • sigh So, I fixed it...

    Turns out the problem was in the player node structure. The pausemenu is a child of a Container. The problem was that said container had a size of 40x40, as shown on the pic below. Simply reducing it to 1x1 or 0x0 fixed the issue.

    *removed externally hosted image*

    EDIT: There was also another container, the "gameover" just below the pausemenu, that also had a square size around that same area. So, TLDR: check for any "empty" containers if you get a similar problem.




  • Sorry, can't hear you over the sound of all this cheap oil, I mean, freedom! Bringing freedom to these rich oil, I mean freedom starved countries! - 'murica in the 2000s

    Thing is, the USA has been pulling this kind of shit for a long time. The Kingdom of Hawaii being overthrown is a very good and old example, dating back to 1893 for the coup and 1898 for the incorporation. The Philippines being denied their independence for almost 50 years after the Spanish sold them out in 1898 is another example. The USA is an unrepenting reoffender when it comes to fucking other countries.