Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Scriptor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
91.
▲
by
Scriptor
13y ago
People might also be interested in http://try-hy.appspot.com/ . Does anyone know how they do sandboxing in there? Judging from the source ( https://github.com/hylang/tryhy/blob/master/main.
92.
▲
by
Scriptor
13y ago
I was just about to ask how well this would work as a companion to tapl. I'm still very early in the book so the notation isn't indecipherable, but I'm sure it'll get there soon.
93.
▲
by
Scriptor
13y ago
I know Guy Steele was part of Java's original design committee, but in what ways was Java at all "Lisp's bastard child".
94.
▲
by
Scriptor
13y ago
There was a post a bit back (which you might be referencing) about almost this exact situation, except it was about black hat SEO dramatically backfiring. Specifically, businesses were asking bloggers and news sites to delete spam comments
95.
▲
by
Scriptor
13y ago
Ah, I used one million because it really hammers the scale of it in, but I like that with 100 you can easily track the percentages.
96.
▲
by
Scriptor
13y ago
One approach that really helped me out was to extend the problem from three doors to a million doors. You're allowed to pick one door, out of a million. Then, the host opens 999,998 of the other doors which he knows have a goat. This
97.
▲
by
Scriptor
13y ago
Free? All the airlines I've been on had wifi but usually charged for it.
98.
▲
by
Scriptor
13y ago
This is definitely not usable as an early intro to CS book, as it's pretty dense. There's a wide variety of introductory material that you can pick from, depending on your interests (what kind of stuff are you interested in doing)
99.
▲
by
Scriptor
13y ago
I'm not sure which plugins you have running, but it definitely splits it into three pages for me.
100.
▲
by
Scriptor
13y ago
I feel like a lot of this trendy stuff comes out because it demos very well. The designer shows it off in a controlled setting, everyone's wowed and impressed and glad they hired a "good" designer, and nobody bothers to check
101.
▲
by
Scriptor
13y ago
Here's a great description of just how that quote fit on multiple levels: http://www.reddit.com/r/rpg/comments/pnrgd/wanted_to_share_m... It's much more than Oppenheimer simply realizing he cre
102.
▲
by
Scriptor
13y ago
This is just a proxy. If developers wanted to go this route they would set up the proxy on their own server instead of routing it through a 3rd party.
103.
▲
by
Scriptor
13y ago
I've been putting some thought into how I might implement some sort of type system that might at least partially help with separating IO and other side-effects. It's probably impossible to guarantee 100% purity, but I was thinking
104.
▲
by
Scriptor
13y ago
Haha, thanks! Glad you like it. I recently got back into toying around with Pharen, the goal being to get accepted to the next Strange Loop.
105.
▲
by
Scriptor
13y ago
But...he didn't even mention balance. He simply was saying how Starcraft helped him appreciate the "nettlesomeness" aspect of professional chess more. It's just a comment about an interesting observation.
106.
▲
More freedom from side-effects (F#)
(davesquared.net)
1 points
by
Scriptor
13y ago
|
0 comments
107.
▲
by
Scriptor
13y ago
When in Rome...
108.
▲
by
Scriptor
13y ago
And by taller than others the spores would be more likely to be carried over everything else by the wind and travel further distances. A short mushroom's spores might end up only traveling a few feet before hitting, say, another mushro
109.
▲
Category Theory is Type Theory
(cs.stackexchange.com)
2 points
by
Scriptor
13y ago
|
0 comments
110.
▲
by
Scriptor
13y ago
Damn, I thought it getting posted here meant it was active again. That said, at least Io, which Ioke is partly based off of, is somewhat active: https://github.com/stevedekorte/io
111.
▲
by
Scriptor
13y ago
It does track the arity of functions, but remember that this happens at compile time. Regular addition in Pharen is still just regular addition in PHP: (def a (+ 1 2 3 4)) ; => $a = (1 + 2 + 3 + 4); Of course, there are situatio
112.
▲
by
Scriptor
13y ago
It works (superficially) similarly to how Haskell does things and treats (+) as a partial function call by recognizing that + isn't getting at least 2 arguments. You could also do stuff like: ((+ 1) 2) ; => 3 (map (* 2) [
113.
▲
by
Scriptor
13y ago
PHP does have array_reduce, however operators like '+' can't be used as callables so you'd have to make your own wrapper functions. Edit: Screw it, haven't self promoted on a while. In Pharen ( https://git
114.
▲
by
Scriptor
13y ago
Just because it modifies the standard library classes doesn't make it a separate language in its own right. If you used Java but with a different implementation for, say, linked lists than the standard one you'd still be using Jav
115.
▲
by
Scriptor
13y ago
It's hard to really quantify scientific returns as a per-dollar measure. The space station has provided a place to do countless experiments that could only be done by people in space. Of course, the results of these experiments rarely
116.
▲
by
Scriptor
13y ago
Right, I thought one of the big benefits about pull requests was that it let other devs easily view the diffs before merging a change in, not to mention making it easier for people to discuss the changes. I guess if you don't want to d
117.
▲
by
Scriptor
13y ago
I think you may have taken that statement out of context. The OP was talking about the complexity of the type implementation , not the theory behind it. The specific example he used was how a programmer needs to know exactly how some diffe
118.
▲
Debugging a hardware bug in a game
(shiningrocksoftware.com)
2 points
by
Scriptor
13y ago
|
0 comments
119.
▲
by
Scriptor
13y ago
It's also the exact opposite of semantic HTML as I understand it.
120.
▲
by
Scriptor
13y ago
It was certainly common in the east. The Battle of Carrhae ( http://en.wikipedia.org/wiki/Battle_of_Carrhae ) was at 56 B.C. and is one of the most famous examples of an engagement with horse archers who could fire while
More ›