#general-2
1 messages ยท Page 133 of 1
do you speak croatian?
she said no but the two languages are very similar
like portugiesisch and spanisch
i was just trying my luc
if you know what i mean
๐
luck*
but ended up leaning that
funny fact
you did a few times before though, so wasn't sure
ye, you did good
my englisch is not that good anyways
so it could actualy be a real mistake
your English seems good to me, just needs a little improvement
although if my german ever gets as good as my english i will be very happy xD
It does need a LITLE improvement
very true
but it's good enough for most things
yeah
In most cases
if you were going to write a scientific thesis, might need to improve it, but otherwise it's fine
indeed, it's more with specialised topics
genau
i love programming
because with very few words
you say everything
xD
With alot of detail
it's all about how you say it, the logic
hmm, I agree and disagree, depends what're you doing. I code too, and sometimes it is as you say, and sometimes it can be verbose
might be my code is just bad though
you code too? nice
yeah, that's the nice thing about programming, the logic
yah, basically my profession
I am not amazing at it but it's enjoyable
did i told you
i do it
b4?
cause i dont remember if you were here
i dont think so
anyways, what do you code?
Oh programmers x)
Which language(s) do you guys use?
I've just started with Java pretty much
I've been teaching myself python. ๐
Ohh, how is it?
Easy to use.
I don't remember which ones were the harder ones or not, but if I remember right Phython is one of the most common beginning languages
Yeah, it's really, really straight forward.
I started with a little of python too but changed to javascript soon after
I should probably jump to python first
Yeah, there's a lot of cool learning resources for it too.
Probably not good to start at Java right from the start
And documentation and all that.
Now I'm trying to decide if I will learn java or C# next
My boyfriend has finished the Mooc online thing for Java
Go with java
I'll even learn with you, Kurisu.
I wouldn't recommend java for a beginner
and then he's taking PhP and Javascript right now for an unemployment class
I found it pretty fun to work with...I didn't even mean to start coding
Java is a statically typed language which is amazing to get a grasp of the fundamentals of programming
My boyfriend just wanted me to look at what he was doing
and I found it interesting
The learning curve it's bigger but if you can get over it it's better to start with java, yes.
Hm, maybe we should go at the Python then Base ๐
I'm sure @sudden panther would love to talk about Java
Python you see things getting done quicker so you get more excited early on
Yes, go with python
I need something on the easier side with all of the math and physics I have to do with my german
mMMM.
Otherwise I'd probably get overwhelmed
Once you can write programs in general then it's easy to switch to something else anyway.
Java is a statically typed language which is amazing to get a grasp of the fundamentals of programming
omg can i pin that
I haven't tried to expand out yet. I will though.
I will probably wait to see what I'm encouraged to learn for my future maths studies.
I heard C++?
Ahem. Prepare yourselves to be enlightened.
delete pArrem;
Hahaha
F E A R L E S S S C O N C U R R E N C Y 
Where we don't delete our shitty pointers. Because they delete themselves. Because they aren't actually shitty. And know when they're safe to drop.
You can play codewars website with me too Kurisu. ๐
But I really liked java, so I'll probably bounce back when I'm done
I like to iterate through maps and vectors :3
wut is dis, Base?
Python for ... almost anything
JavaScript is the black sheep of programming
Javascript for websites, web apps, IOT
It's a website where you just get given programming tasks to solve.
It is, but it's great and has so much support behind it
I'd advise against learning JavaScript
codewars.com if you want, Kurisu.
๐ฎ oohhh
Codecademy is totally different though.
I'll try codewars
I'm pretty sure codecademy still uses python 2.7
They teach you the sintaxe but you will never learn how to really code
Codecademy is just a short basics course.
Codewars is for people how know how to program
hackerrank ftw :^)
If you want to really learn
Download or buy a udemy course
There are a lot of amazing ones
Why?
Boyfriend has some
What's the difference?
Or simply try automate stuff you do on a daily basis
That's for websites
You can get the best ones for 10โฌ
But if you can't afford it you can get them for free
They always have sales
Yes
so that's cool
I would recommend buying
What's the difference though? Why is that preferable?
What are the downsides to the alternative?
That's why we jumped on it and he found one he was really interested in
How do you mean?
The good udemy courses
In short, codewars is meant for people who know how to write fast and efficient code
Teach you the sintaxe
But you can learn about new types of techniques that you didn't know about.
Show you how to use it in real world situation
And give you tasks to try for yourself and the show you the solution
Plus you have the teacher to help you anytime
Just buy a book and plow through that
then use stuff you learned to automate simple tasks
You can learn new techniques sure
"anyways, what do you code?"
Nothing right now because concentrating on learning German and my hands and arms are hurting lately, but I began coding the infrastructure for a game in C++ and I do random things like Project Euler or whatever I fancy in Java to keep my mind fresh
But that's for people with some knowledge already
Oh, okay. How much knowledge is "some knowledge" though?
got stuck on Project Euler though, should really get back to it
Nice pferd
He first ones were fine
But then I lost 5+ hours trying to solve a problem
Mostly math problems
Instead of wasting that time making something I actually like to do
Like games
Ah, okay. Maybe that's why I don't see it as a problem. To me, it's like, a game that's reall fun, but I learn while doing it.
But I'm into puzzles and logic games.
And maths.
And it teaches me how to research code by myself.
Lots of fun
oh yeah, I had that sometimes with Codility problems (although not 5 hours). No point getting frustrated if it's for fun.
But got really hard really quick
Wait wait wait wait
You can also just choose what level you want to use. You don't have to do the hard ones.
seeing how other people do it can be very helpful though
Are we picking Kurisu's first programming language here?
No, she's doing python.
Yes
๐
I propose Pascal
XD
๐ ๐ซ
Hahaha
it's what I started with
Pascal, what a boss
all must suffer my pain
never even used python
Or assembly
is that the one with no curly brackets?
VHDL club anyone? ๐ฆ
Or fortran
VHDL looks a bit like C
Idk assembly, just kidding
Dictionaries in Python use curly brackets. That's about it.
It's used for drivers
actually the more I look it the less it does
oh okay, I would find that confusing
probably easy to get used to but I am so used to curly brackets now, I would feel lonely without them
Hahahaha
They're like little hugs.
Python is perfectly ok for just starting out. Don't expect to learn the proper practices of the true strong typing masterrace though.
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
use ieee.numeric_bit.all;
use std.textio.all;
-- ENTITY DECLARATION ------------------------------------------------------------------------------
entity xnor_self is
PORT(x,y: IN bit; z: OUT bit);
end entity xnor_self;
-- ARCHITECTURE DECLARATION ------------------------------------------------------------------------
architecture behaviour1 of xnor_self is
-- local declarations (use function type file component constant signal procedure subtype alias)
CONSTANT tdhl: TIME := 25 ps;
CONSTANT tdlh: TIME := 45 ps;
begin
PROCESS (x,y)
BEGIN
IF (x=y)
THEN z<='1' AFTER tdlh;
ELSE z<= '0' AFTER tdhl;
END IF;
END PROCESS;
end architecture behaviour1;
doesn't look like C to me
XD
Python and javascript are amazing until you need to manage really big code, that's it.
But you can write good programs with python, right?
If you're just wanting to write some simple things.
Yes.
But you learn the logic and that's the most important
yeah I glanced at it, then upon closer inspection saw the error of my thought
Python can do quite a lot.
If you just want to right simple things there is no better than python
Do you have any recommended types of projects to do with python as practice?
If you miss your curly brackets, just comment them in. ^^
Python can do almost anything
How much do you know?
Python is my go-to "I need to hack something together really fast and it doesn't need to look good at all" language.
Base mentality add me I will link you to a great python course (free of charge)
Sure.
I did codecademy already.
With a lot of projects you can do
I've never done anything in Python.
Do it Mika.
Do you have anything in particular that you are interested in doing?
I should learn it some time.
just hacking out something random can be educational
Yes Mika.
Casca, naw, I'm busy with C++
Make a discord bot, learn to suffer
Good Mika.
I was supposed to make a prototype of an audiogame for a course, and I put it together in less than an hour with pygame. Which I hadn't used ever before that. So yeah, as far as rapid prototyping and hacking stuff together goes, I can definitely recommend python.
^ew
It is
C# masterrace 
Well, my C++ might be a bit older. :p
BASIC.
Basic?
I'm trying to decide if I go to java or c# next
they're pretty similar
Casca, please.
Ah, the memories of writing BASIC in school... :3
I need { } ( ) [ ]
Don't want to go to python because I know how hard it is with big code ... like JS
Java, because there's a discord!
I think with generics they differ a lot but don't quote me on that
Beginner's All-Purpose Symbolic Instruction Code, Mika. ๐
Wow ;D
JavaScript > Java.
Java is a bit boilerplateish.
Banned, Casca.
eww
Kidding. ^^
blasphemy
C# is love as far as code style goes. Absolutely the most beautiful language I've seen.
C# is good :3
Gotta agree there, it is pretty.
JS is fun to mess with when you want things to break for once.
glad I started with C# ๐
JAVA = JAVASCRIPT
(don't hurt me :p)
I like VS over Eclipse too
Learn anything you want
Notepad++.
Sublime Text
If you can buy the real course from udemy
Who needs compilers.
If you want to see b4 buying ...
Not me.
Poor children like me
Why.
Because I can
Just why.
BECAUSE I CAN
Still. Why.
Because I can, hahahha
LDARG.0
^^
etc.
I like VS over Eclipse too
I HAVE ONE WORD FOR YOU ALL
JETBRAINS โค
^
what is that?
Does anyone have any recommendations for a course on programming fundamentals? I've only really attempted to learn to code in a haphazard way (usually through Codecademy), but would like to start learning the actual theory of programming.
Lua > Python, yes?
IntelliJ, PyCharm, Rider club (?)
A company that makes godlike IDEs for pretty much every more popular programming language out there.
Interesting, I will give them a look
Oh
CLion is the only reason I can tolerate C++ without going insane.
Even Java. ๐
I only use VS because it works for me, why is this Jetbrains superior?
Hello there, ReSharper
What is clion
Cos Arrem sed so.
C++ IDE
Er, well as far as C# goes, it's not quite there yet, since they just started experimenting with a C# IDE.
WebStorm 
I code JS
But like their Java IDE is miles ahead of Eclipse. And their C++ IDE is, as I said, the only thing that makes C++ worth using.
Vim.
Emacs
Oh no, here it goes boys.
okay, sounds good, thanks for the tiperino
Casca, how do I exit Vim? Help pl0x
buy a new pc
Heck if I know.
nono
Fk vim
I think I will be made to use either at any job I get but no point to suffer at home
Ctrl + C?
Esc
Too easy, must be wrong.
Sq
Be a student -> get all the JetBrains IDE's for free -> ๐
First, you press the Windows key.
I don't use vim in a long time
Vim is for Unix-based systems, isn't it?
Yep. ^^
โค
Why Ctrl + C doesn't work :<
๐ฑ definitely is the best.
Notepad is the best
Paint for graphics
Because posix based systems don't accept CTRL-C as sigterm
:(
ALT F4. :)
You unplug Vim and plug it back in. ๐ค
Vim has a learning curve that is a straight vertical line
Hahhahaha
(quit vim with Esc, then type :q!)
wq
If you want to save
Ja
Was er... spreckt...
i
Wort.
So this is what happens if I mention Vim. Interesting. ^^
We can talk about other stuff.
Nein.
Wait, I have to think
Shit, I think I found a bug in my code.
In a german leaning community*
^
So what was the conclusion? Java or C sharp?
C#
Cs people?
Mika you're banned.
delete m_pArrem;
Ich bin de software entwickler beim mein arbeit
Objective C obviously 
Entwickler beim?
m_vPeopleIHate.push_back(pArrem);
pub fn drop<T>(_x: T) { }
<'3
@hot cloak entwickler is "Developer" beim is "at"
The complete definition of Rust's drop function, which deletes a given variable from memory. That's all there is. ๐
i think.
beim would be wrong in that case
ich denke.
Danke dark, das it's Toll
kurisu bed time
๐
i forgot
Ach. Ich hasse die/der/das
mhm
I do
makes sense that CS people wanting to learn German would likely congregate online
using that techno smarts
I was thinking about that
Geschlechtern sind fรผr die vogeln.
*Ich bin Softwareentwickler als Beruf
Ja, das.
sounds better
Der einzige bei mein job.
reddit murdered my brain ๐ฆ
ร
Wie sagt man "im going to bed"
XD
Ich gehe ins Bett (I think)
Ich gehe ins Bett
Ich gehe ins Bett, tschรผs!
Ciao, schlaf gut
or schlafen
Oh my god
Danke
aua
is that dialect?
no
NO
XD
NO
PLEASE NO
oh thank god
xD no no
That's a meme
A very bad meme
memes seep into real life sometimes
is memeified
I should not have started again, redirect all the blame to me please
Jokus, Brudi
It's all of your fault
xD
You triggered the vong flashbacks
My boyfriend finds them funny and reads them outloud
....
Send help
what is vong
the meme
Meme-version of "von"/"vom"
I will google
x(
I got furious in front of the screen when I saw that shit posted everywhere and now? it destroyed me ๐ฆ ๐ฆ
And make you unable to learn German.
xD
Nicht mag den memes
I bims zurรผck vong Zeit her
Check the pinned messages. "This is not a meme channel"
...vong?
NO
....
STOP
R.I.P
I think I should show this to all Germans I know
They probably know it
how disgusted will they be, I wonder
R.I.P in peace
maybe, they're not so in touch with their meme side though
vong makes me think of Vietcong though
STAHP
let's try to get rid of that horrible meme for now shall we? ๐
Das ist gut.
Bei dir auch? ๐
Jo, bei mir auch.
Naja, ich kenne alle Ergebnisse
gibts nochmal ne Feier danach?
Und Samstag ist Abiball :3
:D
Also ich hab so das komische Gefรผhl, dass wir gerade einfach jeden abgehรคngt haben ๐ฆ Keiner schreibt mehr xD
Das Gefรผhl hab ich auch. ๐
Sorry y'all if that was too much lol
Nein, es ist gut fรผr Belauschen
Nein, es ist gut. Es ist schwehr, aber ja.
Ja, das. ^
viele worte ich nicht kenne D:
viele worte
kommt alles noch ๐
meisten naechte
Es muss ein interessantes Gefรผhl sein, zu wissen, dass manche Leute lesen alles was sie schreiben
Das "zu wissen" ist falsch, nicht?
Ich glaube, dass man daran nicht denkt, wenn er schreibt
nun, es ist ein chat-raum
also wissen tu ich das schon ๐ Soll ja auch so sein! Wenn ich unbedingt eine private Unterhaltung haben will gibt es ja noch Direktnachrichten
Nachrichten? Wie in zeitungen?
direct/private messages ^
Deutsch ist schwehr.
Jedenfalls hat man Pression(?) nicht falsch zu schreiben
This lady was telling me that she was looking for those things that go on tables at fancy dinners and hold the numbers for each table. And she was wondering what they were called. She said, if this was German, it would be just... "Tablenumberholder"
Tischnummernhalter
Google knows that word.
xD
War mein "zu wissen" frรผher falsch?
nice
The "zu wissen" was correct.
Lรคngere Worte sind formaler. Jeder weiss das.
Do those things have names, on tables?
But you have to switch positions of "lesen" and "alles".
also I wouldn't use "sie" ๐
^
Du?
sie = she/they right?
Oh right i meant ihr
Ach, ja. Ja.
Do you do that with ihr? Not Sie?
How would I say I love you all
it seems to be, dunno if it's archaic
ich liebe euch?
mit oder ohne schreien
"Ich liebe euch" schrie Craig
euch is ihr in accusative and dative
One word is missing? ๐ค
Alle euch?
Neu worte immer.
Ich liebe euch Memeroonis? ๐ค
How would I say I love you all
Ich liebe vong
Pferd, banned.
XD
Oh, yeah definitely go with Ich liebe euch Memeroonies.
Ich liebe euch X
Vergeb mich
Yuuzhan Vong
@jaunty vine the other way around ^_^
ja pferd du bist 1 nices Kind
Ich liebe euch alle
thanks
Neeeein Arrem XD
Arrem, ich bin enttรคuscht.
Du bimst*
Yuuzhan Vong, von Krieg der Sterne
Fang nicht schon wieder damit an 
vong memeigkeit her
"nice" ist kein Meme. :<
1 is though
nice, nicer, am nicesten
alles sind memes
It used to be your favorite meme, Mika. ๐ฆ
ALLES SIND MEMES
Wรผrde das nicht "am niceigsten"
ich will das auf einem t-shirt "ALLES SIND MEMES"
"ALLES" IS SINGULAR, THOUGH.
that would be a shitty tshirt
Gibt es kein Verdeutscherung von nice, etwas wie "Neiร"?
ALLES IST MEMES
In Schweden sagen wir "najs"
Der Postillion ist auch lustig bei mir, obwohl ich nicht immer alles verstehe
I will gladly take the blame for not educating the poor soul how to make a proper meme.
I always blame Arrem anyway.
You need a shirt saying "OLLE SAN MEMERS
"
๐ช 
Then he bans me.
@sudden panther Eins, zwei, drei... เฆฌเฆฟเฆฒเงเฆฒเฆฟ kommt vorbei ๐ผ
Wos haste gegen รsterreich? ๐ฆ๐น ๐ฆ
Wie sagt man deinen Name?
Billy.
๐
random question
Random answer
42
5
Somebody once told me the world is gonna roll me.
is it rude to say Meine Herren und Damen instead of the typical way?
*Damen und Herren
He asked if he can put the Herren first.
bitte
Shit mate, Pferd seems to be against the established System, we have to do something about it!
is that just the convention then, no one would gasp and tut at me if I did it accidentally-on-purpose?
Jokes aside, I've never heard anyone say it that way. Has a weird tone to me if you'd do it the other way around XD
I'm against the system of trying to assign biological sex to plural forms of nouns.
IT
DOESN'T
WORK
deal with it Mika 
"die" fur alle dinge
Well, I have to deal with it. <.<
"die" fur alle der dingen
But I still hate it. :D
Die Kind wird eine Mann
ja
The poor grammar :(
Or just merge them all so everyone can be happy "diers"
So, honest question, with all the gender/trans equality stuff (in the States, at least), is there any movement being made advocating the un-gendering of Deutsch?
And also what does German use for gender-neutral pronoun?
that's not gonna happen xD sorry^^
the nouns have no indicator of gender. in spanish, it has "o" vs "a" for female and male
in Deutsch it's literally just random
Am i right? No easy way to tell die/das/der ein/eine
there are ways to tell
There are endings in German, too
for example, -ung, -heit, -keit, -schaft are always feminine IIRC
-heit, -keit, -tion, -ung etc.
months and seasons are masculine
and other random patterns
Deutsch is lustig und dumm.
But I don't know good rules for plural forms. :D
I thought that gold and silver was a gun at first
@jaunty vine โค โค โค
best thing to do, I find, is that when you learn a new word, learn it with the article
Deutsche Sprache, Schwehre Sprache.
remember better that way
*schwere
Deutsch ist einfach ekelhaft Englisch
You need *schwer there because there's no noun following.
Also ich muss euch jetzt leider alleine lassen. Bettchen ruft ๐ Gute Nacht 
Du lรคsst uns immer allein. :(
Fleisch? Wie Haut? ...Nein danke...?
Gute Nacht, Cat.
Gute Nacht Katze
Ich auch, die Sonne ist schon auf ๐
Ich gehe ins Bett, weil ich einen Termin mit Trรคumen habe. Tschรผss
was geht 
๐ค wie sagt man "sick"
krank?
):
๐ค ich denke
Ich lerne Deutsche seit eine Woche vor
Sehr gut, fรผr ein woche
I was trying to find out how to say ago
I remember @topaz escarp telling me I could use seit for a few weeks, but in truth it's about to be a week so I tried to change what he told me with what I know
Oh, I think it's just "seit eine Woche". Although I am also a learner so don't trust my word. Just check it.
oh, danke
I try to use it for certain words at times, but never sentences
then again I probably know more words than grammer that also isn't in English at this point
It's fine when you're just trying to kind of adjust to the language. As long as you're not taking the translation as accurate.
But sometimes you just need a way to get the words into your head quickly, I can understand that.
I started a book on grammar though
Haha.
the grammar of german is honestly the hardest part for me
dativ, akkusativ, the other ones,
tbh Ich verstehe es nicht
xD
It's something you get used to. Trust me, it's not as scary as it seems.
You just have to trust yourself.
Idk how to do "ร" on linux
QQ ty for believing in me
Oh, btw, so when you're using "vor" or "seit", I think it works like this. You use "vor" when you mean "a week ago" and "seit" when you mean "for a week". But not both together.
Ich begann vor einer Woche, Deutsch zu lernen. Ich lerne Deutsch seit einer Woche. << Maybe like that.
it's hard to understand where to break the sentence too, real weird
wie lange haben sie gelernt, basementality?
What do you mean?
Like,
Oh, hmm... ein paar Jahren.
"I began a week ago, learning german" in english wouldn't have the break for a comma
so ich weiร nicht
because, then, than etc
Yeah, if you use a zu verb you need the comma.
ohhh
But you don't usually use zu with modal verbs, I believe.
Again, don't take my word for it, just fair warning.
well, i guess in english you break it up as well
a week ago, i began learning german
But like "Ich mรถchte Deutsch lernen" vs "Ich begann, Deutsch zu lernen."
does anyone know how to use the german alphabet on linux?
Sorry, I'm not sure. I have an intl US keyboard setting on Windows.
try right alt + the key
Is there such a thing on linux?
nein
not sure if it depends on window manager, or if its on the X server
lets try google
Guten Abend!
wow ich verstehe das nicht
@dire lark still got keyboard layout prob?
idk how on windows either, tbh i copy paste the letters
my secret shame
bc i'm too lazy to turn on the german kb
on windows you do alt+numpad code
speaking about Umlauts?
ye
@dire sentinel You can install the INTL US keyboard. And then just switch to it easily. ๐
get AutoHotKeys or what; write a scriplet; whenever you input ";ae" or something, for example, replace with Umlaut
also a method ๐
Please creepy.
or take the html code "รค" if that its too much work
Do it for me.
Alright you've moved me i'll do it
Thank you! โค
no idea if thats the exact OS in question, but it seemed relevant
ich gehe ins bett
bis spรคter
gn8
I'm making rice and it's not gonna be ready for another 50 minutes and it's already 4:18 am please help me
๐ฆ
50 min rip
what did you do to make it so mad?
@hot cloak I hope your day is going well.
Hmm, thanks.
you ok base?
Sure.
Get a rice cooker.
I usually make white rice but this is brown basmati, takes 2-3x as long as white basmati to cook
Look at this cute spiber
It's too high to reach
no, I bet they have even bigger scarier spiders there
Sie ist eine freundliche Spinne
Sie ist keine freundliche Spinne
Doch
You should put a warning on those kind of pictures.
Sorry
je billiger der Reis, desto leckerer
haha stimmt
@hot cloak So like what ways do you do mental maths now?
Dw if it's not worth chatting about .I'm just always interested in this kind of topic. (:
like certain multiplication that I didn't learn in times tables when I was younger
I'd like to be really fast at multiplying
As you mentioned before, Base, patterns help a bunch.
Yeah. There are a ton of cool tricks.
I'm already pretty good at maths, just my mental maths is probably about average
ยฏ_(ใ)_/ยฏ
being able to visualize your thoughts is a big help
How so Casca?
speaking of visualizing
i visualize myself doing the multiplication on paper lul
A really basic one for the times table. For any number multiplied by 9, the numbers add up to 9, and the first number of the result is 1 less than the actual number you multiply by. So 3*9 = 27.
Well, the answer will always end in 25.
Using the example of 85^2:
Split the 5 at the end from the rest:
85 becomes 8 and 5.
The 8 will become n.
Then calculate n(n+1).
Then write the 25 at the end.
So any patterns like that help.
ooh, i didnt know about this
Furthermore:
11^2 = 121
111^2 = 12321
1111^2 = 1234321
Et cetera.
Yeah.
I see
Correct, Daniel.
that's really cool
the 11~ one is super fun :D
Thanks for the trick
And the other thing, besides recognizing the patterns, is learning how to recognize how to break up numbers to make best use of the patterns.
i always forget the division rule for 7 ehehe
What's that one?
Take the list digit, double it, and subtract it from the rest of the number. If that answer is divisible by 7, so is the whole number.
No idea whatsoever.
Finding out whether a number is divisible by 3 is easy enough.
So I assume that doesn't need to be explained.
I'm only finding out about these now lol
Same for 2 and 5.
wow maths is so freaking cool
Sure
Yeah, I think this is partly why I got so into maths in early school years.
Figuring out these patterns was really fun and exciting.
Like I think it's a bit embarassing that I can't get things like 48+36 faster
One sec.
84 of course
It's not embarassing. The human brain really isn't designed to deal with big numbers easily.
I'm getting better at it though
We have to teach ourselves workarounds.
I've started calculating it a bit more efficiently
I used to try add them in one chunk which was a bit weird alright
Now I've started doing like 40+30=70 + (8+6) = 84
The way I would most easily add a numbers like that is: 50 + 30 + 4
how do you do it for multiplication?
Although either way is fine of course.
My multiplication can't be too efficient
Okay.
there are several methods to make multiplication faster

