Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Xurinos
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Xurinos
8y ago
To all the folks replying that someone will fill the gap in front of you: that’s the point. It isn’t about reaction time. It’s about letting traffic flow easier, not fighting with each other. It removes the need for your fellow drivers to f
2.
▲
by
Xurinos
11y ago
That was an incredibly condescending answer. In 2015, we continue to develop incorrect CSV parsing and production when there are ready solutions in the wild for the spec ( http://www.rfc-editor.org/rfc/rfc4180.txt - 200
3.
▲
by
Xurinos
11y ago
I am disappointed in this challenge on two levels: (1) A great many solutions fail to actually produce proper CSV: what would you do if any of the names or arbitrary credit card number inputs had quotes or commas in them? Big waste of time
4.
▲
by
Xurinos
12y ago
Perhaps something like a Talk page on a MediaWiki platform? It would be out of the way but directly connected to the page you are on, a second set of comments accessible by a MetaTalk filter.
5.
▲
by
Xurinos
12y ago
I can't speak for the other two systems compared, but to be clear, OP's examples involve more than "dictation and simple searches"; Siri also controls the device. Without entering the text messaging or email apps, one c
6.
▲
by
Xurinos
12y ago
No problem. :)
7.
▲
by
Xurinos
12y ago
This is not two-factor authentication. It is important to know what it means. From https://en.wikipedia.org/wiki/Multi-factor_authentication factors are: * Something only the user knows (e.g., password, PIN, pattern)
8.
▲
by
Xurinos
12y ago
This sentence really clued me into my problem with the essay. As I read it, I found myself tripping over the sentences, especially this one. I had to reread it in order to understand what the author was saying. Today's punctuation ru
9.
▲
by
Xurinos
12y ago
1. I think we should challenge the definition of "global variable". In what context is the variable global? The traditional definition is that the context is the whole program. However, in imperative OOP [1] code, I find that p
10.
▲
by
Xurinos
13y ago
> You shall know a tree by it's fruits. Don't judge a book by its cover. Follow the money. A witty saying proves nothing.
11.
▲
by
Xurinos
13y ago
2010 Stanford study. I updated my post.
12.
▲
by
Xurinos
13y ago
Brief rant whenever I read this tripe, and reading it afterward reminds me of psychobabble, but I am ranting against psychobabble anyway... I thought the notion of willpower being a finite resource was debunked ( http://lifehacker
13.
▲
by
Xurinos
13y ago
I believe you may be saying that if your goal is to make somebody say "Yes", then the toolset adequate for the job is one based around manipulation. One may manipulate through direct force, emotional means, whatever it takes. It
14.
▲
by
Xurinos
13y ago
While true, I happen to have both kinds of devices (updated, not old), and we found the Facetime experience MUCH less pixelated and less jumpy than the Skype experience over the same network, back-to-back. In further tests, the Google Hang
15.
▲
by
Xurinos
13y ago
Every time I see the phrase "open source", I mentally add "but not open binary"; how do I know that the service that is run uses binaries that are compiled from that open source alone? with trusted libraries? After all,
16.
▲
by
Xurinos
13y ago
Maybe the critical question is: If no light at all comes from the object, is that the same as it being dark, or is it a complete lack of stimulus? If the brain receives noise, it fills in the blanks ( http://www.sciencedaily.com&#
17.
▲
by
Xurinos
13y ago
My guess: The object that does not reflect light to you ceases to exist in your vision. Nothing comes from that direction. Your brain would then attempt to compensate -- as it does for the blind spot in both your eyes -- and fill in the v
18.
▲
by
Xurinos
13y ago
> there's also a lot to be said for age and experience I would propose that deliberate practice ( http://www.freakonomics.com/2011/05/04/deliberate-practice-h... ) is more key than age (I could be goofing off for 40 years) and experienc
19.
▲
by
Xurinos
13y ago
I wanted to suggest that, but I couldn't get it to work on my repo. Might be my version.
20.
▲
by
Xurinos
13y ago
Rebase is for cleaning up history. Merge is for introducing new features. Use the best tool for the job. Always "git pull --rebase"; it is fast, easy, and meaningful. You can change the default configuration and probably should; same goe
21.
▲
by
Xurinos
13y ago
The closest Clojure has to car/cdr is first/rest. It supports "cons" but only for creating sequences. Traditional Lisp car/cdr is one-location/other-location, and its cons puts together pairs of data. Often this is used for constructing
22.
▲
by
Xurinos
14y ago
Is there a convenient list that I can read that shows what feature changes have been introduced to Erlang in the last 10 years?
23.
▲
by
Xurinos
14y ago
Can you go into more detail about your architecture (a quick diagram of the connections between these components)? I am very interested -- my own dabblings have been leading me in this direction and firm belief, but I would love to learn f
24.
▲
by
Xurinos
14y ago
I guess I will be your essay-writing dissenter. C is a high-level language with fewer features than many other languages, is not necessarily the engine behind other languages, has the problem of its programs poorly implementing a percentage
25.
▲
by
Xurinos
14y ago
Having done this for a while, I can solidly say that the relationships and structure of data has been consistently better when designed as a set of schema tables than as a set of classes because they are especially constrained. The const
26.
▲
by
Xurinos
14y ago
I didn't get it either, but my guess: The engineering student took a literal view. You told him to evaluate the statement; you gave him a rule. If you say all odd numbers greater than 1 are prime, then so be it.
27.
▲
by
Xurinos
14y ago
From someone who likes to look at these kinds of libraries... D3.js vs animation/graphics libraries: D3.js targets processes over arrays of data, perfect for designing views of data; these other libraries (like raphael.js, jquery.svg, etc)
28.
▲
by
Xurinos
14y ago
And Javascript :( https://en.wikipedia.org/wiki/Javascript#Versions
29.
▲
by
Xurinos
14y ago
Grate spellcheckers continue two bee a major feet of software engineering.
30.
▲
by
Xurinos
14y ago
I agreed with your first post. I am also holding out for the thought that there are exceptions. Interestingly, this comment stood out to me: "That is mostly because eBay is a generally badly designed site. They have one of the most averse
More ›