Image Manton Reece
About Photos Videos Archive 30 days 90 parks Replies Reading Search Also on Micro.blog
  • At my mom’s house taking care of things. All the furniture is gone except the piano, so it’s now a sort of standing desk when I need to work.

    A closed, dark upright piano with a backpack on a bench in front and a laptop resting on top.
    → 4:32 PM, Mar 13
    Also on Bluesky
  • I have a draft pull request for Inkwell sync in NetNewsWire. Not totally sure yet what more will be needed or any kind of timeline for merging it. I’ll test over the next few days, but at least the code is out there.

    → 1:00 PM, Mar 13
    Also on Bluesky
  • Brent Simmons:

    Code is a liquid now.

    Movable, shapable, flowing. It’s the first time I haven’t felt trapped by the weight of old code.

    → 12:44 PM, Mar 13
    Also on Bluesky
  • The AI divide

    John Gruber blogs about the split in reaction to AI-assisted programming:

    The divide I’m seeing is that the developers who are craftspeople are elated because their productivity is skyrocketing while their craftsmanship remains unchanged. They’re achieving much more, much faster, than ever before.

    As things stand right now, I see people falling into roughly four buckets:

    • Normal people who use ChatGPT and love it.
    • Normal people who are worried and want us to slow down or stop building data centers.
    • Programmers who love building products but never loved the low-level details. AI is huge for them.
    • Programmers who think of coding as an art itself. AI is taking away their sense of purpose.

    That second group of folks who are worried is perhaps represented best by this video from Bernie Sanders. I watched the whole thing (about 9 minutes) because I don’t want to lose sympathy for people who feel lost with what is coming. I think this division in society is going to be a very big deal.

    There are going to be protests against data centers, humanoid robots, billionaires, lost jobs. I’m an optimist, though, and to me the possibilities for the future outweigh the challenges. The key will be for all of us — fans and skeptics — to push AI in a direction that is widely available and empowering. The worst outcome would be for it to further concentrate power and wealth in a small group.

    → 10:09 AM, Mar 13
    Also on Bluesky
  • David Smith developed a clever solution for letting the home screen wallpaper show through widgets:

    In Widgetsmith 8.2 we added the ability to give your widgets a ‘clear’ background. This isn’t actually clear (since iOS doesn’t allow that without private API use), but instead just crops part of your home screen wallpaper and uses that as the background.

    Very cool.

    → 9:30 AM, Mar 13
    Also on Bluesky
  • Lisa Charlotte Muth blogs on bringing everything back to her own website:

    Why am I doing all this? Because I got inspired by the concept of POSSE: “Publish on your own, syndicate elsewhere.” For me, ROOTS is the logical first step toward that: “Return Old Online Things to your own Site” (yes, I made this up).

    Most bloggers should at least have this approach for tweets or old blogs. That’s why Micro.blog has special support for handling tweets, and import from a bunch of other platforms.

    → 9:12 AM, Mar 13
    Also on Bluesky
  • I worked downtown earlier today at Lazarus (☕️) and you can already start to feel the SXSW vibes. I’m going to miss all the events this year, but I wonder how AI will change it? Just checked the ClawCon page and there are 750 RSVPs! 🦞

    → 3:49 PM, Mar 12
    Also on Bluesky
  • Atlassian lays off 10%, about 1600 people. They employ a lot of folks in Austin, hope friends here are not affected much.

    → 1:02 PM, Mar 12
    Also on Bluesky
  • Jon Hays:

    I just released a new version of Silverleaf, my new RSS reader that’s built around Inkwell syncing. It’s free, so check it out!

    Available in the App Store.

    → 10:45 AM, Mar 12
    Also on Bluesky
  • The first Rivian R2 off the assembly line will be the higher-priced $60k model. I’m not in the market for a car, still love my old Honda Element that I’ve put way too much money into. But maybe 5-10 years from now when the price is a bit lower, this will probably be my car.

    → 10:33 AM, Mar 12
    Also on Bluesky
  • Tim Cook writing on Apple’s 50th anniversary:

    From the first Apple computer to the Mac, from iPod to iPhone, iPad to Apple Watch and AirPods, as well as the services we use every day — the App Store, Apple Music, Apple Pay, iCloud, and Apple TV — we’ve spent five decades rethinking what’s possible and putting powerful tools into people’s hands.

    What strikes me about this list is that it’s dominated by products in Apple’s very recent history. All of the products except the Apple and Macintosh were created in the last 25 years. Even the iPod is not quite 25 years old.

    → 9:33 AM, Mar 12
    Also on Bluesky
  • Thanks to everyone who has tried our new feed reader Inkwell, and especially folks who have upgraded to Micro.blog Premium for the Reading Recap feature. Now that I’ve had a few days to evaluate how the launch is going, we’re going to need to add more servers, so the upgrades help a lot.

    → 1:02 PM, Mar 11
    Also on Bluesky
  • Beto Dealmeida blogs about a human.json file and browser extension that lets other bloggers vouch for who is writing their own posts, not AI-generated:

    This JSON document not only says, “all my content under https://robida.net is human-generated”, but it also indicates other people who I trust are doing the same.

    I wonder if we all have the same definition of human-generated now? For me, it’s okay if people use an LLM as an advanced grammar checker. Human drafts a post, AI suggests how to polish it.

    → 11:52 AM, Mar 11
    Also on Bluesky
  • From reviews, sounds like the MacBook Neo is a great little laptop. It has been a while since I’ve thought an Apple product actually followed that “a thousand no’s for every yes” video from WWDC a decade ago… This laptop makes the right trade-offs.

    → 10:49 PM, Mar 10
    Also on Bluesky
  • Thomas Ricouard is joining OpenAI. Thomas worked on the Medium iOS app, Ice Cubes for Mastodon (written in SwiftUI), and Codex Monitor. From a thread on Twitter / X:

    I also can’t wait to bring my iOS and macOS expertise to help shape the Codex experience around those platforms.

    He appears to have stopped posting to the fediverse. It’s too bad the AI community is so entrenched on Twitter / X.

    → 1:41 PM, Mar 10
    Also on Bluesky
  • Miloš Miljković has written an Emacs client for Inkwell. Amazing. It supports bookmarking too.

    → 12:48 PM, Mar 10
    Also on Bluesky
  • Running Xcode from Codex

    I’ve been doing a lot of work in Codex for the upcoming Inkwell for Mac release. I’m weeks ahead of where I thought I’d be. One small tweak I’ve made to my workflow is to wire up ⌘R to run the project while I’m in Codex.

    Codex has its own run action button, which in theory could run xcodebuild or osascript command-line tools, but that didn’t work for me. So I reached for FastScripts instead. I wrote this tiny AppleScript:

    tell application "Xcode"
    	activate
    	run workspace document 1
    end tell
    

    Here’s a screenshot of the config in FastScripts:

    FastScripts Settings window displaying keyboard shortcuts for various scripts and settings options.

    Now when I’m in Codex and it has finished a change, I review the transcript, then hit ⌘R to run my Mac app and test the new thing. If I don’t like it, I’ll ask Codex for changes and run again. Then I can review the code diff and tweak or commit as needed. The keyboard shortcut makes this cycle just a little smoother.

    → 12:23 PM, Mar 10
    Also on Bluesky
  • Dave Winer writes in his blog post linking to Inkwell:

    I love that creative people are using RSS in new ways.

    This feels like a great time to experiment, maybe more so even than the early 2000s blogosphere. Ask people I worked with back then, I was putting RSS in everything. And now I am again. 🤪

    → 11:36 AM, Mar 10
    Also on Bluesky
  • Meta acquires Moltbook. From TechCrunch:

    OpenClaw blew up among the tech community, but Moltbook broke containment, reaching people who had no idea what OpenClaw was, but who reacted viscerally to the idea that there was a social network where AI agents were talking about them.

    Moltbook is still crazy and interesting, but not sure it fits at Meta in the way that OpenClaw might’ve. I’m just glad Peter Steinberger ended up at OpenAI.

    → 11:13 AM, Mar 10
    Also on Bluesky
  • Working on Inkwell is in some ways a little awkward because I’m competing in the same space as some of my friends for the first time. But I root for their success and find ways to collaborate. It’s similar to how MarsEdit and Micro.blog work together and also “compete” as blogging client apps.

    → 9:28 AM, Mar 10
Recommendations
  • Jon Hays
  • Daniel Jalkut
  • Brent Simmons
  • Vincent Ritter
  • John Gruber
  • Jean MacDonald
  • Alan Jacobs
  • Molly White
  • Ana Rodrigues
  • Om Malik
  • Adrian Vila
  • Michael Tsai
  • Dave Winer
  • Rebecca Toh
  • Ben Thompson
  • Sven Dahlstrand
  • Austin Kleon
  • Ton Zijlstra
  • Nick Heer
  • Jason Fried

Blogroll as: OPML | JSON

  • RSS
  • JSON Feed
  • Surprise me!
  • Tweets
Advertisement