Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
icedog
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
icedog
12y ago
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://www.meetup.com/sfsharp/
2.
▲
by
icedog
12y ago
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.
3.
▲
by
icedog
12y ago
You must not be familiar with the knapsack problem.
4.
▲
by
icedog
12y ago
Besides the arrow keys, you can move forwards or backwards by clicking on the left or right edges of a slide.
5.
▲
by
icedog
12y ago
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 very interesting either. Implementing all this
6.
▲
by
icedog
12y ago
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.
7.
▲
by
icedog
12y ago
Took me 4.5 minutes, 103 requests, 13.1 MB transferred data. Going to "Online Store" was also ~4MB more and 25 seconds...
8.
▲
by
icedog
12y ago
I'll take an extra branch over concatenation and dealing with new line chars any day.
9.
▲
by
icedog
12y ago
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 and 5. In my opinion, pattern matching offers the most
10.
▲
by
icedog
12y ago
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 you don't need any object oriented dependencies,
11.
▲
by
icedog
12y ago
Ahhh, that explains it. Thanks for the detective work.
12.
▲
by
icedog
12y ago
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 elevator...
13.
▲
by
icedog
12y ago
Directly to the results: https://ramcloud.stanford.edu/~ongaro/userstudy/graphs.pdf
14.
▲
by
icedog
12y ago
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 any complexities.
15.
▲
by
icedog
12y ago
We don't know how "solved" these questions are because it's closed source.
16.
▲
by
icedog
12y ago
What do you expect; it's FizzBuzz.
17.
▲
by
icedog
12y ago
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"
18.
▲
by
icedog
12y ago
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, _) => println!(
19.
▲
Show HN: Chronograph.io – Cloud synchronized stopwatches and timers
(chronograph.io)
3 points
by
icedog
12y ago
|
3 comments
20.
▲
by
icedog
12y ago
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.
21.
▲
by
icedog
12y ago
I have a friend paying $2200 for a 230 sqft micro-apartment in SOMA. It's like having your bed in a tiny kitchen.
22.
▲
by
icedog
12y ago
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.
23.
▲
by
icedog
12y ago
Spanx http://www.forbes.com/global/2012/0326/billionaires-12-featu...
24.
▲
by
icedog
12y ago
I run a website which uses a blurred photo as the background. I'd love an API from splashbase that I could poll daily for rotating in new images on my server.
25.
▲
by
icedog
12y ago
Web services aren't the only things that run on servers. And nobody is forcing you to use just one tool for all your jobs.
26.
▲
by
icedog
12y ago
Level 1 just reloads after I get to the exit.
27.
▲
by
icedog
12y ago
Since today's topic on HN is usability testing. I'm a bit confused by the connection between the goal stated on the YC application and thedailymuse.com. Correct me if I'm wrong, but I don't see anywhere that says this i
28.
▲
by
icedog
12y ago
Indeed, this helps solve a bigger problem than usability: what the hell are they selling. I'm often frustrated by the poor messaging written on landing pages or even the 'About [Product]' pages. Either the page is 100% marke
29.
▲
by
icedog
13y ago
As an F# and Go developer, I reckon you should say, "IGo syntax looks very familiar to [any language which uses significant whitespace]". However, I'd still disagree with that statement.
30.
▲
by
icedog
13y ago
Regulation isn't an appropriate response. If taxi's are cheap to operate (hence ample supply but artificially limited) then personal vehicles are cheap as well. "Big fat lazy motherfuckers" will just buy their own vehi
More ›