Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

probablydance.com

Probably Dance

Get the latest updates from Probably Dance directly as they happen.

Follow now 25 followers

Latest posts

Last updated 11 days ago

Installing a Mini-Split AC in a Brooklyn Apartment

11 days ago

Last year, 2024, we replaced four PTACs with a mini-split AC. I’ve...

Revisiting Knuth’s “Premature Optimization” Paper

about 2 months ago

The most famous quote from Knuth’s paper “Structured Programming with go to...

I’m Open-Sourcing my Custom Benchmark GUI

3 months ago

I think one of the reasons why I was able to do...

Why Does Integer Addition Approximate Float Multiplication?

6 months ago

Here is a rough approximation of float multiplication (source) float rough_float_multiply(float a,...

Initial CUDA Performance Lessons

10 months ago

I am somehow very late to learning CUDA. I didn’t even know...

How I use LLMs to program

over 1 year ago

Studies have shown that LLMs help novice programmers more than experienced programmers...

Beautiful Branchless Binary Search

over 2 years ago

I read a blog post by Alex Muscar, “Beautiful Binary Search in...

Fine-grained Locking with Two-Bit Mutexes

over 2 years ago

Lets say you want to have a mutex for every item in...

Finding the “Second Bug” in glibc’s Condition Variable

almost 3 years ago

I continue to have no time for big programming projects, so here...

Sophisticated Sudokus as Playful Proof Practice

about 3 years ago

Doing mathematical proofs is kinda fun. Unfortunately they only make you do...

Reasons why Babies Cry in the First Three Months, How to Tell Them Apart, and What to Do

over 3 years ago

I have twin daughters that just turned three months old. I decided...

Automated Game AI Testing

over 3 years ago

In 2018 I wrote an article for the book “Game AI Pro...