redcalcium

joined 2 years ago
[–] redcalcium@lemmy.institute 6 points 1 year ago* (last edited 1 year ago) (2 children)

ublock origin won't help you blocking the ad elements if the entire website ui is rendered in a canvas (already starting to happen thanks to some frameworks like flutter) and can't block the ad logic if it bundled in the wasm along with the rest of the app. It might still able to block the requests, but they're starting to serve the ads from the same domain that serves the website so it can't be blocked without breaking the website itself, and might begin to serve those over websocket so adblockers can't block it by url path. With javascript, an ad blocker might still be able to monkey patch the ad logic on runtime to break it, but with black box like wasm I'm not sure if such thing is possible.

Once tooling and frameworks make it easier for average webdevs to use webasm, I'm sure ad companies will begin to offer it in their ads sdk. Thankfully most websites with ads are still care about SEO so at the very least we can be sure it won't happen anytime soon, unless something changes in how google works that could enable this.

[–] redcalcium@lemmy.institute 43 points 1 year ago (6 children)

People are annoyed by canonical shoving snaps into their mouth at every opportunity (people want to choose when to use them by themselves), but there are many legitimate reasons for existence of snap and flatpak. Here are some of them:

  • the app developers themselves are in full control of their app's distribution and updates instead of relying on distro maintainers. devs getting some angry mails for bugs already fixed but not yet included by distros is tale as old as time.
  • simplified dependency management. what's stopping the dev from packaging their app using distro's native package management instead? whelp, they don't want to deal with this stuff. It can be a hard work, and there are dozens of distros out there to support.
  • protecting users data. when you run an app installed from your distro's package manager, you know you can trust it because your distro maintainers have vetted the app to make sure it doesn't read your mail or your browser history or your ssh keys. when you download the app from a third party source, you can only pray to god that those apps won't mess with your data behind your back. You don't have to worry about that when you use sandboxed apps like flatpak.
[–] redcalcium@lemmy.institute 65 points 1 year ago (2 children)

Ubuntu, please stop! Her neck is going to snap!

[–] redcalcium@lemmy.institute 5 points 1 year ago (4 children)

I love seeing webassembly getting traction because it enable cool stuff never thought possible before running in web browsers. But webassembly is a blackbox that can't be tinkered with by end users. I dread the day webassembly become so widely used that average websites run under webassembly because that would be the end of blocking ads or tweaking websites behavior with greasemonkey scripts.

[–] redcalcium@lemmy.institute 48 points 1 year ago (6 children)

CoffeeScript was a fad, but TypeScript seems to gaining more and more popularity these days, with new runtimes like deno supporting them natively. TypeScript finally gave Microsoft relevancy again in webdev world, so I bet they'll go a great length to make sure it stays that way. If Microsoft were still making their own browser engine, I bet they'll make it natively supports TypeScript too.

[–] redcalcium@lemmy.institute 1 points 1 year ago* (last edited 1 year ago)

I got the feeling that the other commenter is right, that you’ll hate it, every day going forward:

Choose dishwasher over cabinet: every time you don't use the dishwasher's full capacity, you'll wonder why you didn't go with extra cabinet space instead

Chose extra cabinet space over dishwasher: every time your dirty dishes are too much for your dishwasher, you'll wonder why you didn't go with bigger dishwasher instead

[–] redcalcium@lemmy.institute 4 points 1 year ago* (last edited 1 year ago)

Using apache is smoother for beginner though because nextcloud can configure some of the webserver configuration it needs by generating a .htaccess file by itself without user intervention. On nginx you might need to tweak the webserver configuration yourself every once in a while when you update nextcloud, which OP seems to hate to do.

[–] redcalcium@lemmy.institute 11 points 1 year ago (1 children)

anti-homeless spikes? Pfft, just learn how to sleep on a bed of nails like those magicians.

[–] redcalcium@lemmy.institute 3 points 1 year ago

eBPF: psst, wanna run your code directly in kernel?

[–] redcalcium@lemmy.institute 4 points 1 year ago (1 children)

Double Dragon on NES had a jump that was impossible to make forcing the company to make a new cart and give refunds.

I didn't know this. This is obviously why I never finished that game and certainly not because I suck at it.

[–] redcalcium@lemmy.institute 6 points 1 year ago* (last edited 1 year ago) (1 children)

Games back then were also typically made by two dudes: one programmer and one artist. Heck, the original doom was made by five dudes: two programmers, two artists and one designer. I wonder what kind of nes games could be made back then if they had AAA budget like modern games.

view more: ‹ prev next ›