Viewing profile — samg_
samg_
HN member- Joined
- Fri, Aug 20, 2010, 1:57 PM UTC
- HN karma
- 37
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About samg_
No profile information was provided.
Recent public activity
-
comment
Comment #5938046
Hey, I agree with a lot of what you are saying here, but it seems unfair to cherry-pick a single method like you are doing here. There's a lot of confusing JavaScript out there, to…
-
comment
Comment #5674061
In case this comment dissuades others from checking out Dr. Koller's class, I will add that I found her class challenging and well-constructed. I recommend it.
-
comment
Comment #4796782
Google's Closure Compiler
-
comment
Comment #4787150
I've taken Andrew Ng's Machine Learning class, Daphne Koller's Probabilistic Graphical Models class, Dan Jurafsky and Christopher Manning's Natural Language Processing class, and c…
-
comment
Comment #4781316
A year ago, I would have no idea what this was about. I'm very thankful that I live in a world where I can take high quality classes from Coursera that have given me the foundation…
-
comment
Comment #4658528
If I have learned anything from ml-class, pgm-class, nlp-class, and now neural-nets, is that becoming a data scientist is one of the hardest things I'll ever eventually succeed in …
-
comment
Comment #4615658
Yeah, I did a few trial runs on the cluster gpu instances maybe 4 months ago. I found that, while the gpus themselves were really quite fast, moving data in and out of gpu was not.…
-
comment
Comment #4453493
"The numbers are, of course, averages. So parents may spend much more time, say, caring for children, while people without children will spend no time at all." Stuffed at the botto…
-
comment
Comment #3458443
I don't think that would be a classifier, or at least not reasonably. You could have "In Soviet Russie X Y you" for each X,Y as your classes, but that would be unreasonable. Yakov …
-
comment
Comment #3454288
It's in a very early stage (not production ready), but some colleagues and I have been working on a automated testing DSL built on top of RSpec that lets you generate API documenta…
-
comment
Comment #3372505
Just upgrading to rspec 2.8 made my test suite run 10x faster. You might have David to thank for a lot of that speed up. :)
-
comment
Comment #3236475
For me, one of the biggest obstacles to understanding lots of Haskell code is opaque infix operators.
-
comment
Comment #3229036
It would require an Internet connection, but GPS + some weather API would do.
-
comment
Comment #3222522
I am just learning some of these machine learning tools and am rapt, so forgive me for asking, but would you be able to explain a little about what you are doing? How are you gener…
-
comment
Comment #3088113
I would happily use G+ as my blog for programming related things, but I would need to be able to make posts public and not spam my non-technical circles. Is that possible?
-
comment
Comment #2984376
There's a lot of room to grow here. Mostly the choices in channels are limited. I think that if people could write and share channels through some API, a ton of use cases could pop…
-
comment
Comment #2970849
It's so important to evaluate whether you need range queries before picking a tech like Riak. They are coming, though. That's what I hear, at least.
-
comment
Comment #2869070
You are right about query languages being a good for for monad comprehensions. See Torston Grust's dissertation[1], specifically "Combinators from Monad Comprehensions." 1. http://…
-
comment
Comment #2812952
Last week I spent 17.5 hours in MacVim, 7 hours in a shell, and 2 hours on Github. That's out of 42 total recorded hours. On a related note, I love RescueTime.
-
comment
Comment #2786389
There is a great post on the macports mailing list that identifies and explains some issues installed software might have after upgrading: http://lists.macosforge.org/pipermail/mac…
-
comment
Comment #2785247
1. Ad hominem 2. Begging the question 3. Unsubstantiated generalization 4. Mis-quote 5. Misunderstanding the original comment I don't necessarily agree with Myhrvold, but I don't t…
-
comment
Comment #2692698
I've been playing with some clustering stuff in my free time for the past few months. What I've found is that the problem seems to get a lot more reasonable if you know how many cl…
-
comment
Comment #2231762
I didn't meant to say that Donut was itself a mapping from data to representation, just that there is some kind of mapping somewhere. I absolutely agree that Donut should not be co…
-
comment
Comment #2231102
Contrived examples like this have a problem, where the code example is too complex compared to the very simple task, in this case keeping a HTML list populated with items from a JS…
-
comment
Comment #1992729
I find that it can be valuable in a GUI toolkit. If I want to change a small part of a UI component, I can subclass it, change what I want, keep the rest, and classes that used the…