What to do when you see the following in Visual Studio? "Error TS6053 File '...node_modules/keycode/keycode.d.ts' not found." I have learned that whenever I see this error, to simply restart Visual Studio and recompile. The error goes away. If anyone knows of an easier way to resolve this, […]
(5)
Error TS6053 File '(path...) /node_modules/keycode/keycode.d.ts' not found
Have you gotten this error? Is it sometimes accompanied by the even more rare Failed to load view '...' because it's not a React element If so, restart Visual Studio. These errors seem to go away when you do that. Wasn't able to find this information by Googling, so here it is for you. Hm, that 2nd […]
A very simple "Using C# HttpClient from Sync and Async code"
Simplicity is so nice. I just spent two hours zooming all over the web looking for a very simple HTTPClient code sample. Of dozens that I saw, all of them were overcomplicated. I knew it was just a matter of a few lines of code, and couldn't believe the poor quality and needless complexity I was […]
How to Install the Falcon Agent on Ubuntu Linux (full instructions)
After wrestling for a while trying to get CrowdStrike's falcon sensor app running properly in Ubuntu, we found that the online documentation is incomplete. A round trip to their support team got us this PDF (Falcon Sensor for Linux Deployment Guide Documentation Support _ Falcon), which gave us the […]
Why you cannot divide by zero and why you can
Well this is going to be fun. Long ago, my thought experiments on dividing by zero detected a bug*, and therefore went in the direction of "you can divide by zero" and of course this left me on the outskirts of mathematics years ago. I set up a tent and made a home there, where I am quite […]