
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] No video playback in Iceweasel
- Date: Fri, 5 Dec 2014 14:22:15 +0900
- From: Curt Sampson <cjs@example.com>
- Subject: Re: [tlug] No video playback in Iceweasel
- References: <5476BC72.6000401@gmail.com> <87sih4oqft.fsf@uwakimon.sk.tsukuba.ac.jp> <20141204160020.46f709fc@wulfenite>
- User-agent: Mutt/1.5.21 (2010-09-15)
On 2014-12-04 16:00 +0100 (Thu), Benjamin Tayehanpour wrote:
> I've been wondering about why that is. Is it because GTK is too vocal
> for comfort, or is it because people are misusing GTK?
It really depends on whom you talk to.
I've had "professional" programmers working on systems that are supposed
to be quite reliable tell me that the moral equivalant of
string s = "foo\n";
string t = getenv("BAR") + s;
is perfectly fine code. (Hint: getenv returns 0 when the environment
variable is not set.)
However, they did manage to fix this. They just ran their program with
daemon[1] and restarted it any time it segfaulted.
[1]: http://www.libslack.org/daemon/
cjs
--
Curt Sampson <cjs@example.com> +81 90 7737 2974
To iterate is human, to recurse divine.
- L Peter Deutsch
Home |
Main Index |
Thread Index