RIP my minimal phone setup

 

As you probably know by now, thanks to the infinite supply of news on the subject, today new OS versions came out for Apple gadgets. Yes, it’s the one with that idiot Liquid Glass. Yes, I hate it. No, I don’t hate it because it’s different from what I was used to before. And you know why? Because I was hating the previous one as well. «Why are you still using it then?» I hear you say. Because I have no good alternatives. Most of the tools I use are developed exclusively for this ecosystem, and those are tools I love to use. Plus, Windows is not any better, and I don’t have time to deal with anything Linux. So yeah, it is what it is. I’ll get used to all this nonsense on MacOS, from the insanely big rounded corners to the awful design choices.

Something I won’t get used to, though, is the home screen on my phone. For the past couple of years, I was running with a setup that looked like this:

This empty screen was achieved with a workaround, using a combination of a purposely designed wallpaper and a few accessibility settings. And I loved it. The fact that my home screen was empty was making me so happy. The only way I was interacting with my phone was by swiping down and using Spotlight.

But now, in their infinite wisdom, the fine folks at Apple have decided that everything on this stupid device needs to show fake reflections, which means the empty dock is now back because fuck me for using the phone in a weird way, I guess.

Thank you, Tim Apple.


Thank you for keeping RSS alive. You're awesome.

Email me :: Sign my guestbook :: Support for 1$/month :: See my generous supporters :: Subscribe to People and Blogs

Manu's Feed

16 Sep 2025 at 18:30

Two quick news items

 

Sometimes I post not because I have something to get out of my system, but because I have something I want to share. This is one of those occasions.

First, Cody has a new pop-up newsletter going called “Trespassing Through Montana”. I’m a big fan of what he does, and I also enjoy helping people connect with each other online, so I’m not gonna pass on this opportunity to suggest you to sign up for his newsletter.

The second is that the Internet Phone Book is back in stock. I mentioned this lovely object in an old post of mine, and I’m so glad I managed to grab my copy when it came out. I’m also happy to be in it and very pleased to have Luke as my neighbour.

That’s it, that’s all I have to say. Buy the book, sign up for the newsletter, and enjoy the weekend.


Thank you for keeping RSS alive. You're awesome.

Email me :: Sign my guestbook :: Support for 1$/month :: See my generous supporters :: Subscribe to People and Blogs

Manu's Feed

12 Sep 2025 at 16:25

P&B: Jack Baty

 

This is the 107th edition of People and Blogs, the series where I ask interesting people to talk about themselves and their blogs. Today we have Jack Baty and his blog, baty.net

To follow this series subscribe to the newsletter. A new interview will land in your inbox every Friday. Not a fan of newsletters? No problem! You can read the interviews here on the blog or you can subscribe to the RSS feed.

If you're enjoying the People and Blogs series and you want to see it grow, consider supporting on Ko-Fi.


Let's start from the basics: can you introduce yourself?

Hello, I'm Jack. I was born, raised, and live in west Michigan, US. I live in a quiet (aka "boring") suburb with my lovely wife, our dog, a few tropical fish, and a sea urchin named Lurch.

I was a paperboy, fast food worker, and ditch digger long before I started creating software for a living. My first programming project was a Laboratory Information Management System (L.I.M.S.) for a local environmental testing lab. This was in 1992. I was learning as I went, using a Macintosh RDBMS environment called 4th Dimension. I continued as a solo software developer for a couple of years.

In 1995, I cofounded the web design firm "Fusionary Media" with my two partners. Fusionary grew to a team of around 15 people. We built some very nice websites, software, and mobile apps for companies like MLB, GM, Steelcase, etc. This went on for 25 years, until we sold the company in 2020. I've been "retired" since then, but I miss working on things with people, so we'll see.

These days I spend most of my time with photography, blogging, and reading.

I enjoy tinkering with tech of all kinds and exploring what different software tools can do. This often means completely upending my workflow in order to shoehorn some cool new toy into it. I call this a "hobby".

What's the story behind your blog?

Which one? 😂

In the late 1990s, when the internet was still new and exciting, I wanted to tell everyone about everything. I was learning to create websites, so starting a blog was a great opportunity to do both. I created a couple of proto-blogs in 1998 and 1999, but those have been lost to time. My current blog at baty.net began in August 2000, 25 years ago this month. Everything before 2021 is archived at archive.baty.net. I don't delete old posts, although I probably should.

My early posts were mostly Gruber-style link posts. It's sad that so many of those original links are dead now. Eventually I started sharing more details about what I was doing and thinking about, rather than just linking to other things. This continues today.

I sporadically maintain several other sites/blogs. Other than Baty.net, there's also a "Daily Notes" blog at daily.baty.net, but lately I've just been rolling that into baty.net. I recently started a photo blog using Ghost at baty.photo. Ghost makes posting images easy, but I haven't decided if I'll continue.

I keep a wiki using TiddlyWiki (since 2018) (rudimentarylathe.org). I don't even know what it's for, honestly, but I keep putting stuff there when I don't know where else it should go.

My dream is to have only One True Blog, but that's been elusive.

What does your creative process look like when it comes to blogging?

