Opera's UNIX dev on how he uses wget and grep to read blog comments
1–10 of 16 posts
Re: Opera's UNIX dev on how he uses wget and grep to read blog comments
#2Re: Opera's UNIX dev on how he uses wget and grep to read blog comments
#3Re: Opera's UNIX dev on how he uses wget and grep to read blog comments
#4Re: Opera's UNIX dev on how he uses wget and grep to read blog comments
#5Re: Opera's UNIX dev on how he uses wget and grep to read blog comments
#6Funny to see an Opera guy suggesting a way to browse the web without using Opera :) He even says it is easier to read all the comments that way (via text using curl / wget/ grep) instead of using their browser (not that I don't agree with him).
Re: Opera's UNIX dev on how he uses wget and grep to read blog comments
#7Talk about wrong tools for the job. A far simpler to write, and more robust solution could be had many other way, simple_html in php for example, or javascript, any DOM parser will be more robust and easier to follow than all those sed/grep calls.
Re: Opera's UNIX dev on how he uses wget and grep to read blog comments
#8Funny to see an Opera guy suggesting a way to browse the web without using Opera :) He even says it is easier to read all the comments that way (via text using curl / wget/ grep) instead of using their browser (not that I don't agree with him).
I'd say it's more a criticism of the design of comment threads than the browser.
Re: Opera's UNIX dev on how he uses wget and grep to read blog comments
#9Earlier quoted context omitted.
I'd say it's more a criticism of the design of comment threads than the browser.
If that's the case, shouldn't they/he be adding some functionality via plugin(or built-in) that improves the situation in Opera.
Re: Opera's UNIX dev on how he uses wget and grep to read blog comments
#10 Quote: For personal reasons, I do not browse the web
from my computer. (I also have not net connection
much of the time.) To look at page I send mail to
a demon which runs wget and mails the page back to
me. It is very efficient use of my time, but it
is slow in real time.
Source: http://lwn.net/Articles/262570/