code logs -> 2014 -> Mon, 24 Feb 2014< code.20140223.log - code.20140225.log >
--- Log opened Mon Feb 24 00:00:52 2014
00:12 celticminstrel [celticminst@Nightstar-mhtogh.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
00:25 Vornlicious [Vorn@Nightstar-c9e6n0.sub-70-211-14.myvzw.com] has joined #code
00:25 Vorntastic [Vorn@Nightstar-c9e6n0.sub-70-211-14.myvzw.com] has quit [Ping timeout: 121 seconds]
00:31 gnolam_ [lenin@Nightstar-kndvr9.cust.bredbandsbolaget.se] has joined #code
00:31 gnolam [lenin@Nightstar-kndvr9.cust.bredbandsbolaget.se] has quit [NickServ (RECOVER command used by gnolam_)]
00:31 gnolam_ is now known as gnolam
00:32 mode/#code [+o gnolam] by ChanServ
00:44 You're now known as TheWatcher[T-2]
00:59 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
00:59 mode/#code [+qo Vornicus Vornicus] by ChanServ
00:59 You're now known as TheWatcher[zZzZ]
01:00 Vornlicious [Vorn@Nightstar-c9e6n0.sub-70-211-14.myvzw.com] has quit [[NS] Quit: Bye]
01:23
<&McMartin>
I should do some actual work today
01:23
<&McMartin>
But I also wonder what the next goal for Monocle should be: fonts, or sensible C++ bindings.
01:24
<&McMartin>
Once I have both of those I can start reimplementing Dapper Delver for real.
01:26 Orthia [orthianz@Nightstar-74k.25d.224.119.IP] has joined #code
01:26 mode/#code [+o Orthia] by ChanServ
01:38
<~Vornicus>
fonts are a constant source of :( to me
01:41
<@Reiv>
Fonts seem sensible; they may cause headaches elsewhere best dealt with prior to implementing C++ bindings
01:42
<@Reiv>
(I mean, not likely, but the logic of 'finish the engine before working on the controls' seems viable in principle)
01:44
<&McMartin>
Yeah
01:44
<&McMartin>
This is not "real" font support, it's basic monospace spritesheet support good enough to make Courier New look OK
01:44
<&McMartin>
If you want TrueType, link in a TTF library and go to town
01:47
<@Reiv>
Well, that's a very sensible thing to plug in before you do the bindings
01:47
<@Reiv>
what with one of the bindings therefore being to fonts~
01:48
<&McMartin>
Well, no
01:48
<&McMartin>
I am explicitly not trying to deal with the unending massive clusterfuck that is TTF
01:49
<&McMartin>
I instead want something flexible enough to handle what, oh, say, Iji did.
01:51 celticminstrel [celticminst@Nightstar-mhtogh.dsl.bell.ca] has joined #code
01:51 mode/#code [+o celticminstrel] by ChanServ
01:52 Turaiel[Offline] is now known as Turaiel
02:08 * ToxicFrog renames the api
02:08
<&ToxicFrog>
The diffs for this are going to be horrific :D
02:13 VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has quit [[NS] Quit: Program Shutting down]
02:30 Derakon [Derakon@Nightstar-5fqf0m.ca.comcast.net] has joined #code
02:30 mode/#code [+ao Derakon Derakon] by ChanServ
02:45 thalass [thalass@Nightstar-adv.lht.108.58.IP] has joined #code
02:53 Orthia [orthianz@Nightstar-74k.25d.224.119.IP] has quit [Ping timeout: 121 seconds]
02:54 Syka [the@Nightstar-vlh.rh3.131.1.IP] has joined #code
03:00 thalass [thalass@Nightstar-adv.lht.108.58.IP] has quit [[NS] Quit: argh aeroplanes. ]
03:03 Orthia [orthianz@Nightstar-74k.25d.224.119.IP] has joined #code
03:03 mode/#code [+o Orthia] by ChanServ
03:21
< Blaze>
abudhabi_: When I was in HelpDesk (1st), this is how it was handled: 1st is the first contact, we make the support tickets and collect all the initial data, solve the issue if we could, pass it to the correct group if we didn't. (We didn't use scripts, but a customer support type setup probably would, we weren't that though).
03:21
< Blaze>
2nd tier was deskside, people who handled issues with client-side applications (Windows, Office, etc...) and the workstation hardware.
03:21
< Blaze>
3rd teir was the admins, operators and so on. People who handled the servers, databases and all that.
03:29
< Blaze>
<META NAME='KEYWORDS' CONTENT='mad at my computer repair setup rage prevention
03:29
< Blaze>
lol
03:31 * ToxicFrog pushes a HOT AND SPICY vstruct update
03:33
<~Vornicus>
How hot and spicy is it?
03:39
<&McMartin>
I must assume this is related to his previous comment about renaming the entire API
03:41
<&ToxicFrog>
Vornicus: invalidates all existing code that uses it
03:57
<&ToxicFrog>
In exchange for this, you get a bunch of internal cleanup, slight improvements in API naming, and soon, backreferences!
04:05 Orthia [orthianz@Nightstar-74k.25d.224.119.IP] has quit [Ping timeout: 121 seconds]
04:06 Orthia [orthianz@Nightstar-74k.25d.224.119.IP] has joined #code
04:06 mode/#code [+o Orthia] by ChanServ
04:07
<~Vornicus>
Man
04:15
<&ToxicFrog>
Vornicus: ?
04:16
<~Vornicus>
That's a lot of stuff
04:16
<~Vornicus>
Why did you need to change the API for this to work though?
04:16
<&ToxicFrog>
Oh, I didn't
04:17
<&ToxicFrog>
But the other ~800 lines of change have been internal groundwork and the starts of implementation for the features I've deemed "2.0"
04:17
<&ToxicFrog>
And I figure, if I'm incrementing the major version number, might as well make the API changes I wanted to make earlier but didn't because of backwards compatibility.
04:18
<~Vornicus>
aha
04:18
<&ToxicFrog>
It's pretty straightforward to convert code to use the new API, and there's a vstruct.compat1x module for people who need to run legacy code without modification, if any exist.
04:19
<&ToxicFrog>
Backrefs are going to break symmetry, sadly, but getting them to work symmetrically is a Much Bigger Task.
04:20
<~Vornicus>
"symmetry"?
04:23
<&ToxicFrog>
It is currently the case that you can round-trip data D through format string F â F (and most D)
04:23
<&ToxicFrog>
That is to say, the same format string can be used equally for reading and writing.
04:24
<&ToxicFrog>
Backrefs will break that unless I am Clever.
04:24
<&ToxicFrog>
E.g. read ".count:u4 $.count * { &toc_entry }" works fine on read, but on write it needs to be smart enough to realize that it can infer the value of ".count" from #data[1]
04:25
<&ToxicFrog>
This only really arises when using temporaries - "count:u4 $count * { &toc_entry }" works fine - but it's tricky.
04:26
<~Vornicus>
OH, i SEE
04:26
<~Vornicus>
with less caps, too
04:52
<&ToxicFrog>
Substitutions - s$(u4), for example - are even harder.
04:52
<&ToxicFrog>
Or possibly exactly as hard, I'm not sure, it's late
04:53 Orth [orthianz@Nightstar-74k.25d.224.119.IP] has joined #code
04:53 Orthia [orthianz@Nightstar-74k.25d.224.119.IP] has quit [Ping timeout: 121 seconds]
05:00 Derakon is now known as Derakon[AFK]
05:02 Red_Queen [Z@Nightstar-484uip.cust.comxnet.dk] has joined #code
05:10 AverageJoe [evil1@Nightstar-fb1kt4.ph.cox.net] has joined #code
05:17 Syka [the@Nightstar-vlh.rh3.131.1.IP] has quit [Ping timeout: 121 seconds]
05:17 Orth [orthianz@Nightstar-74k.25d.224.119.IP] has quit [Ping timeout: 121 seconds]
05:17 Syka [the@Nightstar-vlh.rh3.131.1.IP] has joined #code
05:19 RichyB [RichyB@Nightstar-c6u.vd5.170.83.IP] has quit [[NS] Quit: Gone.]
05:22 RichyB [RichyB@Nightstar-c6u.vd5.170.83.IP] has joined #code
05:26 Syka [the@Nightstar-vlh.rh3.131.1.IP] has quit [Connection closed]
05:41 Orthia [orthianz@Nightstar-74k.25d.224.119.IP] has joined #code
05:41 mode/#code [+o Orthia] by ChanServ
06:15 ErikMesoy|sleep is now known as ErikMesoy
06:15 himi [fow035@Nightstar-q9amk4.ffp.csiro.au] has quit [Ping timeout: 121 seconds]
06:20 Turaiel is now known as Turaiel[Offline]
06:33 Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
06:33 gnolam_ [lenin@Nightstar-kndvr9.cust.bredbandsbolaget.se] has joined #code
06:33 gnolam [lenin@Nightstar-kndvr9.cust.bredbandsbolaget.se] has quit [NickServ (RECOVER command used by gnolam_)]
06:33 gnolam_ is now known as gnolam
06:33 mode/#code [+o gnolam] by ChanServ
06:35 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds]
06:39 AverageJoe [evil1@Nightstar-fb1kt4.ph.cox.net] has quit [[NS] Quit: Leaving]
06:49 Vornotron is now known as Vornicus
06:49 mode/#code [+qo Vornicus Vornicus] by ChanServ
07:16 Erik [8f610223@Nightstar-d81bfg.mibbit.com] has joined #code
07:36 Kindamoody[zZz] is now known as Kindamoody
07:37 celticminstrel [celticminst@Nightstar-mhtogh.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
07:44 thalass [thalass@Nightstar-g30e6o.bigpond.net.au] has joined #code
07:57 Blaze is now known as [R]
08:39 himi [fow035@Nightstar-v37cpe.internode.on.net] has joined #code
08:39 mode/#code [+o himi] by ChanServ
09:04 You're now known as TheWatcher
09:25 Kindamoody is now known as Kindamoody|out
10:20 thalass is now known as Thalass|omgcavestory
10:37 * TheWatcher eyes this guy
10:37
<@TheWatcher>
He's apparently th einventor of the NONEX, a read-only mutex construct
10:37
<@TheWatcher>
Uh
10:37
<@TheWatcher>
right
10:38
<~Vornicus>
read-o... what?
10:38
<@TheWatcher>
Yes
10:38
<~Vornicus>
In what realm
10:38
<~Vornicus>
In what universe, seriously, does one need that
10:38
<@TheWatcher>
Bugfux insane land,I guess
10:38
<~Vornicus>
I don't even know what you'd use it for!
10:39
<@TheWatcher>
you and me both, he claims to have 'proposed' it back in 2005, but provides no documentation or supporting information
10:40
< Erik>
read-only mutex?
10:40
< Erik>
I... what does that even do?
10:40
<~Vornicus>
Only one thread can read this data at a time?
10:40
<~Vornicus>
I don't know
10:41
<@TheWatcher>
http://homepage.ntlworld.com/dave.wain/
10:41
<@TheWatcher>
That, this email, and a completely unhelpful java bug report are all I can find on this guy
10:41
<~Vornicus>
How did you find him in the first place
10:42
<@TheWatcher>
He sent a message to work, originally enquiring about taking an MSc, but eventually asking if any of our MSc courses include anything about NONEXs
10:43
<~Vornicus>
wtfx
10:46 * TheWatcher suspects either a troll or a loonie
10:49
<~Vornicus>
Judging by the website?
10:49
<~Vornicus>
Loonie.
10:50
<~Vornicus>
Also what is it iwth people putting current-time clocks on their websites.
10:50
<~Vornicus>
I have one in the corner of my screen already guys. On every device.
10:53
< Erik>
I think that's exactly what's with it.
10:53
< Erik>
Every device has one, so the website gets one too.
11:10
<@Azash>
A read-only mutex? I mean, that could be specified a bit, but it sounds insane
11:10
<@Azash>
Does it mean a mutex for read access? A mutex that only an arbiter process can affect?
11:38 Thalass|omgcavestory is now known as Thalass
11:55 Syka [the@Nightstar-vlh.rh3.131.1.IP] has joined #code
12:06 Syka [the@Nightstar-vlh.rh3.131.1.IP] has quit [Ping timeout: 121 seconds]
12:07 Syka [the@Nightstar-vlh.rh3.131.1.IP] has joined #code
12:39 Syka [the@Nightstar-vlh.rh3.131.1.IP] has quit [Ping timeout: 121 seconds]
13:04 Syka [the@Nightstar-vlh.rh3.131.1.IP] has joined #code
13:18 celticminstrel [celticminst@Nightstar-mhtogh.dsl.bell.ca] has joined #code
13:18 mode/#code [+o celticminstrel] by ChanServ
13:26 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection reset by peer]
13:30 Thalass is now known as thalasleep
13:50 Syka [the@Nightstar-vlh.rh3.131.1.IP] has quit [Connection reset by peer]
13:53 Syka [the@Nightstar-vlh.rh3.131.1.IP] has joined #code
13:54 Syka [the@Nightstar-vlh.rh3.131.1.IP] has quit [[NS] Quit: lol3g]
14:24
<@froztbyte>
generated idempotent!
14:25
<@froztbyte>
you construct it and then YOU SHALL NOT CHANGE THIS SONNY YOU HEAR?!
14:39 Erik [8f610223@Nightstar-d81bfg.mibbit.com] has quit [[NS] Quit: http://www.mibbit.com ajax IRC Client]
15:54 ^Xires [xires@Nightstar-bir6q3.feedthetrolls.net] has quit [Ping timeout: 121 seconds]
16:01 Orthia [orthianz@Nightstar-74k.25d.224.119.IP] has quit [Ping timeout: 121 seconds]
16:04 ^Xires [xires@Nightstar-bir6q3.feedthetrolls.net] has joined #code
16:05 Orthia [orthianz@Nightstar-74k.25d.224.119.IP] has joined #code
16:05 mode/#code [+o Orthia] by ChanServ
16:21 celticminstrel [celticminst@Nightstar-mhtogh.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
16:24 Tarinaky [tarinaky@Nightstar-e99cts.net] has quit [Ping timeout: 121 seconds]
16:42 Tarinaky [tarinaky@Nightstar-e99cts.net] has joined #code
16:43 mode/#code [+o Tarinaky] by ChanServ
17:26 Turaiel[Offline] is now known as Turaiel
17:44 Turaiel is now known as Turaiel[Offline]
18:31 Kindamoody|out is now known as Kindamoody
19:25 mode/#code [+R] by OperServ
19:37 Orthia [orthianz@Nightstar-74k.25d.224.119.IP] has quit [Ping timeout: 121 seconds]
19:42 Netsplit *.net <-> *.split quits: Shiz, @Syloq, @iospace, simon_, @froztbyte, macdjord|slep, Xon, @himi, Ogredude, @Azash, (+7 more, use /NETSPLIT to show all of them)
19:43 Netsplit over, joins: RichyB, &ToxicFrog, &McMartin, @himi, @froztbyte, @iospace, macdjord|slep, JustBob, ^Xires, Xon (+7 more)
19:43 mode/#code [-R] by OperServ
19:45 macdjord|slep [macdjord@Nightstar-c0i1dq.cable.rogers.com] has quit [Ping timeout: 121 seconds]
20:38 Orthia [orthianz@Nightstar-74k.25d.224.119.IP] has joined #code
20:38 mode/#code [+o Orthia] by ChanServ
21:00 Kindamoody is now known as Kindamoody[zZz]
21:50 celticminstrel [celticminst@Nightstar-mhtogh.dsl.bell.ca] has joined #code
21:50 mode/#code [+o celticminstrel] by ChanServ
21:56 Red_Queen [Z@Nightstar-484uip.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
21:56 celticminstrel [celticminst@Nightstar-mhtogh.dsl.bell.ca] has quit [[NS] Quit: KABOOM! It seems that I have exploded. Please wait while I reinstall the universe.]
21:57 celticminstrel [celticminst@Nightstar-mhtogh.dsl.bell.ca] has joined #code
21:57 mode/#code [+o celticminstrel] by ChanServ
22:21 ErikMesoy is now known as ErikMesoy|sleep
22:26 mac [macdjord@Nightstar-c0i1dq.cable.rogers.com] has joined #code
22:59 Harlow [harlow@Nightstar-2kn67a.cc.il.us] has joined #code
23:00
< Harlow>
is anyone familiar with Xcode and how to change the name of the source file being comiled?
23:03 thalasleep is now known as Thalass
23:20 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
23:20 mode/#code [+qo Vornicus Vornicus] by ChanServ
23:23 Alek [omegaboot@Nightstar-qa936g.il.comcast.net] has quit [Connection closed]
23:28 Alek [omegaboot@Nightstar-qa936g.il.comcast.net] has joined #code
23:28 mode/#code [+o Alek] by ChanServ
23:38
<@celticminstrel>
Harlow: I'm not entirely sure what you mean.
23:39
< Harlow>
its ok i figured it out
23:40
<@celticminstrel>
Ah, good to hear.
23:40
<@celticminstrel>
I am familiar with XCode, in any case.
23:40
<@celticminstrel>
Though, not the latest version.
23:40
< Harlow>
It was easier than i thought.
23:43 JustLurk [justbob@ServerAdministrator.Nightstar.Net] has joined #code
23:43 JustBob [justbob@ServerAdministrator.Nightstar.Net] has quit [NickServ (RECOVER command used by JustLurk)]
23:43 JustLurk [justbob@ServerAdministrator.Nightstar.Net] has quit [[NS] Quit: ]
23:44 JustBob [justbob@ServerAdministrator.Nightstar.Net] has joined #code
23:44 macdjord|slep [macdjord@Nightstar-c0i1dq.cable.rogers.com] has joined #code
23:45 Orthia [orthianz@Nightstar-74k.25d.224.119.IP] has quit [Ping timeout: 121 seconds]
23:45 Orthia [orthianz@Nightstar-74k.25d.224.119.IP] has joined #code
23:45 mode/#code [+o Orthia] by ChanServ
23:46 mac [macdjord@Nightstar-c0i1dq.cable.rogers.com] has quit [Ping timeout: 121 seconds]
--- Log closed Tue Feb 25 00:00:06 2014
code logs -> 2014 -> Mon, 24 Feb 2014< code.20140223.log - code.20140225.log >

[ Latest log file ]