Viewing profile — notb
notb
HN member- Joined
- Tue, Aug 09, 2011, 6:12 PM UTC
- HN karma
- 99
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About notb
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #6348352
shbobo.net
-
comment
Comment #6331710
Google does the same kind of software interviews as anywhere else. They aren't special. You code on a whiteboard and it's supposed to be compilable in C or Java. The process beyond…
-
comment
Comment #5985859
But.. Socket.io is built in sooo realtime ... Right?
-
comment
Comment #5985830
Probably could be considered a competitor. This offers socket.io built-in, but doesn't seem to have the reactive data binding templates like meteor. This looks to be a Ruby on Rail…
-
comment
Comment #5916284
There's a whole spectrum of users, as well. Programmers can be Python users, wherein the python implementation takes complexity hits to simplify it for the user. It's all subjectiv…
-
comment
Comment #5864029
Can't tell if trolling... every single icon has a different drop shadow.
- story
-
comment
Comment #5759674
Seems like a disadvantage to me. It's mostly just confusing and the only thing it affords is the ability to use :keywords as functions (:like so) which is just sugar for property a…
-
comment
Comment #5705157
The work FOR us theme is present throughout. I'd guess it was intentional...
-
comment
Comment #5705069
This has been my experience with recruiters but once you get past the wall of pleasantries and fake attitudes, they usually talk with more sense. Edit: Sibling comments are talking…
-
comment
Comment #5569305
I think he's asking how it got so obfuscated in the first place. Seemingly, the spammers could just pilot a standard up to date client with a bot, rather than try and figure out th…
-
comment
Comment #5528859
The whole aesthetic seems wrong. The perfect circles and even lines seriously clash with the naturally drawn clefs. In the example music, they adopt a new font for the time signatu…
- comment
-
comment
Comment #5496798
I don't understand these questions: “Is optimization of speed premature while productivity languishes?”; “Are semantic elegance and lexical simplicity just means by which to furthe…
-
comment
Comment #5487633
Its also a self fulfilling prophecy. When everyone colludes to start selling at the $200 mark, it will certainly burst.
- comment
- comment
-
comment
Comment #5268267
Lexical scoping is a term to classify languages. The 'point' is to make it easier to understand how a language behaves. If you want to have var with the same name as something in a…
-
comment
Comment #5268199
That article points out a design decision that the author disagrees with. It does not prove that CoffeeScript's scoping is broken.
-
comment
Comment #5235815
Very good introduction to Lisp, as well.
-
comment
Comment #5230997
Oh I see. Yes I was thinking of alpha-equivalence, sorry. Now I must ask, do you know any good papers/algos on that reduction? And how would you envision animating? It seems a bit …
-
comment
Comment #5230833
Agreed, it is unwieldy. However, because of it, eta-reduction is not as important because equivalent terms look the same, and name collisions can't happen. It made it a bit simpler…
-
comment
Comment #5230674
Right, thanks! Corrected.