• 1 Post
  • 619 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle


  • XKCD alt text is always worth!
    And it’s not always available (like, the well known ones being circulated around social media).

    Props to the OP for linking to the image from XKCD (as opposed to rehosting it) and further props for linking the source!

    Just missing the delicious alt text (at least for me using jerboa, Firefox and a pixel phone)


  • Years ago, I played with AWS then contacted their support to make sure any AWS billing to my account was disabled.
    I thought I’d try it again recently, and couldn’t log in.
    I still don’t think I’m missing anything.

    I’d rather have VPS or server providers where I know exactly what I’m getting per month no matter what, tho I’ve ran near data transfer surcharges.


  • Oh, it’s expected costs.
    Like, figure out the compute requirements of your code, multiply by the cost per compute unit (or whatever): boom, your cost.
    Totally predictable.
    Compared to suddenly having to replace a $20k server that dies in your data center.
    So much easier.

    Except when your code (let’s be honest, the most likely thing to have an error in it… At least compared to some 4+ year old production hardware that everyone runs) has a bug in it that requires 20x compute.
    But maybe that is a popularity spike (the hug-of-death)! That’s why you migrated to the #cloud anyway, right? To handle these spikes! And you’ve always paid your bills so… Yeh, here’s a 20x bill.


  • The amount of software that is limited free self-hosted but the next tier of “self hosted” is enterprise and thousands per year is ridiculous.
    Absolutely ridiculous.

    Like, you have self hosted. I like your software, I use it personally and that’s why I’m using it for (and recommending it to) small businesses. They could afford your 10-100 per month for whatever extra features, but they don’t want to rely on 3rd party hosting. They want to host it themselves.
    But the only way to get those features is to go for some “cloud” bullshit they don’t control, or to pay “enterprise” prices.

    It’s why I make part of what I make/charge a contribution to the products and projects I use and recommend.
    I’ll set all that up and tailor it to your company, but anything and everything I recommend/implement is standing on the shoulders of giants. So pay those giants.
    Although I think I’m lucky with the people I work for, in that that are interested in the tech, but not the detail.






  • “The United States has unilaterally and repeatedly provoked new economic and trade frictions, exacerbating uncertainty and instability in bilateral economic and trade relations,” the statement said. “Instead of reflecting on its own actions, the United States has groundlessly accused China of violating the consensus, a claim that grossly distorts the facts.”

    That is such a wonderfully diplomatic way of saying “stop being a fucking idiot, your words have meaning and these are the consequences. Grow up”.
    Even just “grow up”, tbh.

    As much as I dislike the amount of reliance the world has on China (for the labour conditions there, the nature of their government to impose dodgy practices, generally speaking not being a “good egg”), China seems like the only trading bloc (although not a bloc, I guess… Maybe “trading entity”) that can unilaterally stand toe-to-toe with TACO and win. So, good on china.




  • Yup.
    It’s a traumatic job/task that gets farmed to the cheapest supplier which is extremely unlikely to have suitable safe guards and care for their employees.

    If I were implementing this, I would use a safer/stricter model with a human backed appeal system.
    I would then use some metrics to generate an account reputation (verified ID, interaction with friends network, previous posts/moderation/appeals), and use that to either: auto-approve AI actions with no appeals (low rep); auto-approve AI actions with human appeal (moderate rep); AI actions must be approved by humans (high rep).

    This way, high reputation accounts can still discuss & raise awareness of potentially moderatable topics as quickly as they happen (think breaking news kinda thing). Moderate reputation accounts can argue their case (in case of false positives). Low reputation accounts don’t traumatize the moderators.



  • Trying to disable the windows key hotkey that opens the start menu, so the game The Witness can pause stuff, minimize, open the start menu and release the block on the windows key (IE do a more controlled start menu hotkey, instead of having windows rudely interrupt everything and break the game).

    Started with a 5 second hang whenever a debug breakpoint was reached. The dev started digging into the issue.

    Games use RawInput to get better mouse interactions, but that breaks the Microsoft recommended way of disabling windows key (as all input goes through RawInput instead of whatever the other windows API is).
    In the documentation for RawInput, it specifically states the flag to disable the windows key doesn’t work. So the Dev that was debugging the issue didn’t try it. Until the next day when they had the realisation that MSDN windows API docs are garbage, tried the supposedly not-working flag and it actually did work.

    The linked article is quite a good read, actually.
    I had to use one of the mirrors in the SO answer

    Edit:
    The mirror I used https://caseymuratori.com/blog_0006