roux

joined 1 year ago
[–] [email protected] 1 points 8 months ago

I'm so fucking guilty of this too. I've been in a huge reading kick lately but also "tune out" the text sometimes and realize I've read whole paragraph without paying attention. What I've found is actually helping is to read something first, then hut the audio book after to help clear things up and to get a better understanding.

I will say with how some of the older stuff is written, it's helpful to hear someone else read it. Especially with how Engels, for example can write multi-page paragraphs.

I've done the read/audio combo for both State and Revolution, and Reform or Revolution and, though I'm not a mater of the texts, it's really helped me get a more rounded understanding.

[–] [email protected] 3 points 9 months ago (1 children)

I'm listening to their whole discog from newest to oldest today. That's my mini goal lol.

I've been considering getting something for the Black Panthers but want to wait until I focus my reading on that subject. Palenstinian flag might be fun since it will piss off both dems and reps. You know what, maybe some purchase therapy might be in order today.

[–] [email protected] 4 points 9 months ago (3 children)

First, it looks like I'm gonna be listening to SoaD today lol. Second, I've actually been wanting to get a few custom pins made and have a friend that does graphic design. I have an idea for one with like a big rainbow and clouds but the clouds are big bubbly text that says "Stay woke, comrade." The idea is sort of a on-the-nose way of making fun of the chuds that decry "woke culture" and such.

[–] [email protected] 5 points 9 months ago (5 children)

I have a few antifa pins that didn't make it on the hat and I think the Antifascist Action one is a bit more known so maybe too obvious? I think my friend ended up nabbing the scared cat pin one from me.

I should clarify I didn't mean the Black Flag band logo, but just the black flag anarchist one. I do have a Misfits pin that an old friend gave me and I was gonna look to get an Anti-flag pin but the SA allegations happened so idk now lol.

[–] [email protected] 4 points 9 months ago

Sweet thanks. I might have to order this in the near future lol.

[–] [email protected] 4 points 9 months ago (3 children)

You got a link to the QR code one? I kind of love that idea.

[–] [email protected] 9 points 9 months ago* (last edited 9 months ago) (8 children)

I have a black flag, an AnCom(like my banner), and Anarcha Feminism(purple and black) one. Then I have a trans rights one, a smash the patriarchy one, and one that says All Cats Are Beautiful(ACAB). I also have Black Fist and Pride Flag/Inclusive one. I stay away from Hammer and Sickle just because it's so known. The earnings sound cute though lol. A lot of these can be marked up as like just being progressive I guess.

I want a DSA rose eventually.

Overall, it's sort of all over the place but each sort of represents the stages I have gone through along my leftist journey.

[–] [email protected] 25 points 9 months ago* (last edited 9 months ago) (15 children)

I was at a local bookstore/clothing consignment/vinyl shop with a friend because he collects vinyl. I was looking through the books and spotted "A People's History of the United States" by Zinn and ended up picking it up for another friend. I started talking to the owner as I was ringing up about the few leftist texts that he had and how it's kind of cool to see that sort of thing in the TX panhandle since there aren't really many leftists here and he simply replied "yeah, we're out there."

I now call that place the "Commie Record Store" lol.

Last time I was there he had a 4th print edition of State and Revolution from 1935, that is now in my possession. The book is super old and the spine is brittle and I don't know what to do with it, but I feel like it's somehow special now.

He now acts as my source for physical books. I mostly read digital but I would like a small collection of "the classics" so to speak.

And similar to comrade Queerecommie, I have a hat with several buttons that anyone here would recognize but the average lib won't. I also use the big nerdy Marx words like dialectics, material conditions, praxis, bourgeois, etc.

[–] [email protected] 21 points 9 months ago

It is Texas so yeah.

[–] [email protected] 5 points 9 months ago

Disclaimer: I daily drive, including write code, on a Ferris Sweep.

Each of my 4 thumb keys are tap for space, tab, enter, and backspace. But I hold one of those keys and I enter a dedicated layer for navigation, a 10-key number pad, a custom symbol layer, and my media and F-keys.

It does take a bit of getting used to but the trade off is holding an extra key compared to having to lift my hand off of home row and moving to arrows, number row, number pad, etc. I basically never have to look at where my hands are and still retain 100% functionality of a full size board.

[–] [email protected] 2 points 9 months ago

Haha let's go!

[–] [email protected] 9 points 9 months ago (2 children)

If it isn't called The Giant Spoon I want no part in it.

24
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]
 

I just realized that I made my last post 3 weeks ago. In any case, I staggered my learning with building a simple starter app and just finished my last bit of logic this am. Figured I would share in hopes of some sort dopamine activity via validation.

The App:

  • Has 2 sets of strings that are common phrases that people might use while navigating eating out at restaurants where language barriers might be an issue.
  • First set in bold are translated in the app via the Language tab
  • Second smaller set are translated based on the phone's locale settings.

The idea is that the phone owner should be able to read the text as well, so I wanted 2 sets for when one party speaks one language and the other party speaks another. I mostly wanted to have the challenge of handling translations from within and outside the app and figured why not.

The phrases can be toggled with the green buttons on the bottom. This is to fine tune the dietary preferences. Vegan will toggle everything but gluten as "cannot consume" or will set it for relative vegetarian(so no meat or fish but yes dairy and eggs)

I put gluten in there for anyone who has Celiac. I have found a frightening number of waitstaff that just assume that both veganism and gluten allergy is just "fad diets" so I wanted to include both for the little bit of crossover between the 2 lifestyle diets.

Screenshot with French for phone language and Spanish for in app language:

github: https://github.com/AndroidHell/ImVeganBTW

Notes:

  • The app title translate based on phone language but it should be based on in-app language since it's meant more for the person taking a food order to know "I'm Vegan. I might have it change based on vegan or vegetarian for the in-app language but I suppose that is handled by the first card. 🤔
  • The nav buttons are not translated and localizing those would be good
  • if text in the cards is too long, it gets cut off with ... at the end. This is a similar issue to the Jerboa app nav buttons for some languages. I might make the strings shorter(lazy route) or try to write some sort of scroll/ticker or make each card expand with full text.
  • The source code is a fucking mess. I already know. I started working on viewModel stuff before actually learning about it or app architecture.
  • Translations were done by Google Translate so if they are wrong maybe let me know and I can fix them. I only speak English so had to rely on Google on this.
  • I tried to pick main languages that I could come across in the States. I think they should work in other parts of the world but I used Mexican Spanish and Simplified Chinese so I donno how that might work out elsewhere.
 

Shamelessly stolen from reddit 💀 💀

 

Or does anyone wanna buddy up and learn it with me?

I lost my job as a Java dev after a little less than 2 years and figured is play around with Kotlin for Android development.

Working on setting up unemployment and startinf the whole job hunt thing again for the umpteenth time in my life but will have a lot of free time in the interim so I wanna start working on an app idea for calculating dice weight for ttrpgs. I've been looking at Kotlin over the last few months and decided sure why not.

The plan is to get the fundamentals down and make 1 or 2 small projects and see where I am at. After that I'm considering chekcing out Rust as well. But that won't probably be until next year.

Kotlin doesn't have nearly as much of a community as Rust so this is probably a shit in the dark. But I guess but me up if you are interested. I've never done a buddy system with a language but with my attention issues it might help?

 

I haven't looked much into him yet but he checks a lot of good boxes.

Is he someone that leftists could back?

Is there any dirt that people have dug up that I'm not aware of?

If we wanted to champion him, could the leftist orgs unify and help him?

Do I sound like a dirty reformist(God pls no)????

Thoughts? Opinions?

view more: next ›