pulsarpietro | 7 years ago | on: REST Introduction
pulsarpietro's comments
pulsarpietro | 7 years ago | on: REST Introduction
am I looking at a the right edition ?
pulsarpietro | 7 years ago | on: This Is Silicon Valley
pulsarpietro | 7 years ago | on: How I'm still not using GUIs in 2019: A guide to the terminal
I personally use it a lot but this arguments have been going on over (and over)+ again. And it won't be the last time :-)
.
pulsarpietro | 7 years ago | on: Programming Books You Wish You Read Earlier
Introduction to Algorithms : Hardcover 1312 pages
Introduction ? :-)
pulsarpietro | 7 years ago | on: Euboea – simple, fast, AOT-compiled programming language
pulsarpietro | 7 years ago | on: Thoughts on Modern C++ and Game Dev
Back than you felt pretty skilled I am sure, now I feel anybody could do my job, often. Unless you are working for the big 4 or similar, many jobs don't give you that excitement.
pulsarpietro | 7 years ago | on: Thoughts on Modern C++ and Game Dev
pulsarpietro | 7 years ago | on: Thoughts on Modern C++ and Game Dev
"Before about the early 90s, we didn’t trust C compilers, so we wrote in assembly."
There a lot of games released during the 80's, were they really all written in assembly ?
https://www.myabandonware.com/browse/year/
I don't have experience in the game industry at all, I must add.
pulsarpietro | 7 years ago | on: Ko – A concurrent, immutable, functional language
pulsarpietro | 7 years ago | on: An Introduction to the EMACS Editor (1978)
pulsarpietro | 7 years ago | on: Crazy Work Hours and Lots of Cameras: a group from Silicon Valley visits China
pulsarpietro | 7 years ago | on: OpenBSD 6.4 released
Linux has become a chaotic place to be, I agree.
pulsarpietro | 7 years ago | on: Librem 5 general development report – October
pulsarpietro | 7 years ago | on: Amazon raises minimum wage to $15 for all US employees
pulsarpietro | 7 years ago | on: Compiling dynamic programming languages
You are "dependent" if you want on the RunTime (rt.jar). The way it was explained to me, and the model which I sticking to in my mind is:
Abstract Machine/language + RunTime = Level of the onions of a computer.
Assembly/CPU + libc Bytecode/JVM + rt.jar
The language manipulates the resources provided by the machine (registers, stack-machine etc etc).
My recollections are fading though - but I found this model to be good enough to explain me well how a computer works.
pulsarpietro | 7 years ago | on: Awesome Tmux
I found it quite handy, then I discovered Emacs :-) We could stay on the subject for years I reckon.
pulsarpietro | 7 years ago | on: Awesome Tmux
pulsarpietro | 7 years ago | on: Compiling dynamic programming languages
If we think about it javac would not be a compiler otherwise :-)
pulsarpietro | 7 years ago | on: Goodbye VSCode, Hello Emacs Again