--- Log opened Mon Feb 05 00:00:50 2018 |
00:19 | | Jessikat [Jessikat@Nightstar-dl7nfb.dab.02.net] has joined #code |
00:42 | | Kindamoody is now known as Kindamoody[zZz] |
02:00 | <&McMartin> | https://www.dropbox.com/s/tncdp1ocl1el2w3/glorious_victory.png?dl=0 |
02:00 | <&McMartin> | ship it |
02:14 | < symbol> | lol, nice! |
02:22 | | Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has quit [Ping timeout: 121 seconds] |
03:09 | | Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has joined #code |
03:09 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
03:22 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has quit [Connection closed] |
03:22 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has joined #code |
04:56 | | Vornlicious [Vorn@Nightstar-m4taf0.sub-174-210-14.myvzw.com] has joined #code |
04:58 | | Vorntastic [Vorn@Nightstar-1l3nul.res.rr.com] has quit [Ping timeout: 121 seconds] |
05:23 | | Derakon is now known as Derakon[AFK] |
05:25 | | Vornlicious [Vorn@Nightstar-m4taf0.sub-174-210-14.myvzw.com] has quit [[NS] Quit: Bye] |
05:26 | | Vorntastic [Vorn@Nightstar-1l3nul.res.rr.com] has joined #code |
05:31 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has quit [Connection closed] |
05:31 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has joined #code |
05:45 | | celticminstrel [celticminst@Nightstar-gil1m1.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
05:45 | | mac [NSkiwiirc@Nightstar-vu7u32.il.comcast.net] has joined #code |
05:47 | < mac> | hey does anyone know a good linux distro/linux tool for network diagnostics or problem diagnosis? |
05:50 | <&[R]> | tcpdump for many, many things |
05:51 | <&[R]> | Or wireshark |
05:54 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has quit [Ping timeout: 121 seconds] |
06:25 | | Jessikat` [Jessikat@Nightstar-apvg6r.dab.02.net] has joined #code |
06:28 | | Jessikat [Jessikat@Nightstar-dl7nfb.dab.02.net] has quit [Ping timeout: 121 seconds] |
06:29 | | [ [art@Nightstar-lbl.59v.61.68.IP] has quit [Ping timeout: 121 seconds] |
07:12 | | mac [NSkiwiirc@Nightstar-vu7u32.il.comcast.net] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
07:57 | | * McMartin throws together a little program based on an old Scientific American column, determines it is waaaay to slow in C64 BASIC, rewrites it in asm |
07:57 | <&McMartin> | Which ends up acceptable for a display but not really OK for answering the question he posed in the column. |
07:57 | <&McMartin> | I might just cheat and throw a gigahertz machine at that one. |
07:57 | <&McMartin> | Sort of too bad, really. The BASIC program is so small the whole thing fits on one screen. |
08:31 | | Kindamoody[zZz] [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has quit [Ping timeout: 121 seconds] |
09:05 | < simon_> | I had a flash dream this weekend. it lasted one second and carried a "thump!" sound like a ball being ejected from a plastic pipe: a tiny elephant landed on the top of a picture frame and stood there rather confused before I woke up. |
09:18 | <@TheWatcher> | McMartin: what's the question? |
09:22 | | Kindamoody|autojoin [Kindamoody@Nightstar-2o68h4.mobileonline.telia.com] has joined #code |
09:22 | | mode/#code [+o Kindamoody|autojoin] by ChanServ |
09:29 | <&McMartin> | TheWatcher: The program is a very simple gas diffusion simulator |
09:29 | <&McMartin> | The question is how long it takes for the gasses to mix completely once you remove the separating wall. |
09:30 | <&McMartin> | The material is also however so dense and the process so slow that honestly they feel more like liquids to me >_> |
09:30 | <@TheWatcher> | Heh |
09:31 | <&McMartin> | But his specification of the algorithm is to just randomly select a location and direction until you get a valid move |
09:31 | <&McMartin> | And an 80s BASIC is *not remotely* fast enough for this. It makes me wonder what kind of rig he had. |
09:31 | <&McMartin> | (It can take multiple seconds to find a move.) |
09:32 | | * McMartin is revisiting it because he'd apparently done a version in Pascal in the early 1990s in high school, but that version compiles but then explodes on run. |
09:33 | <&McMartin> | That would have been running compiled on a machine at least 30 times faster, though, so... |
09:37 | | Kindamoody|autojoin [Kindamoody@Nightstar-2o68h4.mobileonline.telia.com] has quit [Connection closed] |
09:43 | | Kindamoody|autojoin [Kindamoody@Nightstar-ldfbsb.mobileonline.telia.com] has joined #code |
09:43 | | mode/#code [+o Kindamoody|autojoin] by ChanServ |
09:45 | < Vorntastic> | If you're doing that you can get higher efficiency with a list of valid moves that you update when you move one |
09:51 | <&McMartin> | Yes inded |
09:51 | <&McMartin> | But that wasn't what he specified. |
09:51 | < Vorntastic> | True |
09:51 | <&McMartin> | And despite not displaying right it still moves faster than it's reasonable to track on dosbox at 3000 cycles |
09:51 | | [ [art@Nightstar-lbl.59v.61.68.IP] has joined #code |
09:51 | <&McMartin> | (And it's not terrible on a C64 once it's running a machine code version) |
09:52 | < Vorntastic> | ] |
10:27 | | Jessikat` [Jessikat@Nightstar-apvg6r.dab.02.net] has quit [Ping timeout: 121 seconds] |
10:44 | | gnolam [lenin@Nightstar-ego6cb.cust.bahnhof.se] has joined #code |
10:44 | | mode/#code [+o gnolam] by ChanServ |
10:46 | | Kindamoody|autojoin [Kindamoody@Nightstar-ldfbsb.mobileonline.telia.com] has quit [Connection closed] |
10:49 | | Jessikat [Jessikat@Nightstar-jtgjju.dab.02.net] has joined #code |
11:46 | | Kindamoody|autojoin [Kindamoody@Nightstar-ldfbsb.mobileonline.telia.com] has joined #code |
11:46 | | mode/#code [+o Kindamoody|autojoin] by ChanServ |
11:55 | | Kindamoody|autojoin [Kindamoody@Nightstar-ldfbsb.mobileonline.telia.com] has quit [Connection closed] |
12:22 | < simon_> | McMartin, why is it you're running inefficient gas simulations on old platforms again? |
13:05 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has joined #code |
13:09 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has quit [Ping timeout: 121 seconds] |
14:12 | | macdjord|slep is now known as macdjord |
14:53 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has joined #code |
16:44 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has quit [Ping timeout: 121 seconds] |
16:54 | | Jessikat` [Jessikat@Nightstar-e9lo5l.dab.02.net] has joined #code |
16:58 | | Jessikat [Jessikat@Nightstar-jtgjju.dab.02.net] has quit [Ping timeout: 121 seconds] |
17:13 | | Jessikat` [Jessikat@Nightstar-e9lo5l.dab.02.net] has quit [[NS] Quit: Bye] |
17:15 | | Alek [Alek@Nightstar-7or629.il.comcast.net] has quit [Ping timeout: 121 seconds] |
17:20 | | Alek [Alek@Nightstar-7or629.il.comcast.net] has joined #code |
17:20 | | mode/#code [+o Alek] by ChanServ |
17:26 | | Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds] |
17:29 | | Alek [Alek@Nightstar-7or629.il.comcast.net] has quit [Ping timeout: 121 seconds] |
17:31 | | Vornlicious [Vorn@Nightstar-kdeb6p.sub-174-211-17.myvzw.com] has joined #code |
17:34 | | Vorntastic [Vorn@Nightstar-1l3nul.res.rr.com] has quit [Ping timeout: 121 seconds] |
17:39 | | Alek [Alek@Nightstar-7or629.il.comcast.net] has joined #code |
17:39 | | mode/#code [+o Alek] by ChanServ |
17:48 | | Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has quit [Ping timeout: 121 seconds] |
17:52 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has joined #code |
18:31 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has quit [Connection closed] |
18:32 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has joined #code |
18:49 | | Jessikat [Jessikat@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
18:51 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has quit [Ping timeout: 121 seconds] |
19:16 | | Degi [Degi@Nightstar-8ef.mhi.212.185.IP] has joined #code |
19:56 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has joined #code |
20:10 | | Vornlicious [Vorn@Nightstar-kdeb6p.sub-174-211-17.myvzw.com] has quit [[NS] Quit: Bye] |
20:13 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has quit [Ping timeout: 121 seconds] |
20:15 | | Vorntastic [Vorn@Nightstar-kdeb6p.sub-174-211-17.myvzw.com] has joined #code |
20:35 | | Degi [Degi@Nightstar-8ef.mhi.212.185.IP] has quit [Connection closed] |
20:36 | | Degi [Degi@Nightstar-8ef.mhi.212.185.IP] has joined #code |
20:44 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has joined #code |
20:45 | <&McMartin> | simon_: I had in rapid succession found both my old copy of the book the column was from and two previous attempts at implementing it that didn't seem to work, and neither of which answered the question posed. |
21:13 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has quit [Ping timeout: 121 seconds] |
21:19 | | Degi_ [Degi@Nightstar-sp7vss.dip0.t-ipconnect.de] has joined #code |
21:19 | | Degi [Degi@Nightstar-8ef.mhi.212.185.IP] has quit [Ping timeout: 121 seconds] |
21:21 | | RchrdB [RchrdB@Nightstar-qe9.aug.187.81.IP] has joined #code |
21:29 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has joined #code |
21:49 | | Degi_ is now known as Degi |
22:02 | | spamdoctor [fglbzpu@Nightstar-a14.qvs.163.107.IP] has joined #code |
22:03 | < spamdoctor> | WOW THE SUPERBOWL AFTER PARTY IS STILL RAGING @ IRC.SUPERNETS.ORG #SUPERBOWL HOSTED BY CHRONO |
22:03 | < spamdoctor> | gnolam Pi PinkFreud JustBob jerith crystalclaw McMartin [ Syloq ricer Mahal jeroud simon_ ErikMesoy Attilla TheWatcher symbol Kizor abudhabi Tamber [R] Vorntastic iospace Reiver ToxicFrog Jessikat Orthia Degi macdjord VirusJTG Derakon[AFK] RchrdB himi Alek |
22:03 | | spamdoctor [fglbzpu@Nightstar-a14.qvs.163.107.IP] has left #code ["irc.supernets.org #superbowl"] |
22:03 | <@macdjord> | Seriously? 'spamdoctor'? |
22:04 | <@ErikMesoy> | Apparently. |
22:04 | <&McMartin> | We passed the point a long time ago where our enemies openly exchanged vice and virtue. |
22:04 | <@TheWatcher> | Aww. Supernets changed his nick so he isn't instabanned |
22:04 | <@TheWatcher> | Well, let's fix that |
22:06 | <@TheWatcher> | I should also move to krikkit so operserv responds faster. |
22:21 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has quit [Ping timeout: 121 seconds] |
22:42 | | Kindamoody|autojoin [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has joined #code |
22:43 | | mode/#code [+o Kindamoody|autojoin] by ChanServ |
22:45 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has joined #code |
22:47 | < RchrdB> | ...it would be unethical to respond by spamming the irc server that spamdoctor was spamvertising, wouldn't it? Bah. |
22:48 | <@gnolam> | You never know if it's a Joe Job. |
22:59 | | Kindamoody|autojoin is now known as Kindamoody |
23:07 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has quit [Connection closed] |
23:07 | | symbol [symbol@Nightstar-3lt1s7.cable.teksavvy.com] has joined #code |
23:16 | | Jessikat [Jessikat@Nightstar-bt5k4h.81.in-addr.arpa] has quit [Connection closed] |
23:41 | <&[R]> | RchrdB: I've very certain it's a false flag |
23:41 | <&[R]> | Most of that kind of spamming is |
23:43 | | Degi [Degi@Nightstar-sp7vss.dip0.t-ipconnect.de] has quit [Ping timeout: 121 seconds] |
23:47 | <&McMartin> | LILIPUTIAN SNOTWEASEL FOXTROT OMEGA FORCE GO |
23:47 | <&McMartin> | *stirring patriotic action music* |
23:52 | <&[R]> | wut |
23:53 | | * McMartin must contend with getting useful information out of incomplete or absent error messages. |
23:53 | <&McMartin> | Obviously this means instead of being baffled by liliputian snotweasel foxtrot omegaforce, I must command it |
23:53 | <&McMartin> | And clearly that needs the full Thunderbirds treatment |
23:53 | <&[R]> | Ah |
23:54 | <&McMartin> | (And for those in the audience who do not remember liliputian snotweasel foxtrot omegaforce: https://www.usenix.org/conference/enigma2016/conference-program/presentation/smith ) |
--- Log closed Tue Feb 06 00:00:51 2018 |