Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jmandzik
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jmandzik
9y ago
The email in my profile would be best. Thanks!
2.
▲
by
jmandzik
9y ago
I have some skunkworks projects that attempt the same on postgres. If you ever get to the point of wanting contributions, let me know.
3.
▲
by
jmandzik
10y ago
Not sure, but http://node.green tests against nightly, which might be farther ahead than 6.0.0.
4.
▲
by
jmandzik
10y ago
Kickstarter back here; according to UPS, it should be delivered today.
5.
▲
by
jmandzik
11y ago
Happy to open an issue, but any plans on supporting git+ssh urls? For work projects, we have some modules installed via git and when I tried to install, I got the same error described here: https://github.com/alexanderGuge
6.
▲
by
jmandzik
11y ago
Cloned a popular project (babel) and on a MacBook Pro: npm install 52.28s user 8.08s system 73% cpu 1:22.41 total ied install 10.22s user 4.36s system 142% cpu 10.230 total Impressive.
7.
▲
by
jmandzik
12y ago
Here's where the magic happens: https://twitter.com/Justin_Mandzik/status/460080620329508864 https://twitter.com/Justin_Mandzik/status/460082804827881472 Edit: I do a few days a wee
8.
▲
by
jmandzik
13y ago
Yup. http://tmtheme-editor.herokuapp.com/
9.
▲
by
jmandzik
13y ago
Seconded. It's got a learning curve, but its hands down the most well thought out library I've used. It's actively maintained by Mike Bostock, a thought leader in this space.
10.
▲
by
jmandzik
13y ago
This is about as good as you can handle an incident like this, PR wise.
11.
▲
by
jmandzik
13y ago
Facebook lost me a while back when the Android app first came out. Logging into the site and finding contacts that had no account in my facebook "phonebook" felt like a breach of trust. I figured they'd act in good faith an
12.
▲
by
jmandzik
13y ago
The last sentence resonates with me. My twitter account was started in 08 and largely unused until this year. I'm surprised how much I like it after it clicked for me one day. Twitter works (for me) by keeping the number of people
13.
▲
by
jmandzik
13y ago
This article is fantastic, juicy stuff to wrap my head around. Anytime I whip up a new visualization in d3, I look like a wizard at the office. Thanks Mike! Owe you a beer if you're ever in DC.
14.
▲
by
jmandzik
13y ago
Thatsvery similar to what I/we use to build our realtime network monitoring tools, swapping out python for PHP (regrettably). It's validating to see other shops in different industries zeroing in on the similar stacks.
15.
▲
by
jmandzik
13y ago
Alert system if you're running Canary with experimental JS flag on: Object.observe(window, function(changes){ console.log(changes) }) :)
16.
▲
by
jmandzik
13y ago
Many "boring old companies", well, aren't. I work in Cable and could have written the same job post (subbing Ember for AngularJS in our case). In a culture where results count, and fast results count more, you may be surprised where you c
17.
▲
by
jmandzik
14y ago
For what its worth I think you're creating a false dichotomy here. I literally studied Econ in undergrad and quickly landed at a telco as a dev. My 'on the side' self education of programming landed me a software engineer role because the
18.
▲
by
jmandzik
14y ago
Somewhere, deep within Wells Fargo HQ, there was a depressed developer in a windowless office that died a little inside when asked to make this.
19.
▲
by
jmandzik
14y ago
I just tried it out on my client and server side JS projects. Cmd+Shift+R and type the name of your favorite function. Its pretty damn fast.
20.
▲
by
jmandzik
14y ago
I was inspired by this post when I first read it a few month ago. Since then, I've used a modified version of StatsD to send data to an in house realtime graphing engine. A lot of our tools are php backends, so it was super convenient to b
21.
▲
by
jmandzik
14y ago
I think a large part of the strong finish is a feedback loop. As it gets closer to achieving the goal, the belief that this concept could take off strengthens, which leads to more signups. That and the press blitz, of course.
22.
▲
by
jmandzik
14y ago
I've been building a project that's very similar to this using AngularJS, socket.io, and the Highcharts/D3 graphing libraries. If you decide to open this project up, I'd happily throw some cycles at features & fixes. Great work!