Jake Savin

@jsavin
6 Followers
21 Following
17 Posts
Advanced nerd-herder. Veteran of the clone wars. Opinions are my own. (Recently moved from [email protected].)
Bloghttps://jakesav.in/
@davew I have experimented with Chrome DevTools MCP with Claude Code but it's way slower for the agent to work with than Vercel's agent-browser. That said I have an MCP server that I built myself (also with Claude Code) that's not ready for prime-time yet but I think has promise. It's essentially the glue idea in Frontier but as an MCP server instead of UserTalk scripts in the apps table. But for coding bash is the way, as others have mentioned.
Those who keep complaining that wind turbines do not work when the winds are not blowing, just realized that oil does not work when the Hormuz Strait is not open.

From open web champion Manton Reece comes a new RSS reader Inkwell:

"Inkwell is built around three main tabs: Today, Recent, and Fading. Today is for the latest blog posts. Recent is for posts yesterday or the day before. And Fading is for posts up to a week old. After a week, posts fade out of Inkwell, so you’ll never be overwhelmed with unread posts. If you missed them, it’s okay."

It already syncs with Unread and we’d like to ... https://ranchero.com/2026/03/09/inkwell-new-rss-reader.html

09 Mar 2026 - ranchero.com

I found out recently that my blog is in of the startup set for NetNewsWire.

It's quite an honor to be included in that club.

Thanks Brent! ;-)

@brentsimmons NIH has a page about parenting styles that might be illuminating on this front: https://www.ncbi.nlm.nih.gov/books/NBK568743/

My personal experience was something between permissive and uninvolved parenting. I think a lot of kids a little bit younger than us had authoritative parents. I'm not sure which of the 4 parenting styles NIH talks about corresponds to permanent [computer] illeteracy, but I have a pretty good guess. 😉

Types of Parenting Styles and Effects on Children

Parenting varies widely across families, with cultural backgrounds having a significant role in shaping family dynamics and child-rearing practices. Over the past several years, the demographic makeup of the United States has shifted, driven by immigration, socioeconomic changes, and the rise of single-parent households, all of which influence parenting styles. These changes bring diverse cultural, ethnic, and spiritual ideologies into play. According to 2014 US Census Bureau data, 1 quarter of children lived in single-parent households, while 3 quarters resided with 2 married parents, and these patterns varied across different racial and ethnic groups. Although children can thrive in all family structures, data indicate that, on average, children residing in single-parent households face more challenges than those in 2-parent families.

NCBI Bookshelf
In the C code I'm currently working with `return(false)` usually means "error" but sometimes it just means "false". Claude's take: "The dual-meaning of `return(false)` is a deep C-era pattern not worth unraveling." It's not wrong, but still troubling.
Seattle Xcoders Talks This Week Considered Unmissable: https://inessential.com/2026/03/02/seattle-xcoders-talks.html
inessential: Seattle Xcoders Talks This Week Considered Unmissable

Xcoders Talk by Jake Savin March 5: Big Claude Job: https://xcoders.org/2026/03/02/xcoders-talk-by-jake-savin.html
Xcoders Talk by Jake Savin March 5: Big Claude Job

@tedchoward I fixed the bug that was causing weird dot-path lookups (I think). You should pull latest develop and rebuild to get it. [cc @davew]

@tedchoward @davew And around now you're going to start to notice a whole bunch of stuff that's very broken. 😉

For example I just tried parentOf (string.mid) and got system.compiler.["kernel"].string, which is totally wrong. Heheh. (That's the next battle. Then back to networking.)