|
You are here |
collin.blog | ||
| | | | |
marcallred.com
|
|
| | | | | [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
|
|
| | | | | Two tips for better debugging of Bash scripts. | |
| | | | |
thepugautomatic.com
|
|
| | | | | 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
|
|
| | | 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). | ||