Viewing profile — pulsarpietro
pulsarpietro
HN member- Joined
- Wed, Nov 15, 2017, 11:37 AM UTC
- HN karma
- 54
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About pulsarpietro
No profile information was provided.
Recent public activity
-
comment
Comment #19622875
Thanks all, this is probably a very good starting point
-
comment
Comment #19616213
Can't find that chapter here: https://www.amazon.com/Designing-Web-APIs-Building-Developer... am I looking at a the right edition ?
-
story
REST Introduction
Does anybody know a short introduction to REST APIs ? I know HTTP reasonably well (it is not that complicated after all, I dare to say) and I need to know specifically what REST is…
-
comment
Comment #19273402
Thanks for writing this.
-
comment
Comment #19273149
I mean .. use whatever you feel comfortable with, make sure you understand what you're doing, the terminal is the closest interface to the OS. I personally use it a lot but this ar…
-
comment
Comment #19272741
Many of us have come across them at uni I guess - but there are so many books around. This one always made me smile a bit : Introduction to Algorithms : Hardcover 1312 pages Introd…
-
comment
Comment #19272687
YAUL ?
-
comment
Comment #18843716
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 anybo…
-
comment
Comment #18822796
I must have been a bloody hard and interesting work, back then.
-
comment
Comment #18822713
I am a bit puzzled by this: "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 …
-
comment
Comment #18619715
Y.A.U.L.
-
comment
Comment #18616481
Fantastic, I wish I were born those times.
-
comment
Comment #18407781
We need to be more efficient to beat them, there are not other ways.
-
comment
Comment #18249053
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.
-
comment
Comment #18238472
Me too. I need safe cyber-space to be in :-)
-
comment
Comment #18121209
It makes you think of Henry Ford.
-
comment
Comment #17907988
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 st…
-
comment
Comment #17907940
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 recko…
-
comment
Comment #17907930
Actually I use it in place of screen. I always thought of it as "a better screen"
-
comment
Comment #17901747
Yeah, that is what I was taught as well. From one abstract machine to another. If we think about it javac would not be a compiler otherwise :-)
-
comment
Comment #17857938
Well done!
-
story
Jgroups
Hi all, Has any of you got any experience with JGroups in big enterprise applications ? I understand it is the default clustering mechanism for JBoss but that does not necessarily …
-
comment
Comment #17283993
You will need to know the C language, not C++. As with many things you will follow an example, then another, then after a few you will walk using your own legs. To build a module y…
-
comment
Comment #17282687
I would propose Linux Kernel Development by Robert Love. It is not for beginners though. That could help you in applying your new C skills in writing a simple device driver/kernel …
-
comment
Comment #17235988
Due to lack of personal knowledge is not quite clear to me what the problem is with mobile devices. It seems to be the fact that they very often change IP address. am I right ? Is …