OKRs Are Bullshit

It’s a new year, time for a new rant! And yes, before you ask, the post title is deliberately provocative. You might say this is my ploy to get more paid subscribers, because only paid subscribers can leave comments and I expect that the title alone will make many of you want to comment. 😝 […]
Two’s complement integers with only sign bit set should be a trap representation

@jrose (just for the frame: my background is computer science with a side of mathematics) the nuance here is really what operations are allowed/available. without any, each of the 2^32 bijections is an isomorphism so it’s not unique. with order (“
Vision 1993

I’ve plowed through the first wave of AVP (Apple Vision Pro) reviews, and it seems pretty obvious that, at the current price and form factor, it’s not gonna be a best-seller. But I remain a strong believer in Augmented Reality (the AVP is VR not AR, for the moment). As I was diving into the […]
Panda CSS: build time and type-safe CSS-in-JS

import { css } from “./styled-system/css”;import { circle, stack } from “./styled-system/patterns”;function App() { return ( John Doe [email protected] );} import { Box, Stack, Circle } from ‘./styled-system/jsx’function App() { return ( John Doe [email protected] )} import { styled } from ‘./styled-system/jsx’import { cva } from ‘./styled-system/css’export const badge = cva({ base: { fontWeight: ‘medium’, […]
Companies embracing SMS for account logins should be blamed for SIM-swap attacks

SIM-swap attacks continue year after year because companies (that know better) leaned into the awful idea of using SMS for password resets and account logins. These companies include Apple, Dropbox, PayPal, Block, Google, and many others. What is a SIM-swap attack? It’s where a bad guy asks a carrier to port your cell-phone number to […]
Thirteen Ways of Looking at Art
Art is useless, said Wilde. Art is for art’s sake—that is, for beauty’s sake. But why do we possess a sense of beauty to begin with? A question we will never answer. Perhaps it’s just a kind of superfluity of sexual attraction. Nature needs us to feel drawn to other human bodies, but evolution is […]
Organ playing 639-year-long piece changes chord

John Cage Organ Project The longest – and slowest – music composition in existence had a big day on Monday – it changed chord for the first time in two years. Crowds gathered at a church in Germany to witness the rare moment, which is part of an artistic feat by avant-garde composer, John Cage. […]
The little SSH that sometimes couldn’t (2012)

Preface This is a technical article chronicling one of the most interesting bug hunts I’ve had the pleasure of chasing down. At AdGear Technologies Inc. where I work, ssh is king. We use it for management, monitoring, deployments, log file harvesting, even some event streaming. It’s solid, reliable, has all the predictability of a native […]
My business card runs Linux (and Ultrix), yours can too
My business card runs Linux (and Ultrix), yours can too UPDATES:: See “Version 2“ Table of Contents Why? Parts selection What to emulate A MIPS primer What system? Let’s emulate! The CPU The FPU The MMU MMU basics The MIPS MMU Emulating the MMU efficiently Communication Hypercalls Bring on the hardware! The honeymoon period How […]
FAA Aviation Maps

A detail of the Chicago O’Hare International Airport on the Chicago section VFR map. Source: FAA. Among all of the visual information published by the U.S. government, there may be no product with a higher information density than the Federal Aviation Administration’s (FAA) aviation maps. Intended for pilots, the FAA publishes free detailed maps of […]