thefifthsetpin's comments

thefifthsetpin | 4 months ago | on: Jujutsu at Google [video]

That explains it for some people, but there's something more here.

Hell, I've personally mentored people who struggled with git and I could feel their struggle.

I'm not saying that learning git was an insurmountable task for them, but their struggle was not something that I had to go through.

thefifthsetpin | 4 months ago | on: Jujutsu at Google [video]

I've long been facinated by how bimodal understanding of git is. I'm one of the lucky ones to whom it came naturally, but there's clearly a large population who finds git challenging even after investing significant time and effort into learning it.

I don't see this anywhere nearly as drastically with other tools.

thefifthsetpin | 1 year ago | on: We're bringing Pebble back

I'm so stoked. Pebble was the only smart watch that I actually liked and used.

My apple watch just sits on a shelf. My fitbit I only wear when sleeping. My pebble unfortunately broke, but it also sits on a shelf as I haven't been able to admit to myself that I'd never get around to repairing it.

thefifthsetpin | 1 year ago | on: Legalizing sports gambling was a mistake

There might be someone hopelessly addicted to amateur astronomy, frequently disrupting their sleep schedule and taking out usurious loans to pay for their equipment. But, that's not happening on a scale that we need societal regulation. Gambling is a different sort of vice than many fun activities.

thefifthsetpin | 1 year ago | on: Start all of your commands with a comma (2009)

My ~/bin directory is not directly version controlled. It primarily consists of symlinks, often stripping file extensions from shell scripts (e.g., ~/bin/foobar links to ~/src/foobar.sh) I have just enough python scripts and go binaries to make me think it's worth separating src and bin.

~/src is a git repo. One script evolved into its own project and became a submodule within ~/src.

For configuration files like ~/.foobar_rc and directories such as ~/.vim/, they again are not directly version controlled but are symlinked into ~/etc which is. I don't see any reason that ~/.foobar_rc couldn't be a hardlink, but it's not in my setup.

I used to maintain a single repository at ~ that included ~/src and ~/etc as submodules, with a build script for setting up links. Always being within a git repository became cumbersome, so I moved the build tools into their respective directories (~/src and ~/etc) and now clone and build each repository manually.

Lastly, since private repos aren't (weren't?) free, those submodule repos are really just branches of the same repo that share no common ancestors.

thefifthsetpin | 1 year ago | on: Colorado law bans PFAS in consumer goods

You're perhaps confusing Colorado with a bunch of the states around it. Sure, its economy looks small compared to California's, but California's economy is mind-bogglingly vast. Not many companies are willing to write-off ~12% of California.

thefifthsetpin | 1 year ago | on: Does the American Diabetes Association work for patients or companies?

I have no credentials here, but I'm often working in this space and your take is the polar opposite of what I normally hear from the endos and diabetes researchers that I've worked with. More accurate terms might be diabetes and morbid diabetes.

That the cutoff for prediabetes is close to the median level is a statement that much of the population is actually unhealthy in this regard.

thefifthsetpin | 2 years ago | on: Why don’t Americans eat mutton?

I can't speak to sheep specifically, but we use different species of goats and cattle and chickens when raised for meat vs for dairy or eggs.

Still, dairy cows do eventually become beef. If you ever see a cut of beef that's normally bone-in but the butcher chose to debone this one, then there's a good chance it was from a dairy cow whose bones were too calcified to saw through.

page 1