uranibaba

joined 1 year ago
[–] uranibaba@lemmy.world 5 points 2 weeks ago* (last edited 2 weeks ago)

I hoped Lemmy would blow up.

Blow up one server and three new will sprout.

[–] uranibaba@lemmy.world 6 points 3 weeks ago

No idea. I found the link over at Hacker News from this comment. https://news.ycombinator.com/item?id=41861376

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

Cat as in category, not the animal. That did not make sense at first.

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

I first thought it was some bizarre joke about teens getting pragnent, having a kids and not a second one. Then I realized that you are not a teen when you are an adult.

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

Got a Keychron K8 Pro wireless for work very recently. I was considering the MX Keys S and went to the store try out both of them. I just want to second Keychron as being a viable option instead of Logitech (but nothing will make me switch from MX Anywhere 3S).

[–] uranibaba@lemmy.world 1 points 1 month ago

Ah, gotcha! Thanks

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

Install Pi-Hole to block ads but use DNS server provided by the biggest ad company? o.O

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

I.e. a warranty means nothing if the company won’t uphold it.

Is that even legal? If you provide a warranty, you have to uphold it. Since LTT is in the USA: https://en.wikipedia.org/wiki/Magnuson%E2%80%93Moss_Warranty_Act.

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

I am waiting for an AI model and corresponding tools to generate my own anime and manga. No more stupid open endings, no more infinite story they stop producing because who knows, no more "I was in the same room as a girl, OH NO! Someone might have seen me, I'm so embarrassed!".

I almost wish I could take existing anime, put it in a machine and make it better. That should actually become a thing, use AI to make your favorite TV shower more to your liking. Someone needs to create this. Bad ending? Fix that. Bad dialog? Fix that. Change gender on all characters? Fix that as well. Foul langage? Easy.

[–] uranibaba@lemmy.world 10 points 2 months ago (3 children)

How do you jb LG tv?

 
 

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

100
submitted 1 year ago* (last edited 1 year 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 ›