Rivermonster

@RomanOnARiver
13 Followers
27 Following
1.1K Posts
Musician, programmer, puns. (they/them)
Blueskyhttps://bsky.app/profile/romanonariver.bsky.social
BLU CANTRELL - REGGAE REMIX - HIT EM UP STYLE

YouTube
I like the idea in #programming when there's no one overarching module that does *everything* you need. I mean there could be, but often times it's a multi-step pipeline. Like right now I'm doing some #imagemagick, and because of some limitations around shave, repage, and fuzz I'm testing out #pillow/#pil. And if want to get real crazy (I do not) the Internet suggests opencv, which I'm I think best off avoiding. #coding #python
Anyway this ended up 2,536 lines. I did some cutting but then also added a debug mode to spit out all the data into like a csv, it mostly balances out. I see about 250 lines that I can redo though, so it's a work in progress for sure.
@lonseidman you can look through the other filings from that manufacturer https://www.fccinsights.com/luxshare-precision-industry-co-ltd they do a lot of the Walmart Onn stuff
@lonseidman "images coming soon"
March 2026 Pixel Drop - Google Pixel Community

@lonseidman Spotted this on crowdfunding, a modular tablet https://www.indiegogo.com/en/projects/braxtechnologies/open_slate with all kinds of privacy features and multi os compatibility
open_slate: A Powerful and Private 2-in-1 Tablet by Brax Technologies PBC - Indiegogo

Meet open_slate: a poweful 2-in-1 tablet with modular design, native Linux and Android support and hardware killswitches.

I actually have no idea if it's good practice to make a main just a wrapper around other stuff?
My first thought was hey I can split this into three different files, that way the "main" (entry point) is like 75 lines, but really that's not actually helping the problem of bloat, I have to fully redo this.