What to do with all these old defunct Kindle devices that Amazon stopped supporting (Part 0)

So, you’ve got a Kindle gathering dust in a drawer. It’s too old to access the Kindle Store as of May 20, 2026. The browser is basically a relic and isn’t supported by a lot of websites nowadays, and Amazon has essentially forgotten it exists. Let’s repurpose them for cool projects!

The Simple “No-Hack” Browser Option

If you aren’t ready to dive into the technical weeds of jailbreaking, try the “browser-first” approach. As long as your device can connect to Wi-Fi and load a basic webpage, you can try rekindle.ink.

This is a web-based interface formatted specifically for e-ink devices. It hosts a variety of apps and games that run directly in your browser. It is important to note that these tools are designed for modern e-ink browsers. If you are using a legacy device (like my 5.12-era Kindle), you might find that the site fails to render correctly. If it works for you, you’ve got a quick, easy upgrade! If your browser is simply too old to keep up, don’t worry, it’s time to move to Level 2: The Jailbreak.

First, DO NOT deregister (remove) your kindle from your amazon account!!!

What is Jailbreaking?

Back in the day, when you bought an item, you owned it. Even electronics would work long after the company that made them shut down. Nowadays, we’ve moved from “owning” hardware to “licensing” services. After owning my Kindle for more than 10 years, it suddenly became a trojan horse of advertising when Amazon decided to change my lock screen to host ads for their other services. Then more recently, they decided I’ve used my kindle long enough, and disabled its ability to load new books. But I can always buy a brand new one from them right?  HA!

So why would you want a jailbroken kindle? Well, there are benefits you can reap even with newer, currently supported devices.

  • Remove ads
  • Custom screensavers
  • KOReader: Make a more flexible Ebook reader by installing KoReader which allows you lots of great interactions and customized gestures as well as allows you to read a myriad of ebook filetypes such as EPUB, PDF, HTML, DOC, MOBI and more. You can get these formats from many online book publishers, including many for free (legally).
  • Productivity tools: Install Anki for flash card and a Pomodoro timer for deep work
  • Build a writer deck with a bluetooth keyboard
  • Games:
    • kwordle,
    • crossword puzzles from New York Times, USA Today, Universal, Wall Street Journal, Washington Post
    • A whole gameboy emulator!
  • Home Assistant Dashboard: Display for anything you can display in a home assistant dashboard
    • Weather Dashboard
    • Stock updates
    • News
    • Alarm system status
    • Calendar
  • Control things in Home Assistant

Jailbreaking is a very easy technique that only requires you connect the Kindle to a computer to transfer some files, then rebooting, then repeat that a few more times. 

Many of the current kindle jailbreaks require the device to be registered, and after May 20, 2026, you will not be able to register these older devices. There is apparently a workaround for some older versions (firmware 5.16 and before with WinterBreak2 and LanguageBreak). Drop a comment if you know better than me!

What’s Next?

In this series, we’re going to walk through the “how-to” of these projects, from the initial jailbreak to building your first Home Assistant-driven display.

Ready to liberate your Kindle? In Part 1 of this series, we’ll walk through the jailbreak process, firmware by firmware.

Have a project you want to see covered first? Let us know in the comments.

 

 

James Web Telescope Wall Art on a Budget

I’ve been staring at JWST mirror builds for years. You know the ones-the iconic gold honeycomb that makes every nerd’s heart skip a beat. It’s been stuck in my head like a song I couldn’t stop humming.

While the 3D-printing community has some beautiful frames for these, I just couldn’t bring myself to do it. Spending days of print time and a mountain of plastic filament for a static frame felt wasteful. I knew there was a leaner way to do it.

The Plan:

About a year ago, I finally pulled the trigger on some gold adhesive hexagons. The Amazon photos lead you to think these tiles are huge, but the listing said they were 11cm x 12.5cm. The full array is about 20.5″ x 22″, the size for a wall piece.