Honestly, I don't really have a creative process. Nothing deliberate, anyway. My posts are mostly journal entries about whatever's on my mind. What usually happens is that I'll read someone's blog post or I'll try some new tool, and share my thoughts on it.

I used to write (bad) poetry and would love to compose longer, thoughtful essays, but that never happens.

More often than not I publish things long before they're ready. It's as if I'd never heard of proofreading. I just fix things later. If I had to make everything perfect first, I'd never post anything.

I write my posts in whatever text editor I'm infatuated with at the moment. 90% of the time, that means Emacs, the nerdiest possible option.

Do you have an ideal creative environment? Also do you believe the physical space influences your creativity?

I prefer a tidy, pleasant environment. Usually, though, I sit at my desktop computer (an M4 MacBook Air and Studio Display) in my messy basement office. I just start writing whenever I have something to say. My wife thinks I have some form of auditory processing disorder, so I rarely listen to music while writing. It only muddles my thoughts (even more than they already are).

I do find that things come easier for me when I'm surrounded by books. They inspire me.

Once in a while, I'll draft posts longhand with a nice fountain pen or on a manual typewriter, but I'm lazy, so that's pretty rare.

If I had my way, there'd be a giant window in my home office, maybe overlooking water. Currently I stare at a bare wall, which is probably not ideal for creative inspiration.

A question for the techie readers: can you run us through your tech stack?

I change platforms so often that it'll probably be different by the time anyone reads this, but I'm currently using Hugo to render a static website.

My static sites are hosted on a small VPS running FreeBSD with Caddy as the web server. I use Porkbun for domain registration and management.

For creating new posts in Hugo, I have Emacs configured to create properly formatted Markdown files in the correct location. I write the posts in Emacs. When finished, I run a little shell script that builds the site and uploads it to the server. I don't use any fancy Github deployment actions or anything. I just render the site locally and use rsync to push changes.

I've used nearly every blogging platform ever created. I've even written several of my own. Each platform has something I love about it, and when I start to miss whatever that thing is, I'll switch back to it. And so on. Sometimes moving to a new blogging platform gets the writing juices flowing. Sometimes it's just something to do when I'm bored and don't have anything to say.

Given your experience, if you were to start a blog today, would you do anything differently?

I would love to be the type of person who started a WordPress (or whatever) blog in the noughts and never changed anything. So many of my posts have bad links or missing images due to moving from platform to platform. It's frustrating for both me and my readers.

I suppose what I'd do differently is pick a process and stick with it. Maybe focus on writing instead of tinkering with themes and platforms and such. Blogs are simple things, really, and overthinking everything has caused me nothing but trouble.

Financial question since the Web is obsessed with money: how much does it cost to run your blog? Is it just a cost, or does it generate some revenue? And what's your position on people monetising personal blogs?

I'm running my static sites on a small, $5/month (plus $1 for backups) VPS at Vultr, so it costs very little. I pay another $5/month for Tinylytics to watch traffic/views. So I'm in for around $11/month.

The Ghost blog costs $15/month at MagicPages.

One other cost is domain registrations, which adds up to maybe $50/year.

I have no interested in trying to make money from blogging, even if it were feasible.

Time for some recommendations: any blog you think is worth checking out? And also, who do you think I should be interviewing next?

I hesitate to recommend specific blogs, since that means leaving out so many others. I'll just pick a few at random from my RSS reader. Most of the blogs I follow are by people writing about their lives and interests. I'm less inclined to follow Capital-B Bloggers or industry-specific blogs these days. I'm interested in people, not companies.

Final question: is there anything you want to share with us?

May I just suggest to anyone reading this, if you're even remotely interested in starting a blog, do it! 😁


This was the 107th edition of People and Blogs. Hope you enjoyed this interview with Jack. Make sure to follow his blog (RSS) and get in touch with him if you have any questions.

Awesome supporters

You can support this series on Ko-Fi and all supporters will be listed here as well as on the official site of the newsletter.

