Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jpd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jpd
9y ago
The trick is to buy headphones with replaceable wires so you don't have to buy new headphones, just new wires.
2.
▲
by
jpd
9y ago
But was does Tejano music have to do with the internet or instagram?
3.
▲
by
jpd
11y ago
Doesn't this only encrypt the first line of input? I thought the idea was to generate a pad-file of equal length to the whole file. (with-open-file (input input-path) (with-open-file (pad pad-path) (setq input-buffe
4.
▲
by
jpd
12y ago
You could coalesce the other courses. Day1: Course1 Day2: Course2 Day3: Course3 Day4: Course1 etc,...
5.
▲
by
jpd
12y ago
Besides those already mentioned, there's Dylan, which was originally S-expression based before switching to it's Wirth-style syntax.
6.
▲
by
jpd
12y ago
Not certain, but the writing style is similar to Orwell's 1984.
7.
▲
by
jpd
12y ago
The way I speak... Pleased to meet you. I am an active sporty guy and 'I play on the soccer team'. Also, the last variation, would be 'I play at The Soccer Team'. Landmarks are (usually) capitalized.
8.
▲
by
jpd
13y ago
I do not see how creating a doll with a more regular dimensioned body will make boys want to play with them more.
9.
▲
by
jpd
13y ago
I imagine that the names for for/list and its counterpart came from the scheme let and let*, which are parallel and sequential respectively.
10.
▲
by
jpd
13y ago
I think he may be thinking of more traditional forms of games. Soccer, Lacrosse, etc.
11.
▲
by
jpd
13y ago
I always figured that this was because a developer ran into a situation where the concept was naively applied and it ended up biting him. So, instead of staying quiet, he let people know the problems he ran into so that others don't get bit
12.
▲
by
jpd
13y ago
Isn't libc just a set of libraries and therefore not considered a runtime environment? C does have a small runtime environment, but I'd say it's the existence of the function call stack, as well as the on_exit system that's built into the
13.
▲
by
jpd
14y ago
Instead of angled_brackets<> they should probably try to go with D's style of templates[1], which uses an operater !, to signify its use. Also, I personally believe that camel case for type names would be a net loss; the underscore
14.
▲
by
jpd
14y ago
Ah, thanks. I forgot about that.
15.
▲
by
jpd
14y ago
He needs 'lit' so dcpu_opr() can uniformly return a pointer for all results, including literal values.
16.
▲
by
jpd
14y ago
Instead of using dcpu.skip, why not just (d->pc += !res)? This way you don't have to call dcpu_step() again before getting to the next instruction and more accurately follow the way the hardware would likely work.
17.
▲
by
jpd
15y ago
You may also like Mark Twain's "On the Decay of the Art of Lying". link: http://www.gutenberg.org/ebooks/2572
18.
▲
by
jpd
15y ago
Keeping silent is a form of a white lie. If it causes trouble, chances are it is something that must be said in order to hold on to your supposed "honesty". The reason white lies exist to keep from causing trouble. It is not a bad thing.
19.
▲
by
jpd
15y ago
Sadly, searching for "make it rain" does not produce the desired results.
20.
▲
by
jpd
15y ago
I'd argue that broken analogies are worth mentioning. They do not change the caliber of the point being made by the orginal author, but it is worthwhile to bring it to their attention so that they may fix it later.
21.
▲
by
jpd
15y ago
"Players don't finish games because they get bored...It was boring...Quests were simple and boring...It might have gotten better, but I'll never know because I got bored..." You're kind of sending mixed messages here. You say it's not bored
22.
▲
by
jpd
15y ago
Judging by the text of the hint you gave us, I believe it's trying to make you type: var six = numbers[2] I am not sure where the hangup is, considering I just copy-pasted that from two parts of the hint. Have they described arrays
23.
▲
by
jpd
16y ago
If you're willing to share the code, I'm sure many of us would love to see it.
24.
▲
by
jpd
16y ago
I think your missing the fact that Emacs wont run on this OS.
25.
▲
by
jpd
16y ago
I agree, it looks like :i-o is the unfortunate result of the generic hyphenation-to-capital-letter routine he has. IO should probably be a special case (:io).
26.
▲
by
jpd
16y ago
I don't think it's explicitly wrong; I've seen both fib(0) = 1 and fib(0) = 0 before. Wikipedia shows: By definition, the first two Fibonacci numbers are 0 and 1, and each subsequent number is the sum of the previous two. Some s
27.
▲
by
jpd
16y ago
I'd imagine it's pretty common, especially if you consider CSS, HTML and Javascript different languages. Personally, I use PL/X, and z/Assembly daily, with REXX thrown in every now and then.
28.
▲
by
jpd
16y ago
As someone who is currently an IBM employee, this is news to me.
29.
▲
by
jpd
16y ago
Yes, but what's happening in soccer right now, is that the dealer saw a full house, but decided to only count it as a high-card 5.
30.
▲
by
jpd
16y ago
I've always been a fan of array-based programming languages, but I feel like that most popular ones (J, K) are needlessly unreadable. I discovered Nial a while ago while researching array-based programming languages and found that it was pr
More ›