• 0 Posts
  • 36 Comments
Joined 9 months ago
cake
Cake day: September 17th, 2025

help-circle
  • chisel@piefed.socialtomemes@lemmy.worldElder scrolls
    link
    fedilink
    English
    arrow-up
    31
    arrow-down
    2
    ·
    1 day ago

    It’s a few lines of css, no JS required.

    .my-div:hover {
      overflow-x: scroll;
    }
    

    And the look and feel of the scrollbar is generally determined by the browser/OS. Unless someone does a custom scrollbar implementation, but that is exceedingly rare. So that thin rounded gray bar is a browser/OS design, again, without any JS.


  • It isn’t hardware and doesn’t have some kind of proprietary interface that takes time to get used to when switching.

    The proprietary interface is kinda the largest selling point, besides the once cheap prices. But the $10 plan going from 300 multi-hour prompts per month to 20 quick prompts per month effectively makes it worthless. Though, you could just pay a few hundred/thousand per month and continue, or bring your own API key from elsewhere, but at that point just use someone else’s interface. It’s not that much better than competitors and copilot isn’t offering anything unique.






  • “Great catch! You’re considering things most people would never notice. Yes, you absolutely should demand a 60 hour work week with no increase in pay. Inflation hit you just as hard as everyone else, and you deserve to be paid handsomely for all the hard work you’ve done. In fact, why don’t you take the rest of the year off?”





  • AI will be good at scaning for known vulnerabilities, but patience and attention to detail? Not in my experience. I use agentic coding agents for work and they are getting better, but they still will regularly get stuck in a loop of running into a bug when running tests, attempting to fix the bug in a stupid way, still erroring, trying another stupid fix, trying the first stupid fix, and so on until a human intervenes. They may be patient (as long as you pay for more tokens), but they aren’t using their time wisely.

    AI tends to use the “throw shit at the wall and see what sticks” approach. It’s getting better at writing maintainable code, but it still will generate more-or-less spaghetti code with random unused or deprecated variables, crazy unnecessary functions, poor organization, etc… and requires lots of testing before producing something functional. Which is fine in an environment where you can iterate and clean things up. But as an attack vector, if you need 58 attempts to fully realize a vulnerability, in most secure environments you’re going to get detected and blocked before you finish.










  • chisel@piefed.socialtoGames@lemmy.worldNier Automata
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    Yeah, the beginning of this game is a slog. I did not enjoy the first chapter at all, which sucks since the rest of the game is pretty chill and fun and the start does not represent it.

    I was also playing it on the hardest difficulty which is not a good idea for your first playthrough of the first chapter…