The information on installing and configuring Asterisk, fail2ban, and VoipBL is all over the map. It is hilariously not easy to find what actually works. Way more confusing typos and important pieces left out on numerous sites, like there is some sort of conspiracy to make it difficult to install […]
A fix for apt install asterisk on Ubuntu 18.04
After using "apt install asterisk" on Ubuntu 18.04.2, I noticed when running "service asterisk status" that there was a problem with the radius radcli configuration. It looked like this: radcli: rc_read_config: rc_read_config: can't open /etc/radiusclient-ng/radiusclient.conf: No […]
An inside-out way of thinking about math
This peculiar thought experiment captures the first time I've been able to completely flip the idea of counting, with a rather original approach. Other attempts have been more high-level, with fewer details, and couldn't be pursued very far. But this time I got to the bottom. Please be patient with […]
An elegant and concise summary of the Cloud of Unknowing
I found this brief summary of a well-known mystical work to be compelling. I found it while researching an obscure subject. I set aside the article, and went on with my day. The narrative was so compelling, though, it worked on my unconcious for many hours after I read it. My mind stayed on it […]
The Place of Humility in Science
Always nice to see someone talking about the place of humility in science, as it requires making connections which tend to deepen the general narrative. For example, the article points out where science is being abused by many of its own adherants. This is a thought-provoking perspective, and seems […]
More on the something and the nearly-nothing and structure
This thread has some very intriguing comments. I particularly like the following two insights, which give empirical evidence relavant to some ideas explored in this recent post by me. Penetrating to the origin of structure itself as related to the low entropy at the beginning of the universe The […]
A parsimonious and fairly logical contemplation on the nature of the beginning
It is utterly impossible for something to arise from true absolute nothing. This can be seen immediately by anyone imagining an infinite expanse of nothing... first comes the paradox of where this nothing exists. It has no dimension, size, shape, form, feature, nor attribute of any kind. It is pure, […]
On Graduating from Kabbalah
It is normal to encounter ideas which we entertain briefly and sincerely, but upon close inspection, later reject or lay aside one way or another. This happens so often that it's hardly a big deal when we reject an idea or even a constellation of ideas we once thought attractive, although it can be […]
Setting Up CMU Sphinx (PocketSphinx) on Ubuntu
The instructions in a blog post for Ubuntu 14.04 (linked below) worked for me on Ubuntu 18, with one extra step after you complete the following: I tried to run it after these steps and got this error: cannot open shared object file: No such file or directory on pocketsphinx So I ran the following […]
Elm RealWorld frontend with .NET Core backend Step by Step
It was ironic, really, that I pretty much did exactly what the intro to the RealWorld project described as a frustrating path in its "this is what we're fixing" introductory post at Medium. Without going into detail, let's just say I spent the past few months doing a lot of stumbling while […]
Error TS6053 File '...node_modules/keycode/keycode.d.ts' not found.
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, […]
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 […]
Atiyah's proof of Riemann has an unexpected confirmation in Furey
Update again, Sept 2021: Just found this excellent link to R. J. Lipton taking Atiyah seriously. I don't have time to dig in right now, but want to. I'm delighted to see someone doing this, as the binary response to Atiyah's insights left me feeling like more people should be looking into this, just […]
King David’s radical insight
So I’m reading this book on grace, which is turning out to be one of my favorite books ever, because it so systematically details how grace operates in a way that confirms my own thoughts on the subject for so long. Yet it goes further, and provides lots of evidence to support its position. Here is […]
An adventure begins
Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully Changing the user information for clearhat Enter the new value, or press ENTER for the default Full Name []: Clearhat Room Number []: Work Phone []: Home Phone []: (816)xxx-xxxx Other []: @@clearhat.org Is the […]
Merging an existing React project with an empty Visual Studio .NET Core backend
I'm new to React so I was pleased to finally discover that this task is very easy. After going through all the tutorials on how things work, and diligently searching down a decent React project template, I finally had an existing open source React dashboard that I wanted to integrate into an […]
Installing ASP.NET Core 2.1 on Ubuntu 18.04 Linux with Apache
An article on github.io gave all the instructions I needed to get the components above working, and it's a great tutorial. However, I needed to tweak a few commands to get them working, so I'm creating this post here and perhaps will save someone else an afternoon's research if they can find this […]