Viewing profile — vu3rdd
vu3rdd
HN member- Joined
- Sun, Oct 04, 2009, 12:20 PM UTC
- HN karma
- 923
- Public activity
- 95 items
- HN profile
- View on Hacker News ↗
About vu3rdd
Recent public activity
-
comment
Comment #45490083
My friend and former colleague has built a bunch of stuff over magic-wormhole like fowl[0], shwim[1] and so on. There is a lot of nice work on "dilated" wormhole. [0] https://githu…
-
comment
Comment #16453024
There are pre-build packages for OSX, most GNU/Linux distros. I have built it on Windows using the "Microsoft C/C++ compiler for python" that Microsoft makes available for gratis d…
-
comment
Comment #13665253
I have been reading it as well. For my taste, it is a bit too verbose. I like to see something along the lines of the K&R book or the GoPL book. I was hoping that "Programming Rust…
-
comment
Comment #13665237
Happy to see the modules chapter and the testing chapter early enough in the book. Thanks. The new format looks a lot better, IMHO.
-
comment
Comment #13650093
Reminds me of the ancient Indian parable in Panchatantra - http://panchatantra.org/of-crows-and-owls/the-brahmin-and-th...
-
comment
Comment #12979199
Thanks. Updated the link.
-
comment
Comment #12978349
One of the authors of Tahoe-LAFS and the original creator of zfec, Zooko, co-authored a paper on the performance of such codes. http://nisl.wayne.edu/Papers/Tech/code-pf-fast09.pdf…
-
comment
Comment #12651495
People who believe in these ideas are a minority, it seems. Every 'aptitude safe-upgrade' tells me that more and more disk space is required to install the packages. OpenBSD projec…
-
comment
Comment #12642304
Good points. As a programmer, one has no choice most of the time on what language a program should have been written, in my career, I have mostly been modifying and adding code tha…
-
comment
Comment #12642246
netsurf?
-
comment
Comment #12642242
The essence of the language has not changed. But C99 came out with a few nice things. There is also C11 which brought in a few new things as well. It would have been nice to bring …
-
comment
Comment #12546914
> Why is it OK to lock down smartphones, TV devices, consoles, but not OK for PCs? IMHO, it is not OK to lock down things you own. I have been a victim. I bought an AppleTV v2 and …
-
comment
Comment #11633102
I wish the original course is offered in an alternate platform like edX.
-
comment
Comment #11382085
Very nicely said! Sad is also being at the mercy of Apple to do "upgrades" of software, being at the mercy of Apple for security fixes.. the list goes on.
-
comment
Comment #11370378
There is this nice guide: https://emailselfdefense.fsf.org/en/ It has instructions for all major operating systems.
-
comment
Comment #11350730
I am posting the article "No silver bullets" again, in the wake of the npm fiasco. I think it is an essential reading for every programmer, every year! https://news.ycombinator.com…
- story
- story
-
comment
Comment #11252068
That's a great list, all in one place! Thanks to the author of that web page.
-
comment
Comment #11116911
I don't see how this message is reassuring. Are they expecting the customers to just take their word? Without Apple showing the world, every bit of software that they run on their …
-
comment
Comment #11097501
I forget where I read it, but it was many years ago. But paraphrased, it read "never believe anything you read in print". It was quite an eye opening statement for me.
- story
-
comment
Comment #10764067
Yes, indeed. Even with the 101 level haskell I write, it feels so right. I exactly know where the side effects are and the semantics of the program is so clear.
-
comment
Comment #10762972
> ...fear that my program isn't abstracted far enough... This. I feel exactly the same. I read various concepts like Free Monads, I go find papers and read them. But when I sit dow…
-
comment
Comment #10762954
I played with Racket and used to lurk on their mailing lists for many years! I haven't seen a friendlier community than the Racket community anywhere else. DrRacket is a great envi…