uranibaba

joined 1 year ago
[–] uranibaba@lemmy.world 2 points 3 days ago

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

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

I don't follow. How would no IP give more money to the workers? How would no IP change how the company was run?

I'm not arguing IP here, I just seems to me that you are mixing two different things. You can have a employee owned company and still have IP.

Or am I missing something obvious?

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

I once had a bug in a C# program I wrote. It made a HTTP request and if the user agent was left to default (whatever that was), the server just gave back an empty string as a reply. I took way to long until I understood what was going on and I kept chasing async, thinking I had messed it up some how.

[–] uranibaba@lemmy.world 6 points 1 month 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 1 month ago (3 children)

How do you jb LG tv?

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

Have any good recipes?

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

I wish we could take these two comments and have them always show up on the front page.

 
 

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

view more: next ›