/dpt/ - Daily Programming Thread

oh, it can't. It's a 512bit AVX op

pastebin.com/c3a5SQm8

The value's specifically meant to be between 0 and 5000.

this.balance = Math.random() * sizeOf(my_dick) * 5000

>preferred skills
>Linux

What does this mean for a junior front end job

means you have austism

Means superior taste in operating system.

bash isn't scary
you don't cd.. cd.. cd.. code
package management is fine
in other words: You can run a linux box without crying poo poo pants every 3 seconds

>you don't cd.. cd.. cd.. code
Uh... of course not.

Attached: 1557186676502.gif (650x890, 149K)

now I vim $(find .. -name "code.js")

you don't seem to understand scopes. you should read up on that a bit. basically, braces define a scope. variables are only available within the scope they were defined in and any scopes inside that scope.
im retarded and cant explain it well so just read up on it to get a better understanding.