Viewing profile — th0114nd
th0114nd
HN member- Joined
- Sat, Mar 16, 2013, 10:24 AM UTC
- HN karma
- 90
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About th0114nd
No profile information was provided.
Recent public activity
-
comment
Comment #25855604
It’s a short circuiting conjunction. Consider `aliceWantsADrink && bobWantsADrink`. If Alice doesn’t want a drink, she knows it’s not the case that both of them want a drink. Since…
-
comment
Comment #23310428
You should check out xkill, which transforms the mouse into the window killing button
-
comment
Comment #22672603
I can’t recall exactly, I want to say 16 vCPUs and 64GB. How well a project can make use of the cores depends on how wide your dependency graph is vs how tall, as the unit of paral…
-
comment
Comment #22660543
Not for correctness, but I was running low on disk
-
comment
Comment #22660501
I worked as a Haskell developer for a year and a half. The best productivity boost I had was switching to compiling on an EC2 instance. I saved battery, sped up compiles with great…
-
comment
Comment #21964288
> Attention to detail and thoughful design is what Chime is all about. Sorry for the nitpick, but a typo in this particular sentence was too good to pass up.
-
comment
Comment #21816226
I don’t think this an entirely fair comparison. STM provides essentially primitive operations, Async just builds a higher level API on top of them for common pattern. Not unlike th…
-
comment
Comment #20576586
It also creates a filter for investment in the patch. If the submitter doesn’t bother to do a second round for trivial revisions, it would have been a waste of time for the maintai…
-
comment
Comment #13379940
I didn't read the hobgoblin the same way as the author being purely critical. I read it as a defense: a similarity between commands would make it easier to choose the wrong one. Re…
-
comment
Comment #7472944
I'd say it's good in the sense that it is readable provided you are familiar with the syntax for list comprehensions and appendings, and obviously correct if you know quicksort.
-
comment
Comment #7077915
(Enough of) Education has been free since at least 2010 in my experience. Employability is not.
-
comment
Comment #6327735
Care to elaborate?
-
comment
Comment #6193532
Contrast seems too low on osx+chrome, or maybe its just poor eyesight on my part.
-
comment
Comment #6179396
I think wishful thinking twisted the title in my head, into reading of a lisp with a type system like Haskell's.
-
comment
Comment #6176811
Don't you think an example where the type system has a visible impact would be appropriate? As it is now, none of the examples show anything that doesn't look like vanilla lisp. I …
-
comment
Comment #5986262
Or current_time >= time_you_set_to_expire...
-
comment
Comment #5976027
Or they saw a CNN special report on internet hackers and think they know what it is.
-
comment
Comment #5975028
Congratulations on your decision. A lot of the time I feel like I should drop out of school, but don't because status quo just seems easier.
-
comment
Comment #5968625
A novice was trying to fix a broken Lisp machine by turning the power off and on. Knight, seeing what the student was doing spoke sternly – “You can not fix a machine by just power…
-
comment
Comment #5951428
Cool. But it's pretty easy to cheat, just resize your paddle to take up the entire screen and you auto-win.
-
comment
Comment #5944816
AFAICT, it isn't very intuitive on how to get started. Why am I told how to undo and redo, when I'm not told how to do?
-
comment
Comment #5736437
The link to "how-to-read-an-unlabeled-sales-chart.html" has an extra s after unlabeled.
-
comment
Comment #5465848
My two cents is that the social scene in Caltech has a high degree of variability with respect to which House you live in.
-
comment
Comment #5465837
If you do like his advice, I would not choose Caltech if the option presents itself. I happen to like it, and I don't know if other students are just "whiny for fun," but I hear a …
-
comment
Comment #5440293
I wasn't able to. After a bit of hunting I realized the missing packages were on their site. Some of those make just failed, and on others it would appear as though make install we…