--- Log opened Fri Dec 30 00:00:19 2016 |
02:15 | | abudhabi [abudhabi@Nightstar-7nkq9k.de] has quit [Ping timeout: 121 seconds] |
02:26 | | abudhabi [abudhabi@Nightstar-fd1.39v.247.94.IP] has joined #code |
07:49 | | Alek [Alek@Nightstar-cltq0r.il.comcast.net] has quit [Ping timeout: 121 seconds] |
07:53 | | Alek [Alek@Nightstar-cltq0r.il.comcast.net] has joined #code |
07:53 | | mode/#code [+o Alek] by ChanServ |
07:56 | | celticminstrel is now known as celmin|sleep |
08:47 | | macdjord is now known as macdjord|slep |
09:21 | | Kindamoody is now known as Kindamoody|afk |
11:07 | <&jerith> | https://i.imgur.com/O0Uewj9.jpg |
11:10 | < abudhabi> | Hahaha wat. |
11:11 | | Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code |
11:11 | | Pink is now known as ASCII |
12:18 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
13:42 | | catadroid [catalyst@Nightstar-2k0p46.dsl.teksavvy.com] has joined #code |
13:58 | | catadroid` [catalyst@Nightstar-2k0p46.dsl.teksavvy.com] has joined #code |
13:58 | | catadroid [catalyst@Nightstar-2k0p46.dsl.teksavvy.com] has quit [Connection closed] |
14:07 | | catadroid` [catalyst@Nightstar-2k0p46.dsl.teksavvy.com] has quit [Connection closed] |
14:30 | | catadroid [catalyst@Nightstar-2k0p46.dsl.teksavvy.com] has joined #code |
14:47 | | catadroid` [catalyst@Nightstar-2k0p46.dsl.teksavvy.com] has joined #code |
14:47 | | catadroid [catalyst@Nightstar-2k0p46.dsl.teksavvy.com] has quit [Connection closed] |
16:04 | <&ToxicFrog> | " |
16:06 | <@Tamber> | ! |
16:07 | <@TheWatcher> | ` |
16:08 | <@TheWatcher> | Oh, damn, that should have been ¬ |
16:11 | <@TheWatcher> | Also, I've just realised that the key in the top left of my keyboard that's marked with `, ¬, and | actually results in `, ¬, and ¦ while the bottom left marked with \ and ¦ generates \ and | |
16:12 | <@Tamber> | Hmm |
16:50 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
16:57 | | celmin|sleep is now known as celticminstrel |
18:33 | | catadroid [catalyst@Nightstar-2k0p46.dsl.teksavvy.com] has joined #code |
18:33 | | catadroid` [catalyst@Nightstar-2k0p46.dsl.teksavvy.com] has quit [Connection closed] |
19:04 | | catadroid` [catalyst@Nightstar-2k0p46.dsl.teksavvy.com] has joined #code |
19:04 | | catadroid [catalyst@Nightstar-2k0p46.dsl.teksavvy.com] has quit [Connection closed] |
19:06 | | catadroid` [catalyst@Nightstar-2k0p46.dsl.teksavvy.com] has quit [Connection closed] |
19:30 | | * abudhabi received some audio CDs to listen to. |
19:31 | < abudhabi> | Problem: Finding a machine capable of playing it. |
19:31 | < abudhabi> | Fortunately my Dad has an ancient ThinkPad. Pentium II inside! |
19:32 | < abudhabi> | It even has a DVD drive and USB. |
19:32 | < abudhabi> | And an external floppy drive! |
19:33 | | JustLurk [justbob@ServerAdministrator.Nightstar.Net] has joined #code |
19:33 | | JustBob [justbob@Nightstar.Customer.Dissatisfaction.Administrator] has quit [NickServ (RECOVER command used by JustLurk)] |
19:33 | | mode/#code [+o JustLurk] by ChanServ |
19:33 | | JustLurk is now known as JustBob |
19:34 | < abudhabi> | Problem #2: Making it turn on after who knows how many years on top of a closer. |
19:34 | < abudhabi> | *closet |
19:34 | < abudhabi> | Oh, wow. Windows 98. |
19:36 | < abudhabi> | Plugging in the USB headset leads to it apparently installing correctly, but requiring a restart. |
19:46 | < abudhabi> | It works! |
19:47 | <&[R]> | Whoa whoa whoa there |
19:47 | <&[R]> | That sounds fantastic |
19:47 | <&[R]> | Which leads me to believe there are some embelishments in place |
19:47 | < abudhabi> | It's one of those USB headsets that have their own drivers, IIRC. |
19:48 | <&[R]> | Also you have no DVD/bluray players? |
19:48 | < abudhabi> | First it installed the generic USB device, then restarted, then installed like a handful of random other devices which I had to click the installation wizards for. |
19:49 | | * [R] hasn't seen one that didn't know what to do with an audio CD |
19:49 | < abudhabi> | I have a boombox type thing with CD + 2 tapes + radio, but that one doesn't have USB and I have no headsets with jack. |
19:49 | <&[R]> | Ah |
20:22 | <&[R]> | <^Faye^> if ($sid->IsSessionValid()) { |
20:22 | <&[R]> | <^Faye^> $isfaye = $sid->GetUserName(); |
20:22 | <&[R]> | <^Faye^> if ($sid->HasAccessTo($char->id) || $isfaye == 'Faye') |
20:22 | <&[R]> | <^Faye^> draw_sheet_editable($char); |
20:22 | <&[R]> | <^Faye^> } |
20:24 | < abudhabi> | Such secure. Wow. |
20:24 | <&[R]> | Yup |
20:24 | <&[R]> | Also, bonus points: he can't even use the user-id in a check like that |
20:26 | <&[R]> | (Because there isn't such a thing, username is the only unique field on the user's table. Thus, anything that links via a user, uses a username field...) |
20:38 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
20:38 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
21:01 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
21:01 | | mode/#code [+o himi] by ChanServ |
21:24 | | Alek [Alek@Nightstar-cltq0r.il.comcast.net] has quit [Ping timeout: 121 seconds] |
21:27 | | Alek [Alek@Nightstar-cltq0r.il.comcast.net] has joined #code |
21:27 | | mode/#code [+o Alek] by ChanServ |
21:31 | | ion_ [Owner@Nightstar-2qv0j0.vs.shawcable.net] has joined #code |
22:12 | < abudhabi> | Fun things about using screen+irssi on a shell account: Other users sometimes send random messages, often as broadcasts. |
22:12 | < abudhabi> | Like one just now asking about DEADJOE files appearing. |
22:39 | | Alek [Alek@Nightstar-cltq0r.il.comcast.net] has quit [Operation timed out] |
22:43 | | Alek [Alek@Nightstar-ka4.s91.1.24.IP] has joined #code |
22:43 | | mode/#code [+o Alek] by ChanServ |
22:44 | | ion_ [Owner@Nightstar-2qv0j0.vs.shawcable.net] has quit [Ping timeout: 121 seconds] |
22:54 | < abudhabi> | Augh. |
22:54 | < abudhabi> | I somehow turned on this oversized screensize in Linux. |
22:55 | < abudhabi> | My viewscreen shows but like 90% of the whole thing, and it's zoomed a bi. |
22:55 | < abudhabi> | *bit |
22:55 | < abudhabi> | I can see the edges by moving there with the cursor, which shifts the viewscreen around. |
22:55 | < abudhabi> | How do I turn it off? |
22:56 | < abudhabi> | Ooph. |
22:57 | < abudhabi> | Alt+mousewheel. |
22:57 | < abudhabi> | This is going into 'magical rituals'. |
23:37 | | Kindamoody|afk is now known as Kindamoody |
--- Log closed Sat Dec 31 00:00:20 2016 |