code logs -> 2013 -> Wed, 20 Nov 2013< code.20131119.log - code.20131121.log >
--- Log opened Wed Nov 20 00:00:29 2013
00:03 * Azash still has an irssi alias that prints ^C00,05666
00:43
<&ToxicFrog>
I note that the GNU embeddable implementation of Scheme is named Guile.
00:45 PinkFreud [WhyNot@NetworkAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds]
00:47
<@gnolam>
Guile's Scheme goes with everything?
00:51 PinkFreud [WhyNot@NetworkAdministrator.Nightstar.Net] has joined #code
00:51 mode/#code [+o PinkFreud] by ChanServ
00:51
<&McMartin>
My preferred Scheme implementation is named "Gambit"
00:52
<&McMartin>
And then the effective successor to Scheme is called "Racket".
00:57 PinkFreud [WhyNot@NetworkAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds]
00:57 PinkFreud [WhyNot@NetworkAdministrator.Nightstar.Net] has joined #code
00:57 mode/#code [+o PinkFreud] by ChanServ
01:32 Derakon[AFK] is now known as Derakon
01:36 Vornicus [vorn@Nightstar-sn7kve.sd.cox.net] has joined #code
01:36 mode/#code [+qo Vornicus Vornicus] by ChanServ
01:44 * Alek slow claps.
01:48
<&McMartin>
?
01:50
<@Alek>
scheme, gambit, racket
01:50
<@Alek>
and guile
01:51
<&McMartin>
Ah
01:51 * McMartin cues Frozen Synapse soundtrack, gets to hacking
02:55 * Derakon disappointeds in the lack of a "beep" command in bash, instead writes this for a simple timer script:
02:55
<&Derakon>
sleep 70; perl -e 'while (1) {foreach $i (0..80) {foreach $j (0..$i) {if (($i + $j) % 2) {print "o"} else {print "O"}} print "\n"}}'
03:01
<&ToxicFrog>
Derakon: echo ^G
03:01
<&ToxicFrog>
Where ^G is produced by the keystrokes ctrl-V ctrl-G
03:04
<&Derakon>
Makes no noise. :(
03:06 Derakon is now known as Derakon[AFK]
03:06
<@gnolam>
Well that was painful.
03:14
<&ToxicFrog>
Derakon[AFK]: does your terminal emulator support BEL?
03:52
<@Alek>
<X> (heart)\o/(d)\o/(sun)(d)\o/(d)
03:52
<@Alek>
<Y> My client doesn't show smileys, so that just looks like a regular expression.
03:53
<@Alek>
TF: maybe it supports deciBEL, too.
04:18 celticminstrel [celticminst@Nightstar-al12cf.dsl.bell.ca] has joined #code
04:18 mode/#code [+o celticminstrel] by ChanServ
04:26 Vornicus [vorn@Nightstar-sn7kve.sd.cox.net] has quit [[NS] Quit: Leaving]
04:43 VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has quit [[NS] Quit: Program Shutting down]
05:16 RichyB [RichyB@Nightstar-c6u.vd5.170.83.IP] has quit [[NS] Quit: Gone.]
05:32 RichyB [RichyB@Nightstar-c6u.vd5.170.83.IP] has joined #code
05:53 Kindamoody[zZz] is now known as Kindamoody
06:16 ErikMesoy|sleep is now known as ErikMesoy
06:54 AverageJoe [evil1@Nightstar-dfmuir.ph.cox.net] has joined #code
07:01 Stalker [Z@Nightstar-484uip.cust.comxnet.dk] has joined #code
07:01 Turaiel is now known as Turaiel[Offline]
07:18 celticminstrel [celticminst@Nightstar-al12cf.dsl.bell.ca] has quit [[NS] Quit: KABOOM! It seems that I have exploded. Please wait while I reinstall the universe.]
08:47 Kindamoody is now known as Kindamoody|afk
08:53 AverageJoe [evil1@Nightstar-dfmuir.ph.cox.net] has quit [[NS] Quit: Leaving]
10:37 Orthia [orthianz@Nightstar-avg.1ee.224.119.IP] has quit [Ping timeout: 121 seconds]
10:51 Xon [Xon@Nightstar-q4s.ku7.252.119.IP] has quit [[NS] Quit: ]
10:54 Orthia [orthianz@Nightstar-avg.1ee.224.119.IP] has joined #code
10:54 mode/#code [+o Orthia] by ChanServ
10:55 Xon [Xon@Nightstar-q4s.ku7.252.119.IP] has joined #code
10:58 Orthia [orthianz@Nightstar-avg.1ee.224.119.IP] has quit [Ping timeout: 121 seconds]
11:03 Orthia [orthianz@Nightstar-avg.1ee.224.119.IP] has joined #code
11:03 mode/#code [+o Orthia] by ChanServ
11:44 Orthia [orthianz@Nightstar-avg.1ee.224.119.IP] has quit [Ping timeout: 121 seconds]
12:40 Vornicus [vorn@Nightstar-sn7kve.sd.cox.net] has joined #code
12:41 mode/#code [+qo Vornicus Vornicus] by ChanServ
13:03 Turaiel[Offline] [Brandon@Nightstar-bs56sr.resnet.mtu.edu] has quit [Ping timeout: 121 seconds]
13:03 Turaiel[Offline] [Brandon@Nightstar-bs56sr.resnet.mtu.edu] has joined #code
13:04 ToxicFrog [ToxicFrog@Nightstar-gtjrvq.dsl.teksavvy.com] has quit [[NS] Quit: ZNC - http://znc.in]
13:06 ToxicFrog [ToxicFrog@Nightstar-gtjrvq.dsl.teksavvy.com] has joined #code
13:07 mode/#code [+ao ToxicFrog ToxicFrog] by ChanServ
14:08 Stalker [Z@Nightstar-484uip.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
14:18
<@iospace>
so EDK2 /finally/ fixed a /r/n issue that we had submitted for patch months ago -_-
14:44
<@gnolam>
That people used forward slashes to escape their newline characters?~
15:14
<@iospace>
gnolam: yeah, so we sent them a patch to use "\r\n"
15:14
<@iospace>
gnolam: http://sourceforge.net/mailarchive/message.php?msg_id=31658048
15:18 Vornicus [vorn@Nightstar-sn7kve.sd.cox.net] has quit [[NS] Quit: Leaving]
15:26
<@TheWatcher>
... how do you even typo that?
15:32
<@iospace>
TheWatcher: i have /no clue/
15:40
< RichyB>
I wrote this earlier: http://pastebin.starforge.co.uk/598
15:40
< RichyB>
I'm glad I came to my senses and decided to do something better instead.
16:56
<@iospace>
oh, gnolam, TheWatcher? http://sourceforge.net/mailarchive/forum.php?thread_name=50EA04F9.5040003@xes-in c.com&forum_name=edk2-devel
16:56
<@iospace>
when we /submitted the patch
16:59
<@TheWatcher>
... January. Ouch.
17:48
<@iospace>
yeah
18:33 Stalker [Z@Nightstar-ro94ms.balk.dk] has joined #code
19:05 ErikMesoy [Erik@Nightstar-ekm.o7n.203.80.IP] has quit [Ping timeout: 121 seconds]
19:08 esucg0aq4 [esucg0aq47@Nightstar-fjm.ghp.195.197.IP] has joined #code
19:09
< esucg0aq4>
YOU MAY BE WATCHED
19:09
< esucg0aq4>
WARNING WARNING WARNING, WARNING
19:09
< esucg0aq4>
WARNING WARNING WARNING, WARNING WARNING
19:09
< esucg0aq4>
YOU MAYWATCHED
19:09
< esucg0aq4>
YOU MAY BE WATCHED
19:09
< esucg0aq4>
YOU MAY BE WATCHED
19:09
< esucg0aq4>
)
19:09
< esucg0aq4>
Do usa&Israel use chat &facebook 2 spy?!?!?!?
19:09
< esucg0aq4>
Do they record &analyse everything we type?!?!?!?
19:09
< esucg0aq4>
Do usa&israel use chat&social communication prog(facebook&twitter) to collect informations,,,,can we call that spying!!!!
19:09
< esucg0aq4>
Ù٠تستخد٠اÙرÙÙاÙاسرئÙ٠اÙشات ÙاÙÙÙس بÙÙ ÙÙتجسس!Ø!Ø!Ø!Ø!Ø!Ø!
19:09
< esucg0aq4>
Egyptian moslem
19:09
<&McMartin>
This channel is logged by machines in, at minimum, the US and UK
19:09
<@Syloq>
ban the dumbass please
19:10 esucg0aq4 [esucg0aq47@Nightstar-fjm.ghp.195.197.IP] has quit [RecvQ exceeded]
19:10 * Syloq takes care of it network side
19:10
<&McMartin>
Multiple actors means it's *clearly* a conspiracy!
19:10
<@Syloq>
fixed
19:11 * Syloq goes back to work
19:18 ErikMesoy [Erik@Nightstar-ekm.o7n.203.80.IP] has joined #code
19:22 Vornicus [vorn@Nightstar-sn7kve.sd.cox.net] has joined #code
19:22 mode/#code [+qo Vornicus Vornicus] by ChanServ
19:44
<&McMartin>
Also, to answer the question implied: "No, when someone reads your tweets and your facebook posts, they are not spying on you"
19:49
< RichyB>
That depends on whether you have nominally got them set to "protected" or "private"
19:50
< RichyB>
Public publication is implicit consent to have anyone read them, private publication does not imply consent to have anyone beyond a limited sphere read your messages
19:50
<&McMartin>
The inclusion of "chat" there to me implies that they mean public stuff
19:51
< RichyB>
loosely related is the fact that if you try to run a FB or Tw account in protected mode, you are going to have a bad time and should probably give up because both of those companies have really strong economic incentives to "accidentally" give away the information that you thought was obscured to random strangers.
19:53
<~Vornicus>
Wow, um
19:57
< Ogredude>
hmm
19:57
< Ogredude>
I need electronics advice
20:05
<@Tamber>
"Yes, it needs to be plugged in and switched on to work."
20:06
< Ogredude>
haha
20:06
< Ogredude>
I'm using an ATX power supply. I've got a +12V line powering a pair of LED strips, and two other +12V lines running through switches and energizing 12V relay coils. The relay coils are 160Ω
20:07
< Ogredude>
the lamps dim significantly when the relays are activated
20:07
< Ogredude>
not sure why
20:18 Kindamoody|afk is now known as Kindamoody
20:21 Orthia [orthianz@Nightstar-avg.1ee.224.119.IP] has joined #code
20:21 mode/#code [+o Orthia] by ChanServ
20:25
<@Azash>
http://plaintextoffenders.com/post/62900244830/irchighway-net-public-irc-network
20:27
< AnnoDomini>
I'm not sure I get this one.
20:29
<@Azash>
AnnoDomini: Sending a username-password-location triplet in plaintext email
20:32
< AnnoDomini>
I see.
20:40 Turaiel[Offline] is now known as Turaiel
21:03 Derakon [chriswei@Nightstar-4k2ccr.ca.comcast.net] has joined #code
21:03 mode/#code [+ao Derakon Derakon] by ChanServ
21:03 * Derakon eyes his code, wonders why the hell he's getting "Invalid operation" errors when calling glTexSubImage2D
21:11 Turaiel is now known as Turaiel[Offline]
21:12 Kindamoody is now known as Kindamoody[zZz]
21:26
<&Derakon>
Create three camera view windows, destroy two, the third throws invalid operation errors, WTF.
21:26
<&McMartin>
Is there some refcount that's destroying a value you depend on too soon?
21:27
<&Derakon>
Each view should be wholly independent of the others.
21:27
<&Derakon>
But I do note that if I don't actually destroy the other two then I get no error.
21:28
<&Derakon>
Clearly there's some kind of dependency going on here.
21:28
<&Derakon>
All OpenGL operations should be happening in the same thread with no chance of getting interrupted by someone else, either.
21:30
<&Derakon>
Pardon. It's not destroying vs. not destroying.
21:30
<&Derakon>
It is hiding vs. not hiding.
21:30
<&Derakon>
If I hide the camera views that I'm not currently using, then the third view bugs out.
21:30
<&Derakon>
What the Christ.
21:30 Vornicus [vorn@Nightstar-sn7kve.sd.cox.net] has quit [[NS] Quit: Leaving]
21:31 celticminstrel [celticminst@Nightstar-al12cf.dsl.bell.ca] has joined #code
21:31 mode/#code [+o celticminstrel] by ChanServ
21:33
<@gnolam>
How are you managing the texture targets?
21:33
<&Derakon>
Um, not entirely sure what you mean, but each panel has an OpenGL canvas object that it paints to.
21:33
<&Derakon>
They're separate canvases.
21:36
<@celticminstrel>
Bluh, code generation...
21:39 * Derakon must duck out.
21:57 Stalker [Z@Nightstar-ro94ms.balk.dk] has quit [[NS] Quit: If the world didn't suck, we'd all fall off.]
22:05 Turaiel[Offline] is now known as Turaiel
22:26 ErikMesoy is now known as ErikMesoy|sleep
23:04 Turaiel is now known as Turaiel[Offline]
23:18 VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has joined #code
23:33 Derakon [chriswei@Nightstar-4k2ccr.ca.comcast.net] has quit [[NS] Quit: leaving]
--- Log closed Thu Nov 21 00:00:45 2013
code logs -> 2013 -> Wed, 20 Nov 2013< code.20131119.log - code.20131121.log >

[ Latest log file ]