Rob Janssen

All | Unread | Read

How to pronounce hexadecimal

Kid: Here it is: Bit… soup. It’s like alphabet soup, BUT… it’s ones and zeros instead of letters.Bachman: {silence}Kid: ‘Cause it’s binary? You know, binary’s just ones and zeroes.Bachman: Yeah, I know what binary is.

Locking in Microsoft SQL Server

Today I read a question about locking in MySQL on Stack Overflow. When I read the question I had no clue what went wrong (If you know it I would be glad to read your answer ?). I don’t work with MySQL, instead we use MS SQL Server.

Fooled By Your Own Brain

Your powers of attention: fooled! Attention is, by definition, limited. And that’s usually a good thing. If you’re searching for a lost earring on the floor, you want to ignore anything that’s not small and shiny.

A Million Lines of Bad Code

This is the story of some bad code I wrote. Early in my undergraduate days, I was working on a Java program that had to read a 6 MB file (a bacterial genome in FASTA format) into a string. I did this with a for loop that on each iteration concatenated on to a string. It looked something like:

Why are there both TMP and TEMP environment variables, and which one is right?

If you snoop around your environment variables, you may notice that there are two variables that propose to specify the location of temporary files. There is one called TMP and another called TEMP. Why two? And if they disagree, then who's right? Rewind to 1973.

No Silver Bullet

I have been observing a very unfortunate inclination nowadays, especially among functional programmers, of habitually using asynchrony in their system. This is especially concerning when asynchrony is used as a first approach to dealing with potential performance issues.

HTTP/1 vs HTTP/2 Page Loading

An interesting proof-of-contept: http2.golang.org. Especially with simulated latency, HTTP/2 shows its true potential.

PCG, A Better Random Number Generator

Properly seeding random number generators doesn't always get the attention it deserves. Quite often, people do a terrible job, supplying low-quality seed data (such as the system time or process id) or combining multiple poor sources in a half-baked way.

Scientific Bug Hunting in the Cloud: An Unexpected CEO Adventure

The Wolfram Cloud is coming out of beta soon (yay!), and right now I’m spending much of my time working to make it as good as possible (and, by the way, it’s getting to be really great!). Mostly I concentrate on defining high-level function and strategy.

Utilizing the other 80% of your system's performance: Starting with Vectorization

Vectorization, as opposed to parallelization, is less utilized as a means of exploiting the full capabilities of a processor. This is a problem since even today this means only ¼ to ½ of the performance of the CPU is used. This is only getting worse in future, especially as accelerators are becomi

This Read-It-Later-list is just that, bookmarks of stuff I intend to read or have read. I do not necessarily agree with opinions or statements in the bookmarked articles.

This list is compiled from my Pocket list.