Live data from Hacker News

Viewing profile — ramen

ramen

HN member
Joined
Sat, Mar 31, 2007, 1:46 AM UTC
HN karma
413
Public activity
78 items

About ramen

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #5739705

    Here is a library I wrote to make querying WordPress easier: https://github.com/ramen/wp-find It has a more conventional builder-style API that may answer the complaints of those w…

  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. comment
    Comment #3036028

    Next up: Why web server logs violate HTTP.

  19. story
  20. comment
    Comment #2898049

    What a shameful waste of a good front-end developer's time.

  21. story
  22. comment
    Comment #2565031

    Not until you mentioned it. Thanks for pointing this out.

  23. comment
    Comment #2557676

    Modernizr does a lot of things, and creating CSS classes to mark the existence of features is just one of those things. Another thing that Modernizr does is allow you to style new …

  24. comment
    Comment #2489499

    I assume that my ancient iPhone 3G will be exempt from this privacy update.

  25. comment
    Comment #2447666

    Also see delete-selection-mode. If you have: (delete-selection-mode 1) (transient-mark-mode 1) ; enabled by default in emacs 23+ you can mark a region and press delete or backspace…