You're viewing a comment by SP and its responses.
You're viewing a comment by SP and its responses.
I am being sponsored by Syntress! They bought me an amazing dedicated server to run catonmat on. If you're looking web services, I highly recommend the Syntress guys!
I am being sponsored by A-Writer! If you ever need help with essay writing, look no further than A-Writer! They will help you with your writing in as quickly as 3 hours!
I love to read science books. They make my day and I get ideas for awesome blog posts, such as Busy Beaver, On Functors, Recursive Regular Expressions and many others.
Take a look at my
Amazon wish list, if you're curious about what I have planned reading next, and want to surprise me. :)
If you are interested in advertising on catonmat.net, contact me.
Free tools for coding on Vietstarsoft.com.
Programming homework help.


Addendum:
There is a Microsoft Research (command line) tool (actually it's several) that is quite good for nicely formatted HTTP conversations: it's called STRACE. It comes with an HTTP replay utility as well. You can also use a special wininet.dll with MSIE that MS Research released many years ago.
The tool we really need though is one that has all the 'handshaking' (redirections, javascript, swf, etc) capabilities of Mozilla coupled with built-in 'livehttpeaders' functions, and _nothing else_. No rendering engines and other bloat. This tools would get you the URL to the content. That is its sole job. Then you download the content with a tool that works (unlike the download mamagers of the browsers). And finally you play the content offline with a standalone tool that works on any media file (you should know which ones can do that from your own experience trying different ones).
Alas, the developers seems to think they can include all these steps in one application ("plugins") and have it work, seamlessly... instead of following the UNIX way of letting each tool do its job and piping the task from one application to the next.
Advertising (after all we do need that right?) can be 'attached' to the content.
An example is the TED videos, where you see a BMW ad at the start of each video.
This has been said before by people smarter than me: all the html tags flowing through the 'wire' are largely unnecessary, and slow things down. Almost all value is in plain text and links to more text or to content. 'Typesetting' (e.g. html gimmicks) is only residual value.
Reply To This Comment