diff --git a/_layouts/allposts.html b/_layouts/allposts.html index bc0c4d4..b4981f9 100644 --- a/_layouts/allposts.html +++ b/_layouts/allposts.html @@ -18,15 +18,15 @@
-
+
{% for post in site.posts %} {% if post.title != 404 %} -
-

{{ post.title }}

-
+ +

{{ post.title }}

+ -

    {{ post.description }}

+
-
+
-
-

I gave Google's CTF a short try and learned a thing or two

-
+ +

The language hunt: Part 2

+ -

    But exams got in the way and took all the fun

+ +
+ + + + + +

I gave Google's CTF a short try and learned a thing or two

+ + + +
+

What I have learned from 2 years of FRC programming

+ -

    Robots are pretty cool

+
+

Blogs I Read

+ -

    The constantly updating list

+
+

I made a new song!

+ -

    Releasing a new song with friends at school

+
+

Graphing the relation between wheels and awards for FRC

+ -

    AKA. Why programmer + reddit + matplotlib is a bad idea.

+
+

GitHub's CSS is boring. So I refreshed the design

+ -

    

+
+

Building a safe and easy system for sending computer vision data from a raspberry pi to a roborio

+ -

    

+
+

The language hunt

+ -

    

+
-
-

Using a python script to create devRant posts based on the style and content of another user

-
+ +

Using a python script to create devRant posts based on the style and content of another user

+ -

    

+
+ + + + Evan Pratten + + + + + + + + + + + +
+ + + + + + + + + +
+ + +
+
+
+

The language hunt: Part 2

+
+ +

This is a very short post, just to explain the result of The language Hunt.

+ +

Our choice

+

For our upcoming 2020 season and for the forseeable future, we have chosen Java as our programming language for direct hardware interfacing, and Python for networking, vision, and other smaller tasks.

+ +

What does this mean for the team?

+

Not too much. Aside from learning new syntax, tools, and no longer worrying about linker errors, Java and C++ have no real difference. Most of the reason Java was chosen was based on support instead of functionality. Java is much better supported by FIRST, WPILib, and other vendors. Java is also taught in the school 5024 is based from. For a more detailed explanation of the benefits of each language, take a look at Chief Delphi. There are plenty of posts there explaining the choices of many teams and their reasoning.

+ +

Side note

+

I am experimenting with various post formats (This being a short post). Let me know which you prefer via the social platform of your choice.

+

+
+
+ +
+ + + + +
+ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/_site/index.html b/_site/index.html index 9414a50..6102bc4 100644 --- a/_site/index.html +++ b/_site/index.html @@ -120,6 +120,18 @@
+ + + +