Viewing profile — stutter
stutter
HN member- Joined
- Tue, Aug 16, 2011, 5:12 PM UTC
- HN karma
- 72
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About stutter
No profile information was provided.
Recent public activity
- story
-
comment
Comment #3953486
I agree that saying it's "too hard" is a cop out. But Microsoft doesn't provide the proper tools, that's not a cop out. I don't want to support IE6, but I know that if I don't put …
-
comment
Comment #3953448
Point conceded. Though, certainly a +1 for choosing Mac as your primarily development environment; as it can run all the other operating systems you'd care about (:
-
comment
Comment #3953430
> Which they do, they've been offering complete VM images with various combinations of Windows and IE for some time, the current offering is XP + IE6, Vista + IE7, Win7 + IE8 and W…
-
comment
Comment #3953148
Macs run Windows, Windows don't run OSX. This is why I develop on Mac; it's more versatile. (For web development)
-
comment
Comment #3953119
You don't have comments on your blog, so I'll comment here: IE testing is "hard" on a Mac because of the vm requirement, yes. However, that's not even my main issue. If Microsoft f…
-
comment
Comment #3713320
Boxee Box
-
comment
Comment #3433249
Profiling PHP with PHP is kind of humorous, I'll concede. But it can certainly help alert you to slow-running pages, queries, and steps. Which should at least give you a starting p…
-
comment
Comment #3433239
I also use XDebug + kcachegrind, but I wouldn't consider that a 'quick' way to identify slow-ups (mainly because of how my set-up looks). I'll agree that manually creating steps ar…
-
comment
Comment #3433190
Both are valid points (editing code in order to profile), and you're absolutely right regarding blindly adding profiling wrappers "just because." You can certainly do that, but it'…
-
comment
Comment #3433177
Though according to the manual short_open_tag is true by default, this is a valid point. The safer way to write this would have been to open all tags with thanks for the feedback!
-
comment
Comment #3433173
as the other two stated, the sleep calls just simulate actual code running, so the profiler produces some output other than 0ms for everything.
- story