langhunt
This commit is contained in:
parent
bca3bbc7ed
commit
0feca0fcd2
@ -18,15 +18,15 @@
|
||||
|
||||
<!-- One -->
|
||||
<section id="one">
|
||||
<div class="inner">
|
||||
<div class="inner" style="text-align: center">
|
||||
{% for post in site.posts %}
|
||||
{% if post.title != 404 %}
|
||||
<header class="major">
|
||||
<h1><a href="{{ post.url | relative_url }}" class="link">{{ post.title }}</a></h1>
|
||||
</header>
|
||||
<!-- <header class="major"> -->
|
||||
<h1><a href="{{ post.url | relative_url }}" class="link" title="{{ post.date }}">{{ post.title }}</a></h1>
|
||||
<!-- </header> -->
|
||||
|
||||
<!-- Cheaty way to display a description -->
|
||||
<h3> {{ post.description }}</h3>
|
||||
<!-- <p><i>{{ post.date }}</i></p> -->
|
||||
<hr>
|
||||
<!-- {% if post.image %}<span class="image main"><img src="{{ site.baseurl }}/{{ post.image }}" alt="" /></span>{% endif %}
|
||||
{% if post.date %}<p>{{ post.date }}</p>{% endif %}
|
||||
|
@ -18,5 +18,5 @@ We, as a team are looking to bring our programming and robots to the next level
|
||||
It's time for a change, but what do we change to?
|
||||
|
||||
## Part 2
|
||||
We are currently doing our evaluation of new programming languages, and an update will be posted to this blog in the near future.
|
||||
The followup can be found [HERE](/frc/2019/06/24/LanguageHunt2.html).
|
||||
|
||||
|
18
_posts/2019-06-24-LanguageHunt2.md
Normal file
18
_posts/2019-06-24-LanguageHunt2.md
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
layout: post
|
||||
title: "The language hunt: Part 2"
|
||||
description: "A quick followup"
|
||||
date: 2019-06-24 21:36:00
|
||||
categories: frc
|
||||
---
|
||||
|
||||
This is a very short post, just to explain the result of [The language Hunt](/frc/2019/04/30/FRC-Languages.html).
|
||||
|
||||
## 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.
|
@ -1,12 +0,0 @@
|
||||
---
|
||||
layout: post
|
||||
title: "From ThriftyField to OpenFMS"
|
||||
date: 2019-05-20 12:36:00+0000
|
||||
categories: frc
|
||||
---
|
||||
|
||||
I started work on the [ThriftyField]() project last November after watching some old videos from [Chezy Champs](). I was amazed by 254's field software, and wanted to build my own. As I do with all my ideas, I created a github repo, made a few commits with some half-working code and some notes, the forgot about it.
|
||||
|
||||
ThriftyField would have been completely forgotten about had I not been asked by a member of [6856]() to help them with the creation of their practice field (Currently just an idea. Not reality yet). I immeadiatly said "Sure!" and started work on ThriftyField 3.0
|
||||
|
||||
## Stop tallking about ThriftyField. What is OpenFMS
|
@ -1,10 +0,0 @@
|
||||
---
|
||||
layout: post
|
||||
title: "I have a new website!"
|
||||
date: 2019-06-16 10:19:00+0000
|
||||
categories: web
|
||||
---
|
||||
|
||||
Since 2015, this website has been constantly changing. For the curious, the origional site is still alive over [HERE](http://retrylife.weebly.com/).
|
||||
|
||||
This site get
|
@ -75,15 +75,38 @@
|
||||
|
||||
<!-- One -->
|
||||
<section id="one">
|
||||
<div class="inner">
|
||||
<div class="inner" style="text-align: center">
|
||||
|
||||
|
||||
<header class="major">
|
||||
<h1><a href="/ctf/2019/06/23/googlectf.html" class="link">I gave Google's CTF a short try and learned a thing or two</a></h1>
|
||||
</header>
|
||||
<!-- <header class="major"> -->
|
||||
<h1><a href="/frc/2019/06/24/LanguageHunt2.html" class="link" title="2019-06-24 17:36:00 -0400">The language hunt: Part 2</a></h1>
|
||||
<!-- </header> -->
|
||||
|
||||
<!-- Cheaty way to display a description -->
|
||||
<h3> But exams got in the way and took all the fun</h3>
|
||||
<!-- <p><i>2019-06-24 17:36:00 -0400</i></p> -->
|
||||
<hr>
|
||||
<!--
|
||||
<p>2019-06-24 17:36:00 -0400</p>
|
||||
<p><p>This is a very short post, just to explain the result of <a href="/frc/2019/04/30/FRC-Languages.html">The language Hunt</a>.</p>
|
||||
|
||||
<h2 id="our-choice">Our choice</h2>
|
||||
<p>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.</p>
|
||||
|
||||
<h2 id="what-does-this-mean-for-the-team">What does this mean for the team?</h2>
|
||||
<p>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.</p>
|
||||
|
||||
<h2 id="side-note">Side note</h2>
|
||||
<p>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.</p>
|
||||
</p> -->
|
||||
|
||||
|
||||
|
||||
<!-- <header class="major"> -->
|
||||
<h1><a href="/ctf/2019/06/23/googlectf.html" class="link" title="2019-06-23 18:04:00 -0400">I gave Google's CTF a short try and learned a thing or two</a></h1>
|
||||
<!-- </header> -->
|
||||
|
||||
<!-- Cheaty way to display a description -->
|
||||
<!-- <p><i>2019-06-23 18:04:00 -0400</i></p> -->
|
||||
<hr>
|
||||
<!--
|
||||
<p>2019-06-23 18:04:00 -0400</p>
|
||||
@ -101,12 +124,12 @@
|
||||
|
||||
|
||||
|
||||
<header class="major">
|
||||
<h1><a href="/frc/2019/06/21/Robot-Experiences.html" class="link">What I have learned from 2 years of FRC programming</a></h1>
|
||||
</header>
|
||||
<!-- <header class="major"> -->
|
||||
<h1><a href="/frc/2019/06/21/Robot-Experiences.html" class="link" title="2019-06-21 11:14:00 -0400">What I have learned from 2 years of FRC programming</a></h1>
|
||||
<!-- </header> -->
|
||||
|
||||
<!-- Cheaty way to display a description -->
|
||||
<h3> Robots are pretty cool</h3>
|
||||
<!-- <p><i>2019-06-21 11:14:00 -0400</i></p> -->
|
||||
<hr>
|
||||
<!--
|
||||
<p>2019-06-21 11:14:00 -0400</p>
|
||||
@ -167,12 +190,12 @@
|
||||
|
||||
|
||||
|
||||
<header class="major">
|
||||
<h1><a href="/random/2019/06/18/Blogs-I-Read.html" class="link">Blogs I Read</a></h1>
|
||||
</header>
|
||||
<!-- <header class="major"> -->
|
||||
<h1><a href="/random/2019/06/18/Blogs-I-Read.html" class="link" title="2019-06-18 09:18:00 -0400">Blogs I Read</a></h1>
|
||||
<!-- </header> -->
|
||||
|
||||
<!-- Cheaty way to display a description -->
|
||||
<h3> The constantly updating list</h3>
|
||||
<!-- <p><i>2019-06-18 09:18:00 -0400</i></p> -->
|
||||
<hr>
|
||||
<!--
|
||||
<p>2019-06-18 09:18:00 -0400</p>
|
||||
@ -189,12 +212,12 @@ https://retrylife.ca/feed.xml
|
||||
|
||||
|
||||
|
||||
<header class="major">
|
||||
<h1><a href="/music/2019/06/17/AMM2M1-release.html" class="link">I made a new song!</a></h1>
|
||||
</header>
|
||||
<!-- <header class="major"> -->
|
||||
<h1><a href="/music/2019/06/17/AMM2M1-release.html" class="link" title="2019-06-17 06:20:00 -0400">I made a new song!</a></h1>
|
||||
<!-- </header> -->
|
||||
|
||||
<!-- Cheaty way to display a description -->
|
||||
<h3> Releasing a new song with friends at school</h3>
|
||||
<!-- <p><i>2019-06-17 06:20:00 -0400</i></p> -->
|
||||
<hr>
|
||||
<!--
|
||||
<p>2019-06-17 06:20:00 -0400</p>
|
||||
@ -214,12 +237,12 @@ Your browser does not support audio players
|
||||
|
||||
|
||||
|
||||
<header class="major">
|
||||
<h1><a href="/frc/2019/06/16/Graphing-w2a.html" class="link">Graphing the relation between wheels and awards for FRC</a></h1>
|
||||
</header>
|
||||
<!-- <header class="major"> -->
|
||||
<h1><a href="/frc/2019/06/16/Graphing-w2a.html" class="link" title="2019-06-16 11:51:00 -0400">Graphing the relation between wheels and awards for FRC</a></h1>
|
||||
<!-- </header> -->
|
||||
|
||||
<!-- Cheaty way to display a description -->
|
||||
<h3> AKA. Why programmer + reddit + matplotlib is a bad idea.</h3>
|
||||
<!-- <p><i>2019-06-16 11:51:00 -0400</i></p> -->
|
||||
<hr>
|
||||
<!--
|
||||
<p>2019-06-16 11:51:00 -0400</p>
|
||||
@ -280,12 +303,12 @@ Your browser does not support audio players
|
||||
|
||||
|
||||
|
||||
<header class="major">
|
||||
<h1><a href="/css/2019/06/12/Styiling-GitHub.html" class="link">GitHub's CSS is boring. So I refreshed the design</a></h1>
|
||||
</header>
|
||||
<!-- <header class="major"> -->
|
||||
<h1><a href="/css/2019/06/12/Styiling-GitHub.html" class="link" title="2019-06-12 09:09:00 -0400">GitHub's CSS is boring. So I refreshed the design</a></h1>
|
||||
<!-- </header> -->
|
||||
|
||||
<!-- Cheaty way to display a description -->
|
||||
<h3> </h3>
|
||||
<!-- <p><i>2019-06-12 09:09:00 -0400</i></p> -->
|
||||
<hr>
|
||||
<!--
|
||||
<p>2019-06-12 09:09:00 -0400</p>
|
||||
@ -332,12 +355,12 @@ Your browser does not support audio players
|
||||
|
||||
|
||||
|
||||
<header class="major">
|
||||
<h1><a href="/frc/2019/05/27/Building-Safe-Vision-Comms.html" class="link">Building a safe and easy system for sending computer vision data from a raspberry pi to a roborio</a></h1>
|
||||
</header>
|
||||
<!-- <header class="major"> -->
|
||||
<h1><a href="/frc/2019/05/27/Building-Safe-Vision-Comms.html" class="link" title="2019-05-27 05:22:00 -0400">Building a safe and easy system for sending computer vision data from a raspberry pi to a roborio</a></h1>
|
||||
<!-- </header> -->
|
||||
|
||||
<!-- Cheaty way to display a description -->
|
||||
<h3> </h3>
|
||||
<!-- <p><i>2019-05-27 05:22:00 -0400</i></p> -->
|
||||
<hr>
|
||||
<!--
|
||||
<p>2019-05-27 05:22:00 -0400</p>
|
||||
@ -373,12 +396,12 @@ Your browser does not support audio players
|
||||
|
||||
|
||||
|
||||
<header class="major">
|
||||
<h1><a href="/frc/2019/04/30/FRC-Languages.html" class="link">The language hunt</a></h1>
|
||||
</header>
|
||||
<!-- <header class="major"> -->
|
||||
<h1><a href="/frc/2019/04/30/FRC-Languages.html" class="link" title="2019-04-30 14:32:00 -0400">The language hunt</a></h1>
|
||||
<!-- </header> -->
|
||||
|
||||
<!-- Cheaty way to display a description -->
|
||||
<h3> </h3>
|
||||
<!-- <p><i>2019-04-30 14:32:00 -0400</i></p> -->
|
||||
<hr>
|
||||
<!--
|
||||
<p>2019-04-30 14:32:00 -0400</p>
|
||||
@ -395,18 +418,18 @@ Your browser does not support audio players
|
||||
<p>It’s time for a change, but what do we change to?</p>
|
||||
|
||||
<h2 id="part-2">Part 2</h2>
|
||||
<p>We are currently doing our evaluation of new programming languages, and an update will be posted to this blog in the near future.</p>
|
||||
<p>The followup can be found <a href="/frc/2019/06/24/LanguageHunt2.html">HERE</a>.</p>
|
||||
|
||||
</p> -->
|
||||
|
||||
|
||||
|
||||
<header class="major">
|
||||
<h1><a href="/devrant/2018/06/27/BecomeRanter.html" class="link">Using a python script to create devRant posts based on the style and content of another user</a></h1>
|
||||
</header>
|
||||
<!-- <header class="major"> -->
|
||||
<h1><a href="/devrant/2018/06/27/BecomeRanter.html" class="link" title="2018-06-27 14:32:00 -0400">Using a python script to create devRant posts based on the style and content of another user</a></h1>
|
||||
<!-- </header> -->
|
||||
|
||||
<!-- Cheaty way to display a description -->
|
||||
<h3> </h3>
|
||||
<!-- <p><i>2018-06-27 14:32:00 -0400</i></p> -->
|
||||
<hr>
|
||||
<!--
|
||||
<p>2018-06-27 14:32:00 -0400</p>
|
||||
|
@ -1,4 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.5">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2019-06-24T12:06:10-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Evan Pratten</title><subtitle>Computer wizard, student, <a href="https://github.com/frc5024">@frc5024</a> programming team lead, and radio enthusiast.</subtitle><entry><title type="html">I gave Google’s CTF a short try and learned a thing or two</title><link href="http://localhost:4000/ctf/2019/06/23/googlectf.html" rel="alternate" type="text/html" title="I gave Google's CTF a short try and learned a thing or two" /><published>2019-06-23T18:04:00-04:00</published><updated>2019-06-23T18:04:00-04:00</updated><id>http://localhost:4000/ctf/2019/06/23/googlectf</id><content type="html" xml:base="http://localhost:4000/ctf/2019/06/23/googlectf.html"><p>Honestly, I completely forgot that this was the weekend of Google’s online <a href="https://g.co/ctf">CTF Qualifications</a> for 2019 and was late, unprepared, busy, and did not have a team to work with.</p>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.5">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2019-06-24T21:55:47-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Evan Pratten</title><subtitle>Computer wizard, student, <a href="https://github.com/frc5024">@frc5024</a> programming team lead, and radio enthusiast.</subtitle><entry><title type="html">The language hunt: Part 2</title><link href="http://localhost:4000/frc/2019/06/24/LanguageHunt2.html" rel="alternate" type="text/html" title="The language hunt: Part 2" /><published>2019-06-24T17:36:00-04:00</published><updated>2019-06-24T17:36:00-04:00</updated><id>http://localhost:4000/frc/2019/06/24/LanguageHunt2</id><content type="html" xml:base="http://localhost:4000/frc/2019/06/24/LanguageHunt2.html"><p>This is a very short post, just to explain the result of <a href="/frc/2019/04/30/FRC-Languages.html">The language Hunt</a>.</p>
|
||||
|
||||
<h2 id="our-choice">Our choice</h2>
|
||||
<p>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.</p>
|
||||
|
||||
<h2 id="what-does-this-mean-for-the-team">What does this mean for the team?</h2>
|
||||
<p>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.</p>
|
||||
|
||||
<h2 id="side-note">Side note</h2>
|
||||
<p>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.</p></content><author><name></name></author><summary type="html">This is a very short post, just to explain the result of The language Hunt.</summary></entry><entry><title type="html">I gave Google’s CTF a short try and learned a thing or two</title><link href="http://localhost:4000/ctf/2019/06/23/googlectf.html" rel="alternate" type="text/html" title="I gave Google's CTF a short try and learned a thing or two" /><published>2019-06-23T18:04:00-04:00</published><updated>2019-06-23T18:04:00-04:00</updated><id>http://localhost:4000/ctf/2019/06/23/googlectf</id><content type="html" xml:base="http://localhost:4000/ctf/2019/06/23/googlectf.html"><p>Honestly, I completely forgot that this was the weekend of Google’s online <a href="https://g.co/ctf">CTF Qualifications</a> for 2019 and was late, unprepared, busy, and did not have a team to work with.</p>
|
||||
|
||||
<h2 id="what-is-this-event">What is this event?</h2>
|
||||
<p>Google hosts a (yearly?) event where hackers from around the world team up and attempt a variety of tasks like: exploiting machines over a network, reversing firmware, pulling passwords from tcp packets, hacking crypto stuff (something I suck at), breaking compilers. and much more. Generally, this event and others like it are really fun.</p>
|
||||
@ -208,7 +217,7 @@ Your browser does not support audio players
|
||||
<p>It’s time for a change, but what do we change to?</p>
|
||||
|
||||
<h2 id="part-2">Part 2</h2>
|
||||
<p>We are currently doing our evaluation of new programming languages, and an update will be posted to this blog in the near future.</p></content><author><name></name></author><summary type="html">Our programming team is looking to switch languages in the 2020 season. Here is the what, why, and how.</summary></entry><entry><title type="html">Using a python script to create devRant posts based on the style and content of another user</title><link href="http://localhost:4000/devrant/2018/06/27/BecomeRanter.html" rel="alternate" type="text/html" title="Using a python script to create devRant posts based on the style and content of another user" /><published>2018-06-27T14:32:00-04:00</published><updated>2018-06-27T14:32:00-04:00</updated><id>http://localhost:4000/devrant/2018/06/27/BecomeRanter</id><content type="html" xml:base="http://localhost:4000/devrant/2018/06/27/BecomeRanter.html"><p>Ok… The title is slightly wrong. There are actually 2 scripts.. Sorry about that.</p>
|
||||
<p>The followup can be found <a href="/frc/2019/06/24/LanguageHunt2.html">HERE</a>.</p></content><author><name></name></author><summary type="html">Our programming team is looking to switch languages in the 2020 season. Here is the what, why, and how.</summary></entry><entry><title type="html">Using a python script to create devRant posts based on the style and content of another user</title><link href="http://localhost:4000/devrant/2018/06/27/BecomeRanter.html" rel="alternate" type="text/html" title="Using a python script to create devRant posts based on the style and content of another user" /><published>2018-06-27T14:32:00-04:00</published><updated>2018-06-27T14:32:00-04:00</updated><id>http://localhost:4000/devrant/2018/06/27/BecomeRanter</id><content type="html" xml:base="http://localhost:4000/devrant/2018/06/27/BecomeRanter.html"><p>Ok… The title is slightly wrong. There are actually 2 scripts.. Sorry about that.</p>
|
||||
|
||||
<p>This is a guide on installing and using the <a href="https://github.com/Ewpratten/BecomeRanter">BecomeRanter</a> script.</p>
|
||||
|
||||
|
@ -93,7 +93,7 @@
|
||||
<p>It’s time for a change, but what do we change to?</p>
|
||||
|
||||
<h2 id="part-2">Part 2</h2>
|
||||
<p>We are currently doing our evaluation of new programming languages, and an update will be posted to this blog in the near future.</p>
|
||||
<p>The followup can be found <a href="/frc/2019/06/24/LanguageHunt2.html">HERE</a>.</p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
147
_site/frc/2019/06/24/LanguageHunt2.html
Normal file
147
_site/frc/2019/06/24/LanguageHunt2.html
Normal file
@ -0,0 +1,147 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
Forty by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Evan Pratten</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Wrapper -->
|
||||
<div id="wrapper">
|
||||
|
||||
<!-- Header -->
|
||||
<header id="header" >
|
||||
<a href="http://localhost:4000//" class="logo"><strong>Evan Pratten</strong> <span>retrylife</span></a>
|
||||
<nav>
|
||||
<!-- <a href="#menu">Menu</a> -->
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<!-- Menu -->
|
||||
<!-- <nav id="menu">
|
||||
<ul class="links">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="http://localhost:4000//">Home</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="http://localhost:4000/all_posts.html">All posts</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
<ul class="actions vertical">
|
||||
<li><a href="#" class="button special fit">Get Started</a></li>
|
||||
<li><a href="#" class="button fit">Log In</a></li>
|
||||
</ul>
|
||||
</nav> -->
|
||||
|
||||
|
||||
<!-- Main -->
|
||||
<div id="main" class="alt">
|
||||
|
||||
<!-- One -->
|
||||
<section id="one">
|
||||
<div class="inner">
|
||||
<header class="major">
|
||||
<h1>The language hunt: Part 2</h1>
|
||||
</header>
|
||||
|
||||
<p><p>This is a very short post, just to explain the result of <a href="/frc/2019/04/30/FRC-Languages.html">The language Hunt</a>.</p>
|
||||
|
||||
<h2 id="our-choice">Our choice</h2>
|
||||
<p>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.</p>
|
||||
|
||||
<h2 id="what-does-this-mean-for-the-team">What does this mean for the team?</h2>
|
||||
<p>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.</p>
|
||||
|
||||
<h2 id="side-note">Side note</h2>
|
||||
<p>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.</p>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer id="footer">
|
||||
<div class="inner">
|
||||
<ul class="icons">
|
||||
|
||||
<li><a href="https://twitter.com/ewpratten" class="icon alt fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
|
||||
|
||||
<li><a href="https://gitlab.com/u/ewpratten" class="icon alt fa-gitlab" target="_blank"><span class="label">GitLab</span></a></li>
|
||||
|
||||
<li><a href="https://github.com/ewpratten" class="icon alt fa-github" target="_blank"><span class="label">GitHub</span></a></li>
|
||||
|
||||
|
||||
<li><a href="/feed.xml" class="icon alt fa-rss" target="_blank"><span class="label">RSS</span></a></li>
|
||||
</ul>
|
||||
<ul class="copyright">
|
||||
<li>© Evan Pratten retrylife</li>
|
||||
<li>Design: <a href="https://html5up.net" target="_blank">HTML5 UP</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="http://localhost:4000/assets/js/jquery.min.js"></script>
|
||||
<script src="http://localhost:4000/assets/js/jquery.scrolly.min.js"></script>
|
||||
<script src="http://localhost:4000/assets/js/jquery.scrollex.min.js"></script>
|
||||
<script src="http://localhost:4000/assets/js/skel.min.js"></script>
|
||||
<script src="http://localhost:4000/assets/js/util.js"></script>
|
||||
<!--[if lte IE 8]><script src="http://localhost:4000/assets/js/ie/respond.min.js"></script><![endif]-->
|
||||
<script src="http://localhost:4000/assets/js/main.js"></script>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-74118570-2"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-74118570-2');
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
@ -120,6 +120,18 @@
|
||||
<section id="one" class="tiles">
|
||||
|
||||
|
||||
<article>
|
||||
<span class="image">
|
||||
<img src="" alt="" />
|
||||
</span>
|
||||
<header class="major">
|
||||
<h3><a href="/frc/2019/06/24/LanguageHunt2.html" class="link">The language hunt: Part 2</a></h3>
|
||||
<p>A quick followup</p>
|
||||
</header>
|
||||
</article>
|
||||
|
||||
|
||||
|
||||
<article>
|
||||
<span class="image">
|
||||
<img src="" alt="" />
|
||||
@ -180,18 +192,6 @@
|
||||
|
||||
|
||||
|
||||
<article>
|
||||
<span class="image">
|
||||
<img src="" alt="" />
|
||||
</span>
|
||||
<header class="major">
|
||||
<h3><a href="/css/2019/06/12/Styiling-GitHub.html" class="link">GitHub's CSS is boring. So I refreshed the design</a></h3>
|
||||
<p></p>
|
||||
</header>
|
||||
</article>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user