Message from @virtue

Discord ID: 662121709998047262


2020-01-02 02:31:38 UTC  

I never needed to know how many bytes different variable types are

2020-01-02 02:31:48 UTC  

When I coded ansi C you had to malloc your own memory there was no garbage collection

2020-01-02 02:31:55 UTC  

I use floats and covnert them to int

2020-01-02 02:32:11 UTC  

So we had to malloc every bytes of memory ourselves and deallocae it when done

2020-01-02 02:32:17 UTC  

I usually use int for flags..

2020-01-02 02:32:34 UTC  

most often float or double are more usefull

2020-01-02 02:32:54 UTC  

You REALLY should know how many bytes data types are it starts to matter for big data say when you’re architecting tables server side

2020-01-02 02:33:07 UTC  

And you have billions of transactions

2020-01-02 02:33:22 UTC  

I can always check it up when I need it

2020-01-02 02:33:25 UTC  

I looked into python but to be honest. A lot of thins seem so counter-intiative, and this begins with the stupid using '4 spaces' in the next line, after you have declared a function.

2020-01-02 02:33:38 UTC  

I dont like python

2020-01-02 02:33:45 UTC  

python doesnt make sense

2020-01-02 02:33:57 UTC  

Ints and floats are 4 bytes. Big ints and doubles are 8 bytes.

2020-01-02 02:34:04 UTC  

Ok i will look at some other languages

2020-01-02 02:34:25 UTC  

C# is cool

2020-01-02 02:34:29 UTC  

Python is almost a hybrid language it reminds me more of a scripting language and less of a polished software language

2020-01-02 02:34:32 UTC  

I always use the big ones.

2020-01-02 02:34:44 UTC  

companies wants us to know
advanced level

2020-01-02 02:35:03 UTC  

you need to learn the advanced level C++ or any language

2020-01-02 02:35:13 UTC  

Yeah bigints matter we had stuff break at work one day because we actually hit the 32 bit limit for integers on the primary key of a table lmao

2020-01-02 02:35:17 UTC  

you can learn advanced level in 12 months

2020-01-02 02:35:41 UTC  

it gets harder..

2020-01-02 02:35:58 UTC  

But python is GREAT for just getting stuff done. We use it a lot in data analysis and basic algorithms

2020-01-02 02:36:04 UTC  

Should have used the 64 ones.

2020-01-02 02:36:42 UTC  

when I am done with java
im going to learn C#

2020-01-02 02:36:56 UTC  

webb programming is my goal

2020-01-02 02:37:01 UTC  

I really did like c# the lambda expressions you can use in class definitions are beautiful

2020-01-02 02:37:25 UTC  

am learning game programming and windows

2020-01-02 02:37:28 UTC  

my dick is this big

2020-01-02 02:37:30 UTC  

I’m an aesthetic coder I can’t be happy unless stuff is beautiful

2020-01-02 02:37:42 UTC  

How is that said? C sharp? Lol

2020-01-02 02:37:53 UTC  

Yes

2020-01-02 02:37:59 UTC  

yes

2020-01-02 02:38:02 UTC  

Or just call it .NET lol

2020-01-02 02:38:18 UTC  

net is not the same as sharp,

2020-01-02 02:38:20 UTC  

C hashtag <:zoomer:639984566752509954>

2020-01-02 02:38:26 UTC  

sharp is better

2020-01-02 02:38:29 UTC  

Yeh but on Microsoft there’s huge overlap

2020-01-02 02:38:37 UTC  

true

2020-01-02 02:39:03 UTC  

You should get good at scripting languages they help you get stuff done more efficiently