uranibaba

joined 2 years ago
[–] uranibaba@lemmy.world 5 points 4 hours 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 13 points 4 hours 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 7 points 5 hours 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 16 hours ago (1 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 3 points 16 hours ago

Problem solved.

Case closed.

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

You uninstall fonts? Never even considered that.

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

The title made me think 244 children (and not offenders) were arrested.

[–] uranibaba@lemmy.world 2 points 5 days ago

THANKS! I will try to do this this weekend (kids and all, might not have the time. :-) )

[–] uranibaba@lemmy.world 1 points 5 days ago

there’s nothing to do or at sea

Just being out on the sea is by itself a worthwhile experience, in my opinion. At least the first time. like flying, it is super boring sitting in a plane for multiple hours. But the first time being above the clouds is cool.

[–] uranibaba@lemmy.world 1 points 5 days ago

I can understand that. I like webp because of its small size. I don't know how it compares in quality to other formats but jpeg adds up. If I can store in a small size with minimal loss, I'd like that.

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

Haha! Could be it. 😂

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

What's annoying with webp?

 

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

0
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 ›