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

help-circle


  • chisel@piefed.socialtomemes@lemmy.worldElder scrolls
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    Oh, interesting, that’s pretty new. Technically it’s not an official part of the W3C spec yet, but it’s close enough that browsers support it now. Though, it only allows you to control the bar color, track color (which is generally invisible nowadays, so track color changes nothing), and width. So, yes, more customization than was there before, but still extremely minimal.


  • chisel@piefed.socialtomemes@lemmy.worldElder scrolls
    link
    fedilink
    English
    arrow-up
    34
    arrow-down
    2
    ·
    1 month 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.




  • 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
    ·
    4 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…


  • Well, AT&T for example requires that you use their provided modem+router combo, which they provide for free (unless you include their plans being generally more expensive than their competitors as an extra fee). They do try to sell you on range extenders for, what I assume to be, the shit router they give you.

    Their router gives you less control than you’d get with your own router, helps with lock-in because it makes it harder to change providers, and allows AT&T full root access to your network, so I wouldn’t recommend it for self-hosters. However, it is the cheapest option since you’re requited to use it anyway. Besides, of course, using a different ISP, which saves me tooons of money over AT&T.


  • chisel@piefed.socialtolinuxmemes@lemmy.worldHe's Back.
    link
    fedilink
    English
    arrow-up
    48
    ·
    4 months ago

    Sorry, but continuously analyzing all running processes, blocking half of them, and rerouting all of your TLS traffic through a MITM proxy with self-signed certs that break 25% of your software is 100% necessary to ensure the confidentiality of business secrets. And what would our KPIs be without our company-sponsored keyboard logger and mouse tracker?

    Also, our internal process relies on this software from 1973 with endless half-baked additions that takes 10 minutes to open, uses 32GB of ram, and idles at 80% cpu and 90% disk iops for some reason.

    No, you can not have permissions to delete the icons on your desktop or rearrange your taskbar. Stop asking.