I think my philosophy when making software is that it should work for people with zero money or no bank account / credit card.
I know it's not a popular mindset to be in since money and profit is everything in the tech world.
I think it comes from growing up as a kid with no disposable income or access to anything but my shitty computer.
I'd rather support people with almost nothing than people with latest and greatest tech gizmos and spare cash for subscription services. 😅
What I really want is just `nano` but with the "go to start of word left/right" feature be "go to next word boundry left/right" and the copy/paste buffer to use my system clipboard. 😅 Sadly the code seems like too much effort for me to tinker with any time soon.
Editors like micro end up doing too much in that they take over the color scheme and have these elaborate extension systems.
Debugging: the mystery game where you are the detective, the murderer, and the victim.
That's where I am right now. At the stage where I understand so little about the bug that it's tempting to blame the tools.
I mean, why do some of my interrupts seem to get disabled when a specific instruction, which has nothing to do with interrupts, is more than 4kiB from the beginning of the program?
(To be continued once I get a clue. I slept over it but that hasn't been enough.)
Well shit. I think I will need to remake Agregore mobile from pretty much scratch 😅 The dependency I want to add requires a much newer version of the Android SDK than this tree year checkout of chromium can handle. RIP 😅
Great news, I got an inscrutable error coming out of the millions of lines of code and build configurations 💀 #chromium is quite a beast.
I screwed up the JNI code somehow so at least I have a clue for where to look.
Attempt number 1 of auto-converting my markdown based website to #gemini
Currently only available via HTTPs and various #p2p protocols but eventually I'll add a proper gemini server to my main distributed press instance for it. 🤪 Might end up coding one since it's easier than searching through all the options for something that will fit my needs.
hyper://agregore.mauve.moe/explore.gmi
@makeworld Is this md2gemini lib archived cause you don't want to update it or was it not working like you'd hoped? :o
Thinking of crossposting my blog to gemini.
New release! This time we have some small quality of life improvements like enabling #gemini sites to prompt for user input which enables stuff like search engines!
https://github.com/AgregoreWeb/agregore-browser/releases/tag/v2.11.0
Did you know:
You can find us on Bluesky via [@agregore.mauve.moe](https://bsky.app/profile/agregore.mauve.moe)
or on the fediverse via [@agregore](https://mastodon.mauve.moe/@agregore)
For real I think my ratio of "need to read source" to "docs tell me what I needed" is like 10 to 1.
Then again a lot of the stuff I need to do / work with is pretty obscure.
Anyone here has a cross-platform GUI toolkit they love?
I'm kinda sad that there is nothing really easy out there. I remember how easy it was to just launch LiveCode (aka Runtime Revolution) create a stack and just create standalones for macOS, Windows, and Linux.
I just want to cook up some tiny GUI tools here and it seems like Tk still the easiest option.
The hard part of this is going to be figuring out how the heck Chromiums google build tools handle extracting assets from AARs and adding them to the build config 😱
also this is ... well, man https://www.garbageday.email/p/this-is-what-chatgpt-is-actually-for
Occult Enby that's making local-first software with peer to peer protocols, mesh networks, and the web.
Exploring what a local-first cyberspace might look like in my spare time.