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

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

help-circle





  • This has been the push I’ve needed to pull the trigger on installing solar. My electric rates have gone from $0.09/KWh to $0.23/KWh in the last 5 years. Just got my bill after reducing as much as I could (my house is all electric sans the furnace). “Surely it’ll be under $100 this month,” I thought. Nope.

    I’ve got 800W of PV currently in an ad-hoc setup* but I’m putting together the plan for a 3.2 KW system that can auto switch between battery, PV, and grid without backfeeding. Minus the batteries, the whole setup is going to cost me about $7,000. (Batteries aren’t required and will be added later)

    Grid-tie is technically legal in my area, but the hoops you have to jump through are insane and there’s a high likelihood of being denied by the power company over the most bullshit of minutiae (seriously, they treat someone possibly feeding back 400 watts the same as if you were a MW-scale solar farm).

    *The ad-hoc setup is just 4x200W panels in a 2S2P config. I charge an Anker PowerStation from that and use it to power random stuff. It’s currently powering my server stack while charging from the panels. :)



  • 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.