Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jayferd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jayferd
12y ago
Content note: plays sound. Did the quick ^W at work :|
2.
▲
by
jayferd
13y ago
This is essentially where I'm going with ix. Vim with an awesome haskell-like language underneath whose syntax is optimized for doing powerful stuff in command mode. A prototype is at https://github.com/jayferd/ix
3.
▲
by
jayferd
13y ago
I don't know if this can be solved without a syntax change. As long as there is variable binding and variable mutation are conflated in the syntax, there's really no good way for the compiler to distinguish between the two. It&#
4.
▲
Paul Graham and the Manic Pixie Dream Hacker
(medium.com)
3 points
by
jayferd
13y ago
|
1 comments
5.
▲
by
jayferd
13y ago
ah, thanks, i didn't know that trick.
6.
▲
by
jayferd
13y ago
why are we still listening to arrington again?
7.
▲
by
jayferd
13y ago
Here's a collection of other writings by pg about women: http://sambiddle.kinja.com/paul-graham-writing-about-women-o... This would be different if there were no context, but there is a lot of context.
8.
▲
by
jayferd
13y ago
not sure why i can't reply to ars_technician, but fwiw sexism is a problem that we need protections against.
9.
▲
by
jayferd
13y ago
Sarcasm is a brilliant tool to use against derailing.
10.
▲
by
jayferd
13y ago
function makeRef(x) { return function() { return x; }; }
11.
▲
by
jayferd
13y ago
> Please stop. This attitude is offensive to both men and women.
12.
▲
by
jayferd
13y ago
That's up to you. Maybe that will become more clear as you see the social power imbalance more clearly. Perhaps your framing of the whole situation would change, I don't know.
13.
▲
by
jayferd
13y ago
> It's just a fact that men think a lot about sex Please stop. This attitude is offensive to both men and women.
14.
▲
by
jayferd
13y ago
Yes, turns out it takes some effort to be aware of power imbalance and work against it. Those words have different social meanings when spoken to a woman than when spoken to a man.
15.
▲
by
jayferd
13y ago
"...and all I got was this stupid T-shirt"
16.
▲
by
jayferd
13y ago
s/Grunt/JSHint/
17.
▲
by
jayferd
13y ago
I use make.
18.
▲
by
jayferd
13y ago
This is a problem in most imperative-paradigm languages, unfortunately. The issue is in the semantics of the `for` loop, which make everything confusing both for the programmer and the compiler.
19.
▲
De Bruijn indices
(en.wikipedia.org)
2 points
by
jayferd
13y ago
|
0 comments
20.
▲
by
jayferd
13y ago
What's really missing though is unions with destructuring `case`. Once you start coding in a language with proper unions, it's hard to go back. In python it might look something like this: DataType = union({ 'type1&#x
21.
▲
by
jayferd
13y ago
=parent.location=' http://www.google.com/' hey look, a page redirect :D
22.
▲
by
jayferd
13y ago
"I'm buying up this incredibly valuable resource to lease it to people who only need it temporarily so I can turn a profit! Cool, right?"
23.
▲
Monad.py
(gist.github.com)
3 points
by
jayferd
13y ago
|
0 comments
24.
▲
Dudebros as a sublime expression of the absurd
(baruffio.com)
1 points
by
jayferd
13y ago
|
0 comments
25.
▲
by
jayferd
13y ago
Uh, it is not at all vitriol. You read the thing right? It's about self-discovery and the discomfort we all feel when we find out we're supporting violent or oppressive systems.
26.
▲
by
jayferd
13y ago
Those... get bulldozed all the time too, unfortunately.
27.
▲
by
jayferd
13y ago
These look an awful lot like homes to be calling the people living in them "homeless". I wonder what it would look like if the city didn't keep bulldozing them?
28.
▲
CODE Keyboards
(codekeyboards.com)
19 points
by
jayferd
13y ago
|
1 comments
29.
▲
by
jayferd
13y ago
'Syn'
30.
▲
by
jayferd
13y ago
I'm not sure what you mean by "cases where the return value type is actually unknowable". Does that mean you only return an Element when it's something for which there can be only one on the page (like document.body)? A
More ›