Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cgdangelo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
cgdangelo
12y ago
Sorry about your friend. Good on you for helping him out here. Unfortunately I don't know of anything in the way of custom joysticks/setups that might be helpful, but maybe I can offer some reassurance for your friend. Even with t
2.
▲
by
cgdangelo
13y ago
Very nice. Glad to see CPMA in there. :-)
3.
▲
by
cgdangelo
13y ago
>Prosecutors say they don't have the entire thread — instead, they have three comments on a cell-phone screenshot. There's so many things that make this situation _ridiculous_, but this takes the cake. I would have thought that
4.
▲
by
cgdangelo
13y ago
Very cool. I think an interesting feature would be to plot songs along the graph as nodes you could hover over. You could see the artists' and songs' information, maybe the word frequency in those songs. I suppose you could look f
5.
▲
by
cgdangelo
13y ago
> I made a few abortive switches to Vim that didn't last a week because my productivity was too hampered and the environment too extreme & foreign. That was my experience as well. I was pretty comfortable using vim in emergencie
6.
▲
by
cgdangelo
14y ago
You can switch rubies rather seamlessly with rvm. Not a Ruby dev (yet) but I assume showing you the version at all times will hopefully stop you from wasting time debugging a problem with the wrong interpreter.
7.
▲
by
cgdangelo
14y ago
These don't seem very controversial. I'd say that several of them are actually rather _popular_ opinions. 1, 5, 8, 11, 16, 20 in particular.
8.
▲
by
cgdangelo
14y ago
Just a guess, but I think it's because the message should indicate what the commit itself does, not what _you_ did to write it. For example, by merging this commit, the result is that I "Add X widget" to my code.
9.
▲
by
cgdangelo
14y ago
I'm curious what kind of sensitive information you're concerned about exposing. I don't mind deploying with rsync--in fact, I'll do it quite a lot when the remote host lacks git--but I'd usually prefer to use git where possible. I typically
10.
▲
by
cgdangelo
14y ago
> I could appreciate it a lot more when I understood what kind of problems were Newton and Leibniz trying to solve when they came up with the formalized notion of Calculus. This always bothered me in many of my math classes. We'd go ove
11.
▲
by
cgdangelo
14y ago
Will need a follow up from someone who's active, or at least spent more time in-game than I did. Jita's the busiest economic hub in the game, so they're effectively shutting down a sizable chunk of the game's trade. Though it's in a secure
12.
▲
by
cgdangelo
14y ago
Unless I'm misunderstanding you, passing functions as arguments is definitely possible with anonymous functions/closures.