Viewing profile — Monkeyget
Monkeyget
HN member- Joined
- Thu, Mar 20, 2008, 11:26 AM UTC
- HN karma
- 636
- Public activity
- 142 items
- HN profile
- View on Hacker News ↗
About Monkeyget
Recent public activity
-
comment
Comment #18482627
It won't work on an up to date Windows 10 because the latest updates of Windows 10 don't allow testsigning mode anymore.
-
comment
Comment #18440510
[..]I think tech companies may have something to do with it too. These companies basically create massive book assets (and income streams) without requiring much capital, or being …
-
comment
Comment #17909266
I have a Lenovo X1 Yoga which, confusingly, is completely different from the "non X1" Yoga rviewed here. Also not to be confused with the X1 Carbon which is pretty much the same pr…
-
comment
Comment #16964665
Is there a changelog available somewhere?
-
comment
Comment #16250739
As you go into more advanced topics, youtube might to be the best media. Have you tried looking into books about topics that interest you?
-
comment
Comment #14124981
I got very confused for a while because I installed cachier with a c instead of cashier. Similar name, similar functionalities, different projects.
-
comment
Comment #13589110
It reminds me of the SQLite motto : Small. Fast. Reliable. Choose any three.
-
comment
Comment #12768185
How does it compare to SICP? It's hard not to see the similarities : an introductory MIT book about programming written in Lisp.
-
comment
Comment #10456311
It's megawatt hour.
-
comment
Comment #9910614
Several contemporary settlements have been excavated: Nevalı Çori, Jerf el Ahmar, Mureybet. So we know what the houses, communal buildings and granaries looked like. Göbekli doesn'…
-
comment
Comment #9910525
Göbekli Tepe is an amazing site that gets surprisingly little attention given its importance. It is the oldest building in the world. The only older constructions that we know of i…
-
comment
Comment #9693525
The next step is to realize that you can use streams to communicate between processes. Stream parallelization is used not just to speed things up but as an easier way to write mass…
-
comment
Comment #9375585
They run Mangopay, a payment processor.
-
comment
Comment #8958443
Sounds like a textbook case of a capability trap and a failure to recognize that an improvement programs may actually result in a reduction of productivity in the short term. From …
-
comment
Comment #8947744
Apparently this is a republication of a blog article [0] that was heavily commented on hnews [1]. There is also a part two and three there. [0] http://blog.paralleluniverse.co/2014…
-
comment
Comment #8942967
There is a video presentation on the topic from the author: https://www.youtube.com/watch?v=xCkyPc72XNQ#t=97
-
comment
Comment #8916985
*96 humanoid robots
- story
-
comment
Comment #8652144
There is The Architecture of Open Source Applications series of book http://aosabook.org/en/index.html were one of the author of the software explain the essence of the program.
-
comment
Comment #8606596
It's known as a Taleb Distribution https://en.wikipedia.org/wiki/Taleb_distribution
-
comment
Comment #8346547
Great project! I've done some python code optimization recently and I was fairly disappointed in the profiling options; more precisely the profiling visualization options. Standard…
-
comment
Comment #8343861
I want to write a simple node application that fetches an http document and write it to the disk. The only requirement is for the application to print out in plain English if there…
-
comment
Comment #8320707
They don't know what's going on if you are a user or an intermediate node. If you are an exit node they see all the traffic in clear.
-
comment
Comment #8299028
I take it that by design you mean code quality and that you include error handling in edge cases. Yes bad things do happen in the real world: connections fail, files are missing, i…
-
comment
Comment #8119380
8Mb is less than a thousand of a percent of my hard drive. That space is well worth the convenience of not having to worry about installing a language/checking version/compiling/wh…