uranibaba

joined 2 years ago
[–] uranibaba@lemmy.world 7 points 1 day ago (1 children)

I can't really put it into words but it feels like this should be the job of the police and that someone should be able to hold ICE accountable for this, AND hand the case over to the police. But the polices does not seem to be much better, so potato, potahto?

[–] uranibaba@lemmy.world 36 points 2 days ago (12 children)

ICE claimed that he rammed their vehicle, and that others threw stones and their car. So not a simple collision, from their official point of view. Though that does not justify what happened here.

I also wonder why this even is a case for ICE and not the police.

[–] uranibaba@lemmy.world 50 points 2 days 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 5 points 3 days ago (1 children)

Who are we taking about?

[–] uranibaba@lemmy.world 1 points 5 days 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 1 week ago (1 children)

Which one did you buy?

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

So a var can start as a string and later be an integer?

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

What’s up with that syntax? Why the use of var here?

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

No article?

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

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

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

Sadly it’s got achievements now

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

 

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

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