Explore >> Select a destination


You are here

blog.rareschool.com
| | river.cat
4.4 parsecs away

Travel
| | [AI summary] The author discusses their experience with the Arduino platform, specifically the Seeeduino V2.21 and Ethernet shield, highlighting the ease of setup and initial success in creating a web server.
| | peanball.net
4.1 parsecs away

Travel
| | Recently I've started building a remote-controllable rover. The main purpose of this is the exercise of controlling an embedded system and make actual things move with code.
| | ncona.com
4.3 parsecs away

Travel
| | In my previous post, Getting Started With Arduino UNO R4, I showed how we can upload a sketch into an Arduino board. In this article, we are going to do the same, but this time using the Arduino CLI. Why Arduino CLI? I personally, use neovim for coding, which makes it a necessity for me to be able to compile and upload my code from my terminal. If you prefer the IDE, this article might not be for you, but, understanding the CLI could be useful in the future to automate repetitive tasks or run things in a...
| | danangell.com
16.7 parsecs away

Travel
| The intention is to force myself to get a small taste of a bunch of new programming languages and programming paradigms. Since I was late to the party I rushed through the first 4 problems in languages I'm familiar with. But for day 5 I solved the daily problem with MIPS assembly. I look forward to learning and writing Common Lisp, Haskell, Prolog, and many more languages. One hope I have is to complete a problem in GLSL. I'm already somewhat familiar with GLSL, but given its intended purpose it should be a true feat if it works.