Using a Desktop Browser to Connect to Jupyter on Jetson Nano Edge Device
Feb 16,
2021
Tunneling to Jupyter Jupyter is a terrific development environment, but I can’t have some bloated hogbeast browser taking up a lot of RAM when I fine-tuning machine-learning code on an edge device like the NVidia Jetson Nano. The solution is actually pretty easy. Move the browser side of the Jupyter equation to a desktop. There […]
.NET Core In-Memory Database
Aug 13,
2020
GIGO – Garbage In, Garbage Out. It’s a fundamental concept in software development. However high the quality of our code, if we feed in invalid data, we’ll get invalid results. And when we’re doing unit testing, we are specifically assessing the functionality of our code, not the validity of our data. As far as is […]
Blazor: Why, When…and Your Future
Jan 15,
2020
Blazor is Microsoft’s cross-platform technology for creating client-side, browser-based applications in C# using .NET Core. It really does work and, more importantly, really could change everything. The immediate reason that IT shops should be interested in Blazor is because it reduces the size of the shop’s toolbox. The long term reason that you want to […]
Seven Steps to Successfully Closing a Project
Sep 26,
2019
Shutting a project down successfully isn’t easy. Some projects never seem to end and drift on and on, whereas others close in a heated mess of confusion as we strive to meet a deadline. Here are seven tips that can help you successfully close your projects. Hold a final product review. As the project draws […]
Why Order Matters
Jun 19,
2019
While it may seem strange, sometimes it is possible for a mathematical expression to have two different right answers. Consider: This expression has been discussed on the Internet since 2011! The correct answer could be either 2 or 288. Really. It depends on how the expression is evaluated. To understand that we have to understand […]