- 2 Posts
- 27 Comments
I think the issue comes with “division and multiplication”, and “addition and subtraction” Here, I see people saying “Brackets/Parenthesis > Division > Multiplication > Subtraction > Addition” when I was taught “Brackets/Parenthesis > Division or multiplication, left to right > Subtraction or addition, left to right”
I was taught to do
- Brackets
- Division and multiplication left to right
- Addition and subtraction left to right
There should be a fucking ISO for this shit tbh
TotallyWorthLife@lemmy.worldto
Science Memes@mander.xyz•insert mental health condition hereEnglish
11·55 minutes agoAlso the un-taboofication of it… see, the “left-handed epidemic”
TotallyWorthLife@lemmy.worldOPto
Open Source@lemmy.ml•How does one get into Open Source, generally?
1·57 minutes agoSo making sure all bugs are accounted for, and making suggestions/giving feedback to developers, thanks for the advice
TotallyWorthLife@lemmy.worldOPto
Open Source@lemmy.ml•How does one get into Open Source, generally?
1·57 minutes agoThank you! Got StreetComplete now and started contributing through it on my way home :b
TotallyWorthLife@lemmy.worldOPto
Open Source@lemmy.ml•How does one get into Open Source, generally?
1·58 minutes agoOkay, wil lcheck for begginer contributions- I do use some apps from f-droid already, might donate once I do have spare cash flow, thanks for the advice :3
TotallyWorthLife@lemmy.worldOPto
Open Source@lemmy.ml•How does one get into Open Source, generally?
1·1 hour agoOkay, get practice with it even if it gets rejected, thanks for the advice
TotallyWorthLife@lemmy.worldOPto
Open Source@lemmy.ml•How does one get into Open Source, generally?
1·1 hour agoThat makes sense, will bear it in mind, too. Not neccesarily need to contribute directly, but just being part of the community.
TotallyWorthLife@lemmy.worldOPto
Open Source@lemmy.ml•How does one get into Open Source, generally?
1·1 hour agoThank you for the advice!
TotallyWorthLife@lemmy.worldOPto
Open Source@lemmy.ml•How does one get into Open Source, generally?
2·1 hour agoOkay, thank you for your experience and advice! Will keep eyes more open for bugs and stuff, and try to start small.
TotallyWorthLife@lemmy.worldOPto
Open Source@lemmy.ml•How does one get into Open Source, generally?
1·1 hour agoOkay, thank you for the advice! Definitely, if I’m gonna get into the codebase, I’m not gonna let AI do the work for me, if I wanted to I’d just straight up tell the maintainers to lol.
TotallyWorthLife@lemmy.worldOPto
Open Source@lemmy.ml•How does one get into Open Source, generally?
1·1 hour agoAlready got the Github account, and know some basics, but I think I should learn further as I only know the basics (forking, making branches, uploading the modified code to my fork, and making pull requests, don’t even know to do these in detail so I guess I’ll look at more extensive Git and Github tutorials lol)
TotallyWorthLife@lemmy.worldOPto
Open Source@lemmy.ml•How does one get into Open Source, generally?
1·1 hour agoOkay, thanks for the advice :3
It’s funny that CNC can either be one of these industrials machines I don’t know much about, or Consented NonConsent
I only use Brave because some websites got my digital fingerprint with firefox lol
TotallyWorthLife@lemmy.worldto
Progressive Politics@lemmy.world•Mamdani balanced the NYC budget
9·22 hours agoThis assumes independents are centrists…
TotallyWorthLife@lemmy.worldto
Progressive Politics@lemmy.world•Mamdani balanced the NYC budget
3·22 hours agoEh, better than defering the 100% that Adams had defered to him, or even more. He’s, in principleM only deferring 20%… that’s a huge decrease…
TotallyWorthLife@lemmy.worldto
Ask Lemmy@lemmy.world•I used to love computing as a hobby, but now it feels like it's a source of evil in the world, how have you dealt with this?
1·23 hours agoOkay, thank you, will try to get an old pc when I can afford one to experiment with these and some others things
TotallyWorthLife@lemmy.worldto
Ask Lemmy@lemmy.world•I used to love computing as a hobby, but now it feels like it's a source of evil in the world, how have you dealt with this?
4·1 day agoThat’s fair. At least I got an starting point now even if it’s hard at first.



Never met multiple exponents in a row at the same size and level without brackets/parenthesis, always saw them as a^b^c, or a^(b^(c)) , so I didn’t even think about that case.