The email in my profile would be best. Thanks!
HN user
jmandzik
Owner at https://azath.dev. Formerly principal engineer @PayScale, @ScienceLogic, @Charter
I have some skunkworks projects that attempt the same on postgres. If you ever get to the point of wanting contributions, let me know.
Not sure, but http://node.green tests against nightly, which might be farther ahead than 6.0.0.
Kickstarter back here; according to UPS, it should be delivered today.
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/alexanderGugel/ied/issues/2
Very promising project!
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.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 week from home, with a fair amount of video conferencing. White board is critical to get me out of my chair to draw out what's in my head.
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.
This is about as good as you can handle an incident like this, PR wise.
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 and enrich Android contacts with facebook data. I did NOT think they'd yank my contacts the other way, doing who-knows-what with it. Shame on me for not reading the app permissions with more scrutiny.
Leaving facebook removed a distraction I did not realize I was weary of. At risk of sounding dramatic, it felt like I got a few minutes a day of my life back.
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 I follow low and keeping the signal to noise high.
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.
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.
Alert system if you're running Canary with experimental JS flag on:
Object.observe(window, function(changes){ console.log(changes) })
:)
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 can look for jobs.
Edit: It's actually remarkable how close my tech stack lines up. CodeIgniter (php), node.js, JRuby, AngularJS, socket.io, d3 & highcharts, memcached (reddis soon, I think). It's a good time to be a polyglot in the enterprise space.
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 analytics that came with my non-traditional developer skills made for good problem solving cred. 8 years later, I'm wearing architecture/analysis/developer hats on a daily basis with a senior title.
The point is this comment serves as a microcosm of this thread; a faceoff between stereotypes of a boring, big company with benefits and sexy startup with lottery ticket potential. The truth, as usual, is somewhere in between. There really is work, even outside of the Valley, that solves real (fun!) problems with real compensation. To assume only two paths to whatever personal definition of success in this field is limiting your options.
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.
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.
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 be able to drop the class in and start measuring things.
For anyone interested, I used wrote node.js process takes arbitrary statsd-compliant data point and serves a socket.io enabled front-end for 'zero-config', realtime graphing.
We've found it useful internally for taking quick measurements on various projects. I was going to productize or open source the whole thing, but then life got in the way. Maybe it will see the light of day someday.
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.
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!