Reading List

The most recent articles from a list of feeds I subscribe to.

Broadly.

I’m excited to share a change in You Deserve a Tech Union’s pricing.

How Jim Nielsen takes & publishes notes

I always enjoy reading about other people's processes.

99% of the time, this is how my note-taking process goes:

  • I’m catching up on my RSS feed (on my phone in the Reeder app)
  • I read something that strikes me as interesting, novel, or insightful.
  • I copy/paste it as an blockquote into a new, plain-text note in iA writer.
  • I copy/paste the link of the article into iA writer.
  • I finish reading the article and copy/paste anything else in the article that strikes me.
  • I add my own comments in the note as they pop into my head.
  • I move on to the next article in my RSS feed.
  • Repeat.

And:

I like to let my notes sit for a couple days (or even weeks). I find that if I come back to a note and still find it interesting/insightful that means it’s worth keeping, so I put in the work of cleaning it up and publishing it.

Time is underestimated as a filter for content.

blog.jim-nielsen.com

TinyPilot: Month 41

New here?

Hi, I’m Michael. I’m a software developer and the founder of TinyPilot, an independent computer hardware company. I started the company in 2020, and it now earns $80-100k/month in revenue and employs six other people.

Every month, I publish a retrospective like this one to share how things are going with my business and my professional life overall.

Highlights

  • I had a surprising amount of difficulty offering one-day shipping options.
  • I attended the Handmade Seattle conference.
  • I experimented with Zig and an open-source AI chatbot.

Goal grades

At the start of each month, I declare what I’d like to accomplish. Here’s how I did against those goals:

Adventures in fixing a noisy book

For my daughter, I've been buying second-hand as much as possible. If it can be washed and disinfected, it will be second-hand. She loves noisy books right now, so I've been getting some cheap books from Vinted and charity shops. The other day I found a noisy book in a charity shop for £1, but I couldn't test it. I assumed the batteries had died, so I still bought it. I was right regarding the batteries - they were dead - but after replacing them, I still couldn't get the book to work. I've wanted to learn how to fix small home appliances, so I thought this would be an excellent first project.

Unassembled part of the book which contains the area to press the buttons, chip, batteries and speaker.

I've made quite some mistakes along the way, so I will share them here, hoping that someone does not make them! The book is now fixed and working, but I did waste some time fixing the wrong things. The first thing I did was search YouTube for videos showing how to fix noisy books. I found two of them, and they were interesting but threw me in the wrong direction. The first video showed how to replace the speaker in a noisy book. Like me, they replaced the batteries, but pressing the buttons still didn't produce any sound, so they showed how to solder a new mini speaker into the book.

My soldering kit and new speaker.

So, of course, that's what I did! I got an intro kit into soldering, bought a mini speaker and began the task of soldering this new speaker. I spent time learning how to do it on YouTube and then tried it. It was not easy, but fascinating. Once that was done, I tested it out, and it was still not working. Bummer.

The second YouTube video showed me someone testing things out and replacing the chip that holds the sounds because the chip was dead. In my head, this made sense. There are only three items here: batteries, chip and speaker. If a new speaker and batteries are in, the problem must be the chip.

Things would get more complicated if it were the chip, but I was keen to learn! But it was time to ask for help. I tooted on Mastodon asking for help and was reminded that FFConf's discord server has a hardware help channel.

Remy asked if I had a multimeter. (which I didn't). He followed:

"You should have continuity through the speaker if it's working - also useful to test if the voltage is coming in. Since the chip is under a resin blob, it's hard to think the chip is gone/bad, but if that's the case, I'm sure I've seen boards like this on Alix (and I'll take a look for you)."

I bought a multimeter. A tip shared by Sarah was to get one that makes beep-beep sounds so that you don't have to look at the screen. At this point, I had exceeded the cost of buying this type of book brand new, but the thought of saving this one from landfill was very exciting.

My setup on the table. Ipad with YouTube on, multimeter and noisy book parts.

It was tough to find a YouTube video that showed how to use a multimeter in this scenario, and of course, I wasn't using it right. Remy very kindly annotated the photo I provided, which helped me understand how to use the multimeter to check for continuity. All the beep-beep was there, so continuity wasn't an issue. It was time to test the voltage.

Close-up of the chip where there are some annotations of where to test for voltage and continuity. Voltage to be tested on two cables that connect batteries to the chip and continuity to be tested on the two cables that connect speaker to the chip.

There are three batteries, but I was only getting a little over 2V. Remy said that it was too low and should be around 4.5v. Okay, we're getting somewhere. Using the multimeter, I checked if the batteries were full (they were), and I also took a close-up photo of the battery holder just in case. Remy spotted the culprit quickly. There was some corrosion in the metal. He then dropped pieces of wisdom:

"This would add resistance and reduce the voltage being delivered. (...) put a very small amount of white vinegar in a pot/glass pot and put in the microwave for about 15 seconds - doesn't need much more. then drop those two metal tabs in there. it should fizz for a bit, it'll remove the corrosion - then dry them off (really well), replace and test. (battery corrosion is alkaline, and vinegar is acid, so mix the two => water)."

Close-up of the metal parts in the battery that show a little bit of corrosion.

So I did that. Then, the voltage was over 4v. Then I assembled it all, and it worked!! It worked!! I was over the moon! I was disappointed that I misidentified the cause of the issues but glad I learned something. But most importantly, it is saved from landfill!

Book next to assembled speaker, chip and batteries.

After assembled, I fixed the paper with green self adhesive paper I had left over from other crafts.

Thanks Remy and everyone who replied to my toot! I'm super happy I was able to fix this. Also, I was wondering if I could make a custom noisy panel for my girl. Something like a family member's face, and if she presses, something we say plays. That would be cool!

Lessons learned:

  • You can do this!
  • Don't be afraid to ask for help!
  • Don't assume the first solution YouTube tells you is the right one if you don't know the basics.
  • Basics matter!

share-button Web Component

share-button is a Web Component that turns a regular button element into a button that can invoke the native sharing options within the OS.