This is sad news but I respect your decision. Thank you for what you've done for this community.
bradboimler
I'm gettin there myself; I took a closer look at Lemmy the other day. But man do I prefer the UI of Kbin.
Reddit still seems like a big one, unfortunately. I don't contribute any longer but I haven't been able to stop lurking.
I've noticed your username and I'd be happy to talk to you about Java, if you'd like. It's my favorite programming ecosystem.
I absolutely loathe that too. I strip the information and do without it.
I'm in a Discord server. I'd love for some folks in there to try out Matrix but I'm too scared to ask. Even if I wasn't there's still the issue of Matrix being too techie.
FreeTaxUSA is free for federal. They charge (a reasonable amount) to file state taxes.
You can pay friends with Pay. You can't do that with Wallet.
Peer to peer payments are going away
I'll take the compliment, thank you!
When I do it on my terms, yes, I do enjoy Java in particular and programming in general. A lot. At a certain level it's not complicated or mystical at all. All you're really doing is simple math (adding, subtracting, etc) on numbers, bunching them into representations that make sense for your problem (how a point is an x coordinate and a y coordinate, for example), moving little arrows that point to said representations, etc. You combine these very simple primitives into a predictable system that solves whatever you're working on. Yeah, you do have to be able to abstract this in your brain. Pictures on paper helps sometimes; I do that myself.
I come in with a maintainability mindset. I enjoy writing simple, to the point, straightforward code that most importantly, I can read and understand in 10 years. Java's "verboseness" is a feature in that respect. Have you tried maintaining someone else's Kotlin? Forgetaboutit.
I'm curious how you managed that