Bell System

social.omar.website

Profile for Omar Rizwan. Username @omar, social.omar.website. Role: admin

About

"The program should, in some way, expand the concept of what computer paint programs are, as well as what mark making can be."

Joined on Dec, 2022. 772 posts. Followed by 285. Following 147.

Recent posts

Omar Rizwan . @omar,

remembering when my code worked on Linux (radio) but not on macOS (my laptop) because I forgot to initialize a pthread_mutex_t, which apparently means the mutex still blocks properly on Linux but it doesn't do anything on macOS

Open thread
Omar Rizwan . @omar,

sort of annoying realization that the Tcl notion of immutability is not really the same as the thread-safe notion of immutability -- Tcl immutability still lets you arbitrarily shimmer the internal representation of a value so you can efficiently operate on it (as long as the value would still serialize to the same string), which is obviously not thread-safe

Open thread
Omar Rizwan . @omar,

making fun of code formatter people by creating a word processor where you just type in words and the software (using AI or whatever) automatically adds all the punctuation and paragraph breaks where *it* thinks is appropriate

Open thread
Omar Rizwan . @omar,

maybe it was a mistake to think of "object-oriented programming" as a general software paradigm & teach it in isolation to new programmers with animal examples and stuff, when actually it's deeply tied to making GUIs

Open thread
Omar Rizwan . @omar,

programming in Objective-C reminds me of programming in Java when I was a teenager, where I'd repeatedly get stuck (& get distracted, go do something else) on decisions about what UI class should own some data object as its property, what classes should parent or point at what other classes, what order stuff needs to be initialized in

(often felt like there was no obviously right answer, or it ended up being path-dependent on the history of the project)

Open thread