tetris11

joined 2 years ago
[–] tetris11@lemmy.ml 30 points 11 months ago (1 children)

This man deserves every ounce of respect that he gets, all of it earned.

[–] tetris11@lemmy.ml 1 points 11 months ago

Agreed, and given how much of that rift stems from mild music preferences and involuntary erythropoietic porphyria, I no longer subscribe to elven newsletters.

[–] tetris11@lemmy.ml 13 points 11 months ago (5 children)

NTA. The jeweler may have had a politically incorrect past, but the times have changed and so have the people. Why not go seek the jeweler and have a frank conversation about their current principles, and then make an informed decision?

[–] tetris11@lemmy.ml 3 points 11 months ago

Ethics is just politics with a less unpleasant name. Personally, I don't feel a browser should be political. Anything that's political forces a choice, or perhaps the lack of choice, on the user. IMO the user should always have a choice.

So for me, AI should be opt-in and disabled by default, BUT I'd like the option to enable it when I choose, whether that's through the AI or through 'librewolf.overrides.cfg' doesn't matter.

The one sane voice in that thread

[–] tetris11@lemmy.ml 2 points 11 months ago

...If I give a cat a wegie and put a piece of dirty underwear on its head, will it shoot me?

[–] tetris11@lemmy.ml 2 points 11 months ago

I really like the compact artistry of this one

[–] tetris11@lemmy.ml 1 points 11 months ago* (last edited 11 months ago)

I was leaning more on funny-likable/charming is suggestive of deep-seated populism and corruption

[–] tetris11@lemmy.ml 9 points 11 months ago (2 children)

These are stats from the CDC, citing WHO sources.

[–] tetris11@lemmy.ml 4 points 11 months ago

Keep up the good and important work guys, we're rooting for you.

[–] tetris11@lemmy.ml 3 points 11 months ago

If you change the colours to night mode, the song "Sister Christian" starts playing

[–] tetris11@lemmy.ml 4 points 11 months ago* (last edited 11 months ago)

xargs is also fun, and assuming your for loop doesn't update anything out of the loop, is highly parallelizable

The equivalent of the same command, that handles 10 tasks concurrently, using %% as a variable placeholder.

seq 1 100 | xargs -I'%%' -P 10 sh -c 'mkdir Data_X0%% && mv x0%%* Data_X0%%;'

But for mass renaming files, dired along with rectangle-select and multicursors within Emacs is my goto.

[–] tetris11@lemmy.ml 8 points 11 months ago

Wow, super useful command. Starring this comment

view more: ‹ prev next ›