Explore >> Select a destination


You are here

martin.wojtczyk.de
| | leejo.github.io
5.2 parsecs away

Travel
| | [AI summary] The content is a collection of links and notes related to Perl programming, GitHub Pages, and various talks and articles, primarily focused on software development and open-source projects.
| | blog.nuculabs.de
5.0 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).
| | mpov.timmorgan.org
4.4 parsecs away

Travel
| | I build web apps. Almost every one has a screen or two somewhere that shows a listing, and at the bottom it has pagination links, e.g. next page, page 3, etc. For a recent app I've been working on, the interface is very search-driven, i.e. the user enters some criteria the results are displayed. As an experiment, I left off the pagination links. In this app, there is no "next page.
| | yasoob.me
21.8 parsecs away

Travel
| Hi people! ?? I was working with Raspberry Pi lately and was trying to connect it to eduroam. If you are not familiar with eduroam, it is a service used by most universities to provide Wifi on their campuses. It uses Enterprise WPA and Raspberry Pi does not connect to it automatically out of the box. I actually found these instructions on a different website but that website is down now.