Good vs. Evil

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
36 Random fact: The Earth's core is mostly made of iron and nickel. So is invar. Probably not in the right ratio for it to actually be considered invar, but... details.
 

erindalc

Popular Member
Mar 3, 2015
992
512
109
Steam
42 Lua's pretty easy, as is Python. Python's turtle library, I've found, is a really good way to get someone started in programming, since they can directly see what their code does when they run it. None of this complicated text-based tomfoolery (well, not on the output side, at least).

Try running this code (you can just type or copy it right into the python shell, no need to create a text file even):

for i in range(5):
turtle.forward(200)
turtle.left(144)​
36 I have done Python in the past. I should again.
 

erindalc

Popular Member
Mar 3, 2015
992
512
109
Steam
37 So for whatever reason, if I put my computer to sleep, and turn on my window fan (which is in a separate power strip), my computer will wake up from sleep.

Why?
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
36 because the noise of the fan wakes it up? Also, don't suddenly wake your computer up from its sleep using sound. That is mean, how would you like it when you where asleep and people started making a lot of noise? :p
 
  • Like
Reactions: erindalc