code logs -> 2013 -> Mon, 25 Mar 2013< code.20130324.log - code.20130326.log >
--- Log opened Mon Mar 25 00:00:29 2013
00:00
<@celticminstrel>
Hm. Do I have it handy?
00:00
<@celticminstrel>
...I think probably the answer is "no", because I haven't updated to 1.5 yet.
00:04
<&McMartin>
Hmm
00:04
<&McMartin>
What is the approprite suffix for a disassembled memory dump?
00:04
<&Derakon>
.linenoise
00:04
<&McMartin>
Nah, this is as secondary assembler output to show where it put things.
00:05
<&McMartin>
So it's ASCII text, not the dump itself
00:06 * McMartin was leaning towards .lst but .txt might be the most sensible.
00:06
<&McMartin>
...alternately, I can not *have* a default~
00:07
<@Tamber>
.das, maybe?
00:07
<&McMartin>
I think the right way to do this is to only do the listfile when a listfile is specified via commandline or pragma
00:07
<&McMartin>
At which point they're explicitly naming a file anyway, so we're off to the races
00:16
<@Rhamphoryncus>
celticminstrel: it's all good. I found a website that can probe a port for me
00:17
<@Rhamphoryncus>
And it even showed up in the server's log so I know it got through
00:28
<&McMartin>
Man, I should have gotten more done in the past 90 minutes~
00:51 Vornicus [vorn@ServerAdministrator.Nightstar.Net] has joined #code
00:51 mode/#code [+qo Vornicus Vornicus] by ChanServ
01:01
<&McMartin>
OK, hooray
01:01 * McMartin is getting sensible output, though the implementation is awful, brittle, and doesn't technically work to spec
01:01
<&McMartin>
That sounds like something to hide in a later rebase.
01:17 * McMartin is a bad person
01:17
<&McMartin>
base += (" %02X" * len(binary)) % tuple(binary)
01:21
<&McMartin>
Despite being a terrible person I am still pep8 compliant!
01:34 OrthiaLap [orthia@Nightstar-fae4ee48.ihug.co.nz] has joined #code
01:48
<&McMartin>
OK, this factoring is also slightly more reasonable, so there is now merely the problem that it doesn't do what it should.
01:56 RichyB [richardb@Nightstar-86656b6c.cable.virginmedia.com] has quit [[NS] Quit: >:3 This is BunThulhu. Copy him into your quit message to help him take over the Internet.]
02:12 VirusJTG [VirusJTG@Nightstar-09c31e7a.sta.comporium.net] has quit [[NS] Quit: Program Shutting down]
02:46 Kindamoody[zZz] is now known as Kindamoody
03:55 * McMartin now wants to make a game in which you prevent Spider-Man from climbing your building by hacking his webs
04:04
<&Derakon>
With, what, an axe?
04:05
<&McMartin>
Yes
04:05
<&McMartin>
Sadly, Penny Arcade remains basically unsearchable.
04:15 JustBob [justbob@ServerAdministrator.Nightstar.Net] has quit [Connection reset by peer]
04:17 JustLurk [justbob@ServerAdministrator.Nightstar.Net] has joined #code
04:17 JustLurk is now known as JustBob
04:39 syksleep is now known as Syk
04:48
< JustBob>
Because misery must be shared. http://pastebin.com/yfLkxJL8
04:48
< JustBob>
Apparently that's, quote, "One of the better pieces of code," as well as "Clearly written."
04:49 Kindamoody is now known as Kindamoody|afk
04:50
<~Vornicus>
Bob: wait, that's your code, isn't it
04:50
<~Vornicus>
That sir is three shrieking horrors and a partridge in a pear tree.
04:50
< JustBob>
Yes, yes it is.
04:51
< JustBob>
You can tell it's mine because the variables are insane.
04:52 You're now known as TheWatcher[afk]
04:53
< JustBob>
Here, have another part of my project's code: http://pastebin.com/cx45gGwG
04:54
<~Vornicus>
Okay the vast number of constants makes me happy. Though the names are ridicushort.
04:55
< JustBob>
Pfft.
04:55
< JustBob>
Okay, on one hand, you say the variables are too long
04:55
< JustBob>
On the other, you say they're too short.
04:55
< JustBob>
I mean, ffs, what do you want? :p
04:58
<~Vornicus>
Wat
04:59
< JustBob>
How are the names short?
04:59
< JustBob>
pac => physical absorption coefficient. pdc => physical diffusion coefficient. etc.
05:01
<~Vornicus>
I'd literally call them physical_absorption_coefficient, et al
05:01
<@froztbyte>
lies, pac is a proxy configuration file
05:01 * froztbyte hides
05:03
< JustBob>
vorn - and then my code gets silly when I call it repeatedly. :p
05:03
<~Vornicus>
tabfill, knowlessman
05:08
< JustBob>
...I can tabfill all day, Vorn.
05:09 celticminstrel [celticminst@Nightstar-e83b3651.cable.rogers.com] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
05:09
< JustBob>
fcB(i) = fcA(i) + fcC(i) + pdc(i-1)*pcw(i-1)/2 + pdc(i)*pcw(i)/2; going into ficticious_cell_Beta(i) = ficticious_cell_Alpha(i) + ficticious_cell_Charlie(i) + physical_diffusion_coefficient(i-1)*physical_cell_width(i-1)/2 + physical_diffusion_coefficient(i)*physical_cell_width(i)/2;
05:09
< JustBob>
Now that?
05:09
< JustBob>
That actually fills me with rage.
05:11
<@froztbyte>
"going into" isn't valid syntax!!~
05:11
<@froztbyte>
also, I hope that has syntax highlighting to visually pair things a bit nicer
05:11
<@froztbyte>
otherwise I'd throw some brackets in there just because
05:12
< JustBob>
Pfft.
05:12
<@froztbyte>
(but, being matlab, adding brackets probably fucks the performance)
05:12
< JustBob>
Going into in the sense of replacing perfectly reasonable names like pdc with physical_diffusion_coefficient
05:12
<@froztbyte>
oh right, that
05:13
<@froztbyte>
meh, I sometimes have reference-variables like that too
05:13
<@froztbyte>
especially within a module that just deals with them internally and if I can be sure that anyone dealing with it will have the right domain knowledge to know what they mean
05:13
<@froztbyte>
I'd guess in this case that can hold
05:14
< JustBob>
Heh.
05:18
<&McMartin>
https://github.com/panicsteve/cloud-to-butt
05:18
<@froztbyte>
cloudbutts
05:19
<&McMartin>
Butt turbulence
05:20
<&McMartin>
https://secure.flickr.com/photos/ffg/8571577547/in/pool-cloud-to-butt
05:21 Derakon is now known as Derakon[AFK]
05:22
<@froztbyte>
eeeeeexcellent
05:26 himi [fow035@D741F1.243F35.CADC30.81D435] has quit [Ping timeout: 121 seconds]
06:48 OrthiaLap [orthia@Nightstar-fae4ee48.ihug.co.nz] has quit [Ping timeout: 121 seconds]
07:27 OrthiaLap [orthia@Nightstar-fae4ee48.ihug.co.nz] has joined #code
07:36 Kindamoody|afk [Kindamoody@Nightstar-05577424.tbcn.telia.com] has quit [Ping timeout: 121 seconds]
07:58 Kindamoody|autojoin [Kindamoody@Nightstar-05577424.tbcn.telia.com] has joined #code
08:05 Vornicus [vorn@ServerAdministrator.Nightstar.Net] has quit [[NS] Quit: Leaving]
08:22 himi [fow035@Nightstar-5d05bada.internode.on.net] has joined #code
08:22 mode/#code [+o himi] by ChanServ
08:46 thalass [thalass@Nightstar-f97b970e.bigpond.net.au] has joined #code
08:49 * thalass eyes this, finds it iiinteresting http://www.muktware.com/5407/developer-releases-source-code-linux-speech-recogni tion-program
08:50
< thalass>
As i've just got Android 4.2.2 and have decent voice recognition now through Google Now (which, of course, uses the same API at that)
10:11 d4de [olorin@687AAB.418D22.9DB427.23B365] has quit [NickServ (GHOST command used by d4de_)]
10:11 d4de_ [olorin@687AAB.418D22.AFB8E5.21B2FB] has joined #code
10:47 RichyB [richardb@Nightstar-228a334c.plus.com] has joined #code
10:49 RichyB [richardb@Nightstar-228a334c.plus.com] has quit [[NS] Quit: >:3 This is BunThulhu. Copy him into your quit message to help him take over the Internet.]
10:49 RichyB [richardb@Nightstar-228a334c.plus.com] has joined #code
11:12
<@gnolam>
http://www.codingthewheel.com/internet/dont-be-evil-except-the-new-google/
12:44 Syloq [Syloq@NetworkAdministrator.Nightstar.Net] has quit [Connection closed]
12:50 KiMo|autorejoin [Kindamoody@Nightstar-05577424.tbcn.telia.com] has joined #code
12:51 Kindamoody|autojoin [Kindamoody@Nightstar-05577424.tbcn.telia.com] has quit [Ping timeout: 121 seconds]
12:55
<@froztbyte>
http://blog.froztbyte.net/2013/03/poking-at-xkcd-1190/
13:07
< RichyB>
gnolam: yeah, that.
13:07
< RichyB>
I need to figure out killing my gmail account.
13:40 RichyB [richardb@Nightstar-228a334c.plus.com] has quit [Ping timeout: 121 seconds]
13:59 ToxicFrog is now known as ToxicFrog|W`rkn
14:00 RichyB [richardb@Nightstar-228a334c.plus.com] has joined #code
14:15
<&ToxicFrog|W`rkn>
RichyB: it talks IMAP, so you can just extract all of your mail with fetchmail or something.
14:15
< Syk>
uh
14:15
< Syk>
what about google takeout?
14:16
<&ToxicFrog|W`rkn>
Oh right, that's a thing
14:16
< Syk>
oh no they dont have email
14:16
< Syk>
g+ and drive and yt and stuff tho
14:21 * thalass reads
14:21
< thalass>
godsdamnit
14:22
< thalass>
When exactly did google take over the toobs? And when did i turn into a google junkie?
14:28
<&ToxicFrog|W`rkn>
Goog sovereign is of all the tubes/of rich, of poor, of l33t, of n00bs/no service can escape their deeds/they're in ur base, killin ur feeds
14:28
<&ToxicFrog|W`rkn>
>.>
14:30
< thalass>
I just started using Now, and have poked at Keep a couple of times (though it hasn't done it for me), but i'm using Android, G+, gmail, voice search, regular search, maps, and increasingly navigation (though that is primarily due to Now intergration). And, of course, all of the grunt work is done on google servers.
14:30
< thalass>
hah
14:31
< thalass>
A year ago i had a Linux phone. With actual Linux onnit. I used OSM, made do without voice search (though man it's pretty nifty). Bah.
14:32
<&ToxicFrog|W`rkn>
I'm using...gmail, android, search and maps.
14:32
<&ToxicFrog|W`rkn>
And of those, search and maps are the only ones I would miss.
14:33
<&ToxicFrog|W`rkn>
Maybe not even maps.
14:35
< thalass>
I have a garmin offline map/nav program that works fine. And yet... GMap! >.<
14:35 * thalass ponders
14:39
< thalass>
There are alternative search engines, note taking applications, i'm using the best social network right now (woo IRC). Voice search is not vital, unless you're driving i guess, and would be better done offline, really.
14:39 RichyB [richardb@Nightstar-228a334c.plus.com] has quit [Ping timeout: 121 seconds]
14:39
< thalass>
Damn. That article made me realise how they've kinda slid in sideways, taking over most of how i use the internet. >.<
14:43 RichyB [richardb@Nightstar-228a334c.plus.com] has joined #code
14:50 mode/#code [+o KiMo|autorejoin] by ChanServ
14:51 KiMo|autorejoin is now known as Kindamoody
14:55 Kindamoody is now known as Kindamoody|afk
14:56 Syloq [Syloq@NetworkAdministrator.Nightstar.Net] has joined #code
14:57 mode/#code [+o Syloq] by ChanServ
14:57 Syk is now known as syksleep
14:57 thalass is now known as Thalasleep
15:15 Thalasleep [thalass@Nightstar-f97b970e.bigpond.net.au] has quit [Ping timeout: 121 seconds]
16:21 io\sick is now known as iospace
16:32 Kindamoody|afk [Kindamoody@Nightstar-05577424.tbcn.telia.com] has quit [[NS] Quit: Changing connection, brb]
16:34 Kindamoody|autojoin [Kindamoody@Nightstar-e90daa5b.cust.tele2.se] has joined #code
16:35 mode/#code [+o Kindamoody|autojoin] by ChanServ
17:01 Kindamoody|autojoin [Kindamoody@Nightstar-e90daa5b.cust.tele2.se] has quit [[NS] Quit: Trying switching networks again, brb]
17:03 Kindamoody|autojoin [Kindamoody@Nightstar-05577424.tbcn.telia.com] has joined #code
17:03 mode/#code [+o Kindamoody|autojoin] by ChanServ
17:09 Courage [Moltare@583787.FF2A18.190FE2.4D81A1] has quit [Ping timeout: 121 seconds]
17:11 Courage [Moltare@583787.FF2A18.190FE2.4D81A1] has joined #code
17:11 mode/#code [+o Courage] by ChanServ
17:37 Kindamoody|autojoin is now known as Kindamoody
17:56 Vornicus [vorn@ServerAdministrator.Nightstar.Net] has joined #code
17:56 mode/#code [+qo Vornicus Vornicus] by ChanServ
18:01 Derakon[AFK] [Derakon@Nightstar-a3b183ae.ca.comcast.net] has quit [Ping timeout: 121 seconds]
18:02 Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has joined #code
18:02 mode/#code [+ao Derakon Derakon] by ChanServ
19:13 Derakon_ [chriswei@Nightstar-a3b183ae.ca.comcast.net] has joined #code
19:13 Kindamoody [Kindamoody@Nightstar-05577424.tbcn.telia.com] has quit [Ping timeout: 121 seconds]
19:14
< Derakon_>
Hm, celticminstrel isn't here.
19:14
< Derakon_>
I was going to ask him about http://code.google.com/p/openexile/
19:18 Kindamoody|autojoin [Kindamoody@Nightstar-05577424.tbcn.telia.com] has joined #code
19:18 mode/#code [+o Kindamoody|autojoin] by ChanServ
19:18 Kindamoody|autojoin is now known as Kindamoody[zZz]
19:23 d4de_ [olorin@687AAB.418D22.AFB8E5.21B2FB] has quit [Ping timeout: 121 seconds]
19:34 TechGeek644 [TechGeek64@Nightstar-74b42d14.fios.verizon.net] has joined #code
19:34
< TechGeek644>
http://www.youtube.com/watch?v=GrMjHjWjYdI
19:35 TechGeek644 [TechGeek64@Nightstar-74b42d14.fios.verizon.net] has left #code []
20:48 himi [fow035@Nightstar-5d05bada.internode.on.net] has quit [Ping timeout: 121 seconds]
21:04 Pandemic [VirusJTG@Nightstar-09c31e7a.sta.comporium.net] has quit [Client closed the connection]
21:05 gnolam [lenin@Nightstar-7bcbe2b8.cust.bredbandsbolaget.se] has quit [Ping timeout: 121 seconds]
21:05 Pandemic [VirusJTG@Nightstar-09c31e7a.sta.comporium.net] has joined #code
21:05 mode/#code [+o Pandemic] by ChanServ
21:08 gnolam [lenin@Nightstar-7bcbe2b8.cust.bredbandsbolaget.se] has joined #code
21:08 mode/#code [+o gnolam] by ChanServ
21:31 himi [fow035@Nightstar-5d05bada.internode.on.net] has joined #code
21:31 mode/#code [+o himi] by ChanServ
21:35 RichyB [richardb@Nightstar-228a334c.plus.com] has quit [[NS] Quit: >:3 This is BunThulhu. Copy him into your quit message to help him take over the Internet.]
21:48 celticminstrel [celticminst@Nightstar-e83b3651.cable.rogers.com] has joined #code
21:48 mode/#code [+o celticminstrel] by ChanServ
22:06 OrthiaLap [orthia@Nightstar-fae4ee48.ihug.co.nz] has quit [Ping timeout: 121 seconds]
22:58 ToxicFrog|W`rkn is now known as ToxicFrog
23:01 Derakon_ [chriswei@Nightstar-a3b183ae.ca.comcast.net] has quit [[NS] Quit: leaving]
23:10 OrthiaLap [orthia@Nightstar-fae4ee48.ihug.co.nz] has joined #code
23:29 Thalasleep [thalass@Nightstar-f97b970e.bigpond.net.au] has joined #code
23:32 Thalasleep is now known as Thalass
23:33 OrthiaLap [orthia@Nightstar-fae4ee48.ihug.co.nz] has quit [Ping timeout: 121 seconds]
23:57 VirusJTG [VirusJTG@Nightstar-09c31e7a.sta.comporium.net] has joined #code
--- Log closed Tue Mar 26 00:00:43 2013
code logs -> 2013 -> Mon, 25 Mar 2013< code.20130324.log - code.20130326.log >

[ Latest log file ]