pulsarpietro's comments

pulsarpietro | 7 years ago | on: Thoughts on Modern C++ and Game Dev

Anyway I envy you guys, now things tend to be too high level and you lose that holistic view of the computing machine.

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: OpenBSD 6.4 released

I have been a Linux user for more than a decade - recently switched to OpenBSD and I must say I agree.

Linux has become a chaotic place to be, I agree.

pulsarpietro | 7 years ago | on: Compiling dynamic programming languages

I depend on the JVM in my mind traslates to "my target is the JVM"

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

Not sure. I have seen people having two windows: 1. Vim 2. Terminal for compiling

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

Actually I use it in place of screen. I always thought of it as "a better screen"
page 1