--- Log opened Thu May 14 00:00:25 2015 |
00:48 | | catadroid [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [Ping timeout: 121 seconds] |
00:50 | | catadroid [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
01:14 | | himi [fow035@Nightstar-v37cpe.internode.on.net] has joined #code |
01:14 | | mode/#code [+o himi] by ChanServ |
01:27 | | Echoes-- [rolly@Nightstar-eo05bk.co.comcast.net] has quit [Ping timeout: 121 seconds] |
01:32 | | Syloq [Syloq@NetworkAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
01:50 | | OptimusPrime [Adorable@Nightstar-sl4.89h.134.115.IP] has joined #code |
01:53 | | OptimusPrime [Adorable@Nightstar-sl4.89h.134.115.IP] has left #code [] |
02:08 | <~Vornicus> | ...I just realized something |
02:09 | <~Vornicus> | Many long ages ago I had the idea of using foo{bar} for something, the same way you often use foo(bar) for function calls and foo[bar] for indexing. I *just now* realized that Lua allows that |
02:10 | < gizmore> | Vornicus: wow... so amusing and educative... i wished we met earlier in my life |
02:11 | | * Vornicus has silly thoughts |
02:19 | <&Derakon> | ...what the hell, gizmore? |
02:19 | | Syloq [Syloq@NetworkAdministrator.Nightstar.Net] has joined #code |
02:19 | | mode/#code [+o Syloq] by ChanServ |
02:28 | < Reiv> | gizmore: Being snarky at perfectly innocent comments is not going to earn you much credit. |
02:29 | < Reiv> | It might not have been the new theory of relativity, but your comment was far more unnecessary than the line that instigated it, to say nothing of being actively toxic. |
02:29 | < Reiv> | Cut it out, or be cut out, please. |
02:34 | | Syloq [Syloq@NetworkAdministrator.Nightstar.Net] has quit [[NS] Quit: .] |
02:53 | | gizmore [kvirc@Nightstar-3jho49.dip0.t-ipconnect.de] has quit [[NS] Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/] |
02:55 | | gizmore [kvirc@Nightstar-3jho49.dip0.t-ipconnect.de] has joined #code |
--- Log closed Thu May 14 03:38:46 2015 |
--- Log opened Thu May 14 03:38:51 2015 |
03:38 | | TheWatcher [chris@Nightstar-ksqup0.co.uk] has joined #code |
03:38 | | Irssi: #code: Total of 39 nicks [23 ops, 0 halfops, 0 voices, 16 normal] |
03:38 | | mode/#code [+o TheWatcher] by ChanServ |
03:39 | | Reiver [quassel@Nightstar-ksqup0.co.uk] has joined #code |
03:39 | | mode/#code [+ao Reiver Reiver] by ChanServ |
03:39 | | Irssi: Join to #code was synced in 36 secs |
04:51 | | gizmore [kvirc@Nightstar-3jho49.dip0.t-ipconnect.de] has quit [[NS] Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/] |
04:53 | | Vornicus [vorn@Nightstar-uhn82m.ct.comcast.net] has quit [[NS] Quit: ] |
05:02 | | Alek [omegaboot@Nightstar-03ja8q.il.comcast.net] has quit [Ping timeout: 121 seconds] |
05:10 | | Derakon is now known as Derakon[AFK] |
05:11 | | Checkmate [Z@Nightstar-484uip.cust.comxnet.dk] has quit [Ping timeout: 121 seconds] |
05:11 | | Alek [omegaboot@Nightstar-03ja8q.il.comcast.net] has joined #code |
05:11 | | mode/#code [+o Alek] by ChanServ |
--- Log closed Thu May 14 05:50:14 2015 |
--- Log opened Thu May 14 06:11:45 2015 |
06:11 | | TheWatcher [chris@Nightstar-ksqup0.co.uk] has joined #code |
06:11 | | Irssi: #code: Total of 36 nicks [20 ops, 0 halfops, 0 voices, 16 normal] |
06:11 | | mode/#code [+o TheWatcher] by ChanServ |
06:12 | | Irssi: Join to #code was synced in 38 secs |
06:32 | | kourbou|phone [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
06:32 | | kourbou|phone is now known as kourbou |
06:42 | <&McMartin> | OK, quick Unix question. |
06:42 | <&McMartin> | I'm transferring a home directory to a backup directory on a new machine |
06:43 | <&McMartin> | Is the command, on the new machine, "rsync -avh oldmachine:/home/me oldhome"? |
06:50 | < jeroud> | What's the -h? |
06:51 | < jeroud> | And yes, that looks like a reasonable command for it. |
06:52 | <&McMartin> | --human-readable |
06:52 | < jeroud> | Ah. |
06:52 | <&McMartin> | Oh, I also need to set RSYNC_RSH to ssh, I bet. |
06:52 | < jeroud> | I should use that. |
06:52 | < jeroud> | ssh is the default. |
06:53 | < jeroud> | You should only need to set it if you need to manually specify a key or something. |
06:53 | <&McMartin> | Oh? Excellent. |
06:54 | < jeroud> | rsync is <3 |
06:54 | <&McMartin> | I've 1306 packages to upgrade first though. -_- |
06:54 | <&McMartin> | Then I need to set up the new machine to be an ssh server too. |
06:55 | < jeroud> | You can install a Unix machine and have it not be an ssh server? |
06:55 | < jeroud> | (Well, you can say "no" during the Debian installer, I suppose.) |
06:55 | <&McMartin> | Fedora by default does not run sshd unless you configure it to. Minimize attack surface, etc. |
06:55 | < jeroud> | Ah. |
06:56 | < jeroud> | Most of my installs have been on remote machines, so not running sshd means starting again. |
06:58 | <&McMartin> | Looks like Ubuntu desktop also doesn't enable it by default. |
06:59 | < jeroud> | Yes, but that's Ubuntu desktop. I have actively avoided it since the Great Unity Debacle of 2012. |
06:59 | <&McMartin> | 22:48 < jeroud> You can install a Unix machine and have it not be an ssh server? |
06:59 | <&McMartin> | Not to be a pedant, but if you mean "Debian" say "Debian" =P |
07:00 | < jeroud> | I include FreeBSD as well.~ |
07:00 | <&McMartin> | Fedora *does* at least install openssh-server. It just doesn't open the port for you. |
07:01 | < jeroud> | And really, I think the Debian installer requires you to explicitly enable it as well. |
07:03 | < jeroud> | It's just that the idea of a Unix box that can only be accessed using input devices plugged directly into it is somewhat alien to me. |
07:04 | <&McMartin> | Well, here I am installing it starting with a console literally in hand, so >_> |
07:04 | <&McMartin> | This thing is actually smaller along some dimensions than my phone. |
07:04 | <&McMartin> | Anyway, now I've bounced from osmium through xenon to iodine. |
07:04 | <&McMartin> | Chemistry! |
07:05 | <&McMartin> | That means it's time to shut IRC down so I can move all my data over to the new machine. |
07:05 | | McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has quit [[NS] Quit: Migration!] |
07:05 | < jeroud> | Most of my installs are "boot VM using base image, ssh in for further setup" these days. |
07:06 | | himi [fow035@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
07:20 | | himi [fow035@Nightstar-95j3t5.optusnet.com.au] has joined #code |
07:20 | | mode/#code [+o himi] by ChanServ |
07:21 | | himi-cat [fow035@Nightstar-v37cpe.internode.on.net] has joined #code |
07:24 | | himi [fow035@Nightstar-95j3t5.optusnet.com.au] has quit [Ping timeout: 121 seconds] |
07:29 | | Vashicus [Vash@Nightstar-uhn82m.ct.comcast.net] has quit [Connection closed] |
07:30 | | himi-cat [fow035@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
07:30 | | kourbou is now known as kourbou|foodz |
07:45 | | McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has joined #code |
07:45 | | mode/#code [+ao McMartin McMartin] by ChanServ |
07:48 | <&McMartin> | Success! |
07:48 | | himi-cat [fow035@Nightstar-v37cpe.internode.on.net] has joined #code |
07:48 | < kourbou|foodz> | :3 |
07:49 | <&McMartin> | Now to rewire everything again. |
07:49 | | McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has quit [[NS] Quit: Initial tests look good!] |
07:52 | | Kindamoody[zZz] is now known as Kindamoody |
08:08 | | McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has joined #code |
08:08 | | mode/#code [+ao McMartin McMartin] by ChanServ |
08:22 | | kourbou|foodz is now known as kourbou |
08:24 | | kourbou_ [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
08:25 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [NickServ (RECOVER command used by kourbou_)] |
08:25 | | kourbou_ is now known as kourbou |
08:25 | | kourbou|phone [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
08:35 | | VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has joined #code |
08:54 | | macdjord|wurk is now known as macdjord|slep |
09:05 | | Kindamoody [Kindamoody@Nightstar-180u8i.tbcn.telia.com] has quit [Connection closed] |
09:06 | | Kindamoody|autojoin [Kindamoody@Nightstar-180u8i.tbcn.telia.com] has joined #code |
09:06 | | mode/#code [+o Kindamoody|autojoin] by ChanServ |
09:06 | | Kindamoody|autojoin is now known as Kindamoody |
09:28 | | catadroid` [catalyst@Nightstar-u2ei8f.dab.02.net] has joined #code |
09:31 | | catadroid [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [Ping timeout: 121 seconds] |
09:36 | | catadroid` [catalyst@Nightstar-u2ei8f.dab.02.net] has quit [[NS] Quit: Bye] |
09:46 | < kourbou> | Is it possible to put all these goddamn dlls in one exe? |
10:07 | < kourbou> | Okay I think I found my bug. >.> |
10:12 | < kourbou> | lol I forgot to add -O to curl and it's spitting out all the binary. |
10:19 | | Kindamoody is now known as Kindamoody|afk |
10:51 | <@Tarinaky> | Does anyone have any contacts to help a friend of mine get some work? |
11:19 | | gnolam [lenin@Nightstar-t1tbf0.cust.bahnhof.se] has quit [[NS] Quit: Gone] |
11:32 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [Ping timeout: 121 seconds] |
11:36 | | catadroid [catalyst@Nightstar-u2ei8f.dab.02.net] has joined #code |
11:42 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
11:56 | <@TheWatcher> | From code I have just been working on: |
11:57 | <@TheWatcher> | # Behold, terrifying vistas of madness... |
12:01 | < abudhabi> | Did you write this? |
12:01 | <@TheWatcher> | Yes. |
12:02 | <@TheWatcher> | (It's part of the code dealing with user-controlled feed subscriptions in CODICIL WINTER HILL) |
12:02 | < ErikMesoy> | Behold, edgy vistas of edge. :P |
12:11 | < catadroid> | I'll edge your vista |
12:11 | < ErikMesoy> | Are you an edgelord? |
12:12 | < catadroid> | I have no idea what that means but it sounds good so why not |
13:06 | | catadroid` [catalyst@Nightstar-4b72so.dab.02.net] has joined #code |
13:06 | | catadroid [catalyst@Nightstar-u2ei8f.dab.02.net] has quit [The TLS connection was non-properly terminated.] |
13:09 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
13:56 | | kourbou|phone [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [Connection closed] |
13:57 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: ] |
14:18 | | catadroid` is now known as catadroid |
15:26 | < catadroid> | today I am working with void* that I'm converting to char const**. I feel dirty. |
15:26 | | * TheWatcher patpats |
15:26 | <&ToxicFrog> | :c++: |
15:27 | < catadroid> | Also, I feel like a wizard |
15:28 | <@TheWatcher> | You're summoning things from the void*, so you must be!~ |
15:29 | <@Wizard> | Hmm? |
15:32 | <&ToxicFrog> | Hee |
15:35 | | * catadroid smirks and waves her hands in ritualistic fashion, generates several pointy winged beasts templated on your worst nightmares |
15:35 | <@Tarinaky> | I can never remember the syntax for function pointers. |
15:36 | <@Tarinaky> | I mean, the type signature for function pointers. |
15:36 | < catadroid> | returntype (*variable) (params); |
15:37 | | Syloq [Syloq@Nightstar-hco.fem.152.204.IP] has joined #code |
15:37 | | mode/#code [+o Syloq] by ChanServ |
15:37 | | kourbou|phone [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
15:38 | < catadroid> | or now, more sanely, std::function<return_type(params)> variable; |
15:38 | < catadroid> | (Well, I say sanely) |
15:38 | <@Tarinaky> | Doesn't apply to C. |
15:38 | <@Tarinaky> | And arguably C++ had the more sane option of operator() |
15:39 | <@Tarinaky> | Albeit at the cost of performance. |
15:39 | <@Tarinaky> | Function pointers are... theoretically uneccessary with pure OO I think? |
15:40 | | Syloq [Syloq@Nightstar-hco.fem.152.204.IP] has quit [Operation timed out] |
15:40 | < catadroid> | std::function can store functors and lambdas too |
15:40 | < catadroid> | so ends up being quite handy for callback registration and such |
15:40 | <&ToxicFrog> | Tarinaky: in the sense that you can imitate function pointers with Runnable and closures by having state in the Runnable, yes |
15:41 | <&ToxicFrog> | Or, on the other hand, we could have actual first-class functions and not awkward imitations of it~ |
15:42 | < catadroid> | wooooah |
15:42 | < catadroid> | don't bring all your new age ideas up in here we might develop a speech impediment~ |
15:44 | | * ToxicFrog festoons catadroid in parentheses |
15:48 | | * catadroid has her day punctuated |
15:50 | < catadroid> | one of the helpful side effects of this task is that I feel competent |
15:50 | < catadroid> | even if it is full of hellspawn |
15:58 | | catadroid` [catalyst@Nightstar-9nnm31.dab.02.net] has joined #code |
16:02 | | catadroid [catalyst@Nightstar-4b72so.dab.02.net] has quit [Ping timeout: 121 seconds] |
16:09 | | Syloq [Syloq@Nightstar-hco.fem.152.204.IP] has joined #code |
16:09 | | mode/#code [+o Syloq] by ChanServ |
16:12 | | Checkmate [Z@Nightstar-484uip.cust.comxnet.dk] has joined #code |
16:12 | | mode/#code [+o Checkmate] by ChanServ |
16:13 | | Syloq [Syloq@NetworkAdministrator.Nightstar.Net] has quit [Connection closed] |
16:52 | | catadroid` is now known as catadroid |
16:57 | | Meatyhandbag [sebastianfe@Nightstar-dk0.5eb.224.136.IP] has quit [Client exited] |
17:27 | | Syloq [Syloq@Nightstar-hco.fem.152.204.IP] has joined #code |
17:27 | | mode/#code [+o Syloq] by ChanServ |
17:33 | | Xires [xires@Nightstar-9jm35g.feedthetrolls.net] has quit [Ping timeout: 121 seconds] |
17:34 | | Xires [xires@Nightstar-9jm35g.feedthetrolls.net] has joined #code |
17:35 | | Xires is now known as NSGuest65467 |
17:38 | | Meatyhandbag [sebastianfe@Nightstar-dk0.5eb.224.136.IP] has joined #code |
17:40 | | ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
17:41 | | ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has joined #code |
17:41 | | mode/#code [+ao ToxicFrog ToxicFrog] by ChanServ |
17:57 | | Checkmate [Z@Nightstar-484uip.cust.comxnet.dk] has quit [Ping timeout: 121 seconds] |
17:57 | | Meatyhandbag [sebastianfe@Nightstar-dk0.5eb.224.136.IP] has quit [Client exited] |
18:04 | < VirusJTG> | did some one say hellspaw? |
18:04 | | * VirusJTG infects catadriod |
18:08 | < catadroid> | oh no not again |
18:09 | | kourbou is now known as kourbou|afk |
18:13 | < VirusJTG> | XD |
18:15 | | Derakon[AFK] is now known as Derakon |
18:54 | | Meatyhandbag [sebastianfe@Nightstar-o8b.59c.73.97.IP] has joined #code |
19:00 | | Vash [Vash@Nightstar-uhn82m.ct.comcast.net] has joined #code |
19:00 | | mode/#code [+o Vash] by ChanServ |
19:03 | | catadroid [catalyst@Nightstar-9nnm31.dab.02.net] has quit [Ping timeout: 121 seconds] |
19:07 | | Checkmate [Z@Nightstar-ev6.6um.94.83.IP] has joined #code |
19:07 | | mode/#code [+o Checkmate] by ChanServ |
19:09 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
19:18 | | * VirusJTG spreads to catalyst |
19:18 | < catalyst> | This is unsurprising |
19:24 | < VirusJTG> | XD |
19:25 | | kourbou|afk is now known as kourbou |
19:47 | | kourbou is now known as kourbou|foodz |
19:54 | | kourbou|foodz [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [[NS] Quit: Tip about keeping secrets: It's easier if you don't know them.] |
20:26 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
20:28 | | mode/#code [+o ErikMesoy] by ChanServ |
21:35 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [NickServ (RECOVER command used by kourbou|phone)] |
21:35 | | kourbou|phone is now known as kourbou |
21:35 | | kourbou_ [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
22:09 | | kourbou__ [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
22:10 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [NickServ (RECOVER command used by kourbou__)] |
22:10 | | kourbou__ is now known as kourbou |
22:10 | | kourbou|phone [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
22:12 | | kourbou_ [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [Ping timeout: 121 seconds] |
22:17 | | Kindamoody|afk is now known as Kindamoody |
22:52 | | Kindamoody is now known as Kindamoody[zZz] |
23:05 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [Ping timeout: 121 seconds] |
23:07 | | kourbou|phone is now known as kourbou|zzz |
23:16 | | kourbou|zzz [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [Ping timeout: 121 seconds] |
23:39 | | himi-cat [fow035@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
23:40 | | Vornicus [vorn@Nightstar-uhn82m.ct.comcast.net] has joined #code |
23:41 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
23:42 | | himi-cat [fow035@Nightstar-v37cpe.internode.on.net] has joined #code |
23:49 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: ] |
23:51 | | catadroid [catalyst@Nightstar-o698q9.dab.02.net] has joined #code |
23:52 | | catadroid` [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
23:55 | | catadroid [catalyst@Nightstar-o698q9.dab.02.net] has quit [Ping timeout: 121 seconds] |
--- Log closed Fri May 15 00:00:41 2015 |