Viewing profile — gabriel
gabriel
HN member- Joined
- Fri, Feb 23, 2007, 3:53 AM UTC
- HN karma
- 412
- Public activity
- 79 items
- HN profile
- View on Hacker News ↗
About gabriel
email: munozga `at' gmail.com
[ my public key: https://keybase.io/gmunoz; my proof: https://keybase.io/gmunoz/sigs/hKq4BVo6xTRRixRxH4pP2GfWvggRinGOAXDDK91YfYE ]
Recent public activity
-
comment
Comment #45607879
I would back it up a little bit and say that any EDR thing would be capable of observing the source of the functions that a program will run and detect outliers. It's a great progr…
-
comment
Comment #41753034
Go deeper. You're right on the cusp of it since all of your questions are fantastic . Even digging into one of your questions will bring up highly relevant material for understandi…
-
comment
Comment #19130345
There's also this: https://0xax.gitbooks.io/linux-insides/
-
comment
Comment #16619041
I believe the premise of the book is to expose the reader to an element of style that bridges different programming environments. Thus, "style" here is meant more in the terms of a…
-
comment
Comment #16080693
Lisp in Small Pieces: https://pages.lip6.fr/Christian.Queinnec/WWW/LiSP.html An excellent and very fun read about compilation, interpretation, and programming semantics. I don’t th…
-
comment
Comment #13580934
I think you mean Inline::Perl5: https://github.com/niner/Inline-Perl5 . It doesn't parse Perl 5 and run it inside of Perl 6 though, it just runs the Perl 5 interpreter for you from…
-
comment
Comment #12585988
Thanks! I certainly will. It looks pretty cool. I'm certainly learning it and finding the technical details in the documentation to be quite interesting.
-
comment
Comment #12578468
I kind of agree with the assessment. I've been prototyping with VoltDB be/c it has a pretty interesting model that should be able to achieve a near-linear scale of write operations…
-
comment
Comment #12264254
A good read for API design is "The Little Manual of API Design": http://www4.in.tum.de/~blanchet/api-design.pdf It falls into the category of non-web API. It's a good read and I th…
-
comment
Comment #11830792
Yep, I think that's a pretty big part of the learning process. Realizing that you had a successful build but some things weren't stable. Naturally this would pose the question: Wha…
-
comment
Comment #11830715
My first LFS was around 2001, which I think would be LFS v3.0. I can't begin to express how amazing the project was to my learning and development as a programmer. When I started I…
-
comment
Comment #11550356
I work with about a 600 table 2 TB PostgreSQL database and I started to use DataGrip, when it was in beta, for constructing complex queries. It's quite good for writing larger quer…
-
comment
Comment #11042613
I'd go for an invite if you hae some still. Email in profile.
-
comment
Comment #11042526
I'd take an invite as well if anyone sees this, thx :) edit: Email in profile
-
comment
Comment #10759053
I'm reading "Lisp in Small Pieces" by Christian Queinnec, which is a book that incrementally builds a scheme interpreter with increasing functionality. I could get away with using …
-
comment
Comment #8332093
I've read many theory and hands-on OS books and this book (the 1st Ed) is my favorite. But it is a dense book! Quite awesomely dense to be honest. One OS to study will certainly he…
-
comment
Comment #8153468
I had the same thought. Harper has lots of interesting posts on his blog: http://existentialtype.wordpress.com/ (not to mention his research). I was delightfully surprised running …
-
comment
Comment #7561897
I know there are subtle differences in the .net memory model compared to mono. I've fallen victim to this sort of thing before and depending on what you are doing and how aware/dis…
-
comment
Comment #7543153
Did you all see at the bottom: "COMPUTERS (most of the good stuff is still in papers, here are a few books)" Most of the good stuff is still in paper!
-
comment
Comment #7534811
The site offers alternative downloads of the video file. You should be able to watch these videos on linux with vlc or one of your favorite video players.
-
comment
Comment #7381093
Wisconsin here and also see twitter is down. Stuck in a two hour corporate meeting. #terribletiming
-
comment
Comment #7254950
Whoa, didn't know about this. I'll check it out.
-
comment
Comment #7254940
I always have the same problems when moving from linux over to a Microsoft shop. You really do have to approach VS differently than you would any other dev environment.
-
comment
Comment #7254912
Mono is quite practical. However, C# is one thing, and the .NET Memory Model is quite another. The memory model is, IMHO, where Microsoft is pushing the limits of the existing C# l…
-
comment
Comment #6857710
I believe he explains this switch here: http://tratt.net/laurie/blog/entries/fast_enough_vms_in_fast... It's a very good read. IIRC, the reasons aren't really rooted in the languag…