• 1 Post
  • 50 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle




  • He should’ve just looked after himself… I’m guessing the app would’ve punished him

    Unfortunately, that is a possibility. I used to doordash, canceling an order before you pick up the food is NBD, but canceling after you have picked it up is likely at least a strike against the dashers account.


  • Just in the last week or so Swift sent a cease and desist to the kid tracking her and other celebrities jets, aka already publicly available information. Just like when Elon tried to stop him, by trying to stop him she has Streisand effected the situation.

    If and when Tom Cruise, Jim Carrey, or Steven Spielberg send their own cease and desist, then we can start making jet memes about them, too. Until then, they’ve got other shitty things we can bring up. Cruise is a cultist, Jim Carrey is/was an anti-vaxxer, and Spielberg… actually, I can’t think of anything else for him, let the Spielberg jet memes commence I guess.



  • It was for a family friend who is disabled and unable to work a normal job, so me and my brother(also a dev on this) agreed to be paid on project completion. Long story short, she wasn’t able to pay so the final bug fixes were never done, and the code has been left to rot. Under different circumstances I’d be putting pressure to get at least some payment, but it’s pointless imo.

    Lesson learned though, not doing that again.



  • Perfide@reddthat.comtoFirefox@lemmy.mlHow about no?
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    5 months ago

    It’s not that simple. A lot of browser “standards” are standards in that they achieve the same end result, but for whatever reason they take a different approach to getting to that result, so you often end up needing browser specific code. This is especially the case with CSS, which is why so many “standard” CSS properties still need a “-moz” or a “-webkit” version as well, decades in. The only way the website can know if they’re running the correct code for that browser is if they know what browser is being used, hence user agents. This is the reason that pop ups like this exist at all; sure they were lazy as fuck to not properly support Firefox, absolutely, but they wouldn’t have needed to support Firefox specifically at all if browsers could just get their shit together and fix the “standards”.

    I would fucking cry tears of joy if browsers could standardize enough that writing browser specific code and needing the user agent was a thing of the past, but I really don’t see it happening any time soon.


  • Perfide@reddthat.comtoFirefox@lemmy.mlHow about no?
    link
    fedilink
    arrow-up
    10
    ·
    5 months ago

    Absolutely this, nothing but pure laziness. I had a really weird specific issue on iOS Safari with one of my projects, and I own literally nothing Apple. Instead of just accepting shits fucked on iOS, I got my hands on a borrowed Mac so I could use xCode and actually find the issue.

    …then again, that project ended up dead in the water at like 95% completion and I never got paid for the work I’d already finished, so maybe the joke IS on me and I should’ve been a lazy fuck.




  • In the case of business’s, liability reasons, real and imagined, mostly prevent just “switching” OS’s freely.

    In the case of home users, think of how many people you know that have a windows computer. Now how many of those people can you confidently say could install ANY OS, let alone handle setting up Linux or bypassing TPM requirements for W11?

    Personally, out of the hundreds of people I know with a windows computer, I can count on my fingers how many I’m confident in being able to install an OS. Most people are really not tech savvy. They will just ride it out with no security patches until it becomes Jenn’s laptop from the IT Crowd, and then they’ll chuck it in the garbage.