--- Log opened Sat Feb 09 00:00:20 2019 |
00:34 | | macdjord [macdjord@Nightstar-grpbnp.mc.videotron.ca] has quit [[NS] Quit: Deep inside, every housecat believes themself to be just a temporarily embarrassed tiger.] |
00:40 | | macdjord [macdjord@Nightstar-grpbnp.mc.videotron.ca] has joined #code |
00:40 | | mode/#code [+o macdjord] by ChanServ |
00:58 | | celmin|away is now known as celticminstrel |
01:04 | | Degi [Degi@Nightstar-9of4u7.dyn.telefonica.de] has quit [Connection reset by peer] |
01:25 | | Kindamoody is now known as Kindamoody[zZz] |
04:33 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has joined #code |
04:33 | | mode/#code [+qo Vorntastic Vorntastic] by ChanServ |
05:27 | | Derakon is now known as Derakon[AFK] |
05:49 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
05:54 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
06:17 | | Alek [Alek@Nightstar-o723m2.cicril.sbcglobal.net] has quit [[NS] Quit: ] |
06:19 | | Alek [Alek@Nightstar-o723m2.cicril.sbcglobal.net] has joined #code |
06:19 | | mode/#code [+o Alek] by ChanServ |
06:20 | | * McMartin finishes his article on Secrets Man Mostly Can't Be Arsed To Bother With. https://bumbershootsoft.wordpress.com/2019/02/09/the-xorshift-star-prng-for-three-32-bit-chips/ |
06:51 | | Derakon[AFK] [Derakon@Nightstar-fr5qel.ca.comcast.net] has quit [Ping timeout: 121 seconds] |
07:54 | | celticminstrel is now known as celmin|sleep |
08:15 | | Kindamoody[zZz] is now known as Kindamoody |
08:51 | | Derakon [Derakon@Nightstar-fr5qel.ca.comcast.net] has joined #code |
08:51 | | mode/#code [+ao Derakon Derakon] by ChanServ |
09:22 | | Degi [Degi@Nightstar-n8jkkf.dyn.telefonica.de] has joined #code |
12:11 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
13:05 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
13:07 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
13:07 | | mode/#code [+o himi] by ChanServ |
14:40 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
14:43 | | Degi [Degi@Nightstar-n8jkkf.dyn.telefonica.de] has quit [Ping timeout: 121 seconds] |
14:43 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
14:43 | | mode/#code [+o himi] by ChanServ |
15:18 | | Syloq [Syloq@NetworkAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
15:33 | | Syloq [Syloq@NetworkAdministrator.Nightstar.Net] has joined #code |
15:33 | | mode/#code [+o Syloq] by ChanServ |
15:40 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
15:41 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
16:11 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
16:17 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
16:17 | | mode/#code [+o himi] by ChanServ |
17:34 | | McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has quit [Ping timeout: 121 seconds] |
17:53 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
18:21 | | Degi [Degi@Nightstar-n8jkkf.dyn.telefonica.de] has joined #code |
18:22 | | Degi [Degi@Nightstar-n8jkkf.dyn.telefonica.de] has quit [Connection closed] |
18:23 | | Degi [Degi@Nightstar-n8jkkf.dyn.telefonica.de] has joined #code |
18:28 | | Degi [Degi@Nightstar-n8jkkf.dyn.telefonica.de] has quit [Ping timeout: 121 seconds] |
18:28 | <&[R]> | So shell question, I'm looking at a shell program that logs output of one paticular function by running it through tee and into the log file |
18:30 | <&[R]> | Except it does so by: using mktemp -u to get a temporary file name, mkfifo'ing the filename, `tee $LOGFILE < $LOGFIFO &`, then finally doing: `func &> $LOGFIFO`. |
18:31 | <&[R]> | Why do all that instead of just: func 2>&1 | tee $LOGFILE? |
19:30 | | Alek [Alek@Nightstar-o723m2.cicril.sbcglobal.net] has quit [Ping timeout: 121 seconds] |
19:44 | | Alek [Alek@Nightstar-o723m2.cicril.sbcglobal.net] has joined #code |
19:44 | | mode/#code [+o Alek] by ChanServ |
20:17 | <&ToxicFrog> | I have no idea. |
22:23 | | Degi [Degi@Nightstar-n8jkkf.dyn.telefonica.de] has joined #code |
22:54 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
22:55 | | McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has joined #code |
22:55 | | mode/#code [+ao McMartin McMartin] by ChanServ |
23:30 | <&[R]> | http://pkg.nobl.ca/test.html <-- looks legit. (my actual email has been removed, email address in question is 100% maintained by me on my own servers) |
23:32 | <&[R]> | Recieved on Feb 6th 2019 |
23:55 | | Kindamoody [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has quit [Connection reset by peer] |
23:56 | | Kindamoody|autojoin [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has joined #code |
23:57 | | mode/#code [+o Kindamoody|autojoin] by ChanServ |
--- Log closed Sun Feb 10 00:00:21 2019 |