My Picture Dump

Lt. Snakestrike

The Kronian Serpent; Engineering Student
Head Professor
TEAM HAWK
Swingin' on a Star
Atlas
Under Pressure
Registered
#1
I'm gonna throw a bunch of pictures here that I either find amusing, pretty, or like for some other reason. Here's a batch. Yes, most of them are from Imgur. Also some gifs.

E5vWNKY.jpg

719590main_Grid-Sun-orig_full.jpg

View attachment hXfCc2f.jpg
lvbsw21.jpg

aKGab6E.jpg

2KfTU6Z.gif
 

Lt. Snakestrike

The Kronian Serpent; Engineering Student
Head Professor
TEAM HAWK
Swingin' on a Star
Atlas
Under Pressure
Registered
#3
Uhh... I found my problem...
20190923_223456.jpg

I'm only trying to calculate 100 values...
It decided to keep going instead, and only stopped at almost 300 million when it reached the 22 gb limit the program has...
 
#4
Uhh... I found my problem...
View attachment 27422
I'm only trying to calculate 100 values...
It decided to keep going instead, and only stopped at almost 300 million when it reached the 22 gb limit the program has...
Ewwww. Matlab. You could do this in java easily and more efficiently.
Java:
public class Fibonacci_In_SFS_Forum {
    public static void main(String args[]) {
      int n1 = 0;
      int n2 = 1;
      int output;
     
      System.out.print("1, ");
     
      for (int i=0; i<500; i++) {
          output = n1+n2;
          System.out.print(output + ", ");
          n1 = n2;
          n2 = output;
      }
    }
}
 

Lt. Snakestrike

The Kronian Serpent; Engineering Student
Head Professor
TEAM HAWK
Swingin' on a Star
Atlas
Under Pressure
Registered
#5
Ewwww. Matlab. You could do this in java easily and more efficiently.
Java:
public class Fibonacci_In_SFS_Forum {
    public static void main(String args[]) {
      int n1 = 0;
      int n2 = 1;
      int output;
    
      System.out.print("1, ");
    
      for (int i=0; i<500; i++) {
          output = n1+n2;
          System.out.print(output + ", ");
          n1 = n2;
          n2 = output;
      }
    }
}
Not my fault, this is an assignment.
 

Lt. Snakestrike

The Kronian Serpent; Engineering Student
Head Professor
TEAM HAWK
Swingin' on a Star
Atlas
Under Pressure
Registered
#8
Lol, turns out the problem was I was making the code way too complicated, and writing a shitton of extra zeros into the matrix as a result...
 
#10
Lookit my alternator
9EB534F8-AB8C-48DD-9525-5B0239AF7FF0.jpeg

Been stuck in Texas since Saturday waiting on a wire pigtail from Reno...UPS blew the overnight shipping and sent it 3 day ground, idiots
 

Lt. Snakestrike

The Kronian Serpent; Engineering Student
Head Professor
TEAM HAWK
Swingin' on a Star
Atlas
Under Pressure
Registered
#11
I don't what education system your school uses but for my high school located in Texas, the standard programming language used in Advance Placement exams is Java because of its syntax abd object-oriented features.
Well, I'm in college for one... Matlab is a well used language among engineers.
 
#12
20190927_193610.jpg
20190927_174449.jpg


Drawing Isometric for my Engineering class. The drawings are okay but the tonal shading is what makes this lit. Also since I have extra space, I drew a satellite that may or may not be related to SFS.
 

Lt. Snakestrike

The Kronian Serpent; Engineering Student
Head Professor
TEAM HAWK
Swingin' on a Star
Atlas
Under Pressure
Registered
#24
That comic was good. I personally believe snakes are a head with a long neck because a neck is where all the organs are held and a tail is just a muscle.
No, not really. In reality, A snake has a little bit of neck, but most of its body is its torso, up until its scoots (aka its butt and cloaca) where it then transitions into tail.
 

Mooncrasher

Reading LOTR lore
Staff member
Team Valiant
Discord Staff
Voyager Quest
Man on the Moon
Forum Legend
#25
That comic was good. I personally believe snakes are a head with a long neck because a neck is where all the organs are held and a tail is just a muscle.
Where did you learn biology? :p