view paste/paste.2957 @ 12257:1924fe176291 draft

<fizzie> ` sed -e \'s|wisdom|bin|\' < ../bin/cwlprits > ../bin/cblprits; chmod a+x ../bin/cblprits
author HackEso <hackeso@esolangs.org>
date Sat, 07 Dec 2019 23:36:53 +0000
parents 93f31650d278
children
line wrap: on
line source

2006-07-26.txt:23:17:46: <fizzie> That "something" is around 10^-40, unless I messed up: http://zem.fi/~fis/bleh.txt
2006-09-06.txt:01:41:43: <fizzie> The circle in firefox looks at least something that might fit a character well: http://zem.fi/~fis/tmp.png
2007-01-07.txt:02:03:43: <fizzie> http://zem.fi/~fis/fib.sed.txt computes Fibonacci numbers recursively, using decimal addition.
2007-01-07.txt:02:06:44: <fizzie> http://zem.fi/~fis/avg.sed.txt computes the average line length of the input, IIRC. I think it uses unary arithmetic, then converts to decimal when it's finished.
2008-08-08.txt:10:55:44: <fizzie> Well, if you really want some old logs, http://zem.fi/~fis/old-esoteric-1.txt as well as -2.txt and -3.txt. The -1.txt is from 2002-12-09 to 2003-01-03 without days in the timestamps; -2.txt and -3.txt might be more complete logs for months 2002-12 and 2003-01. I think I switched my IRC client to the sparcstation at that time, so -1.txt is a log for a different client than -2.txt and -3.txt are.
2008-08-08.txt:11:09:50: <fizzie> Found the FORTH one, http://zem.fi/~fis/be.fs.html
2008-08-14.txt:09:46:31: <fungot> My heavily commented, completely unoptimized and very un-Befungey and ugly sources are at http://zem.fi/~fis/fungot.bef.txt also.
2008-08-14.txt:10:38:37: <oklopol> http://zem.fi/~fis/fungot.bef.txt
2008-08-14.txt:11:17:42: <fizzie> AnMaster: http://zem.fi/~fis/fungot.bef.txt
2008-08-14.txt:13:50:40: <fizzie> Updated the http://zem.fi/~fis/fungot.bef.txt file too, so you can see the Brainfuck interpreter in all its glory.
2008-08-14.txt:14:59:43: <fizzie> Could you ever get Haskell code as elegant as http://zem.fi/~fis/fungot.bef.txt ? I think not!
2008-08-14.txt:15:26:29: <tusho> http://zem.fi/~fis/fungot.bef.txt
2008-08-14.txt:19:16:55: <fizzie> I updated http://zem.fi/~fis/fungot.bef.txt so you can check the algorithm used.
2008-08-16.txt:01:56:45: <fizzie> http://zem.fi/~fis/fungot.b98.txt has them sources, although it lacks the separate "loader" part, and is not the completely latest version.
2008-08-17.txt:09:42:22: <fizzie> http://zem.fi/~fis/fungot.b98.txt (missing the loader, but I guess you don't want to run it)
2008-08-18.txt:19:00:17: <Deewiant> fizzie: zem.fi still claims it's befunge.org
2008-08-18.txt:21:13:50: <fizzie> http://zem.fi/~fis/fungot.b98.txt
2008-08-20.txt:14:06:20: <fizzie> AnMaster; http://zem.fi/~fis/fungot.b98.txt although it's not runnable as-is, it needs a loader.
2008-08-20.txt:14:07:55: <fizzie> http://zem.fi/~fis/fungot-load-freenode.b98.txt is what I use to load the freenode instance.
2008-08-21.txt:07:00:35: <fizzie> ^def test bf http://zem.fi/no_brainfuck_in_here.b
2008-08-24.txt:22:28:10: <fizzie> Was getting ready for the sleepitude. http://zem.fi/~fis/fungot.b98.txt and fungot-load-freenode.b98.txt should be a matching pair, although not the absolutely latest version.
2008-08-25.txt:12:50:32: <fizzie> And you have the same fingerprint loading code than http://zem.fi/~fis/fungot.b98.txt and not that modified version you made when you didn't have SCKE yet?
2008-08-27.txt:14:27:36: <fizzie> Sources are again at http://zem.fi/~fis/fungot.b98.txt -- I like the big triangle of punctuation handling.
2008-08-30.txt:20:06:10: <fizzie> http://zem.fi/~fis/fungot.b98.txt if I remember correctly.
2008-08-30.txt:21:02:28: <fizzie> If you _really_ want to try it, you need to first run http://zem.fi/~fis/logs2tokens.pl.txt (just ./logs2tokens.pl logfile1 logfile2) and it will generate the files "tokens.txt" (list of tokens) and "data.dat" (the log data converted to those tokens) in the current directory.
2008-08-30.txt:21:05:59: <fizzie> And then you'll need to compile and run http://zem.fi/~fis/buildlm.cc.txt -- set the maxorder constant to some sensible value before compiling -- which will reads "tokens.txt" and "data.dat" in current directory, and write "model.bin" and "tokens.bin" in the current dir.
2008-08-30.txt:21:29:06: <AnMaster> fizzie, in http://zem.fi/~fis/logs2tokens.pl.txt, where is the regex for the log
2008-08-30.txt:21:34:10: <AnMaster> aug 30 22:34:00 *       [fizzie] (n=fis@sesefras.zem.fi): Heikki Kallasjoki
2008-09-02.txt:22:29:27: <fizzie> AnMaster: Here's everything I did to make it compile: http://zem.fi/~fis/cfunge.diff.txt -- this is gcc-4.0.1 so therefore the -Wfoo flag commenting; linker here is not GNU ld but "Apple Computer, Inc. version cctools-622.5.obj~13" so the linker flags had to go; and the SOCK getaddrinfo usage would make that last change unnecessary.
2008-09-02.txt:22:31:22: <fizzie> AnMaster: And mycology results: http://zem.fi/~fis/mycology.txt
2008-09-04.txt:19:59:50: <fizzie> I have "gehennom.org" registered even though there's nothing like an organization there. On the other hand, "zem.fi" is equally pointless and was chosen because of the shortness. And neither of those are really "name"-style addresses.
2008-09-05.txt:23:10:23: <fizzie> http://zem.fi/ :p
2008-09-13.txt:23:33:43: <fizzie> It's just in a suspended animation for a moment, but if you want to run a copy, go right ahead. I'll start that on momus.zem.fi later. I just need them sleeps, and the box it was running on is less than a metre away from the head-side of the bed.
2008-09-13.txt:23:34:57: <fizzie> zem.fi/~fis/fungot.b98, fungot-load-freenode.b98, but the nonsense generator stuff was messier.
2008-09-15.txt:09:04:45: <fizzie> http://zem.fi/~fis/fungot.b98.txt is most of it.
2008-09-18.txt:09:23:11: <fizzie> Fixed it to point at zem.fi, even though there's really no content there either.
2008-09-23.txt:23:17:56: <fizzie> I don't suppose you're here any longer, but does http://zem.fi/g2map/index.cgi/Travel/2007/Lieksa happen to work in IE? I'm a bit surprised if it does, since I didn't really test it with that at all. (Wrote that thing last summer for some GPS-synchronized photos, haven't bothered to take more.)
2008-09-24.txt:11:15:46: <tusho> http://zem.fi/g2/v/Travel/2007/Lieksa/img_3488.jpg.html hahahaha "Beware of crazy people skiing without snow." :D
2008-09-24.txt:11:18:35: <tusho> http://zem.fi/g2/v/Travel/2007/Lieksa/img_3499.jpg.html
2008-10-01.txt:23:07:54: <fizzie> http://zem.fi/~fis/dots.html should have a 11-dot character if I'm right, but at least my browser doesn't want to render it right. The "three dots above" character overlaps a bit, and the "triple underdot" does not want to combine.
2008-10-04.txt:19:29:41: <fizzie> Well, the byte sizes of the logs _do_ indicate _something_ about actual activity, and here's a quick-and-dirty GNUplot plot, even though the default options suck a bit: http://zem.fi/~fis/eso.png
2008-10-06.txt:17:30:52: <fizzie> ais523: Started to write an example here, but ran across IRC's message length limits. See http://zem.fi/~fis/joke.txt
2008-10-07.txt:20:05:42: <fizzie> Yes, uh, http://zem.fi/~fis/fungot.b98.txt are fungot's sources.
2008-10-09.txt:18:42:42: <fizzie> Asztal: If you haven't seen the link to sources yet, it's at http://zem.fi/~fis/fungot.b98.txt and the helpful diagram about how it works is at http://www.cis.hut.fi/htkallas/fungotsmall.png
2008-10-11.txt:01:10:19: <AnMaster> habnabit_, http://zem.fi/~fis/fungot.b98.txt
2008-10-12.txt:08:32:01: <fizzie> http://zem.fi/~fis/fungot.b98.txt
2008-10-12.txt:09:51:57: <oerjan> 10:51 fungot [n=fungot@momus.zem.fi] requested CTCP PING from #esoteric: fungot
2008-10-14.txt:21:44:43: <fizzie> http://zem.fi/~fis/underload.b98.txt
2008-10-16.txt:08:27:39: <fizzie> Well, fungot's not overly complicated, some 300 lines: http://zem.fi/~fis/fungot.b98.txt
2008-10-16.txt:08:47:13: <fizzie> Let's see.. I used the books at http://zem.fi/~fis/darwinbooks.txt for the Charles Darwin mode.
2008-10-16.txt:08:48:26: <ab5tract> immibis: http://zem.fi/~fis/fungot.b98.txt
2008-10-17.txt:21:16:42: <fizzie> http://zem.fi/~fis/darwinbooks.txt is the list of books I used.
2008-10-19.txt:18:16:59: <AnMaster> http://zem.fi/~fis/fungot.b98.txt
2008-10-20.txt:10:49:49: <fizzie> Here's the list: http://zem.fi/~fis/speeches.txt
2008-10-20.txt:10:56:47: <fizzie> http://zem.fi/~fis/ss.txt
2008-10-24.txt:20:22:44: <fizzie> In case someone's interested, http://zem.fi/~fis/fungot_articles.txt has the list of articles used. (The names have had "Talk:" removed, and the titles have been filenamized; spaces to _, slashes to @, and all kinds of more special characters escaped with +nn or +unnnn.)
2008-10-26.txt:10:22:56: <fizzie> I made some befunge-commentation javascript: http://zem.fi/~fis/fungot.html
2008-10-26.txt:10:23:37: <fizzie> Haven't added much comments, but you can see the format in http://zem.fi/~fis/fungot-hl.txt -- all that is parsed with client-side javascript to make that thing. You should be able to click on the regions and see the comment text.
2008-10-26.txt:10:38:42: <AnMaster> http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fzem.fi%2F~fis%2Ffungot.html
2008-10-26.txt:10:59:44: <SimonRC> what is this " http://zem.fi/~fis/fungot.html  Things
2008-10-26.txt:13:05:02: <fizzie> http://zem.fi/~fis/screen.png
2008-10-26.txt:14:43:01: <fizzie> Okay, http://zem.fi/~fis/fungot.html is now built with divs positioned with messy messy javascript, and therefore should be clickable in all the right places. There's still (in ff3) some empty spaces between lines that need fixing, and it's quite useless if the browser doesn't support css3 "opacity".
2008-10-26.txt:14:48:09: <fizzie> oklocod: It just uses a manually written file -- http://zem.fi/~fis/fungot-hl.txt -- to outputize it.
2008-10-26.txt:19:57:04: <fizzie> Actually the current data-set, even though it's so tiny, works surprisingly well: http://zem.fi/~fis/botconv.txt
2008-10-26.txt:20:44:47: <fizzie> Did you check that conversation -- http://zem.fi/~fis/botconv.txt -- I had with it? Very coherent.
2008-10-26.txt:21:55:42: <fizzie> comex: http://zem.fi/~fis/fungot.html if your browser is compatible with my messy javascript.
2008-10-27.txt:13:20:23: <fizzie> RAW >>> :fizzie!i=fis@iris.zem.fi PRIVMSG #esoteric :^ul (o)(~:S(ko)*( )S~:^):^ <<<
2008-10-27.txt:13:43:58: <fizzie> And underload.b98 is at http://zem.fi/~fis/underload.b98
2008-10-27.txt:23:12:59: <fizzie> AnMaster: The raw sources are http://zem.fi/~fis/fungot.b98.txt and if you replace b98.txt with html you'll get the silly only partially done commentation.
2008-10-27.txt:23:13:33: <AnMaster> ^def source ul (http://zem.fi/~fis/fungot.b98.txt)S
2008-10-27.txt:23:13:36: <fungot> http://zem.fi/~fis/fungot.b98.txt
2008-10-27.txt:23:16:54: <AnMaster> fizzie, also firefox 2 says that a script have stopped responding on http://zem.fi/~fis/fungot.html
2008-10-27.txt:23:28:19: <fungot> (http://zem.fi/~fis/fungot.b98.txt)S
2008-10-28.txt:19:39:16: <fungot> (http://zem.fi/~fis/fungot.b98.txt)S
2008-10-28.txt:19:40:13: <fungot> http://zem.fi/~fis/fungot.b98.txt
2008-10-28.txt:21:22:10: <fungot> http://zem.fi/~fis/fungot.b98.txt
2008-10-28.txt:21:52:53: <fungot> http://zem.fi/~fis/fungot.b98.txt
2008-10-28.txt:21:54:10: <AnMaster> fizzie, I just wgeted http://zem.fi/~fis/underload.b98.txt and tested with that
2008-10-30.txt:10:29:49: <fizzie> Rather messy code: http://zem.fi/~fis/ignore.txt
2008-10-30.txt:10:51:03: <fizzie> oklopol: Did you check out the implementation: http://zem.fi/~fis/ignore.txt
2008-10-31.txt:22:43:00: <fizzie> http://zem.fi/~fis/puce.txt
2008-11-05.txt:20:41:02: <fizzie> There's a tarball at http://zem.fi/~fis/jitfunge-export.tar.gz but don't expect anything actually working, or any support whatsoever, or even that it'd work on a non-Linux box; I think there's a mremap call in there, I'm not sure how well-supported that is. (Easy to eliminate, though.)
2008-11-05.txt:22:12:37: <fizzie> http://zem.fi/~fis/mycout.txt
2008-11-05.txt:22:27:25: <fizzie> http://zem.fi/~fis/mycout.txt ... does that "p doesn't modify space" test putting an instruction on the playfield?
2008-11-06.txt:20:39:47: <fungot> http://zem.fi/~fis/fungot.b98.txt
2008-11-08.txt:22:46:35: <fungot> http://zem.fi/~fis/fungot.b98.txt
2008-11-08.txt:22:58:53: <fizzie> There's a (slightly different) stand-alone version of fungot's underload interp at http://zem.fi/~fis/underload.b98.txt too.
2008-11-10.txt:17:50:03: <fizzie> http://zem.fi/~fis/runner.png -- incidentally, that is my running posture.
2008-11-10.txt:17:55:09: <fizzie> I'll try; although I got a bit of stuck: http://zem.fi/~fis/runner2.png
2008-11-10.txt:18:10:59: <fizzie> http://zem.fi/~fis/runner3.png
2008-11-10.txt:18:14:46: <fizzie> Final metres: http://zem.fi/~fis/runner4.png http://zem.fi/~fis/runner5.png
2008-11-11.txt:10:28:54: <fungot> (http://zem.fi/~fis/fungot.b98.txt)S
2008-11-11.txt:10:30:10: <fungot> http://zem.fi/~fis/fungot.b98.txt
2008-11-11.txt:10:44:39: <fungot> http://zem.fi/~fis/fungot.b98.txt
2008-11-12.txt:19:20:59: <fizzie> Not quite working yet either: http://zem.fi/~fis/mycout.txt
2008-11-18.txt:19:19:03: <fizzie> http://zem.fi/~fis/jitfunge-export.tar.gz if I recall the URL correctly.
2008-11-19.txt:00:43:05: <fizzie> The "darwin" one is only funny because it's filled with :)-smileys, thanks to a bug. (Fungot's hardcoded punctuation stuff -- the very visible triangle in http://zem.fi/~fis/fungot.b98.txt -- doesn't match with what was used when building the data files.)
2008-11-19.txt:18:14:15: <fizzie> http://zem.fi/~fis/redivider.js.txt if you just want to see it, but I'll be polishing it up a bit more.
2008-11-21.txt:23:36:18: <fizzie> oklo: The slides for today's (well, yesterday already) thing are at http://zem.fi/~fis/tampere08.slides.pdf but I guess they don't make much sense without the presentation part.
2008-11-22.txt:19:05:02: <fizzie> http://zem.fi/~fis/level46.png
2008-11-22.txt:22:36:29: <fizzie> I completely suck at anything involving water, and #91... well, see for yourselves: http://zem.fi/~fis/level91.png
2008-11-22.txt:22:45:51: <fizzie> http://zem.fi/~fis/level92.png -- now, it might even be not that bad (haven't checked how tight that time limit is), but it looks *boring*.
2008-11-24.txt:22:54:53: <fizzie> http://zem.fi/~fis/fungot.b98.txt
2008-11-24.txt:22:59:33: <fizzie> ehird: Probably http://zem.fi/ttd_logic/
2008-12-22.txt:13:05:11: <fizzie> To quote one of those ubiquitous motivational posters: http://zem.fi/~fis/sense.jpg
2008-12-22.txt:18:24:19: <ehird> http://zem.fi/~fis/fungot.b98.txt
2008-12-29.txt:19:59:26: <ehird> http://zem.fi/~fis/fungot.b98.txt
2009-01-08.txt:17:06:50: <fungot> http://zem.fi/~fis/fungot.b98.txt
2009-01-08.txt:17:09:13: <ehird> http://zem.fi/~fis/fungot-load-freenode.b98.txt
2009-01-08.txt:17:27:03: <fungot> http://zem.fi/~fis/fungot.b98.txt
2009-01-08.txt:17:33:17: <AnMaster> fizzie, and it is http://zem.fi/~fis/fungot.b98.txt right?
2009-01-08.txt:20:22:43: <fizzie> ehird: http://zem.fi/~fis/BFRE.java -- it's quite a mess, though.
2009-01-12.txt:16:50:20: <ehird> http://zem.fi/~fis/fungot.b98.txt
2009-01-12.txt:22:23:58: <ehird> BeholdMyGlory: in case you missed it - http://zem.fi/~fis/fungot.b98.txt
2009-01-13.txt:00:11:09: <fizzie> Here's my Forth style, but I have no idea whether it's good or not; probably not: http://zem.fi/~fis/be.fs.html
2009-01-17.txt:00:56:57: <ehird> adimit: btw, here's your initiation goat, sacrifice it: http://zem.fi/~fis/fungot.b98.txt
2009-01-20.txt:18:04:46: <ehird> appletizer: http://zem.fi/~fis/fungot.b98.txt
2009-01-21.txt:18:01:27: <fungot> http://zem.fi/~fis/fungot.b98.txt
2009-01-28.txt:00:01:28: <ehird> impomatic: http://zem.fi/~fis/fungot.b98.txt
2009-01-28.txt:00:03:04: <FireFly> [01:02:47] Channel CTCP 	.. request from fungot [n=fungot@momus.zem.fi] (	.. !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ”¢£¤„¦§Ø©Ŗ«¬­®Æ°±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻ ...), ignored (unrecognized)
2009-01-31.txt:13:56:45: <ehird> 13:56 <ehird> It just pointed to his site, zem.fi.
2009-02-02.txt:23:25:41: <ehird> whoppix: fungot here's written in Befunge-98, and interprets Brainfuck and Underload: http://zem.fi/~fis/fungot.b98.txt
2009-02-08.txt:22:02:42: <mib_mksvta> kerlo: http://zem.fi/~fis/fungot.b98.txt Get to work
2009-02-14.txt:16:01:32: <ehird> chuck: http://zem.fi/~fis/fungot.b98.txt
2009-02-28.txt:12:35:58: <fungot> http://zem.fi/~fis/fungot.b98.txt
2009-02-28.txt:23:56:58: <ehird> http://zem.fi/~fis/fungot.b98.txt
2009-02-28.txt:23:57:47: <ehird> Random832: source code: http://zem.fi/~fis/fungot.b98.txt
2009-03-02.txt:15:21:36: <fizzie> http://zem.fi/~fis/abominations.txt  -- my 'cut'-based approach for separating the speaker's nickname didn't really understand a CTCP ACTIONy comment, but on the other hand it looks much more hilarious that way.
2009-03-02.txt:15:23:25: <ehird> oerjan: http://zem.fi/~fis/abominations.txt.
2009-03-04.txt:10:25:49: <fizzie> Since it's been such a while after my last graph-drawing, here's a messy one of channel activity over the whole year 2008: http://zem.fi/~fis/esoteric-2008.png
2009-03-04.txt:10:28:33: <fizzie> It was at http://zem.fi/~fis/fungot.html but I haven't continued the commentation, and the source might be a bit old.
2009-03-04.txt:10:49:35: <fizzie> Oh, and here's the same thing as relative activities: http://zem.fi/~fis/esoteric-2008-r.png -- about the only clear thing in it is the ehird/tusho nickname-switcheroo.
2009-03-04.txt:13:35:57: <ehird> 10:25 fizzie: Since it's been such a while after my last graph-drawing, here's a messy one of channel activity over the whole year 2008: http://zem.fi/~fis/esoteric-2008.png
2009-03-04.txt:13:36:35: <ehird> 10:49 fizzie: Oh, and here's the same thing as relative activities: http://zem.fi/~fis/esoteric-2008-r.png -- about the only clear thing in it is the ehird/tusho nickname-switcheroo.
2009-03-04.txt:14:38:14: <fizzie> ais523: "Great minds" and so on; I actually did weekly averages before you mentioned them. http://zem.fi/~fis/esoteric-2008-smooth.png
2009-03-04.txt:14:50:18: <fizzie> Occasional visitors are more visible in other graphs. http://zem.fi/~fis/test.png has 2009 January (day-long windows, X-scale 1 hour per pixel, relative percentages of activity) and the fluxo invasion is very visible.
2009-03-04.txt:15:08:08: <fizzie> If I only do the cumulative-activity-thingamajick but not the normalization inherent in the relative-activity-thing, the flexo invasion loses prominence: http://zem.fi/~fis/test2.png
2009-03-06.txt:09:41:26: <fizzie> Relative amount of chatter caused by the noisiest people, at any particular time-of-day (in Finland's timezone, EET/EEST) over the years 2006-2008: http://zem.fi/~fis/test5.png (test6.png for absolute values).
2009-03-06.txt:12:57:26: <fizzie> If you want some raw underlying numbers, http://zem.fi/~fis/test5.txt has the total-number-of-lines-in-my-2006-2008-logs.
2009-03-06.txt:13:04:00: <fizzie> AnMaster: Context was http://zem.fi/~fis/test5.png
2009-03-06.txt:13:16:58: <fizzie> Here's the total channel-activity from 2003 to end-of-2008, with "one pixel == one day" X axis scale, and Y values taken from line counts in a 30-day surrounding window: http://zem.fi/~fis/test8.png
2009-03-06.txt:13:38:03: <fizzie> email.png is a really complicated MIME message I once received; eso.png is some sort of old gnuplot activity graph, maybe; font00l.png and font00h.png is a small bitmap font; http://zem.fi/~fis/moves.png is a distribution of game lengths of a board game AI tournament; screen.png is my screen status-line; ti86.png would have a long explanation; tmp.png is fungot source.
2009-03-06.txt:13:42:49: <fizzie> oklopol: http://zem.fi/~fis/slide3pic3.jpg is the accompanying picture.
2009-03-06.txt:15:05:49: <fizzie> AnMaster: If you promise not to laugh, you can download the manual at http://zem.fi/~fis/plscheme.pdf and the documentation at http://zem.fi/~fis/plscheme.tar.gz -- but it was pretty much my first (and only) Prolog program, so it's not pretty.
2009-03-06.txt:19:30:51: <fizzie> http://zem.fi/~fis/test5.png for example.
2009-03-06.txt:19:59:15: <fizzie> http://zem.fi/~fis/demi.png
2009-03-09.txt:22:59:21: <fizzie> I guess many people might not like those colours either, but I'm odd like that; they look something like http://zem.fi/~fis/termcolors.png
2009-03-10.txt:14:18:38: <fizzie> If you want to see an inspirational piece of Befunge, our local irc-bot, fungot, is written in it: http://zem.fi/~fis/fungot.b98.txt
2009-03-11.txt:15:44:44: <fizzie> Funge-98, to be exact: http://zem.fi/~fis/fungot.b98.txt
2009-03-12.txt:11:53:07: <fizzie> AnMaster: http://zem.fi/~fis/BFRE.java -- then "javac BFRE.java" and "java -cp . BFRE '(ab)*' > test.b" should generate a test.b which accepts (outputs "acc!") strings like "abab" and "abababab" but rejects (outputs "rej!") strings like "abba".
2009-03-12.txt:12:36:40: <fizzie> I think http://zem.fi/~fis/rand.txt should work for unbiased [0-9]; it's based on the ? => ??? tree of generating unbiasedly 0-11 (0-3 from first ?, 4-7 from second, 8-11 from third) except that here the two unnecessary outputs are redirected back to the initial ? for a re-roll.
2009-03-12.txt:23:18:00: <fizzie> http://zem.fi/~fis/tilderrobang.png
2009-03-13.txt:19:14:41: <fizzie> zem.fi/~fis/qbasic.exe
2009-03-13.txt:19:16:26: <fizzie> ehird: http://zem.fi/~fis/qbasic.hl_ has the hlp file, but you need expand.exe to uncompress it. :p
2009-03-13.txt:19:16:58: <fizzie> Although you can download expand.exe too from http://zem.fi/~fis/expand.exe
2009-03-13.txt:20:36:30: <fizzie> It's funny how the qbasic help file has code examples with inline asm: http://zem.fi/~fis/code.txt
2009-03-13.txt:20:39:12: <fizzie> And, well, I decoded the hlp file with HELPMAKE, but the end result still has quite a lot of markup left: http://zem.fi/~fis/qh3.txt
2009-03-13.txt:21:21:40: <fizzie> ehird: I did at least most of the conversion: http://zem.fi/~fis/qb.html
2009-03-13.txt:22:03:00: <fizzie> ehird: http://zem.fi/~fis/convert.pl and source.txt. Going away for a while, have fun with it.
2009-03-13.txt:22:39:55: <fizzie> ehird: http://zem.fi/~fis/qb.html is now converted with your script.
2009-03-13.txt:22:42:13: <ehird> CallForJudgement: http://zem.fi/~fis/qb.html#QEw4MDg3
2009-03-13.txt:22:57:56: <ehird> mad: http://zem.fi/~fis/qb.html#QEw4MDUw
2009-03-13.txt:23:26:43: <fizzie> Also  http://zem.fi/~fis/qbu.html  has the qbasic manual with those utf-8 line-drawing characters, for people who prefer that and happen to have a font and system where things align correctly with it.
2009-03-14.txt:00:04:59: <fizzie> http://zem.fi/~fis/qbu.html#QEw4MDhh
2009-03-14.txt:00:11:27: <ehird> http://zem.fi/~fis/qb.html#QEw4MDgz
2009-03-14.txt:00:11:56: <ehird> http://zem.fi/~fis/qb.html#QEw4MDdi
2009-03-14.txt:10:35:56: <fizzie> Oh, and yet another conversion variant: http://zem.fi/~fis/qbc.html has a lot more authentic colors.
2009-03-14.txt:21:58:26: <fizzie> The "Version Differences" list at http://zem.fi/~fis/qbc.html#QEw4MDBm should make you appreciate QBasic over the older pre-5 DOS GW-BASIC.
2009-03-14.txt:23:14:20: <fizzie> ehird: Anyway, here's one palette-rotation example for you, if you can bother waiting for it to finish drawing: http://zem.fi/~fis/prot.txt
2009-03-14.txt:23:24:52: <ehird> http://zem.fi/~fis/qbc.html#QEw4MDI1
2009-03-19.txt:10:49:35: <fizzie> AnMaster: Here's the gnuplot view of those Perl releases from my "perldoc perlhist": http://zem.fi/~fis/perlreleases.png (Sorry for the positioning of labels, GNUplot+time-data is not a good combination.)
2009-03-19.txt:11:59:36: <AnMaster> ais523, http://zem.fi/~fis/perlreleases.png
2009-03-19.txt:15:16:41: <ehird> 09:49 fizzie: AnMaster: Here's the gnuplot view of those Perl releases from my "perldoc perlhist": http://zem.fi/~fis/perlreleases.png (Sorry for the positioning of labels, GNUplot+time-data is not a good combination.)
2009-03-23.txt:21:19:21: <ehird> http://zem.fi/ttd_logic/
2009-03-23.txt:21:22:37: <ehird> http://zem.fi/ttd_logic/ttd_4adder.png woah.
2009-03-26.txt:13:43:43: <fizzie> http://zem.fi/~fis/test5.png -- only explanation for the near-uniform thickness of the oerjan line must be lack of a sleep mode. (At least discounting all sensible explanations.)
2009-03-26.txt:13:58:11: <fizzie> Not much: http://zem.fi/~fis/test5l.png
2009-03-26.txt:14:19:41: <fizzie> The graph, it is choppy and unreadable, and lacks the Y-scale: http://zem.fi/~fis/test5avg.png
2009-03-26.txt:14:22:47: <fizzie> http://zem.fi/~fis/test5avgr.png has the normalized version, although I think the only use for that is for "who talks with the longest messages at some point of time" comparisons.
2009-03-26.txt:14:33:22: <oerjan> http://zem.fi/~fis/test5avgr.png shows it pretty clearly
2009-03-26.txt:14:41:52: <oerjan> AnMaster: http://zem.fi/~fis/test5avg.png
2009-03-26.txt:14:46:59: <oerjan> fizzie: what about a "logarithmic" version of http://zem.fi/~fis/test6.png ? to show the difference between "speaks rarely" and "never at all"
2009-03-26.txt:15:06:35: <ehird> http://zem.fi/~fis/test6.png <-- I have talked at 4am?
2009-03-31.txt:18:26:30: <fizzie> AnMaster: http://zem.fi/~fis/box.png
2009-04-01.txt:22:32:53: <fizzie> Gracenotes: Here's fungot's sources: http://zem.fi/~fis/fungot.b98.txt
2009-04-01.txt:22:33:03: <fungot> http://zem.fi/~fis/fungot.b98.txt
2009-04-02.txt:22:32:26: <fizzie> Deewiant: Oh, I foundeded the (IPv4) map: http://zem.fi/trinet/trinetmap.html
2009-04-05.txt:00:16:08: <fizzie> ehird: The 120x60 table can be seen in http://zem.fi/~fis/kotikuvei/olohuone.jpg
2009-04-05.txt:00:21:24: <ehird> http://zem.fi/~fis/kotikuvei/keittion_ikkuna.jpg ā† finland is so pretty
2009-04-05.txt:00:22:51: <ehird> http://zem.fi/~fis/kotikuvei/olohuone.jpg ā† that desk is the pretty but the shape of this room dictates 80cm width
2009-04-05.txt:21:03:04: <fizzie> AnMaster_ipv6: Here is top-20 of question-%s for everyone who's spoken more than 1000 lines during 2006-2008. (Without the filtering there's quite an amount of 100%s.) ā†’ http://zem.fi/~fis/q.txt
2009-04-05.txt:21:57:48: <fizzie> AnMaster_ipv6: Given that it's in a file, I couldn't really justify the "head -n 20" in q.txt, so http://zem.fi/~fis/q.txt now has the complete list of everyone who's spoken >1000 lines in those logs.
2009-04-18.txt:00:36:10: <ehird> coppro: he's written in befunge-98: http://zem.fi/~fis/fungot.b98.txt
2009-04-23.txt:15:34:25: <Deewiant> rabideejit: Source at http://zem.fi/~fis/fungot.b98.txt
2009-04-25.txt:21:04:29: <fizzie> Yay, I just stitched together my first panorama-style image: http://zem.fi/g2/d/5866-3/panorama.jpg -- I had a hunch that open-sourcey panorama-creation tools would be hellishly unuserfriendly, but this "hugin" frontend wasn't that bad. Too bad the image contents are the boring.
2009-04-29.txt:18:20:32: <fungot> http://zem.fi/~fis/fungot.b98.txt
2009-05-08.txt:23:56:57: <fizzie> The words "central square" reminded me of a thing that's not really especially funny, but I'll mention it anyway; there was at the central-most spot in Lieksa (a tiny "city" of about 13k people nowadays, pretty close to the Finland-Russia border) this: http://zem.fi/g2/d/1033-2/img_2707.jpg -- the website URL would be, if translated to English, "www.connectiontonature.com".
2009-05-09.txt:08:42:06: <fizzie> http://zem.fi/~fis/qbc.html
2009-05-22.txt:17:48:47: <fizzie> I don't know what it is; it sounds like http://zem.fi/~fis/cluck.wav
2009-06-05.txt:21:22:26: <fizzie> Huginized together another panoramey picture out of the Circus Maximus grasslands from the Rome trip. That thing is really pretty good at seam-removal, at least when I scale the output to more sensible size (7914x1939 -> 4898x850) there's not very much brokenness: http://zem.fi/~fis/panorama-1.jpg
2009-06-05.txt:23:18:14: <fizzie> Well, since I adddvertized the first one too: http://zem.fi/~fis/panorama-3.jpg (That's the "view" from the hotel room balcony.)
2009-06-10.txt:23:59:36: <fungot> http://zem.fi/~fis/fungot.b98.txt
2009-06-11.txt:00:02:33: <oerjan> fizzie: i'll put a link to http://zem.fi/~fis/fungot.b98.txt in EsoInterpreters for befunge -> bf/underload
2009-06-13.txt:16:51:05: <fizzie> Speaking of hugin, I did a couple of perspective-correction tests with it too. http://zem.fi/g2/d/7368-2/p1030278.jpg -> http://zem.fi/g2/d/7733-2/mosaic-2-perspective.jpg  and  http://zem.fi/g2/d/7401-2/p1030297.jpg -> http://zem.fi/g2/d/7736-2/paintings-perspective.jpg
2009-06-23.txt:00:45:04: <ehird> (Arrogant: in case you don't know who fungot is, here's a file that no man should wot of: http://zem.fi/~fis/fungot.b98.txt)
2009-06-27.txt:19:25:06: <fungot> http://zem.fi/~fis/fungot.b98.txt
2009-06-29.txt:14:48:15: <fungot> http://zem.fi/~fis/fungot.b98.txt
2009-06-30.txt:16:18:01: <fungot> http://zem.fi/~fis/fungot.b98.txt
2009-07-21.txt:20:14:11: <fizzie> Speaking of GPS, I geotaggered some (pretty darn boring!) photos from the vicinity: http://zem.fi/g2map/index.cgi/Travel/2009/Leppavaara2 (oh, and all detailed picture descriptions are quoted from a Finnish booklet)
2009-07-24.txt:23:00:17: <ehird> **fizzie evolves into FIS@IRIS.ZEM.FI!**
2009-07-25.txt:15:35:19: <fungot> (http://zem.fi/~fis/fungot.b98.txt)S
2009-07-25.txt:15:35:30: <fizzie> ^def source ul (http://git.zem.fi/fungot)S
2009-08-04.txt:13:09:00: <fungot> http://git.zem.fi/fungot
2009-08-16.txt:15:07:40: <fizzie> Phew, got a reasonably coherent walk out of those points: http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=http:%2F%2Fzem.fi%2F~fis%2Ftest4b.kml&ie=UTF8&z=15
2009-08-16.txt:15:08:31: <AnMaster> fizzie, "We could not understand the location http://zem.fi/~fis/test4b.kml"
2009-08-21.txt:21:07:51: <fizzie> AnMaster: Since we seem to have a habit of swapping these... merged together a few pictures from Helsinki recently, http://zem.fi/~fis/pcity/
2009-08-21.txt:21:45:10: <AnMaster> fizzie, is http://zem.fi/~fis/pcity/p_view.jpg merged or is there a headless person on the street?
2009-08-29.txt:07:10:41: <fungot> http://git.zem.fi/fungot
2009-08-29.txt:07:10:58: <ehird> http://git.zem.fi/fungot/blob_plain/HEAD:/fungot.b98
2009-09-05.txt:22:03:17: <fizzie> Hey, new people here ā†’ obligatory blurb: fungot's sources -- and don't start with the "sword alone can't stop" again -- are at http://git.zem.fi/fungot/blob/HEAD:/fungot.b98
2009-09-05.txt:22:05:21: <AnMaster> <fizzie> Hey, new people here ā†’ obligatory blurb: fungot's sources -- and don't start with the "sword alone can't stop" again -- are at http://git.zem.fi/fungot/blob/HEAD:/fungot.b98 <-- wait I missed that. What is the sword alone thingy?
2009-09-12.txt:04:32:38: <fungot> http://git.zem.fi/fungot
2009-09-12.txt:15:16:34: <fungot> http://git.zem.fi/fungot
2009-09-12.txt:15:24:53: <ehird> Deewiant: does git clone http://git.zem.fi/fungot.git work for you?
2009-09-12.txt:15:26:14: <Deewiant> fatal: http://git.zem.fi/fungot.git/info/refs not found
2009-09-17.txt:23:10:33: <fungot> http://git.zem.fi/fungot
2009-09-17.txt:23:16:17: <fizzie> I am conflicted re fungot's ^source; on one hand, the gitweb link points to something you can use to (theoretically) get it up-and-running; on the other hand, it doesn't really have the immediate visual impact the actual main source file -- http://git.zem.fi/fungot/blob_plain/HEAD:/fungot.b98 -- has.
2009-09-17.txt:23:18:17: <fizzie> ^def source ul (http://git.zem.fi/fungot/blob/HEAD:/fungot.b98)S
2009-09-20.txt:16:02:14: <fizzie> Hey, I found an old picture of that Performa mac I used to have: http://zem.fi/~fis/random.jpg
2009-09-20.txt:16:04:29: <fizzie> Hey, I also found the posters I had on the wall at that apartment: http://zem.fi/~fis/juliste3.jpg
2009-09-20.txt:16:09:32: <fizzie> Anyway, the picture I was actually looking for was: http://zem.fi/~fis/skreen.jpg -- that's my old CRT, which I typically ran at 1600x1200 even though it didn't really support a resolution that high very well, especially at the edges of the screen, as you can probably see.
2009-09-22.txt:23:47:26: <fizzie> I did a standalone version of the Underload interpreter -- or to be exact, I wrote the Underload interpreter as a standalone program and then only later integrated it in fungot -- but the brainfuck one is only available as a part of http://git.zem.fi/fungot/blob/HEAD:/fungot.b98 -- lines ~350-372 turn a brainfuck program into a bytecode of sorts, and lines 294-306 execute that.
2009-09-24.txt:21:13:26: <fizzie> AnMaster: The hats are in http://zem.fi/~fis/hw.pdf page 31; and the blue hat on page 32 is the widest hat that the amssymb hat can do.
2009-09-28.txt:21:05:52: <fizzie> Deewiant: Looks like this in XChat to me, though that's really pretty small: http://zem.fi/~fis/florb.png
2009-09-29.txt:20:53:12: <fizzie> My GTK is uglier, ha-ha: http://zem.fi/~fis/audacap.png
2009-09-30.txt:21:35:16: <fizzie> I used is as my "default domain" before registering this zem.fi thing.
2009-10-03.txt:22:36:06: <ehird> zem.fi is down
2009-10-03.txt:22:36:40: <ehird> hmm well fizzie is from zem.fi atm
2009-10-03.txt:22:37:19: <ehird> ais523: taking down zem.fi with it? :P
2009-10-03.txt:22:40:01: <ehird> collectively we have rather more computing power than that squalid zem.fi place, but considerably more latency
2009-10-07.txt:19:37:12: <fizzie> I'll put up a "project page" for it at zem.fi when I get that power supply.
2009-10-15.txt:21:33:04: <fizzie> http://zem.fi/~fis/font.png has the rfk86 font.
2009-10-16.txt:18:07:56: <fizzie> Ho-hum; I wrote (well, wrote a Perl script which wrote) http://zem.fi/rfk86/ with the Unicode line-drawing characters, and it looked just right at work; but on this OS X system, the layout's gone all wonky, since "monospace" doesn't really seem to mean monospace here.
2009-10-16.txt:18:09:55: <ehird> http://zem.fi/rfk86/screens.html looks wonky, also.
2009-10-16.txt:18:42:29: <ehird> http://zem.fi/rfk86/screens.html
2009-10-16.txt:19:54:13: <fizzie> There were no asterisksks in the rfk messages, so it's not in that font file. But http://zem.fi/~fis/font00l.png and http://zem.fi/~fis/font00h.png make up the whole ISO-8859-1 set; those have been scaled by 200%, and there's some extra whitespace, and the "high-ascii" characters are really bad, but...
2009-10-17.txt:10:09:00: <fizzie> Hrm, my embedded rfk86 font (after generating a SVG vector font out of the bitmaps, and converting that to truetype with fontforge) didn't turn up so great: http://zem.fi/~fis/ugly.png
2009-10-17.txt:14:31:07: <ehird> 02:09:00 <fizzie> Hrm, my embedded rfk86 font (after generating a SVG vector font out of the bitmaps, and converting that to truetype with fontforge) didn't turn up so great: http://zem.fi/~fis/ugly.png
2009-10-17.txt:22:56:46: <fizzie> AnMaster: Want to act as a lab test animal? Does the http://zem.fi/rfk86/screens.html page-text render properly and in the same font as in the screenshots?
2009-10-17.txt:23:02:32: <fizzie> http://zem.fi/~fis/foo.png is what happens on my Ff3.5.
2009-10-19.txt:17:46:46: <fizzie> Deewiant: DejaVu glyphs: http://zem.fi/~fis/pm.png
2009-10-22.txt:03:19:43: <ehird> http://zem.fi/~fis/fungot.b98.txt
2009-10-22.txt:22:51:49: <fizzie> zem.fi/ and the link's on the front page.
2009-10-22.txt:22:57:09: <fizzie> I'm not quite sure which file is which, but at least http://zem.fi/~fis/4adder.sav is the most complicated four-adder configuration.
2009-10-22.txt:23:08:58: <fizzie> The nor gate is at http://zem.fi/~fis/nor.sav -- it seems to complain quite a lot about trains having too few orders, but other than that I think it still works.
2009-10-22.txt:23:10:13: <fizzie> http://zem.fi/~fis/gate.sav is the generic gate (configured as nand) I think I used to copy all over the map.
2009-10-22.txt:23:39:34: <AnMaster> Oranjer, http://zem.fi/ttd_logic/
2009-10-23.txt:22:32:47: <fungot> http://git.zem.fi/fungot
2009-10-27.txt:22:12:05: <fizzie> My nvidia dualhead setup looks like http://zem.fi/~fis/x.txt -- though with Ion, I guess you don't want Xinerama on. And those are numbered "0" and "2" because there's the third monitor too.
2009-10-27.txt:22:17:28: <fizzie> Since I'm not sure whether you saw it or not; here's one nvidia-card dualhead-without-twinview xorg.conf: http://zem.fi/~fis/x.txt
2009-10-31.txt:04:33:10: <pikhq> http://zem.fi/~fis/fungot.b98.txt There's the source.
2009-11-02.txt:19:01:33: <fizzie> Yay, BasiliskII; http://zem.fi/~fis/mac.png
2009-11-02.txt:19:26:52: <fizzie> RAW >>> ERROR :Closing Link: momus.zem.fi (Nick collision from syn.) <<<
2009-11-02.txt:19:41:36: <fizzie> AnMaster: Yay, http://zem.fi/~fis/glider.png
2009-11-02.txt:19:59:18: <fungot> http://git.zem.fi/fungot
2009-11-02.txt:21:03:20: <fizzie> http://zem.fi/~fis/glider_4.iso possibly. I guess you could run BasiliskII as "BasiliskII --cdrom /path/to/glider_4.iso" for a one-time copy-to-HD use.
2009-11-07.txt:19:38:54: <fizzie> SimonRC: Well... if you have ff3.5 or something that does font-embedding like that (and scripts on), you can see it "live" at http://zem.fi/rfk86/ [not a shameless plug at all] -- it's not so bad. And actually both had one "101" more, since it's 6x4-sized cells.
2009-11-07.txt:20:16:55: <fizzie> ^def source ul (http://git.zem.fi/fungot/blob/HEAD:/fungot.b98)S
2009-11-12.txt:20:23:25: <fungot> http://git.zem.fi/fungot/blob/HEAD:/fungot.b98
2009-11-12.txt:20:25:53: <AnMaster> http://git.zem.fi/fungot/blob/HEAD:/fungot-load-freenode.b98
2009-11-14.txt:18:52:17: <fizzie> This has some rendering issues in the input line window: http://zem.fi/~fis/ircle.png
2009-11-14.txt:21:21:30: <fizzie> The renderization is not exactly pretty here either: http://zem.fi/~fis/comb.png
2009-11-15.txt:15:48:59: <ehird> 10:52:17 <fizzie> This has some rendering issues in the input line window: http://zem.fi/~fis/ircle.png
2009-12-04.txt:00:04:40: <fungot> http://git.zem.fi/fungot/blob/HEAD:/fungot.b98
2009-12-08.txt:11:36:23: <fungot> http://git.zem.fi/fungot/blob/HEAD:/fungot.b98
2009-12-08.txt:12:03:39: <fizzie> http://zem.fi/~fis/fungot.html
2009-12-08.txt:12:09:03: <fizzie> The highlights are generated from the http://zem.fi/~fis/fungot-hl.txt file automatically with some javascript.
2009-12-08.txt:13:43:42: <fizzie> Hey, incidentally, we had a fancy cake: http://zem.fi/g2/d/8450-2/p1040206.jpg
2009-12-08.txt:14:06:36: <AnMaster> <fizzie> Hey, incidentally, we had a fancy cake: http://zem.fi/g2/d/8450-2/p1040206.jpg <-- does the shape have any meaning
2009-12-12.txt:09:31:25: <fizzie> AnMaster: Not that this is so interesting, but I put some pictures taken with the new phone into http://zem.fi/g2/v/Mobile/20091212/ -- it's not too shabby, but the full-size images show pretty clearly that it is definitely not a real camera.
2009-12-12.txt:13:28:48: <fizzie> Deewiant: If you actually *do* want to try out another Windows binary (are you bored or something?), http://zem.fi/~fis/bleh.zip
2009-12-12.txt:13:32:10: <fizzie> AnMaster: Eh, well, here's a very fast screenshot, but it's not really showing up its best side: http://zem.fi/~fis/bleh.png
2009-12-12.txt:13:41:43: <fizzie> http://zem.fi/~fis/bleh.tar.gz might be a 64-bit linux binary; it needs that "data" subdir and it needs to be accessible so that fopen("data/foo") works. There was a bit of a deadline problem to do anything nice.
2009-12-12.txt:14:05:29: <fizzie> AnMaster: http://zem.fi/~fis/translate.txt has probably most of the strings in the game translated.
2009-12-17.txt:21:33:21: <fizzie> AnMaster: Mini-tripod held by pushing it against the window and eight-second exposure nets you a horribly crappy image, but at least you can see some snow in it: http://zem.fi/~fis/night2.jpg
2009-12-17.txt:21:39:23: <fizzie> For comparison, this was taken with the phone yesterday-morning at work: http://zem.fi/g2/d/8536-1/20091216_002.jpg -- but it's been snowing somewhat steadily since then. (The picture was mostly about testing whether the gallery thing I use shows the GPS geotags somewhere. It doesn't.)
2009-12-17.txt:23:00:02: <fizzie> Speaking of images, the snowfall here was pretty abrupt; last weekend it still looked like http://zem.fi/g2/v/Mobile/20091212/20091212_013.jpg.html
2009-12-18.txt:11:21:23: <fizzie> AnMaster: Speaking of photography efforts, here's the view from the window next to my office, with the N900 camera in the full-auto mode (it's not like it has very many settings anyway, though I certainly could've fixed the white balance at least) and hugin+enfuse with absolutely no tweaking (had to use it with X11 forwarding over ADSL, not such a pleasant experience): http://zem.fi/~fis/tkk2.jpg
2009-12-18.txt:11:23:36: <fizzie> Well, with just enblending them together (with the default exposure optimization) I got http://zem.fi/~fis/tkk.jpg -- doing the fused-and-blended option results in the a-lot-better tkk2.jpg.
2009-12-18.txt:11:27:56: <AnMaster> fizzie, http://zem.fi/~fis/tkk.jpg looks like the snow is contaminated with neon lights or something
2009-12-18.txt:12:37:25: <AnMaster> fizzie, btw in http://zem.fi/~fis/tkk2.jpg there is something strange going on in the upper part
2009-12-18.txt:13:03:31: <fizzie> http://zem.fi/g2/d/7368-2/p1030278.jpg -> http://zem.fi/g2/d/7733-2/mosaic-2-perspective.jpg
2009-12-18.txt:13:09:54: <fizzie> AnMaster: You'll be wanting http://zem.fi/g2/d/7367-1/p1030278.jpg and http://zem.fi/g2/d/7732-1/mosaic-2-perspective.jpg for the unscaled images; I was just thinking of my poor ADSL line there. :p
2009-12-20.txt:23:41:59: <fungot> http://git.zem.fi/fungot/blob/HEAD:/fungot.b98
2009-12-22.txt:13:10:35: <fizzie> AnMaster: There was quite heavy snowfall today, so I took a picture out of that same window-at-work to show how dramatically reduced the visibility was: http://zem.fi/~fis/tkk2.jpg ā†’ http://zem.fi/g2/d/8542-1/20091222_002.jpg
2010-01-02.txt:16:05:12: <fizzie> Also I have a picture of a very big pyramid: http://zem.fi/g2/d/9571-2/p1050097_panorama.jpg -- taken very near (well, there wasn't much room to back off) and mapped with the equirectangular projection, makes it look even bigger than what it actually is. Especially when you look at the tiny tiny people there.
2010-01-02.txt:16:11:31: <fizzie> Here's also one of the source images that went into the composite; this one probably appeals more to people who don't like the fisheye-ness of the first one: http://zem.fi/g2/d/9574-2/p1050103.jpg
2010-01-11.txt:12:14:56: <fizzie> And the field next to the parking area at the place I work currently looks like this: http://zem.fi/g2/d/9731-1/20100111_003.jpg
2010-01-11.txt:12:16:29: <fizzie> Here's the road: http://zem.fi/g2/d/9728-1/20100111_002.jpg
2010-01-11.txt:12:17:08: <fizzie> And here are the shoes: http://zem.fi/g2/d/9725-1/20100111_001.jpg
[too many lines; stopping]