Josh

@joshsaintjacque.com

Seattle-area Staff Software Engineer working mostly on web applications. I work mostly in Ruby on Rails and React. Interested in AI and LLM discussions. I sometimes write on joshsaintjacque.com.

DeepSeek v4 Flash Free in OpenCode performs much better than I expected. I find myself reaching for it where I might otherwise reach for Sonnet.

On the same day OpenAI offers businesses two months of free usage to just to try it out, Anthropic nerfs Claude's subscription subsidy by 25x for programmatic uses. Anthropic needs to put a product person in the driver's seat before they drive off a cliff.

The entire software development lifecycle was built around code being expensive and hard to change. Now that it's the fast part, so many of our processes need to be questioned and deconstructed.

With GitHub's launch of its own CLI/TUI for AI we now have Claude Code, Codex, Cursor Agent, and Copilot CLI. The competition in this space is crazy.

Slack is fine. If you're more excited to open Discord than Slack it's probably because you use it for fun things. If you had to use it for work you'd feel the joy sucked out of it, too.

Thiel is the same guy who argued that monopolies are actually good for consumers. Guess I should get a refund on all those econ courses I took in college.

I've heard billionaires make some creative arguments to discourage regulation, but Peter Thiel warning that regulating AI will bring forth the Antichrist is truely something special.

Paying a traffic ticket and the website requires I add the hyphens to my phone number. The effort required to build that validation is about the same as just formatting it on the server but that's done of my business...

It's been a decade and I still run into neat little things buried in Rails. say_with_time "Reverting all service rates to nil." do Service.update_all( :rate, nil ) end # Output -- Reverting all service rates to nil. -> 0.3451s -> 2233 rows