Live data from Hacker News

Viewing profile — AlexMcP

AlexMcP

HN member
Joined
Sun, Mar 06, 2011, 11:17 PM UTC
HN karma
50
Public activity
27 items

About AlexMcP

Developer. Developer. JavaScript, React, Rails. Kapost, Boulder CO.

Recent public activity

  1. story
  2. comment
    Comment #8859925

    None were particularly common, mostly hapax legomena: typos and wishful thinking like vertical-float and other things like that

  3. comment
    Comment #8859878

    I thought long and hard about trying to identify preprocessor usage reliably because that is a super interesting piece of data, but nothing stuck out as a smoking gun. Sequentially…

  4. comment
    Comment #8859649

    select count(*) from property where value similar to '%!important%' => 177119

  5. comment
    Comment #8859605

    That's what I saw when I spot checked it. Explained both pseudo selector and content prevalence.

  6. comment
    Comment #8859223

    Hey OP here, I still have the data around if anyone has further questions to investigate.

  7. comment
    Comment #7847828

    Awesome! Thanks for the knowledge

  8. comment
    Comment #7847346

    What sort of method would be used to cluster those, statistically speaking? Like, given a data set like that, how would you determine if the distribution is multi-modal or unimodal…

  9. comment
    Comment #7517003

    Surely the idea of a one-off crowd sourced mini incubator is at least a little interesting to someone who writes|plans|sells software. Immediate reactions from me include "Should m…

  10. comment
    Comment #7096941

    Site's back up, we scaled up some dynos. Thanks Heroku :-)

  11. comment
    Comment #7096930

    I use it outside of a Rails project when I don't have the asset pipeline available in my tool chain. It gives me the scalpel to define exactly what happens to my code and files vs.…

  12. story
  13. story
    Ask HN: Who uses web scraping?

    A few survey questions about collecting data via the web: Do you have experience with people using web scraping commercially? What field or industry was it being used in? Do you th…

  14. comment
    Comment #5129850

    I think it's important to note that if this code never grows or changes, then this refactor is totally unnecessary. It DOES add code, and it DOES almost over-decompose the structur…

  15. story
  16. comment
    Comment #4615607

    Hmm, maybe I'll get around to looking at his vimrc and seeing what proportion of the settings are in the scraped files. I bet I could further validate your cargo-cult hypothesis.

  17. comment
    Comment #4615556

    This is the main issue with trying to catalogue event handlers. Backbone.js, and savvy jQuery developers won't use bind for any sort of dynamic pages, because it's too hard to trac…

  18. comment
    Comment #4603072

    I have 2 repos on my github account: https://github.com/alexmcpherson One is a scaffolded rails app with interesting folders /scraper and /files And the other is the microsite that…

  19. comment
    Comment #4602546

    What is it purported to do vs. what does it actually do?

  20. comment
    Comment #4602537

    I'll work on combining these; as a vim neophyte I wasn't totally sure which ones might overlap. At least I got color|colorscheme. Thanks!

  21. comment
    Comment #4600568

    Did this for fun mostly to test out casper.js (it's nice!) I'd welcome any feedback on how to better present interesting data, or answer any questions. Thanks!

  22. story
  23. comment
    Comment #3475463

    Incidentally, it doesn't "produce" any markup. There are form generators for at least Rails available, but generally you do whatever to get the markup to conform to their expected …

  24. comment
    Comment #3198691

    I was in the same boat. I graduated from a liberal arts college with a degree that no one has ever asked about. After lots of non-profit work after school I was tasked with 'updati…

  25. comment
    Comment #2700215

    I like all of this advice. The key threads running through it at which I nodded my head in agreement were: 1) Free software/languages 2) Cut corners (disqus) 3) StackOverflow. This…