code logs -> 2008 -> Fri, 19 Sep 2008< code.20080918.log - code.20080920.log >
--- Log opened Fri Sep 19 00:00:13 2008
00:36
<@ToxicFrog>
<ToxicFrog> Kickass.
00:36
<@ToxicFrog>
<ToxicFrog> I cannot thank you enough for doing all this testing.
00:36
<@ToxicFrog>
<sanooj> same here: thanks to you for putting in the time to work on the code.
00:36
<@ToxicFrog>
<sanooj> this will be the best binio library evar.
00:36
<@ToxicFrog>
This.
00:37
<@ToxicFrog>
This is why I code.
00:37 * Shoukanjuu claps.
00:37
<@ToxicFrog>
The rush of knowing that stuff I've written (1) works, (2) works well and (3) is actually being used out in the world by other people.
00:38
<@ToxicFrog>
Accept no substitutes.
00:41
< Shoukanjuu>
\o/
00:42
< Vornicus>
I think that's why the rest of us code too.
00:48
<@ToxicFrog>
You seem to need more as time goes by, though.
00:48
<@ToxicFrog>
Eight years ago, the hit from knowing that my code was running on a live server or had made into a release build was enough.
00:48
<@ToxicFrog>
These days I need actual interaction with the users.
00:51 * ToxicFrog creates a hugely verbose error message
00:51
<@ToxicFrog>
struct: runtime error in generated function
00:51
<@ToxicFrog>
This is at some level an internal error in the struct library
00:51
<@ToxicFrog>
It could be a genuine error in the emitted code (in which case this is a code
00:51
<@ToxicFrog>
generation bug)
00:51
<@ToxicFrog>
Alternately, it could be that you gave it a malformed format string, a bad
00:51
<@ToxicFrog>
file descriptor, or data that does not match the given format (in which case
00:51
<@ToxicFrog>
it is an argument validation bug and you should be getting an error anyways).
00:51
<@ToxicFrog>
Please report this as a bug and include the following information:
00:52
<@ToxicFrog>
Followed by entries for the error reported by the interpreter, the format string given, the source generated from the format string (which can be very large), and a stack traceback.
00:52
< Vornicus>
awesome
00:56 * Consul asks someone really nicely for voice so he can paste a URL with some funny in it.
00:57 mode/#code [+oo Vornicus Consul] by McMartin
00:57 * McMartin mutters at Boost
00:58 mode/#code [+ooooo AbuDhabi Attilla Chalcedon DiceBot Reivles] by Vornicus
00:58 mode/#code [-o+vo DiceBot DiceBot Shoukanjuu] by Vornicus
01:00
<@Consul>
http://www.netfunny.com/rhf/jokes/91q3/cerrors.html
01:01
<@Consul>
My first IBM PC (an XT!) was built by a friend of mine, and he gave me a bunch of text files with jokes and humor. That was one of them.
01:01
<@Consul>
That was... A long time ago.
01:02
<@ToxicFrog>
TODO:
01:02
<@ToxicFrog>
- better distinction between user error, environment error, and internal error
01:02
<@ToxicFrog>
- update the README some more
01:03
<@Vornicus>
I've seen that one.
01:03
<@ToxicFrog>
- fix the bug where reading signed ints will return only negative values
01:03
<@Vornicus>
"Too many errors on one line (make fewer)" <--- is my favorite.
01:04
<@ToxicFrog>
"a typedef name was a complete surprise to me at this point in your program" is also good, along with ""Volatile" and "Register" are not miscible"
01:21 RBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has joined #Code
01:22 DiceBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has quit [Ping Timeout]
01:23 Reivles [~reaverta@Admin.Nightstar.Net] has quit [Ping Timeout]
01:23 RBot is now known as DiceBot
01:26 Reivles [~reaverta@Admin.Nightstar.Net] has joined #Code
01:32 Attilla [~The.Attil@92.20.221.ns-11815] has quit [Quit: <Insert Humorous and/or serious exit message here>]
01:43 Shoukanjuu [~Shoukanju@Nightstar-19166.dhcp.embarqhsd.net] has quit [Quit: Shoukanjuu]
01:45 Chalcedon [~Chalcedon@Nightstar-2160.ue.woosh.co.nz] has quit [Ping Timeout]
01:46 Chalcedon [~Chalcedon@Nightstar-2160.ue.woosh.co.nz] has joined #code
01:50 Chalcedon [~Chalcedon@Nightstar-2160.ue.woosh.co.nz] has quit [Quit: Leaving]
01:51 Shoukanjuu [~Shoukanju@Nightstar-19166.dhcp.embarqhsd.net] has joined #code
01:54 Chalcedon [~Chalcedon@Nightstar-2160.ue.woosh.co.nz] has joined #code
01:55 AbuDhabi [AnnoDomini@Nightstar-29217.neoplus.adsl.tpnet.pl] has quit [Quit: I like my random encounters like I like my tea and my women - deadly.]
02:01 C_tiger [~c_wyz@Nightstar-8414.hsd1.ca.comcast.net] has quit [Quit: And away she goes!]
02:07 C_tiger [~c_wyz@Nightstar-8414.hsd1.ca.comcast.net] has joined #code
02:18 Derakon[AFK] is now known as Derakon
02:24 gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has quit [Quit: Z?]
02:58
<@ToxicFrog>
It's funny.
02:58
<@ToxicFrog>
I consider the README for vstruct to be a rather terse, slapdash thing I tossed together when I needed something for the first beta.
02:59
<@ToxicFrog>
Sanooj considers it a concise and well-written reference that has enabled him to write his crushing array of hell-tests with basically no examination of the actual code.
03:30
<@McMartin>
"This spec is vague. I shall make it do both."
03:32
<@ToxicFrog>
Heh.
03:32
<@ToxicFrog>
One interesting thing that's come out of the testing is that the parser accepts a superset of the language specified in the README; there's lots of places where you can play fast and loose with requirements for delimiting and whatnot.
03:33
<@ToxicFrog>
This has also resulted in a few bug reports where the reply was "actually, according to the docs, you aren't meant to do that in the first place, so its failure is not a bug"
03:33
<@ToxicFrog>
(although in a few cases the failure mode was)
05:55 Derakon is now known as Derakon[AFK]
06:05 Vornicus is now known as Vornicus-Latens
06:59 Reivles is now known as Reiver
06:59 Consul [~consul@Nightstar-3574.dsl.sfldmi.ameritech.net] has quit [Operation timed out]
07:11 Consul [~consul@Nightstar-3574.dsl.sfldmi.ameritech.net] has joined #code
07:21 Chalcedon [~Chalcedon@Nightstar-2160.ue.woosh.co.nz] has quit [Quit: Leaving]
07:25 Chalcedon [~Chalcedon@Nightstar-2160.ue.woosh.co.nz] has joined #code
07:39 Serah [~Z@87.72.35.ns-26506] has quit [Killed (NickServ (GHOST command used by ZLOK))]
07:40 Serah [~Z@87.72.35.ns-26506] has joined #Code
07:40 mode/#code [+o Serah] by ChanServ
07:42 Reiver [~reaverta@Admin.Nightstar.Net] has quit [Ping Timeout]
07:42 RBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has joined #Code
07:44 DiceBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has quit [Ping Timeout]
07:45 RBot is now known as DiceBot
07:47 Reivles [~reaverta@Admin.Nightstar.Net] has joined #Code
08:12 Attilla [~The.Attil@92.20.221.ns-11815] has joined #code
08:12 mode/#code [+o Attilla] by ChanServ
08:59 You're now known as TheWatcher
09:14 AnnoDomini [AnnoDomini@Nightstar-29217.neoplus.adsl.tpnet.pl] has joined #Code
09:14 mode/#code [+o AnnoDomini] by ChanServ
09:26 gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has joined #Code
09:26 mode/#code [+o gnolam] by ChanServ
10:13 Reivles [~reaverta@Admin.Nightstar.Net] has quit [Ping Timeout]
10:19 Reivles [~reaverta@Admin.Nightstar.Net] has joined #Code
10:45 AnnoDomini [AnnoDomini@Nightstar-29217.neoplus.adsl.tpnet.pl] has quit [Ping Timeout]
10:46 MyCatVerbs [~mycatverb@Nightstar-13709.lurkingfox.co.uk] has quit [Ping Timeout]
10:47 MyCatVerbs [~mycatverb@Nightstar-13709.lurkingfox.co.uk] has joined #code
10:47 mode/#code [+o MyCatVerbs] by ChanServ
10:47 AnnoDomini [AnnoDomini@Nightstar-29217.neoplus.adsl.tpnet.pl] has joined #Code
10:47 mode/#code [+o AnnoDomini] by ChanServ
10:54 Chalcedon [~Chalcedon@Nightstar-2160.ue.woosh.co.nz] has quit [Quit: Leaving]
10:57
<@TheWatcher>
Anyone here know anything about automount?
11:20
<@Serah>
Unfortunatly I know little about anything.
13:21 Reivles [~reaverta@Admin.Nightstar.Net] has quit [Ping Timeout]
13:23 DiceBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has quit [Ping Timeout]
13:28 Reivles [~reaverta@Admin.Nightstar.Net] has joined #Code
13:32 DiceBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has joined #Code
14:22 DiceBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has quit [Ping Timeout]
14:23 Reivles [~reaverta@Admin.Nightstar.Net] has quit [Ping Timeout]
14:30 Reivles [~reaverta@Admin.Nightstar.Net] has joined #Code
14:30
<@ToxicFrog>
My knowledge of automount is that I plug things in and it works.
14:32 DiceBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has joined #Code
15:03 AnnoDomini is now known as CaptainNerdbeard
15:05
<@Doctor_Nick>
RAAAAAAANDOOOOOOOMMMMMMMMMMM
15:30
<@TheWatcher>
TF: yeah, well
15:31
<@TheWatcher>
In this situation, I have /home being handled by automount with it pulling the info from NIS. Unfortunately, I also need to have /home/choices mounted
15:33
<@TheWatcher>
I am unable to locate documentation on how I can do both
15:52 Reivles [~reaverta@Admin.Nightstar.Net] has quit [Ping Timeout]
15:52 DiceBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has quit [Ping Timeout]
15:58 Reivles [~reaverta@Admin.Nightstar.Net] has joined #Code
16:01 DiceBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has joined #Code
17:10
<@jerith>
17:59 < psi> Hofstadter's book elevates recursion (in the broadest sense of
17:10
<@jerith>
17:59 < psi> self-reference) to exalted heights, leading to Andrew Plotkin's recursive
17:10
<@jerith>
17:59 < psi> definition of recursion: "If you already know what recursion is, just
17:10
<@jerith>
17:59 < psi> remember the answer. Otherwise, find someone who is standing closer to
17:10
<@jerith>
17:59 < psi> Douglas Hofstadter than you are; then ask him or her what recursion is."
17:21
<@gnolam>
:D
17:40 RBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has joined #Code
17:41
<@gnolam>
By the way, am I the only one who thinks that "Kernel Panic" sounds like an early '90s coin-op?
17:41
<@gnolam>
... arr.
17:41 DiceBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has quit [Ping Timeout]
17:41 RBot is now known as DiceBot
17:43
<@ToxicFrog>
<sanooj> wonder where I'm leaking memory.
17:43
<@ToxicFrog>
<sanooj> forgot to turn off the tester and my box started swapping
17:43
<@ToxicFrog>
<sanooj> on the up side, the read.i works great. :)
17:43
<@ToxicFrog>
<ToxicFrog> Ummm
17:43
<@ToxicFrog>
<ToxicFrog> How many tests is it doing?
17:43
<@ToxicFrog>
<ToxicFrog> The struct library caches the results of compiles
17:43
<@ToxicFrog>
<sanooj> bajillions
17:43
<@ToxicFrog>
<sanooj> ...
17:59 Attilla [~The.Attil@92.20.221.ns-11815] has quit [Quit: <Insert Humorous and/or serious exit message here>]
18:56 Reivles [~reaverta@Admin.Nightstar.Net] has quit [Ping Timeout]
18:57 DiceBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has quit [Ping Timeout]
19:02 Reivles [~reaverta@Admin.Nightstar.Net] has joined #Code
19:03 DiceBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has joined #Code
19:46
<@Vornicus-Latens>
Might want to soft reference those.
20:01 RBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has joined #Code
20:02 DiceBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has quit [Ping Timeout]
20:03 RBot is now known as DiceBot
20:15 Reivles [~reaverta@Admin.Nightstar.Net] has quit [Ping Timeout]
20:15 RBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has joined #Code
20:17 DiceBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has quit [Ping Timeout]
20:18 RBot is now known as DiceBot
20:21 Reivles [~reaverta@Admin.Nightstar.Net] has joined #Code
20:49 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Client exited]
21:00 Reivles [~reaverta@Admin.Nightstar.Net] has quit [Ping Timeout]
21:00 DiceBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has quit [Ping Timeout]
21:04 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
21:04 mode/#code [+o ToxicFrog] by ChanServ
21:06 Reivles [~reaverta@Admin.Nightstar.Net] has joined #Code
21:09 DiceBot [~Reiver@Nightstar-22051.xdsl.xnet.co.nz] has joined #Code
22:36 Chalcedon [~Chalcedon@Nightstar-2160.ue.woosh.co.nz] has joined #code
22:46 Vornicus-Latens is now known as Vornicus
23:01 CaptainNerdbeard is now known as Avernite
23:31 Avernite [AnnoDomini@Nightstar-29217.neoplus.adsl.tpnet.pl] has quit [Ping Timeout]
23:37 AnnoDomini [AnnoDomini@Nightstar-28868.neoplus.adsl.tpnet.pl] has joined #Code
23:37 mode/#code [+o AnnoDomini] by ChanServ
23:49 AnnoDomini [AnnoDomini@Nightstar-28868.neoplus.adsl.tpnet.pl] has quit [Quit: There is no Dana, only Zuul.]
--- Log closed Sat Sep 20 00:00:22 2008
code logs -> 2008 -> Fri, 19 Sep 2008< code.20080918.log - code.20080920.log >