Jamie Thingelstad (RSS) — Piet Terheyden — Eleonora — Carl Barenbrug (RSS) — Steve Ledlow (RSS) — Paolo Ruggeri (RSS) — Nicolas Magand (RSS) — Rob HopeChris Hannah (RSS) — Pedro Corá (RSS) — Sixian Lim (RSS) — Matt Stein (RSS) — Winnie Lim (RSS) — Flamed (RSS) — C Jackdaw (RSS) — Kevin Humdrum (RSS) — Fabricio Teixeira (RSS) — Rosalind CroadMike Walsh (RSS) — Markus Heurung (RSS) — Michael Warren (RSS) — Chuck Grimmett (RSS) — Bryan Maniotakis (RSS) — Barry Hess (RSS) — Ivan MorealeBen Werdmuller (RSS) — Cory GibbonsLuke Harris (RSS) — Lars-Christian Simonsen (RSS) — Cody SchultzBrad Barrish (RSS) — Nikita Galaiko — Erik Blankvoort — Jaga SantagostinoAndrew ZuckermanMattia Compagnucci (RSS) — Thord D. Hedengren (RSS) — Fabien Sauser (RSS) — Maxwell OmdalNumeric Citizen (RSS) — Jarrod Blundy (RSS) — Andrea Contino (RSS) — Sebastian De Deyne (RSS) — Nicola Losito (RSS) — Lou Plummer (RSS) — Leon Mika (RSS) — Neil Gorman (RSS) — Reaper (RSS) — Matt Rutherford (RSS) — Aleem Ali (RSS) — Nikkin (RSS) — Hans (RSS) — Matt Katz (RSS) — Ilja PanićEmmanuel OdongoPeter Rukavina (RSS) — James (RSS) — Adam Keys (RSS) — Alexey Staroselets (RSS) — John LMinsuk Kang (RSS) — Naz Hamid (RSS) — Ken Zinser (RSS) — Jan — Grey Vugrin (RSS) — Luigi Mozzillo (RSS) — Alex Hyett (RSS) — Andy PiperHrvoje Šimić (RSS) — Travis SchmeisserDoug JonesVincent Ritter (RSS) — ShenFabian Holzer (RSS) — Courtney (RSS) — Dan Ritz (RSS) — Jeremy Bassetti (RSS) — Luke Dorny (RSS) — Thomas EricksonHerman Martinus (RSS) — Benny (RSS) — Annie Mueller (RSS) — SekhmetDesignGui (RSS) — Jamie (RSS) — Juha Liikala (RSS) — Ray (RSS) — Chad Moore (RSS) — Benjamin Wittorf (RSS) — Radek Kozieł (RSS) — Marcus RichardsonEmily Moran Barwick (RSS) — Gosha (RSS) — Manton Reece (RSS) — Silvano Stralla (RSS) — Benjamin Chait (RSS) — Cai WingfieldPete (RSS) — Pete Millspaugh (RSS) — Martin Matanovic (RSS) — Coinciding Narratives (RSS) — Arun Venkatesan (RSS) — fourohfour.net (RSS) — Jonathan KemperBookofjoe (RSS) — Marius Masalar (RSS) — Jim Mitchell (RSS) — Simon Howard (RSS) — Frederick Vanbrabant (RSS) — Thibault Malfoy (RSS) — Beradadisini (RSS) — x-way (RSS) — Vincent GeoffrayTAONAW (RSS) — Sebastián Monía (RSS) — grubz (RSS) — Sal (RSS) — BomburacheEric Gregorich (RSS) — Noahie Valk (RSS)

Want to support P&B?

If you like this series and want to help it grow, you can:

  1. support on Ko-Fi;
  2. post about it on your own blog and let your readers know about its existence;
  3. email me comments and feedback on the series;
  4. suggest a person to interview next. I'm especially interested in people and blogs outside the tech/web bubble.

Thank you for keeping RSS alive. You're awesome.

Email me :: Sign my guestbook :: Support for 1$/month :: See my generous supporters :: Subscribe to People and Blogs

Manu's Feed

12 Sep 2025 at 12:00



Refresh complete

ReloadX
Home
(130) All feeds

Last 24 hours
Download OPML
A Very Good Blog by Keenan
*
A Working Library
Alastair Johnston
Anna Havron
Annie
Annie Mueller
*
Articles – Dan Q
*
Baty.net posts
bgfay
*
Bix Dot Blog
*
Brandon's Journal
Chris McLeod's blog
*
Colin Devroe
*
Colin Walker – Daily Feed
Content on Kwon.nyc
Crazy Stupid Tech
*
daverupert.com
Dino's Journal 📖
dispatches
dominikhofer dot me
*
Dragoncatcher the blog
Excursions
*
*
Flashing Palely in the Margins
Floating Flinders
For You
*
Frank Meeuwsen
frittiert.es
Hello! on Alan Ralph
*
Human Stuff from Lisa Olivera
inessential.com
*
jabel
*
Jake LaCaze
James Van Dyne
*
Jan-Lukas Else
*
Jim Nielsen's Blog
Jo's Blog
*
Kev Quirk
lili's musings
*
Live & Learn
Lucy Bellwood
*
Manton Reece
*
Manu's Feed
Matt's Blog
*
maya.land
Meadow
*
Minutes to Midnight RSS feed
Nicky's Blog
*
Notes – Dan Q
*
On my Om
Own Your Web
*
QC RSS
rebeccatoh.co
reverie v. reality
*
Rhoneisms
ribbonfarm
Robert Birming
*
Robert Birming
*
Robin Rendle
Robin Rendle
Sara Joy
*
Scripting News for email
Sentiers – Blog
*
Simon Collison | Articles & Stream
strandlines
Tangible Life
the dream machine
*
The Torment Nexus
*
thejaymo
theunderground.blog
Thoughtless Ramblings
tomcritchlow.com
*
Tracy Durnell
*
Winnie Lim
yours, tiramisu

About Reader


Reader is a public/private RSS & Atom feed reader.


The page is publicly available but all admin and post actions are gated behind login checks. Anyone is welcome to come and have a look at what feeds are listed — the posts visible will be everything within the last week and be unaffected by my read/unread status.


Reader currently updates every six hours.


Close

Search




x
Colin Walker Colin Walker colin@colinwalker.blog