[-] dot20@lemmy.world 24 points 10 months ago

Any second-hand business class laptop that fits your budget, i.e. HP Elitebook/Probook/Zbook, Dell Inspiron/Latitude/XPS, or Lenovo Thinkpad.

Businesses tend to get rid of them after 4 years, even if they're still in good condition. Great bang for your buck and easily repairable if something does end up breaking.

You'll have to install Linux yourself, but generally support for older hardware is OK.

IMPORTANT: make sure the BIOS isn't locked before buying.

[-] dot20@lemmy.world 23 points 11 months ago

That and without an income source, you can't pay content creators, so you can't attract them to the platform in the first place. People dislike YouTube for running ads, but the ads are what pays for the videos.

[-] dot20@lemmy.world 34 points 11 months ago

Self-hosted WordPress blogs were actually already able to federate with the fediverse (if the blog admin installs the requisite plugin). The recent news is that blogs hosted on WordPress.com are now also able to federate.

WordPress.com is the name of the hosting service by the creators of WordPress, but you can also choose to host the WordPress software elsewhere (and many do).

12
submitted 11 months ago by dot20@lemmy.world to c/thenetherlands@feddit.nl

cross-posted from: https://lemmy.world/post/5143956

Obscure government algorithms are making life-changing decisions about millions of people around the world. Here, for the first time, we reveal how one of these systems works.

3
submitted 1 year ago by dot20@lemmy.world to c/support@lemmy.world

I seem not to be able to create a post in the community !theNetherlands@feddit.nl. When I tap the ‘Create’ button, instead of creating the post, it just keeps spinning forever and never actually creates the post. I’m using the regular Lemmy.world web UI on Safari on iPadOS 16.6.1.

How can I solve this?

6
submitted 1 year ago by dot20@lemmy.world to c/nieuws@feddit.nl

Obscure government algorithms are making life-changing decisions about millions of people around the world. Here, for the first time, we reveal how one of these systems works.

[-] dot20@lemmy.world 25 points 1 year ago

It's called the Super key on Linux. On Windows it's called the Windows key and on Mac the Command key.

[-] dot20@lemmy.world 48 points 1 year ago

Are you suggesting that Linus Sebastian, age 36, is somehow a Gen Zer?

[-] dot20@lemmy.world 26 points 1 year ago

TF2 did it first

[-] dot20@lemmy.world 28 points 1 year ago

Well, it sure sounds like X is delivering users to Mastodon.

[-] dot20@lemmy.world 21 points 1 year ago

Nitpick: it’s performant (capable of a high level of performance), but not performative (being done as a performance).

[-] dot20@lemmy.world 24 points 1 year ago

Nobody really knows, but there are two theories floating around:

  • The Lemmy devs paid for their domain
  • Their DNS entries are still cached and it will stop working tomorrow
[-] dot20@lemmy.world 20 points 1 year ago

even forefox adopted the extension limitations of chrome?

This is false. I quote blog.mozilla.org:

One of the most controversial changes of Chrome’s MV3 approach is the removal of blocking WebRequest, which provides a level of power and flexibility that is critical to enabling advanced privacy and content blocking features. Unfortunately, that power has also been used to harm users in a variety of ways. Chrome’s solution in MV3 was to define a more narrowly scoped API (declarativeNetRequest) as a replacement. However, this will limit the capabilities of certain types of privacy extensions without adequate replacement.

Mozilla will maintain support for blocking WebRequest in MV3. To maximize compatibility with other browsers, we will also ship support for declarativeNetRequest. We will continue to work with content blockers and other key consumers of this API to identify current and future alternatives where appropriate. Content blocking is one of the most important use cases for extensions, and we are committed to ensuring that Firefox users have access to the best privacy tools available.

https://blog.mozilla.org/addons/2022/05/18/manifest-v3-in-firefox-recap-next-steps/

I also quote uBlock Origin's GitHub page:

uBO works best on Firefox and is available for desktop and Android versions.

https://github.com/gorhill/uBlock#installation

[-] dot20@lemmy.world 28 points 1 year ago

Ah, I understand now. The expression is evaluated like this:

  • $a == 1 ? "one" : $a == 2 ? "two" : $a == 3 ? "three" : "other"
  • $a == 2 ? "two" : $a == 3 ? "three" : "other"
  • "two" ? "three" : "other"
  • "three"
view more: next ›

dot20

joined 1 year ago