phaedrus
5
269
phaedrus

@piefed.world

In today's chautauqua...

phaedrus 142 points 5 months ago

I, too, am in love with a man named Jew Mexico

Let's just say... he always takes a right at Albuquerque

path: 0 21546948, hotness: undefined, score: 142, children: 3
phaedrus 94 points 7 months ago

How do shitpost memes make better stories than hollywood? This gave me goose bumps...

(ok I'll leave now)

path: 0 20515940, hotness: undefined, score: 94, children: 1
phaedrus 92 points 5 months ago

kabuto and haunter

path: 0 21539066, hotness: undefined, score: 92, children: 5
phaedrus 79 points 5 months ago

File storage box viewed straight-on from the front a handle side, hence why it's used for 'archive' a lot

cardboard filebox

path: 0 21528608, hotness: undefined, score: 79, children: 4
phaedrus 69 points 7 months ago

And just like robots.txt, I'm sure they will totally honor this in perpetuity

/s

path: 0 20588301 20589118, hotness: undefined, score: 69, children: 0
phaedrus 64 points 7 months ago

"You're insane if you don't eat candy!"

  • The man who sells candy
path: 0 20748521, hotness: undefined, score: 64, children: 1
phaedrus 55 points 6 months ago

Microslop is the new micropenis

path: 0 21381890, hotness: undefined, score: 55, children: 4
phaedrus 49 points 5 months ago

That is precisely what, "his people", are for in his eyes. There is no one but him in his world.

path: 0 21596234 21596492, hotness: undefined, score: 49, children: 0
phaedrus 44 points 7 months ago

I hope she keeps pushing, I'm willing to risk her life for this

path: 0 20523246, hotness: undefined, score: 44, children: 1
phaedrus 44 points 6 months ago

He only knows the word from seeing the board game that one time him and Epstein snorted coke off it

path: 0 21159269 21159294, hotness: undefined, score: 44, children: 0
phaedrus 43 points 6 months ago

I used to work in audio, some of these superstition-level solutions are hilarious. I remember a site that sold little baggies of rocks that you hung from your IEC cables at the wall outlet, and I think they were almost $100 before shipping (7 or 8 years ago).

One thing I do like from the audiophile world though: elecrostat speakers. They're just neat.

path: 0 21030701, hotness: undefined, score: 43, children: 2
phaedrus 42 points 7 months ago

You can do the entire thing as a one-liner using only find:

find ./ -type f \( -iname "*.jpg" -or -iname "*.png" \) -exec sh -c 'mv "$0" "$(uuidgen -r).${0##*.}"' {} \;  

Test on my machine:

phaedrus@sys76 ~/D/test> ls -lh  
total 0  
-rw-r--r-- 1 phaedrus users 0 Dec  6 01:08 test1.jpg  
-rw-r--r-- 1 phaedrus users 0 Dec  6 01:08 test1.png  
-rw-r--r-- 1 phaedrus users 0 Dec  6 01:08 test2.jpg  
-rw-r--r-- 1 phaedrus users 0 Dec  6 01:08 test2.png  
-rw-r--r-- 1 phaedrus users 0 Dec  6 01:08 test3.jpg  
-rw-r--r-- 1 phaedrus users 0 Dec  6 01:08 test3.png  
phaedrus@sys76 ~/D/test> find ./ -type f \( -iname "*.jpg" -or -iname "*.png" \) -exec sh -c 'mv "$0" "$(uuidgen -r).${0##*.}"' {} \;  
phaedrus@sys76 ~/D/test> ls -lh  
total 0  
-rw-r--r-- 1 phaedrus users 0 Dec  6 01:08 062d8954-9921-42bd-ad24-0e4ed403a5db.jpg  
-rw-r--r-- 1 phaedrus users 0 Dec  6 01:08 111f859f-b1fe-4488-b2bc-75585320e3a3.png  
-rw-r--r-- 1 phaedrus users 0 Dec  6 01:08 39b9fe4e-7a05-43c9-b30a-69e9a13aa3a9.png  
-rw-r--r-- 1 phaedrus users 0 Dec  6 01:08 57bda91e-49e5-43fe-8318-aeeb2e3adde7.png  
-rw-r--r-- 1 phaedrus users 0 Dec  6 01:08 97398eb7-54aa-488f-8fbe-0b84b5e5a50d.jpg  
-rw-r--r-- 1 phaedrus users 0 Dec  6 01:08 f7a13274-e2c0-4fa7-9907-c590d1280c2e.jpg  

btw, Lemmy doesn't like language specifiers in the multi-line code blocks, so it's difficult to read all that in its current form since there are no tabs to know how you have it formatted. Makes it virtually impossible to troubleshoot your specific script.

edit: further reading on the ever useful variable expansions (${0##*.} portion of my one-liner):
https://www.gnu.org/...

path: 0 20872776, hotness: undefined, score: 42, children: 5
phaedrus 40 points 7 months ago

Indeed, and Electron is not specific to Windows

path: 0 20918619 20918714, hotness: undefined, score: 40, children: 1
phaedrus 36 points 6 months ago

Just then, a loud booming sound comes from the top of the Throat of the World: "TOOT TOOT." The hero gazes in horror as Thomas the Tank Engine comes barreling 'round the mountain pass.

path: 0 21177548, hotness: undefined, score: 36, children: 5
phaedrus 36 points 7 months ago

This reminds me of Reagan removing solar panels from the white house just to spite the libs. We spent good money installing those, and they only served to save money down the road. It probably took even more money to uninstall them with 0 benefits in doing so. Just leave it, literally is hurting nothing at all.

It really feels like all of this is just fire and movement to confuse those that are not paying attention, or unable to. Make it easier for the proles to land on the decision to bury their heads in the sand.

This administration is a master class in insecurity projection.

path: 0 20946495, hotness: undefined, score: 36, children: 2
phaedrus 35 points 5 months ago path: 0 21581301, hotness: undefined, score: 35, children: 6
phaedrus 32 points 6 months ago

The creative iterations part is funny to me. Sure, it cuts the time-span of each iteration down, potentially, if you are not proficient with what you are doing. However, because of the wild innaccuracies and lack of context of a physical world, you are also doing 5-10x more iterations than you otherwise would have, except you don't get to learn and grow along the way.

Literally turns everything into worker-bee level stuff. Usual shareholder mentality to go for quantity over quality.

path: 0 21030537, hotness: undefined, score: 32, children: 2
phaedrus 32 points 6 months ago

geordi la forge got a dog to meet other dogs

path: 0 21191584, hotness: undefined, score: 32, children: 0
phaedrus 31 points 7 months ago

Says the guy who couldn't go out in public without standing behind bullet-proof glass after a piece of a teleprompter scratched his ear...

path: 0 20571450, hotness: undefined, score: 31, children: 0
phaedrus 30 points 6 months ago

Intelligence or Hallucinations?

you keep using that word, but I do not think it means what you think it means

path: 0 21029992, hotness: undefined, score: 30, children: 3

thanks for using Leebra!

go to feed...