The JWT has a black backing, but again, I wasn’t about to 3d print that much. I just waited until inspiration struck. The pack of tiles sat on my desk almost a literal year. I refuse to pay “Big Craft” prices. I wasn’t going to drop $10+ at Michaels or Walmart for foam core board when I knew I could get it for a buck at Dollar Tree. If that means a project sits in a drawer for 12 months until I’m near a Dollar Tree, so be it. I’m patient to a fault.

The Build:

The Dollar Tree foam core board is almost the exact size of the mirrors, so I had to use two pieces to get enough material to have the boarder around the edge. To keep it clean, I aligned the seam to sit directly behind a center row of tiles. Pro-tip on alignment: Don’t just start sticking things down. I laid everything out first. I started the actual adhesive process by centering a tile right over the board transition, making sure the corners were dead-on the edge. From there I worked toward the center, then filled out the rest. Once the “honeycomb” was locked in, I traced the boarder at 1.5cm from the tiles with a pencil and carefully did the surgical work with a ruler and a fresh razor blade. I mounted the whole thing with some extra 3M Command strips that I cut smaller.  You can’t even tell where the transition of the two pieces of backer meet (Hint, in the photo it is the top left third of the design at an angle from the center left-most point to the top-right center point.)

One thing I’ve noticed with the 3D-printed versions is that if the frame doesn’t support the entire back of the tile, they tend to warp or look “wavy.” I felt that mine came out slightly less wavy than some of the ones I saw online, but certainly not as perfect as others. But for foam core they look surprisingly sharp. Total cost? Less than $20 and about an hour of slightly non-focused time. Total plastic filament wasted? Zero. It’s not a $10 billion space telescope, but for my wall, it’s close enough.

Run a Private AI Chatbot in Chrome – No API Key, No Cloud, No Cost

 

Most people assume AI assistants require a subscription, an internet connection, and a willingness to let your conversations pass through someone else’s server. What if none of that were true?

You might think that setting up a local LLM AI is beyond your capabilities, or maybe just takes too much space.

All you need is to open a special HTML file to use it.

As of Chrome 138+, there’s a fully capable large language model sitting dormant inside your browser right now — and with a little tinkering, you can build a slick multi-chat interface to talk to it. That’s exactly what the Local Chrome AI project does.

What Is This, Exactly?

Google has been quietly shipping Gemini Nano — a real, capable LLM — inside Chrome as part of its on-device AI initiative. It’s not a toy. It can answer questions, write code, summarize content, describe images, and hold a conversation. The catch: Google doesn’t exactly advertise how to turn it on, and there’s no built-in chat interface. That’s the gap this project fills.

The result is a single HTML file you download and open locally. No server. No npm install. No signup. You just drop it in Chrome and start chatting.

Setting It Up

Before the HTML file does anything, you need to unlock Gemini Nano in Chrome’s experimental flags. Paste these URLs into your address bar one at a time:

  • chrome://flags/#prompt-api-for-gemini-nanoEnabled
  • chrome://flags/#prompt-api-for-gemini-nano-multimodal-inputEnabled (for image support)
  • chrome://flags/#optimization-guide-on-device-modelEnabled BypassPerfRequirement

Then restart Chrome via chrome://restart. After that, go to chrome://components, find Optimization Guide On Device Model, and hit Check for update. Chrome will pull down the model — it’s 2–4 GB, so give it a few minutes. When the status reads “Component already up to date,” you’re ready.

Then just download one of the HTML files from the repo and open it in Chrome. That’s it.

What the Interface Does

The full-featured file (local_AI_with_sidebar.html) looks and feels like a real chat app. There’s a sidebar for managing multiple conversations, each one saved independently in your browser’s localStorage. You can create new threads, delete individual ones, or wipe everything with a single button. Conversations get auto-titled based on your first message.

