Viewing profile — ramen
ramen
HN member- Joined
- Sat, Mar 31, 2007, 1:46 AM UTC
- HN karma
- 413
- Public activity
- 78 items
- HN profile
- View on Hacker News ↗
About ramen
No profile information was provided.
Recent public activity
- story
- story
- story
- story
-
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…
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #3036028
Next up: Why web server logs violate HTTP.
- story
-
comment
Comment #2898049
What a shameful waste of a good front-end developer's time.
- story
-
comment
Comment #2565031
Not until you mentioned it. Thanks for pointing this out.
-
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 …
-
comment
Comment #2489499
I assume that my ancient iPhone 3G will be exempt from this privacy update.
-
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…