Ariana
Apple
Ariana
cuz its illegal to jailbreak
BinaryByter
oh yea
BinaryByter
jailbreaks are shit anyway
BinaryByter
because they are illegal
BinaryByter
😏
Anonymous
True im serving jail time right now don't tell anyone i have a phone
BinaryByter
😏
okay, we won't
BinaryByter
don't jailbreak!!!
BinaryByter
@ariana1729 eren has a phone
Anonymous
@ariana1729 eren has a phone
What are you going to gain from it
Dima
Got rekt
BinaryByter
Got rekt
no, I got coke
Dima
Should go to skid telegram says btw
BinaryByter
the black kind of coke
Damien
Hey. What is the best IDE for C++? May I use Visual Code for that in Linux OS?
Damien
Really?
Damien
what about a compiler? Is it GCC?
BinaryByter
BinaryByter
g++ is the command you call
BinaryByter
but the compiler is gcc
Damien
does Visual Code support gcc and debugger? uhm....
BinaryByter
yepp
BinaryByter
visual studio code*
Damien
need to try this out then
Damien
I've heard that Go language is gettin more powerful day by day and it is the language of future...
Damien
but c++ is better anyway
Damien
I guess
BinaryByter
no language is "the language of future"
BinaryByter
just pick a good one
BinaryByter
+ once you know one, switchign languages is super easy
Damien
just pick a good one
There's no doubt low level languages are good one than others
BinaryByter
no
BinaryByter
high level languages are important too
Damien
why?
BinaryByter
you actually get stuff done in them
Damien
for implementing business logic?
BinaryByter
wat?
Damien
It accelerates the development process?
BinaryByter
it doesnt accelerate it
BinaryByter
it just means that you get results quicker
BinaryByter
but maintaining python code is hard
Damien
it just means that you get results quicker
Did you try to write something using Assembly? 😁
Anonymous
Guys how to find concatenated string of given string is contain all vowel or not??
BinaryByter
Did you try to write something using Assembly? 😁
I am actually writing asm right now
Anonymous
In least time complexity
Anonymous
With using dynamic programming memorization?
BinaryByter
BinaryByter
you'll need to select the english page, sorry
Damien
?
CI/CD systems
BinaryByter
CI/CD systems
they won't make your code beautiful
Damien
I am actually writing asm right now
Could you please share some examples? Wanna know how it works at all
BinaryByter
asm is super easy
Damien
For example, printing well known word: "Hello Word" using asm
BinaryByter
section .data section .bss section .text: global check_for_color_mode check_for_color_mode: int 11h and al, 30h cmp al, 30h jne return_zero mov ax, 1 retn return_zero: mov ax, 0 retn
BinaryByter
For example, printing well known word: "Hello Word" using asm
I have written a compiler which is pretty intuitive and easy to understand
BinaryByter
you might want to check that out
Damien
Be frank, it's hard to understand your asm code for a while...😁
Damien
need some time
BinaryByter
well because this is extremely system specific
BinaryByter
it is code that you would only find in a kernel
BinaryByter
but for example "and" is an easy one: guess what it does
Damien
it is code that you would only find in a kernel
What about binary code consisting of 0 and 1?
BinaryByter
?
BinaryByter
why would you code in binary?
Damien
why would you code in binary?
Electric circuit projects
Damien
for controllers
BinaryByter
no?
BinaryByter
nobody codes in binary
Damien
😁
BinaryByter
(well except for OLD crackpots)
BinaryByter
assembler translates directly to binary
Damien
asm is the last one