The gold filter was good and you should say it.
AGPL doesn’t apply when you are accessing the server over a public API.
The AGPL does apply when interacting with the covered work (Lemmy server) over a network. A proprietary client would still nevertheless be required, upon request, to furnish you with the source code of the covered work it is talking to over the network (the Lemmy server).
They're Frodo Douche Baggins. Not much point in feeding them.
but I hate it when someone behind the scenes decides whether or not I should be able to debate/talk to my political opposites.
Then you're not gonna be a fan of federated alternatives like Lemmy. At least unless you run your own instance. Because instance admins can defederate from other instances, preventing you from reaching those defederated instances. In my mind, this is a Good Thing. I don't want to federate with nazis and fascists myself, and I want to minimize my association with anyone who does. If "having a dialogue" with people that want us dead is super important, then they can pick a different instance to call home.
Using Jerboa I get infinite scroll
For me, this is a bug and not a feature.
Laughs in GrapheneOS
I'd say to make Value, Price, and Profit
a requirement alongside Wage Labour and Capital
; they're often published together too. But regardless, good list.
A lot of this comes from the community from the streamer whose name starts with the v and who used to go by Irish Lassie. His community is especially toxic when it comes to using the term tankie as a pejorative.
And they don’t even keep the smear to people that support the Bolsheviks. They’ve been saying that about Noam Chomsky and Jeremy corbyn and basically anyone that has been critical of NATO in the last few years.
Imagine calling fucking Chomsky a tankie XD
But in terms of "folks I've been reading that seem to have decent takes:"
- Roderic Day of redsails.org has put out some really good pieces in my opinion.
- Peter Coffin has a mixture of good takes and bad ones. He's stubborn on holding onto transphobia -- or at least, transphobia-adjacent comments -- and his "LGBTQ+ is a bourgeois ideology" take, which, so far as I can tell, may be one of those "okay, 'technically correct' under your framing of it, but thoroughly counter-productive seeing as literally nobody else frames the issue in this way." Unfortunately, he's recommended stuff from PatSoc Caleb Maupin before too. Basically, I see potential in Coffin, clouded by problems.
- What I have read of Xi Jinping -- which isn't much -- has been solid.
So yeah, if you're looking for heroes, I wouldn't hold your breath. But there's life to be found in the world of Marxism.
Who comes next? You do, comrade :)
The monopoly wannabe asks the actual monopoly for help becoming a monopoly.
I'll try :) Looks like I still have my code from when I was grinding through The Book, and there's a couple spots that might be illuminating from a pedagogical standpoint. That being said, I'm sure my thought process, and "what was active code and what was commented out and when," will probably be hard to follow.
My first confusion was in ~~deref coercion~~ auto dereferencing (edit: see? it's still probably not 100% in my head :P), and my confusion pretty much matched this StackOverflow entry:
https://stackoverflow.com/questions/28519997/what-are-rusts-exact-auto-dereferencing-rules
It took me until Chapter 15 of The Book (on Boxes) to really get a feel for what was happening. My work and comments for Chapter 15:
Another thing that ended up biting me in the ass was Non-Lexical Lifetimes (NLLs). My code from Chapter 8 (on HashMaps):