Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sheriff
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
sheriff
21d ago
He'd probably grow up to be the guy who goes around making people do things that sound like their names.
2.
▲
by
sheriff
4y ago
Sounds like Netta was doing due diligence on the relationship.
3.
▲
by
sheriff
5y ago
And yet the reality is that there is no shortage of free pianos listed on my local Craigslist that no one has picked up yet.
4.
▲
by
sheriff
6y ago
Drake is nice for these kinds of data dependencies. https://github.com/Factual/drake
5.
▲
by
sheriff
6y ago
I play both guitar and pedal steel. The tapping techniques that would be used on a horizontal 6-string guitar would be impractical on a steel guitar (lap or pedal) because the action is too high and there are no frets.
6.
▲
by
sheriff
6y ago
It's odd to me that the proposed Minimal Skeleton for tracking a bug doesn't include: * who reported the issue * what they reported happening * what they expected to happen instead For many reported bugs, it is clear what the actu
7.
▲
by
sheriff
9y ago
neat! thanks
8.
▲
by
sheriff
9y ago
An example of what I'm thinking about, which I don't think Darcs can do (I'd love to be wrong): Alice and Bob both branch off of master at the same point. In Alice's branch, she moves function `foo` into a different modu
9.
▲
by
sheriff
9y ago
I'm unfamiliar with Darcs, but thanks for calling it to my attention. Based on a quick look, it appears Darcs uses text diffs, so it's not quite what I'm talking about, but it's definitely interesting.
10.
▲
by
sheriff
9y ago
I came here to post something similar. I'll add that many of the hard things we do with Git seem to do with re-ordering or re-combining of the underlying changes. If we want to make it easier to reason about changes to a set of chang
11.
▲
by
sheriff
10y ago
This article is from 2015, and as a result, that is the last reported year. I found a more up-to-date data set at http://federal-budget.insidegov.com/ which is consistent with the reported years, and includes both earlier y
12.
▲
by
sheriff
10y ago
I think one of the big problems with cities is how static their layouts can be. Many years from now, I like to imagine that cities will be made of movable parts that can be rearranged throughout the day to take match the changing needs of
13.
▲
by
sheriff
10y ago
Jay Kreps, architect of Kafka, calls it a log. https://engineering.linkedin.com/distributed-systems/log-wha...
14.
▲
by
sheriff
10y ago
Here's an O(N) solution to the `findSum` problem in Ruby: def findSum(array1, array2, sum) complements = array1.map{|x| sum - x}.reverse i = complements.count - 1 j = array2.count - 1 while i >= 0 && j
15.
▲
by
sheriff
12y ago
This was covered on The Office: https://www.youtube.com/watch?v=l8uCNOKODf4
16.
▲
by
sheriff
12y ago
Looks like Ruby. Why use a Hash instead of the built-in Set class?
17.
▲
by
sheriff
13y ago
The motive for running the farm is because some people will pay for the likes. The motive for someone running a farm to also send likes to non-customer pages is to make it harder for Facebook to detect the fraudulent likes.
18.
▲
Bounded Panning in D3
(computationallyendowed.com)
55 points
by
sheriff
14y ago
|
4 comments
19.
▲
by
sheriff
14y ago
Belkin's Wemo[1] line does pretty much what you're suggesting. I've got a few of their units, and I've been pretty happy with them. [1] http://www.belkin.com/wemo/
20.
▲
by
sheriff
14y ago
I think there are two distinct use-cases for posting to HN, and I think the OP's pain can be partially connected to the fact that both types of posts get treated identically. The first use-case is "Person A discovers Thing X on the Internet
21.
▲
by
sheriff
14y ago
The post was entirely about flaws in its parent post's reasoning. The flaws were correctly identified. What does this have to do with your assumptions about the author's perspective?
22.
▲
by
sheriff
14y ago
Purchased this to check it out, since I couldn't figure out how to use the vouchers. Thanks for posting this example. It's pretty responsive... not sure if I would have known it was PhoneGap. One bug report: Divide-by-zero seems to act as
23.
▲
by
sheriff
14y ago
I would love it if the OP would chime in here, so we could see what the RubyMotion folks are missing.
24.
▲
by
sheriff
14y ago
Could someone please recommend any PhoneGap-based apps that they consider "best-of-breed?"
25.
▲
by
sheriff
14y ago
People write articles hating on popular technologies for the same reason you went after your provocative title... because it's great linkbait.
26.
▲
by
sheriff
15y ago
If the average is currently $X after N purchases, that means they have taken in $(N * X). When the next person pays $(X + 1), the total is now $((N * X) + (X + 1)) == $(((N + 1) * X) + 1). The new average is $(X + (1 / (N + 1))), which is
27.
▲
by
sheriff
15y ago
If the average is currently $X after N purchases, that means they have taken in $(N * X). When the next person pays $(X + 1), the total is now $((N * X) + (X + 1)) == $(((N + 1) * X) + 1). The new average is $(X + (1 / (N + 1))), which is
28.
▲
by
sheriff
15y ago
And it will gradually increase the average every time someone chooses that option.
29.
▲
by
sheriff
15y ago
Why couldn't the web browser also make phone calls?
30.
▲
by
sheriff
15y ago
s/Costumer Service/Customer Service/
More ›