In all seriousness, if this is what you encounter at your workplace, you need to get out and work somewhere else; this is an extremely toxic environment. Even if the build setup is the most complex thing on the face of…
Yeah, that does exactly the thing I was describing from a quick skim. https://github.com/uber/react-vis does it as well. I've found that attempting to wrangle one of these chart libs takes more time than a quick…
Having gone through the process of marrying react and d3 - IMHO it's far easier to let react do DOM diffing and manipulation, and let d3 worry about data processing. The two work great together, just so long as you…
Sure, I'll throw my hat in the ring here with a shameless self-plug. I help maintain a database versioning/migration tool that my team has been successfully using for years now: https://github.com/nkiraly/DBSteward The…
I just looked, and unless you're talking about something different, Sublime Text 3 allows disabling telemetry by way of the "enable_telemetry" setting. See http://www.sublimetext.com/3dev under build 3023. It was turned…
Apparently copy+paste is too hard.... http://jsbin.com/gitufejo/3/edit?html,js,output
Oh man, that's awesome! I see I'm not the only one with an addiction to d3 and knockout. I've actually just recently gotten around to playing with the two of them at once: http://jsbijn.com/gitufejo/3/edit?html,js,output
Check out pianobar, a command line Pandora client. It works great for me! http://6xq.net/projects/pianobar/
Only one complaint from me: error messages. I realize this is probably a complicated problem, but on the other hand, can alienate beginners. For example, on the first exercise, you're asked to write NSLog(@"Name"); When…
If by "webapp wrapper" you actually mean a site-specific browser, there's Fluid: http://fluidapp.com/ Or, if you mean an SDK or framework for writing a native app using web technologies, I know of a few: TideSDK:…
I'm a few days late to the conversation, and this will probably fly under the radar, but here's my two cents. I'll start by saying that I believe Linus was justified in the intention of his response, but not the…
In all seriousness, if this is what you encounter at your workplace, you need to get out and work somewhere else; this is an extremely toxic environment. Even if the build setup is the most complex thing on the face of…
Yeah, that does exactly the thing I was describing from a quick skim. https://github.com/uber/react-vis does it as well. I've found that attempting to wrangle one of these chart libs takes more time than a quick…
Having gone through the process of marrying react and d3 - IMHO it's far easier to let react do DOM diffing and manipulation, and let d3 worry about data processing. The two work great together, just so long as you…
Sure, I'll throw my hat in the ring here with a shameless self-plug. I help maintain a database versioning/migration tool that my team has been successfully using for years now: https://github.com/nkiraly/DBSteward The…
I just looked, and unless you're talking about something different, Sublime Text 3 allows disabling telemetry by way of the "enable_telemetry" setting. See http://www.sublimetext.com/3dev under build 3023. It was turned…
Apparently copy+paste is too hard.... http://jsbin.com/gitufejo/3/edit?html,js,output
Oh man, that's awesome! I see I'm not the only one with an addiction to d3 and knockout. I've actually just recently gotten around to playing with the two of them at once: http://jsbijn.com/gitufejo/3/edit?html,js,output
Check out pianobar, a command line Pandora client. It works great for me! http://6xq.net/projects/pianobar/
Only one complaint from me: error messages. I realize this is probably a complicated problem, but on the other hand, can alienate beginners. For example, on the first exercise, you're asked to write NSLog(@"Name"); When…
If by "webapp wrapper" you actually mean a site-specific browser, there's Fluid: http://fluidapp.com/ Or, if you mean an SDK or framework for writing a native app using web technologies, I know of a few: TideSDK:…
I'm a few days late to the conversation, and this will probably fly under the radar, but here's my two cents. I'll start by saying that I believe Linus was justified in the intention of his response, but not the…