• 0 Posts
  • 21 Comments
Joined 5 months ago
cake
Cake day: September 26th, 2024

help-circle







  • I see how moving out of the Google ecosystem could be a pain, but moving out of proton probably shouldn’t be that big of a deal?

    Switching to another services for calendar, storage, or VPN should be simple. I kind of see how going to another email provider and not wanting to lose old conversations could be a pain though. In fact, that pain is what largely made me try to avoid using email for communicating with people in my life.

    Either way, much less of a pain than buying a semi-luxury car only to see it lose basically all of its value because Elon is a nazi.




  • nxn@biglemmowski.wintoNews@lemmy.worldThere’s No Such Thing as a Good Billionaire
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    1 month ago

    I don’t care to hear about any reasoning about “bad” vs “good” billionaire nonsense. There are people in the world that need immediate access to food and shelter, but won’t get either largely due to billionaire cunts hoarding the wealth to try and get a top score into the history books.

    It’s a class of people that shouldn’t have come into existence. Their being is a strain on the rest of humanity and nature in general.





  • Hardly any web developers had the deep skill set needed to pull it off.

    I’m personally of the opinion it’s not so much an issue of a lack of talent that prevented graceful fallback from being adopted, but simply the amount of extra effort necessary to implement it properly.

    In my opinion, to do it properly you can’t make any assumptions about the browser your app is running on; you should never base anything on the reported user agent string. Instead, you need to test for each individual JavaScript, HTML, (or sometimes even CSS) feature and design the experience around having a fallback for when that one singular piece of functionality isn’t present. Otherwise you create a brand new problem where, for example, a forked Firefox browser with a custom user agent string doesn’t get recognized despite having the feature set to provide the full experience, and that person then gets screwed over.

    But yeah, that approach is incredibly cumbersome and time consuming to code and test for. Even with libraries that help with properly detecting the capabilities of the browser, you’ll still need to implement granular fallbacks that work for your particular application, and that’s a lot of extra work.

    Add to that the fact devs in this field are already burdened with having to support layouts and designs that must scale responsively to everything ranging from a phone screen to a 100" inch TV and it quickly becomes nearly impossible to actually finish any project on a realistic timeline. Doing it that way is a monumental task to undertake, and realistically it probably mainly benefits people that use NoScript or similar – so not a lot of people.



  • Yeah, there should have been limits set on campaign costs, lobbying, media, etc. It’s at a point where it doesn’t seem like it’s even possible to have a middle-class focused campaign that can openly say its basis is on taxing the fuck out of the top 1%.

    But all I know is this: the second Trump term will make the standard of life in America far worse for most people. There will be hunger in 2028 for someone to simply say “We’ll fix the middle class, and we’ll make Musk, Bezos, etc pay for it”. Hopefully by then what’s left of twitter will not be as relevant as today, so that the message can at least have a hope of spreading through social media successfully.



  • It’s one month later and I am back to reply:

    I don’t want to replace HTTP, or the web. But, I also absolutely don’t want to build anything in greater complexity than what we have today. In other words, keep it for what it’s doing now, but having an isolated app/container based platform efficiently served through a browser might just be a good thing for everyone?

    5 years ago I was writing rust code compiled to web-assembly and then struggling to get it to run in a browser. I did that because I couldn’t write an efficient enough version of whatever the algorithm I was following in javascript - probably on account of most things being objects. I got it to run eventually with decent enough performance, but it wasn’t fun gluing all that mess together. I think if there was a better delivery platform for WASM built into browsers and maybe eventually mobile platforms, it would probably be better than today’s approach to cross-platform apps being served via HTTP.


  • Ok, let’s try to narrow this down so our exchanges aren’t vague. To me going from propellers to jet engines would have been “revolutionary”, but to you it may have just been incrementally expanding on the concept of a wing that keeps aircraft afloat.

    So for clarity, I’m not suggesting a complete replacement to HTTP. I don’t envision a world where the web as we know gets fully “replaced”. But, I do think that it has out lived its purpose and ultimately we should be seeking a better protocol for information exchange. Or, in other words, I don’t think formulating a solution that can provide privacy, integrity, etc should be restricted to being built on HTTP just because that is what we essentially consider the web to be today.