Viewing profile — icedog
icedog
HN member- Joined
- Thu, Nov 29, 2012, 6:48 PM UTC
- HN karma
- 125
- Public activity
- 77 items
- HN profile
- View on Hacker News ↗
About icedog
No profile information was provided.
Recent public activity
-
comment
Comment #9136833
If anybody is interested in F#, look for a nearby meetup group to join. The SF F# group is pretty active and Mathias Brandewinder's hacker dojos are absolutely awesome! [0] http://…
-
comment
Comment #9084291
I'm not saying it's exactly the knapsack problem, but it's quite related. Ordering from largest to smallest does not yield the optimal solution - period.
-
comment
Comment #9071727
You must not be familiar with the knapsack problem.
-
comment
Comment #9050946
Besides the arrow keys, you can move forwards or backwards by clicking on the left or right edges of a slide.
-
comment
Comment #9037825
This is better described as a 'publish-subscribe pattern using web sockets'. To be brutally honest (take this as constructive criticism), the addition of the HTTP endpoint isn't ve…
- comment
-
comment
Comment #8823477
Fastmail was once owned by Opera but bought itself to be independent again. I reckon they wouldn't be interested in being owned by another corporation, especially Yahoo.
-
comment
Comment #8765861
Took me 4.5 minutes, 103 requests, 13.1 MB transferred data. Going to "Online Store" was also ~4MB more and 25 seconds...
-
comment
Comment #8736835
I'll take an extra branch over concatenation and dealing with new line chars any day.
-
comment
Comment #8736692
I disagree that it maps most directly to the problem statement. You're performing a common factor computation in your mind, which may be more difficult given numbers other than 3 a…
-
comment
Comment #8634770
I'm an F# developer, but still decided to not use F# to build an android app. Dealing with the UI libraries like support.v4 was just too painful from a functional perspective. If y…
-
comment
Comment #8530932
Ahhh, that explains it. Thanks for the detective work.
-
comment
Comment #8530843
Interesting that one of those presenters is named Howard Payne. Along with Payne being an elevator company, Howard Payne is the name of the antagonist in 'Speed', who hacks an elev…
-
comment
Comment #8530355
Directly to the results: https://ramcloud.stanford.edu/~ongaro/userstudy/graphs.pdf
-
comment
Comment #8494318
Your phone version is in the lowest 12%-tile. No offense to you, but as an Android developer, I'm content making my minimum required version Ice Cream Sandwich if it means avoiding…
-
comment
Comment #8490957
We don't know how "solved" these questions are because it's closed source.
-
comment
Comment #8449162
What do you expect; it's FizzBuzz.
- comment
- comment
-
comment
Comment #8447360
Here's the same approach in F# without the different types of String; therefore, easier to get more functional. let fizzbuzz num = match num % 3, num % 5 with | 0,0 -> "FizzBuzz" |…
-
comment
Comment #8447267
Putting the String issue aside, I just wanted to show the beauty of pattern matching. for i in range(1i, 101) { match (i % 3, i % 5) { (0, 0) => println!("Fizzbuzz"), (0, _) => pri…
- story
-
comment
Comment #8188029
You could create a backend service that generates 1px swatches of a color; of course, this will only make it one step more difficult to cheat.
-
comment
Comment #8174798
I have a friend paying $2200 for a 230 sqft micro-apartment in SOMA. It's like having your bed in a tiny kitchen.
-
comment
Comment #8130516
Am I the only one who prefers to work in public libraries? The San Mateo library has plenty of seating/power outlets, a respectable cafe, and free underground parking.