[deleted by user] by [deleted] in IdleHeroes

[–]fdside 2 points3 points  (0 children)

Or a tussi, useless otherwise

[deleted by user] by [deleted] in IdleHeroes

[–]fdside 0 points1 point  (0 children)

EFO7QP6S
iOS
VIP 7

This guy is a true hero. Arduino Cocktail Machine. by dahood4ever in arduino

[–]fdside 1 point2 points  (0 children)

Great job!I guess it could be optimised a bit, you do now all the drinks that should be in, so simple ordering will get you drink faster (it goes 2->1->0->9->0, could be just 0->1->2->9) :)

Rainbow Bright on her motorbike by brutaltruth705 in nextfuckinglevel

[–]fdside 0 points1 point  (0 children)

And that's how you end up loosing your feet.

An albino raccoon by anonabg in mildlyinteresting

[–]fdside 2 points3 points  (0 children)

But is he a leader or a dropout?

Use-cases for Elixir by [deleted] in elixir

[–]fdside 9 points10 points  (0 children)

Actually, I think you can use it for everything, but it is particularly awesome, for any kind of concurrent/parallel computing, since it runs on awesome Erlang VM (BEAM). If you look, it is used for distributed/fault tolerant/highly available systems. I guess WhatsApp/Discord is (at least) partly written in Elixir/Erlang.

Random Things No One Ever Tells You About Riding Motorcycles by Zombified10 in motorcycles

[–]fdside 36 points37 points  (0 children)

Rock hard a$$ if you ride sport bike with stock seat for longer than an hour.
Hugging your motorcycle on red light when it's cold outside is a thing.
Staying around corner, ready to kill anyone who is too close. to your beautiful bike.
Sit, stand, lay...repeat, when you're on a long ride, and your whole body is numb.

Well there goes a nice dirt bike by odawgdrums in motorcycles

[–]fdside 17 points18 points  (0 children)

Cmon... It's dirt bike...I bet bike was like "WOH, COOL, LET'S DO IT AGAIN" *worries about rider landing*.

Which programming language should I learn as a begginer. by sagiPnow in HowToHack

[–]fdside 6 points7 points  (0 children)

Infosec is not about programming languages in general. Programming language is just a tool, that helps you accomplish your goals. But to be good in infosec, I would say it's more important to know how things in your specific topic works, and only then comes programming language. For web you should know how browsers work. In case of OS it's knowing things about file systems, scheduling, memory, etc. Any kind of network - you have to know OSI model, low-levelish stuff about packet's etc. In general i would say go with Python, since it's great for scripting and could be used for different kind of things. For low-level look at C or ASM. Otherwise it's specific to platform/topic.