Live data from Hacker News

Viewing profile — jrmoran

jrmoran

HN member
Joined
Sat, Mar 12, 2011, 6:33 AM UTC
HN karma
28
Public activity
14 items

About jrmoran

.

Recent public activity

  1. comment
    Comment #9145032

    is that last screenshot intellij? If that's the case, the editor supports splitting windows https://www.jetbrains.com/idea/help/splitting-and-unsplittin...

  2. comment
    Comment #9014871

    For those interested, here's the author's related workshop: https://www.youtube.com/watch?v=NyhVdGmnh0I (slides: https://docs.google.com/presentation/d/1oWSKNZgtXCrc1dVEXhyz... )

  3. story
  4. comment
    Comment #4916639

    There are a few http://mimosajs.com/ http://brunch.io/ ---- On a related note, I'm currently using Grunt.JS with few plugins for Compass, CoffeeScript and Live Reload. Similar to G…

  5. story
  6. story
  7. story
  8. comment
    Comment #4675538

    Here's the breakdown of charting libraries OP is using * HighCharts http://www.highcharts.com/ * jQuery Sparklines http://omnipotent.net/jquery.sparkline/ * jQuery Knob http://anth…

  9. comment
    Comment #3354579

    This might be a little offtopic, but I would advise against leaving `console.log` calls in production code, even when there are checks to prevent calling it when the console object…

  10. comment
    Comment #3062402

    A while ago I wanted something similar and could not find it, so I decided to put this together http://jrmoran.com/playground/markdown-live-editor/ . It has some minor bugs and I h…

  11. comment
    Comment #2933368

    Thanks for writing it. I decided to start learning D3 last night and your tutorial was really helpful.

  12. comment
    Comment #2933356

    I might be missing something, since I just started learning it. But instead of drawing a circle like this sampleSVG.append("svg:circle") .style("stroke", "gray") .style("fill", "wh…

  13. comment
    Comment #2925935

    http://webcache.googleusercontent.com/search?q=cache%3Aemmap...

  14. comment
    Comment #2913956

    While I prefer plain text in markdown, sometimes I store screenshots of code in Evernote to keep as as a reference about how I solved a problem. Its image indexing capabilities and…