I’m beautiful and tough like a diamond…or beef jerky in a ball gown.

  • 5 Posts
  • 94 Comments
Joined 4 months ago
cake
Cake day: July 15th, 2025

help-circle
  • Because:

    1. I’m not a lazy, smooth-brained rube.
    2. I’m not in the business of selling AI to lazy, smooth-brained rubes
    3. I have no stake in the supply chain nor do I stand to profit from those selling AI to lazy, smooth-brained rubes.

    Furthermore:

    1. I don’t trust “AI”. If I’m going to have to fact check it anyway, might as well just do it myself and earn the damn knowledge.
    2. AI does not work for me (or you). It works for the companies who are forcing it on you and sucking up your data.
    3. The energy costs and water requirements are mindbogglingly staggering
    4. I refuse to feed or ride any hype train
    5. It’s creating scarcity of things that could be put to better use (energy, water, computer components, land, talent, you name it).
    6. It’s not even AI. It’s just a dead-end bullshit generator


  • do GSI roms still contain google binaries (play store, play services, etc…) or is it similar to a AOSP rom where its just a bare android image

    Yes. That’s to say they can be either depending on how the ROM was built. All of the GSI ROM builders I’ve worked with usually have multiple releases of the same build with different configurations: root, no root, with Google services (often MicroG), without Google services, combinations of both, etc.

    To my understanding, GSI ROMs are basically just the “userland” portion of a full ROM. Basically they use the stock/existing kernel, drivers, etc but replace the rest of the system that runs on top of it. If memory serves, they’re possible due to Project Treble. Sadly, they still require an unlocked bootloader to install, so they’re not a total fix-all.

    They’re also very generic generic images (hence the “G” in the term). They’re not optimized for any specific device and can be hit-or-miss feature wise depending on the device. If you’re already reading about a specific device on XDA forums, then you’ll probably be able to see what works and what doesn’t.

    TL;DR: Running a GSI ROM is like upgrading to a newer Linux distro but without upgrading the kernel.



  • A database can be used to plug into any number of applications that run on top of it as well as be easily shared by multiple people and centrally backed up. Auditing, logging, and row and table level access controls, and other measures can be easily added.

    Excel files (or even MS Access files) as “databases” are often just people emailing around a file or accessing it from a shared drive. You end up with a split-brain situation at best and at worst you’re dealing with constant file corruption from multiple people thinking they can access it from a shared drive at the same time.

    Then you get vendor lock in and are forced to keep MS Office professional licenses because Shawn created some stupid Access “app” 10 years ago which is “THE DATABASE” and no one understands how it works.











  • Pretty decent unless there’s a lot of animation / video in them. Calling, texting, looking up something on the internet, bank app, auth app, etc all work great. Some of the stock Android components don’t work super great with it, though, like the quick action buttons (though, arguably, they don’t work great on any Android phone either lol).

    Feels sluggish at times but that’s just the e-ink being what it is. I mostly treat it like a dumb phone that’s also an e-reader.



  • I’ve gradually weaned off of smartphones over the last 18 months. Currently daily-driving the Minimal Phone and loving its distraction-free (or at least distraction-lite) ways.

    I may not be analog like the article is highlighting, but I have basically eliminated the doom scrolling and have reignited my passion for reading (the one “distraction” the Minimal Phone does well is being an e-reader since it’s got an e-ink screen).

    Roughly 1,600 TikTok posts were tagged #AnalogLife during the first nine months of 2025

    I’m just going to ignore the irony of that and appreciate it at face value 😆





  • AFAIK, PiZero like you said.

    If your router has a USB port and can recognize USB ethernet devices, then you can get one of those USB adapter boards and connect the Zero directly to the router and configure the Pi to be an ethernet gadget (power and network both over USB). If the router has a USB port but can’t handle USB ethernet devices, you could still power the Pi over that USB port and connect the two over wifi.

    Once you add an ethernet port and its supporting components to just about any board, it almost immediately becomes as large as or larger than a Pi Zero.

    can be powered from the same Ethernet cable that connects to the router

    Ethernet doesn’t carry power on its own unless you’re running PoE. You can get a PoE hat for the Pi, but it adds quite a bit of bulk.

    My router is an x86 box running OpenWRT, so I just run Docker on it which runs PiHole and a couple other small services.