uranibaba

joined 2 years ago
[–] uranibaba@lemmy.world 51 points 1 week ago (5 children)
  1. I was sure the bike was going to get hit by the first bus.
  2. A man just stepped off the bus in the middle is everything.
[–] uranibaba@lemmy.world 1 points 1 week ago

I believe @dustyData@lemmy.world is reading separate as in when a married couple decide to not live together while still being married.

https://en.wikipedia.org/wiki/Marital_separation

[–] uranibaba@lemmy.world 2 points 2 weeks ago (1 children)

Which one did you buy?

[–] uranibaba@lemmy.world 2 points 2 weeks ago

Oh, okey. Yeah, I can live without that too.

[–] uranibaba@lemmy.world 1 points 2 weeks ago (2 children)

Sadly it’s got achievements now

What did I miss? Does Linux has achievements now??

[–] uranibaba@lemmy.world 1 points 2 weeks ago

Agreeded. I remember a lot of posts being "Girls, what do you like with boys" and then the next post would be "Boys, what do you like with girls". Rinse and repeat in some other flavour with more or less sex.

[–] uranibaba@lemmy.world 10 points 2 weeks ago

Why would they not unlock the victims data if they pay? Doesn't that defeat the whole purpose of ransomware?

The article even points this out:

However, it also ruins negotiations when victims realize that Anubis has already deleted their files for good.

[–] uranibaba@lemmy.world 15 points 2 weeks ago

They both make stupid arguments. Who would replace reading a book with an AI? If I want information in a shorter format, I would not be looking for books in the first place (unless I need to reference pages/chapters, but then I won't be reading the whole thing anyway).

[–] uranibaba@lemmy.world 8 points 2 weeks ago

You see the same with people who use fillers or get tattoos. They start small, only one tattoo or a minor increase in lip size. Then they get another and another tattoo, or get bigger and bigger lips. My hypothesis is that they get used to the new appearance or becomes desensitized to it.

[–] uranibaba@lemmy.world 1 points 3 weeks ago (2 children)

one-liner posts

I feel like Ask Reddit is at fault for that one. They changed their rules to have the entire question fit in the title. Before that, you were allowed to have the question expanded upon in the post.

[–] uranibaba@lemmy.world 29 points 3 weeks ago (3 children)

You uninstall fonts? Never even considered that.

 

Title. I looked at how to configure anything and found Caddy to be much easier to use. Aside from a lot of docker images integrating with it, why is everyone using it? Edit: I meant Traefik

 

In the light of Firefox's changes to sharing data and the fact that there are only two browsers^[/s], here is a reminder about Servo, an "experimental browser engine".

Who know, it could be the next big browser (one can hope at least).

 
 

Using uBlock Origin, you can add your own filter. This filter will block any post with the text "Elon Musk" (not case sensitive), modify as needed.

lemmy.world##div.post-listing:has(span:has-text("/elon musk/i"))

div.post-listing is the element to block
:has(args) returns elements where args evaluate to true
span is the element with the title text
:has-text(needle) returns the element if it has the next needle, supports regex with \needle\ and remove case sensitivity with i

Read more here: https://github.com/gorhill/uBlock/wiki/Procedural-cosmetic-filters

99
submitted 2 years ago* (last edited 2 years ago) by uranibaba@lemmy.world to c/linux@lemmy.ml
 

I just found out about AppImageLauncher, a package handler for AppImages. It organizes them, creates desktop files for you and handles updates and removal.

Integrate AppImages to your application launcher with one click, and manage, update and remove them from there. Double-click AppImages to open them, without having to make them executable first.

Much better than having to create all the desktop files myself, and having to figure out what to put in them for it to work correctly (I'm looking at you, qBittorrent and magnet links).

view more: next ›