The real deal y0

  • 1 Post
  • 115 Comments
Joined 1 year ago
cake
Cake day: July 16th, 2023

help-circle






  • I think you got it wrong what i meant (?)
    Imagine i register on a website with my username ( DacoTaco ) and email ( someEmail@domain.com ). When i want to reset my password and click the “forgot password” link, it would ask my username, not my email address (something i know) and send me an email ( to someEmail@domain.com ) without reporting what email it sent it too. That way it could be considered a separate identity factor i think (access to the mailbox, something you have ).
    Websites generally dont work this way, i know. But thats how id implement it :')











  • This post kinda infuriates me. Gary bowser is not an innocent, fragile little guy here. He is the sock puppet of Max Louarn, the basically mob boss of all major piracy groups in the world.
    Gary is also part of the gang ( that max also owns ) that is working on new switch piracy hardware, months after he got out of jail.
    They were also caught selling open source software that was breaking its copyright license, while including their own code that could brick switch systems and more.

    This is not a story of big bad company vs small fragile guy. Not even close.


  • I mean, to some degree i believe you are right. I myself manage a .net library to parse barcodes. However, webdev has layers upon layers upon layers of dependencies. The advantage is that even my cat could make a website. The downside is it will be horribly inefficient because of those layers of dependencies. 90% of what they bring is stuff you dont need and are in the way. Or you use, but because youre going through all those layers, its fucking slow.

    This applies to desktop dev too, but less hard than webdev. Most of the webdev development i just question why something was created and most of the time i can only conclude its because of some hack job and something missing. So they take a huge library and use only part of it for something. Its just… Eug

    I am i developer/lead that likes to make things as small and efficient as possible and that just makes me die a little inside every time :p


  • DacoTaco@lemmy.worldtoProgrammer Humor@lemmy.mlFortune Teller
    link
    fedilink
    arrow-up
    42
    arrow-down
    3
    ·
    edit-2
    5 months ago

    Welcome to modern framework development!

    • C# has nuget
    • any nodejs based framework ( react, vue, angular, … ) (npm)
    • python …

    All of the above are chuckful of dependecies upon dependencies, and webdev stacks are the worst of them. They make it VERY hard to make software that requires any security related certification because of the dependency hell…
    I swear to god, all those frameworks are designed so badly when looking at dependency hell …

    … Yet i will write c and c# code everyday haha