Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fallintothis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
fallintothis
16y ago
This also works wonders with a lightly-held pencil when you're falling asleep in class. Kept me awake through many early-morning lectures.
2.
▲
by
fallintothis
16y ago
Because that is what they said. In so many words. I trust their second sentence is relevant and makes more sense to investors, but I imagined it being their slogan. "Gamador: We launch faster, iterate faster, and use metrics better" jus
3.
▲
by
fallintothis
16y ago
I was giggling at Gamador's summary. We make social games. We launch faster, iterate faster, and use metrics better. "Use metrics better"? I guess that one wasn't crafted with consumers in mind.
4.
▲
by
fallintothis
17y ago
Agreed. I find martial arts discussions funny. More often than not it's a bunch of people arguing over which one is the "best" in a "real-world fight", which usually degrades into arguments over what "real-world fights" are like, because n
5.
▲
by
fallintothis
17y ago
I actually pronounce it "tree-eye", even though that's all sorts of incorrect.
6.
▲
by
fallintothis
17y ago
I think the syntax cards were pretty bogus anyways. If you really wanted to compare syntax, you'd do better to compare grammars (e.g., Scheme's: http://www.schemers.org/Documents/Standards/R5RS/HTML/r5rs-Z... ) than to decide what's impor
7.
▲
by
fallintothis
17y ago
Provably safe at compile time Is this true? I was under the impression that the Haskell standard didn't formally specify its type semantics. Do works like http://web.cecs.pdx.edu/~mpj/thih/ "count" (i.e., is it the canonical reason we
8.
▲
by
fallintothis
17y ago
I'm surprised there seems to be so much LaTeX hatred floating around the comments. I don't really know anything about typography, but typesetting my documents using markup is a pleasure. While I often fall into the trap of designing as I
9.
▲
by
fallintothis
17y ago
But I am certain (=believe) that practical applications will come out of this. As any deeper understanding of the universe inevitably leads to practical applications, I should think.
10.
▲
by
fallintothis
17y ago
Physicists hope that the LHC will help answer the most fundamental questions in physics, questions concerning the basic laws governing the interactions and forces among the elementary objects, the deep structure of space and time,
11.
▲
by
fallintothis
17y ago
Also, why does the URL need to be human-readable? URLs are for computers. The content is for the human. Disagreed. I can't stand sites with ugly, incomprehensible URLs: even if they're just appending parameters ad infinitum, it's unneces
12.
▲
by
fallintothis
17y ago
Wow, I'm really liking Songite. Great work keeping it simple -- not enough of that these days. Edit: Just noticed something playing around with it. Is there a way to correct its results if it doesn't happen to get them right? For example
13.
▲
by
fallintothis
17y ago
You don't know anyone who's seen Who Framed Roger Rabbit ? No toon can resist the ol' "Shave and a Haircut" trick!
14.
▲
by
fallintothis
17y ago
If you own a domain that's an OpenID provider, you won't be able to use that. Aren't there OpenID users who host their own identities exclusively for themselves? Is there danger in letting people do this? (I seriously don't know much ab
15.
▲
by
fallintothis
17y ago
I must be out of the loop, but I was surprised to read that Guillermo del Toro was going to be directing this one. Peter Jackson is still closely involved, it seems: http://derhobbit-film.de/facts.shtml I wonder how much the different di
16.
▲
by
fallintothis
17y ago
Somebody's used to reddit's markdown syntax. :)
17.
▲
by
fallintothis
17y ago
Never something I thought to read about, but definitely entertaining. Now somebody needs to do a writeup on the history of Nerf guns!
18.
▲
by
fallintothis
17y ago
Interesting. I wonder how technical you could get by taking a Socratic sort of approach. Perhaps you could get people to understand basic first-order logic, or at least that logic can be codified. When I start off by trying to define fir
19.
▲
by
fallintothis
17y ago
As a competitor (albeit one who's none too serious or good), it's remarkable how precisely you've reflected my attitude about programming contests. Here's a written sample of my numerous (or just repetitive) rants from an old reddit discuss
20.
▲
by
fallintothis
17y ago
How is it any different than Digg/Reddit/HN? Here's an obvious one: TechCrunch items get posted on Hacker News. Digg/Reddit/aggregator items, not so much.
21.
▲
by
fallintothis
17y ago
would have taken the time to register to comment Didn't think of it that way. If you think the post would help people, I could cross-post. Or you could post a link and/or copy & paste the text, if you'd like.
22.
▲
by
fallintothis
17y ago
Hi, I wanted to give you my ideas for the Social Skydiving challenge without the hassle of signing up for the comment systems. So, I hope you see this here. I have a lot of ideas, most of which are probably junk. But, your blog struck a c
23.
▲
by
fallintothis
17y ago
Reddit had a good list awhile back: http://www.reddit.com/r/programming/comments/8ji9m/ Includes ones for Scheme, Python, Factor, Cat, OCaml, Forth, and Brainfuck. And, of course, all of the many languages covered by Codepad.
24.
▲
by
fallintothis
18y ago
You're doing two filters with list comprehensions which you could switch with one span: quicksort (x:xs) = let (a, b) = span (< x) xs in (quicksort a) ++ [x] ++ (quicksort b) Actually, this is incorrect. span will split the
25.
▲
by
fallintothis
18y ago
This was not published in Artificial Intelligence, but in AI Expert Ah. So it was. Thanks, though!
26.
▲
Ask YC: Does anyone have the full-text to "Anatomy of a Lisp Machine"?
4 points
by
fallintothis
18y ago
|
3 comments
27.
▲
by
fallintothis
18y ago
ci" deletes the inside of parentheses I think you mean inside quotes, by the way. I find the idea that there are 100 vim commands every programmer should know a but ludicrous though. Especially considering that the "100" commands were a
28.
▲
by
fallintothis
18y ago
On a recently-became-related note: http://news.ycombinator.com/formatdoc Text surrounded by asterisks is italicized, if the character after the first asterisk isn't whitespace.
29.
▲
by
fallintothis
18y ago
If either were optimal in every case, this debate would be settled by now. Yet what matters here, more so than tiny idiosyncrasies in each, is the overarching philosophy each editor has, and whether that maps to your mode of thinking. I a
30.
▲
by
fallintothis
18y ago
Not to troll -- indeed, I am attempting to be constructive -- but in case anyone was interested in (what I know of) vim's equivalent functionality, here's what I have so far: 1) Several options: :help <something> :h <some
More ›