26
136
27
13
28
43
submitted 1 year ago* (last edited 1 year ago) by ElectroVagrant@lemmy.world to c/shittylifeprotips@lemmy.world

Nothing can go wrong here, everyone will happily wave to you as well! The one finger thing is just a weird custom, don't worry about it!

29
130
30
77
31
28

It works for TikTok, will work for you too!

32
73
33
37
submitted 1 year ago* (last edited 1 year ago) by killer_penguin@lemmy.world to c/shittylifeprotips@lemmy.world
34
25
35
30
36
-12
37
24
38
48
39
14
40
65
41
34
42
35

Don't forget!

43
150

That way, when you forget it, you'll get a helpful reminder that your password is incorrect.

44
128
45
19
submitted 1 year ago* (last edited 1 year ago) by Cevilia@lemmy.blahaj.zone to c/shittylifeprotips@lemmy.world

Meta seems to have money to burn, so they'll gladly pay for the disk space to host your uncompressible images. Here's a Python script to generate them!

generate.py

from PIL import Image
from tqdm import tqdm
import numpy as np
import sys
import os

number_of_images = 1000
width = 2048
height = 1024

for filename in tqdm(range(number_of_images)):
	image = Image.fromarray(np.random.randint(0, 256, (height, width, 3), dtype=np.uint8))
	image.save(str(filename) + ".png")

requirements.txt

pillow
tqdm
numpy

46
10

And remember, you can only lose what you give, but you can win more than 100x that amount.

47
19

~Do not write a comment about it not being theft with consent.~

48
34
49
19
50
31
view more: ‹ prev next ›

Shitty Life Pro Tip

5251 readers
5 users here now

image!shittylifeprotips



Welcome,

To a place for the shittiest, most mocking "pro-tips" you can think of. This Community is welcome to anything shitty pro-tip related, such as memes, discussing the best shitty tip, and much more.


RULES

1_Don't spam, post must be related to community topic

2_Do not seek mental, medical or professional help here. This is not the place, community is meant for satire.

3_No tip should be taken serious

4_No tip should single out a person

5_No racism, harassing, or discriminating against any group or any of the communities members. This will get you banned immediately.

6_Tip posts must start with SLPT

7_For posts related to SLPTs, but not a tip please use "[META]" tag

8_Self promotion will get you banned


Images/Icon

If you are interested in designing a logo or banner please privately message: @killer_penguin@lemmy.world

Icon Found Here By Gregsuj


Moderation

Looking For 2 Mods

If you are interested in becoming part of the moderation team, please privately message: @killer_penguin@lemmy.world

If you are a current mod on r/shittylifeprotips please DM any current mods.

founded 1 year ago
MODERATORS