I’m a staff software engineer at Sunrun, the USA’s largest residential solar installer.

I mostly work with kotlin, but also java, python, ruby, javascript, typescript. My hobby is picking up new hobbies. Currently bird photography and camping.

  • 12 Posts
  • 794 Comments
Joined 3 years ago
Aquileo | cake
Cake day: June 6th, 2023

Aquileo | help-circle





  • snowe@programming.devtoPrivacy@programming.devPasskeys
    Aquileo | link
    Aquileo | fedilink
    Aquileo | arrow-up
    9
    ·
    2 months ago

    the amount of people that do not understand how big of an improvement passkeys are is really saddening. They think that somehow these tech companies are utilizing this in some nefarious way, rather than the very very simple explanation that … tech companies don’t want to be responsible for more breaches.

    Passkeys are so simple and such a huge improvement that it’s literally all upsides and no downsides. Either you use their passkey managers like you would their password managers and it’s safer for them, or you use your own password manager with passkeys in it and it’s still safer for them.


  • snowe@programming.devtoPrivacy@programming.devPasskeys
    Aquileo | link
    Aquileo | fedilink
    Aquileo | arrow-up
    11
    ·
    2 months ago

    You have a vast misunderstanding of why passkeys aren’t transferrable or usable outside of those providers. It had nothing to do with lock-in, but because every implementation was different. And no, you do not ‘depend on the site’ to let you use that option instead of a major provider. There’s a standard now and everyone is following it. If you can use a passkey you can use your password manager to manage that passkey.








  • snowe@programming.devtolinuxmemes@lemmy.worldIn response to the other thread
    Aquileo | link
    Aquileo | fedilink
    Aquileo | arrow-up
    5
    Aquileo | arrow-down
    2
    ·
    9 months ago

    It’s pretty hard to fit all of what you just said into a meme. For example your meme does not say that windows users are “dismissing any alternative out of hand”. It says windows users that refuse to switch. Maybe they hate windows but they literally must use Fusion 360 or AutoDesk or Meshmixer or RealityCapture or one of the numerous other software options that just do not work on windows.

    Anyway, if what your meme is actually about is people that only use the browser and then refuse to switch but still constantly complain then yeah you’re dead on.







  • programming.dev is the 9th largest lemmy server. https://join-lemmy.org/instances

    That stat was probably that low due to the server being down for around 90% of the last two weeks. If you look now it’s at 220 and it will continue to go up.

    On top of that, every action on every server that is federated is relayed to every instance. So all of lemmy.world’s activity is still relayed to us and we have to handle it. Same for the other servers.

    On top of that we also operate many other services:

    • bytes.programming.dev
    • git.programming.dev
    • blocks.programming.dev
    • etc (there’s a lot)

    But really it was mostly just postgres thrashing on all the requests. Here’s a look at our Cloudflare dashboard for number of requests:

    Yes this should be handle-able by a server that small (think actor paradigm), but I was unable to tune postgres to get it to that point as I’m not great at database stuff. I’m sure a DBA would have done a better job. I will note that some of the queries being used in the lemmy code are very badly optimized and were taking 20+ seconds to run each time, locking up the instance. With that on top of some other badly optimized selects for things like reading comments (which would take like 7s mean), there wasn’t much I could do.

    With the cost difference it was well worth it to just upgrade to a cheaper better server all around.