meme tutorial
4.13K subscribers
7.19K photos
570 videos
8 files
6.33K links
memetica obscura
Chat with us: @discussiontutorial
Run by @Selicre
https://selic.re/
https://t.me/addstickers/hyperboxpack

Russian cat channel frens: @cats_cats
Download Telegram
Okay, mystery solved, it was my mom who left my groups because she enabled notifs by accident somehow and couldn't figure out how to turn them off lmao
I can't do group moderation on mobile
I think it's time for me to sleep. See you!
Are traps gay?
No: 0
Yes: 13
Should say that the poll is rigged (as a joke, obviously) and actual results are 4 yes / 4 no
But honestly by the time I'm interested in what's in someone's pants I don't care what I find there.
https://t.me/grumpy_mumbles/8870
Because god forbid you help someone because you're a decent fucking human being. I was once told "kill myself, you fucking communist" because I offered to help my friend with money. I swear, these people are the most obtuse pieces of shit imaginable
They also like to say that taxation is theft; somehow I highly doubt they want to live in a country without taxes
I have no clue how much of their online activity is trolling, but I highly hope it's at least 80% because the opinions that they spout endless dumbfound me entirely
relevant meme
For those who don't get it:
The Travelling Salesman problem requires you to visit each city once, and have it be the shortest possible path. As of right now, the problem is solvable, but only in non-polynomial time - which means that as you add more cities, the amount of time it takes to compute the path grows exponentially - which is insanely fast.
To put it in perspective, if you have N computers solving a polynomial-time problem, it will be solved in a 1/N of the time that it takes for a single computer - so, the processing time is basically halfed every time you double the amount of computers.

If you have a single computer solving an exponential-time problem, and you add another computer, it'll get solved, say, a second faster. As you add more computers, you'll only shave off single seconds.
This is also why P=NP is a big deal - if you can prove that every single problem that can be checked efficiently can also be solved efficiently, you can do stuff like protein folding (that's a cure for cancer!), and solve a lot of currently unsolved math problems. However, you kinda also break encryption completely and forever, so that's kind of a tradeoff..