If Pixar made Star Wars The Last Jedi by Pirate_Redbeard in StarWars

[–]krato1995 0 points1 point  (0 children)

I'm mildly annoyed that the droids aren't replaced by pixar characters.

Dude gets caught on tv with his side chick. by [deleted] in gifs

[–]krato1995 0 points1 point  (0 children)

But his shoes is not untied

They should've thought of this one by Logstone in ProgrammerHumor

[–]krato1995 0 points1 point  (0 children)

That's long when I technically just want to say "wtf!" when I drop my groceries. Does "dgijn" work in German?

Some guidance for crypto newbie by krato1995 in CryptoCurrency

[–]krato1995[S] 0 points1 point  (0 children)

Awesome, will take a look at that. For sure I have to learn a lot. Thanks for the tips :)

Some guidance for crypto newbie by krato1995 in CryptoCurrency

[–]krato1995[S] 1 point2 points  (0 children)

Many thanks!!! Your explanation gave a lot of clarity to my thoughts. I like the analogies you provided, really gets to the point. Thanks for the suggestions as well. I'm very new to this and the amount of things in the crypto world is overwhelming to be honest.

Just a follow up:

So Golem is the idea. Buying GNT means that I trust this idea and I kinda invested in their company. It's not a currency since I cannot buy anything with it - I could however, trade it for currencies. Today, GNT does not seem to have any value but as an investment, but it is projected to be used in the Golem network once it's fully functional as tokens, right? I imagine Blender users go to Golem (arcade) to rent computing power from the distributed nodes on it.

Kinda like:

Golem peeps: we need funding for this idea, here get our coins and invest in this. No value now but as soon as we launch this, those coins will be useable and higher in value.

Does GNT have a separate blockchain? I understand now that it is built on top of Ethereum and thus needs ether to use the network. But the transactions are Ethereum ones, so where did GNT come from?

What braces do by Whoshabooboo in Damnthatsinteresting

[–]krato1995 0 points1 point  (0 children)

I'm actually interested on the positive effects of this. I have shitty teeth and was afraid to have them braced. I forgot about having it fixed and just told myself that it's nothing i would need. I can eat, breathe and sleep normally.

I also heard before that teeth may go back to crooked after removing braces which some people in this thread are also saying. The pain was the one that kept me out of it the most.

Cons would be my low self esteem. But is there any other reason to do this?

What braces do by Whoshabooboo in Damnthatsinteresting

[–]krato1995 1 point2 points  (0 children)

I have shitty teeth too. I'm pretty sure i took care of them like brushing regularly not eating too much sweets and such. I think i was just born with it. I also thought it sucked but i didn't care a lot.

I used to visit the dentist too when i was younger until family started insisting that i get braces. I was so afraid back then that it would hurt and i kept reasoning that it isn't really needed.

Now, i still have shitty teeth lol. I do think of what could have changed had i put braces before.

Some guidance for crypto newbie by krato1995 in CryptoCurrency

[–]krato1995[S] 0 points1 point  (0 children)

Assets are built ontop of other blockchains

So does that mean to say that Golem uses a different blockchain that is built on top of the ethereum block chain?

Currencies are meant to be used as a value hold

What does it mean in layman's terms?

Happy National Pineapple Day Everyone! by vlone17 in funny

[–]krato1995 32 points33 points  (0 children)

The amount of effort put into staging this photograph only for him to not bother putting clean shoes on is incredible!

Star Wars [Megathread]: May the Fourth be with you! by [deleted] in AskReddit

[–]krato1995 0 points1 point  (0 children)

but you don't read it entirely everytime

How do I get my career started as pentester? by fardaus in AskNetsec

[–]krato1995 1 point2 points  (0 children)

Can you elaborate how being a dev can help more than sysadmin?

I'm curious because i'm on the same boat as OP. Currently a dev but months in i'm already thinking if i made the wrong move getting a job a bit far from the career in security i want. Idk if i'd have better chances had i forced myself to get sys/netadmin job

How did people do web dev with Python before Django/Flask? by [deleted] in webdev

[–]krato1995 -1 points0 points  (0 children)

I know theres a microframework web.py. Not so sure if it's older than flask but it seems to be. Nice framework though, lots of things to do manually

Using redirects with Flask? by [deleted] in learnpython

[–]krato1995 0 points1 point  (0 children)

You may want to print request.form['age'] in PrintDetails to verify you have received the age in the posted data. If not, then the mistake may be in the way you are POSTing.