Viewing profile — paulhammond
paulhammond
HN member- Joined
- Sat, May 09, 2009, 1:28 AM UTC
- HN karma
- 39
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About paulhammond
No profile information was provided.
Recent public activity
-
comment
Comment #2203542
This explains a lot, but thing it doesn't cover is why the patch for Rails ends the session when a CSRF token is missing. I'm guessing this is just extra paranoia, but it opens an …
-
comment
Comment #2097147
Here's a copy on the original author's personal site that doesn't require a login: http://algeri-wong.com/yishan/engineering-management-tools-a... The whole series is worth a read:…
-
comment
Comment #2018934
Now that iOS 4.2 is out Typekit has changed how we support for iOS devices. We've stopped supporting iOS3 and earlier, which means users that haven't upgraded yet won't get browser…
- comment
- comment
-
comment
Comment #1636600
The "new school" is not about operations doing it all themselves, or about a new "devops" position that does both dev and ops. It's about greater cooperation between the team that'…
-
comment
Comment #1608909
We're not aware of any issues in Safari 5 - could you drop an email to support@typekit.com with an example URL showing the problems so we can look into it?
-
comment
Comment #1608813
Performance. Embedding 18 fonts via CSS would add a lot of weight and the browsers (particularly mobile safari) don't cope too well when you embed too many fonts at once. (I work a…
-
comment
Comment #1069203
All the time. For example, we switched from one video transcoding backend to another recently. Having a single config flag used to chose which codepath a video went through meant w…
-
comment
Comment #1068901
[I work at flickr and gave the presentation linked to above] You don't need to test every permutation. Pretty much all of the flags in the codebase are independent of each other - …
-
comment
Comment #600624
(I work at flickr) The problem is finding all the places that the language has changed and all the places you relied on the old behavior. The documented stuff was easy to find, it …