Blog

List of all postsAtom feed

My best month in years

I’ve just had the most productive month since I was laid off in April, and the most productive month without pay in years. Why?

(read more)

Top 11 principles & practices of programming

“For the year 2020, we determined the total Cost of Poor Software Quality (CPSQ) in the US is $2.08 trillion (T).” - CISQ report published after this blog post

(read more)

Better floating point: posits in plain language

Welcoming all unums!

(read more)

Participate in the issues!

So, I’m starting a new job tomorrow, which leaves me several hours to write this post, finish the issue I’m writing on GitHub right now (concurrently with myself over on this page) and maybe fiddle with LES3 a little.

(read more)

Mostly-CSS Drop-down Combo Boxes

For as long as I can remember, there were always two kinds of selectors:

(read more)

How to put a site on GitHub

GitHub has made it very easy to get started. If you already have a repo that you want to add web site for, just create a docs folder in the repo and start adding .md (Markdown) files to it; in particular index.md will be recognized as the home page. Then you can select a theme and view your pages as explained here. Links to other markdown files will automatically be converted to html links (for example if you write [link](file.md), it becomes <a href="file.html">link</a>.) You can also write content pages in HTML, but it is rarely necessary. It is possible to insert bits of HTML in your Markdown code if necessary (and Markdown in your HTML).

(read more)

TypeScript+React Primer

For anyone interested in understanding the JavaScript ecosystem so they can start making TypeScript/React apps, I’ve just posted a detailed five-part tutorial on the subject at http://typescript-react-primer.loyc.net… with GitHub repo of all the examples here. Enjoy!

(read more)

My failure with WebAssembly

In my efforts to contribute to WebAssembly, there’s no doubt that I failed completely. I knew how important it was - as I told my wife, “if I can make this happen, it will be the most important thing I have ever done in my life.” But I allowed myself to lose confidence and let fear of failure - fear of being ignored - to take over.

(read more)