The image-enabled version (local_AI_Sidebar_image_Uploads.html) adds a camera icon next to the input field. Attach a photo, ask a question about it, and Gemini Nano analyzes it entirely on your device. The image shows as a thumbnail in the chat bubble; click it for a fullscreen lightbox view.  A settings panel lets you control whether images get saved to localStorage (they’re big you may not want them persisting) and how many messages back the model sees as context. Because of that, the default settings are to save space by not storing uploaded images in Chrome’s localStorage, but you can turn on image saving if you want to.  Just be sure to turn this setting on before you upload an image. Anything uploaded previous to the setting change won’t be saved.

There’s also a minimal single-window version (minimi.html) if you just want to kick the tires without the sidebar.

The Clever Engineering Under the Hood

Local LLMs are stateless — every prompt starts from zero. The project solves this with two techniques worth knowing about.

The first is a simple context injection: before every message, the last N exchanges from localStorage get prepended to the prompt, giving the model a rolling memory of the conversation. You can tune how many messages back it looks in the settings panel.

The second is recursive summarization. When a chat exceeds a certain length, the script quietly asks the model to summarize everything so far, then replaces the growing history with that single compressed summary. This prevents what the README aptly calls the “Quadratic Slowdown” — where every new message has to carry an ever-longer context, making responses progressively slower. The summarization happens silently; from your perspective the conversation just continues normally.

Privacy Is the Real Feature

Every word of every conversation stays on your hard drive. The model runs on your GPU. Nothing is transmitted anywhere. You can turn off your Wi-Fi and it keeps working. Really, try it!

Cloud AI assistants are excellent, but they’re not private by design. This is.

The tradeoff is capability. Gemini Nano is a small model optimized to run locally, not a frontier model running on a data center. It’s fast, it’s private, and it handles everyday tasks well, but it won’t match GPT-4 or Claude on complex reasoning. For a lot of use cases, that’s a perfectly fine deal.

Who Should Try This

If you’re the type of person who reads about experimental Chrome flags for fun, you’ll have this running in ten minutes and enjoy every second of it. If you have colleagues who handle sensitive documents and keep asking “is this AI thing private?”, this is a concrete answer you can hand them as an HTML file.

The project is open source under MIT and lives at github.com/morrowsend/local_chome_ai. Fork it, modify the system prompt to give the AI a different personality, build your own tools on top of the same LanguageModel API — the foundation is solid and the code is readable.

Local AI has been technically possible for a while now. This project makes it actually convenient.


Requires Chrome 138+. The on-device model download is 2–4 GB. Performance depends on your GPU — on a modern machine responses are near-instant; on integrated graphics expect a few seconds per reply.

Saving Data and Converting Microsoft Works Files

A lifetime ago, my computer only had Wordpad (RIP 2025) as a text editor. It was fine for basic things, but when I had the chance to get Microsoft Works, I jumped on it. From that point on, I felt like a real professional using Works. I wrote all my terrible teenage poetry and story ideas in Works.  Years later, I came across the files, however, I was unable to open them. Works had long been surpassed and basically disappeared from the internet and all human consciousness it seemed.

I tried to bring some of these files into Microsoft Word, but that only worked on a few files, as the encoding on most of them was pretty goofy. Even viewing the files in a hex editor was either incredibly time-consuming or completely fruitless. I resigned and just left the files on an old hard drive to rot to magnetic equilibrium with the countless other data I hoard, forever to be an uncheckable box on my bucket list.

Recently, I came across the old hard drive and was determined to read those terrible poems. So I went to my much-loved word processor, Libreoffice,  to see if they could be saved. Almost like magic, I was able to open a couple of the files!!! It worked!  Opening the files one by one, then saving them, would take forever. (I had a lot of bad poetry…) So I cracked open the ol’e Google machine and found a reddit post that made my day. I run Libreoffice Portable, so I couldn’t just use the commands in that post. I had to find the actual “soffice” executable.

