I thought that was catchier than “Private Browsing/Incognito/InPrivate/gift shopping mode”.
It’s nice here, but a bit under-federated. Other @Deebster
s are available.
I thought that was catchier than “Private Browsing/Incognito/InPrivate/gift shopping mode”.
It’s not paywalled here, try using porn mode, clearing that site’s cookies or something like archive.today.
I’d rather see the second option - having a JavaScript-free solution is definitely more resilient than trying to detect and whitelist every archive service. As long as it works for wget/curl then it works for almost everyone.
TL;DR: the code/servers could be changed to use SSR, but that’s more expensive to run.
Lemmy is written more as a web app than as a traditional webpage. This means that the website sends a partial page plus the code+resources needed to finish building the page and the browser builds (“renders”) the final page.
This has advantages in that the server can send less data over time, cache more of that data, and overall has to do less work, plus also makes the site feel more snappy for the user, because their browser only needs to download the data that’s changed (instead of a whole new page).
The disadvantage is that the browser needs to be more powerful, and older/simpler browsers (like IE6, some text-only browsers and some web spiders) won’t apply the extra work to finish the page off.
The normal solution is called “server-side rendering” (SSR) where the server renders the full page, sends that over, then also sends over the code+data needed to run things more dynamically (“hydrating” the static site into an app-like experience). This means the server has to do a lot of work, but is often the best of both worlds; search engines see the proper page (good for SEO) but users get to have a nice experience (once that longer initial load is complete, anyway).
Do you use the vim plugin for VSC to keep your speedy navigation? I miss things like “select up to the next quote” but I’m not enough of a vim user to make the switch myself.
As noted, this is an old article. You can install the plugin here: https://addons.mozilla.org/en-GB/firefox/addon/firefox-translations/
I just tried it on https://www.tagesschau.de/wirtschaft/technologie and it’s definitely good enough to be usable, although it has translated the top story as “What the new data glasses from Apple can”. Google Translate’s version is almost the same for most of it, although it gets “can do” right.
It initially recognised that it could translate feddit.de but seems to have stopped now. Hmm.
Anyway, even though German->English is a pretty easy test given that English is a Germanic language, I’m happy to leave it installed and test it in the wild.
Bitwarden is open source (server, plugin and app) and can be self-hosted so it’s not centralised in any way that matters.
Also, I think an honest freemium offering is the best way to do it - have those that are willing/able to pay subsidise those who aren’t. It doesn’t have to be a slippery slope, and that’s not exactly common in the open-source world. After all, you can just fork it and go your own way if you’re not happy. Also, running servers isn’t free, and being able to remunerate the devs a little is no small thing.
So, in summary, use Bitwarden. You can set up your own server and install the plugin/app yourself if you want.
Bad link 👎
This article seems to be an incomplete pasting of an old article: What Did Ada Lovelace’s Program Actually Do? I was suspicious when it said “A contemporary interpretation of Ada’s punch card stack using JavaScript might resemble the following” but didn’t have any code.
The real tl;dr is it calculated terms of the Bernoulli series.