Viewing profile — mtford
mtford
HN member- Joined
- Sun, Mar 16, 2014, 7:53 PM UTC
- HN karma
- 160
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About mtford
Recent public activity
-
story
Show HN: Httap – intercept and inspect HTTP traffic from your shell or agent
httap is a powerful HTTP proxy for your terminal. Intercept, inspect & rewrite HTTP traffic — from your shell or your AI agent.
-
comment
Comment #11247890
I feel ya buddy - come and join the wacky world of front end development where these things matter less ;)
- story
- story
- story
- story
- story
-
comment
Comment #8367834
Isn't Opera at v24 now?
-
comment
Comment #8260442
Hi Luna, from my perspective async.js is about control flow whereas operations.js is about creating well defined operations that can be composed, queued, cancelled, reused and moni…
-
comment
Comment #8259371
Yeah, operations.js is meant for more complex scenarios than that. For example if we were spawning hundreds of operations that interact with networks/file systems. We can set an up…
- story
-
comment
Comment #8010081
I'm a huge inconsolata fan myself.
-
comment
Comment #7982228
Many thanks for this! This has been a thorn in my side for a while but never got round to doing anything about it...
- comment
-
comment
Comment #7893114
I know a few of the investment banks have this kind of thing internally, implemented as a DAG: http://en.wikipedia.org/wiki/Directed_acyclic_graph . Cool stuff.
-
comment
Comment #7861633
Nice... I did make an attempt to filter out sensitive stuff but clearly did a bad job. Thanks for letting me know. I will eventually introduce a demo app rather than my own site.
-
comment
Comment #7860541
Sounds interesting... i'll take a look. The fact that its UDP would be helpful in avoiding the need for a dependency on celery/message queues. What's it like in terms of getting th…
-
comment
Comment #7860379
Tbh, probably fairly bad atm. I haven't done anything empirical but atm Silk will create a record for every SQL query executed during the request/response cycle effectively doublin…
-
comment
Comment #7860185
That's not a bad idea, it would probably be more natural than the rigid filters that are currently in place for the requests and profiles. As far as having this running in prod I'v…
-
comment
Comment #7860152
Sure just added this to the intro. You can download via https://github.com/mtford90/silk/releases or install through pip install django-silk
-
comment
Comment #7859826
Yep django-toolbar is great! My aim with this was, like you said, to provide the history of multiple requests, but also to provide finer-grained profiling with the decorator and co…
-
comment
Comment #7859258
Not at the moment. Silk doesn't actually save anything down until right at the end of the cycle i.e. in process_response of the middleware. Had to do this to avoid issues with atom…
-
comment
Comment #7859219
Thats a great question... that def shouldn't be there. render_to_response is actually dynamically profiled i.e. the decorator is applied at runtime via configuration in settings.py…
- story
-
comment
Comment #7857596
Never. To upgrade to Mavericks I just created a USB installer using unibeast, booted from USB and followed the usual OSX install process. All my files and apps were left untouched.…