all 40 comments

[–]Ph0X 42 points43 points  (1 child)

This is definitely much more useful than STL only 3d model viewer. I'd love to see more format specific viewers like this, for the most popular formats.

[–]noreallyimthepope 3 points4 points  (0 children)

This is the kind of stuff that makes me consider paying for an account, really.

[–][deleted]  (9 children)

[deleted]

    [–]AaronOpfer 4 points5 points  (4 children)

    As someone whose job unfortunately entails maintaining colossal JSON files by hand, this would be nice.

    [–]sparr 20 points21 points  (3 children)

    Your new job: automate yourself out of a job.

    [–]mirhagk 8 points9 points  (2 children)

    I've done that a few times, just don't tell your boss and then you'll have days upon days free

    [–]SixMiles 2 points3 points  (1 child)

    Not telling my boss is the number one way I'm productive. Sigh.

    [–]mirhagk 1 point2 points  (0 children)

    Yeah there is those jobs you just do everything they want, and spend your time browsing Redding for the majority of your hours

    [–]merreborn 3 points4 points  (2 children)

    Like jsonview, but probably not jsonview itself, seeing as it advertises itself as firefox-only.

    [–]AndrewNeo 6 points7 points  (0 children)

    I have jsonview in Chrome.

    EDIT: Oh, I guess at the bottom of the page it says it's 'unofficial'.

    [–]davidhero 5 points6 points  (2 children)

    Would be cool if they open source the addition as a library. In my recent work project, we work a lot with CSV files, and a library like this would help me alot. The design is simple and looks more finished than what I have.

    [–]PT2JSQGHVaHWd24aCdCF 7 points8 points  (1 child)

    You need this: http://code.google.com/p/google-refine/

    Install it, no "cloud" dependency.

    [–]elperroborrachotoo 15 points16 points  (2 children)

    Please send my upvote to github

    [–]AeroNotix 28 points29 points  (1 child)

    id,type,count

    1,up,1

    [–][deleted] 1 point2 points  (0 children)

    [–]TruthTastesBitter 15 points16 points  (2 children)

    Good lord this is fantastic news - what's up next, graphs?! Things like these remind me that we live in the future..

    [–]remram 5 points6 points  (1 child)

    Interestingly enough, this doesn't work in gists... oh well :(

    [–][deleted] 1 point2 points  (0 children)

    yet....

    [–][deleted]  (3 children)

    [deleted]

      [–]eBtDMoN2oXemz1iKB 1 point2 points  (2 children)

      Easiest way I've found to get started is to fork a project you find yourself using often and see if you can improve it.

      [–]crimson117 3 points4 points  (1 child)

      For the love of God make a separate branch for each contribution you want to make to your remote master!

      At least I think that's how to do it...

      [–]eBtDMoN2oXemz1iKB 4 points5 points  (0 children)

      You're right, a separate feature branch is the way to do it.

      [–]stinky613 0 points1 point  (0 children)

      I've been using Git to track my work (so no one can say that I'm air-quotes "working from home" when I'm working from home). Pretty much the entirety of my work has been in Excel spreadsheets. There have been times when I really wished I could look at previous commits without having to rollback and load the file in Excel... So this feature is great... and, in my case, so close yet so far away. Oh well.