No worries, I just poked around until I found it deep down in the LibreOffice Portable folder. Now to convert all my old tomes of terrible teenage tradition, all I had to do is:

  1. Visit the folder in my file explorer
  2. Right-click and open a command line there
  3. Recite the magic words:

    C:\Users\username\Installations\LibreOfficePortablePrevious\App\libreoffice\program\soffice.com –convert-to doc *wps 

  4. Then spin around twice and cross my fingers as I press “Enter” and…

Huzzah! All of the files are converted to .doc in one fell swoop.

Now I can spend the rest of the evening firmly rooted in the deepest of cringe. Bonus! I found some of my wife’s old teenage writing as well, haha. I’ll have to save those for a rainy day 🙂

Alexa can’t find your FireTV or Pro Remote? Here’s the Fix!

If you’ve ever changed your Fire TV’s name, only to have Alexa suddenly refuse to communicate with it. or worse, lose track of your Fire TV Voice Remote Pro, then you know how frustrating it is. I tried everything, but what finally worked was a complete reset and a specific re-pairing sequence.

If you’re stuck, follow this step-by-step guide to get your Alexa and Fire TV devices talking again!

The Problem: Changing the Fire TV name breaks the connection with Alexa and the Voice Remote Pro.

The Solution: A Full Factory Reset and Strategic Re-pairing
The key is to essentially wipe the slate clean for all involved devices (Fire TV, Alexa, and the Remote Pro) and reintroduce them in a specific order.

Phase 1: The Clean Slate

Before you start re-pairing, you need to completely remove the old, broken connection from every device.

  1. Factory Reset Your Fire TV:
    Go into your Fire TV Settings –>My Fire TV –> Reset to Factory Defaults. This will erase all your settings, apps, and channels. You will have to reinstall your apps and log into them again. Confirm the reset.
  2. Prepare the Remote Pro (CRITICAL STEP):
    While the Fire TV is resetting/rebooting, immediately unplug the batteries from your Fire TV Voice Remote Pro (the one with the “find my remote” beep feature). This prevents it from automatically re-pairing with the Fire TV before you want it to.
  3. Clean Up the Alexa App:
    Open the Alexa App on your phone and go to Devices –> Echo & Alexa (or All Devices). Find and delete the entries for your Fire TV and the associated remote(s) that are causing issues.

    Phase 2: The Rebuild (The Specific Order Matters!)

    Now that everything is clean, we’ll connect the devices in an order that ensures Alexa properly recognizes the Fire TV and its advanced remote.

  4. Use Your Old/Standard Remote First:
    Wait for the Fire TV to boot up to the initial setup screen (the one asking for your language/Wi-Fi).Use a standard (non-Pro) Fire TV remote to complete the setup process, connect to your Wi-Fi, and sign in to your Amazon account.
  5. Pair the Voice Remote Pro on the Fire TV:
    Once the Fire TV is fully operational (on the main screen), put the batteries back into your Fire TV Voice Remote Pro. Go into Settings on the Fire TV –>Remotes & Bluetooth Devices –> Amazon Fire TV Remotes –> Add New Remote. Follow the on-screen instructions to pair the Pro remote directly with the Fire TV.
  6. Re-Discover the Device in Alexa:
    Go back to the Alexa App on your phone and go to Devices and search for New Devices. Alexa should now find your newly reset and configured Fire TV.
  7. Enable Voice Assistant Control for the Fire TV:
    Once the Fire TV is listed in the Alexa app, tap on the Fire TV device entry. Look for the “Manage Devices” or “Fire TV Settings” option within the device details. Crucially, make sure that the settings to allow voice assistants to access and control the Fire TV are turned ON.

Your Fire TV should now be properly connected to your Alexa ecosystem, and all the voice commands and remote features (like the all-important beep to find your lost remote!) should be functional again.

If this worked for you, let me know in the comments!

Protected by CleanTalk Anti-Spam