/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

collin.blog
| | marcallred.com
8.5 parsecs away

Travel
| | [AI summary] The article discusses a 2017 blog post about a home project by Marc Allred and his family, featuring a mix of musical influences and personal reflections.
| | codeinthehole.com
4.2 parsecs away

Travel
| | Two tips for better debugging of Bash scripts.
| | thepugautomatic.com
4.1 parsecs away

Travel
| | I spent some time in encoding hell the other day, trying to read a UTF-8 encoded text file with osascript in a bash shell script. Despite its preference for the MacRoman encoding, AppleScript does...
| | blog.nuculabs.de
34.4 parsecs away

Travel
| I haven't done any embedded development in a while and I was thinking to build myself a remote controlled toy car with video streaming. The project is going to take me a while. To build it I'm going to use C#. I'm already too familiar with Python and a little challenge doesn't hurt. To interface with the hardware, I'm going to use the .Net Core IoT Libraries from Microsoft. My idea was to create a set of .Net Core services that communicate internally via gRPC and an ASP.Net Core web application to control the car. (Now that I'm writing this I'm thinking that could possibly drop the web app and use gRPC directly from the client).