code logs -> 2016 -> Mon, 23 May 2016< code.20160522.log - code.20160524.log >
--- Log opened Mon May 23 00:00:06 2016
--- Day changed Mon May 23 2016
00:00 Reiv [NSwebIRC@Nightstar-q8avec.kinect.net.nz] has joined #code
00:00 mode/#code [+o Reiv] by ChanServ
00:22 catadroid [catadroid@Nightstar-2dpass.dab.02.net] has joined #code
00:43 catadroid [catadroid@Nightstar-2dpass.dab.02.net] has quit [Ping timeout: 121 seconds]
00:58 ErikMesoy [Erik@Nightstar-hq72t5.customer.cdi.no] has quit [Connection reset by peer]
00:58 ErikMesoy [Erik@Nightstar-hq72t5.customer.cdi.no] has joined #code
01:04 Turaiel[Offline] is now known as Turaiel
01:12 ErikMesoy [Erik@Nightstar-hq72t5.customer.cdi.no] has quit [Connection closed]
01:13 ErikMesoy [Erik@Nightstar-hq72t5.customer.cdi.no] has joined #code
01:13 mode/#code [+o ErikMesoy] by ChanServ
02:19 Kindamoody[zZz] [Kindamoody@Nightstar-0lgkcs.tbcn.telia.com] has quit [Ping timeout: 121 seconds]
05:03 Derakon is now known as Derakon[AFK]
05:33 Turaiel is now known as Turaiel[Offline]
05:37 celticminstrel [celticminst@Nightstar-80kfip.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
05:50 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
05:51 Reiv [NSwebIRC@Nightstar-q8avec.kinect.net.nz] has quit [Ping timeout: 121 seconds]
06:00 Kindamoody[zZz] [Kindamoody@Nightstar-0lgkcs.tbcn.telia.com] has joined #code
06:00 mode/#code [+o Kindamoody[zZz]] by ChanServ
06:01 Kindamoody[zZz] is now known as Kindamoody
06:29 Kindamoody [Kindamoody@Nightstar-0lgkcs.tbcn.telia.com] has quit [Ping timeout: 121 seconds]
06:32 Kindamoody|autojoin [Kindamoody@Nightstar-0lgkcs.tbcn.telia.com] has joined #code
06:32 mode/#code [+o Kindamoody|autojoin] by ChanServ
06:34 Kindamoody|autojoin is now known as Kindamoody
06:48 Kindamoody [Kindamoody@Nightstar-0lgkcs.tbcn.telia.com] has quit [Ping timeout: 121 seconds]
06:52 Kindamoody|autojoin [Kindamoody@Nightstar-0lgkcs.tbcn.telia.com] has joined #code
06:52 mode/#code [+o Kindamoody|autojoin] by ChanServ
06:56 Kindamoody|autojoin [Kindamoody@Nightstar-0lgkcs.tbcn.telia.com] has quit [Ping timeout: 121 seconds]
07:03 Kindamoody|autojoin [Kindamoody@Nightstar-0lgkcs.tbcn.telia.com] has joined #code
07:03 mode/#code [+o Kindamoody|autojoin] by ChanServ
07:07 Kindamoody|autojoin is now known as Kindamoody
07:39 Alek [Alek@Nightstar-9qtiqv.il.comcast.net] has quit [Ping timeout: 121 seconds]
07:40 catadroid [catadroid@Nightstar-tfn2ug.dab.02.net] has joined #code
07:42 Alek [Alek@Nightstar-9qtiqv.il.comcast.net] has joined #code
07:42 mode/#code [+o Alek] by ChanServ
09:04 Kindamoody is now known as Kindamoody|afk
10:41 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed]
10:53
< abudhabi>
Hm. Is there a python module that covers celestial body properties? Stuff like angular velocity, albedo, mass, etc.
11:37
< catadroid>
And now I've improved our default swap operation
11:38
< catadroid>
I feel like a wizard
13:03
<@ErikMesoy>
abudhabi: Astropy? Its .units and .coordinates packages look relevant.
13:03
<@ErikMesoy>
http://docs.astropy.org/en/stable/index.html
13:13
< Azash>
http://www.npr.org/2016/05/17/478266839/this-is-your-brain-on-uber
13:47 catadroid` [catadroid@Nightstar-2kmgqo.dab.02.net] has joined #code
13:50 catadroid [catadroid@Nightstar-tfn2ug.dab.02.net] has quit [Ping timeout: 121 seconds]
13:53 thalass [thalass@Nightstar-pnj.8hv.135.63.IP] has joined #code
13:53 mode/#code [+o thalass] by ChanServ
14:30 thalass [thalass@Nightstar-pnj.8hv.135.63.IP] has quit [Operation timed out]
14:38 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code
14:38 mode/#code [+o Crossfire] by ChanServ
14:51 catadroid` is now known as catadroid
15:02 celticminstrel [celticminst@Nightstar-80kfip.dsl.bell.ca] has joined #code
15:02 mode/#code [+o celticminstrel] by ChanServ
15:19 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
15:22 thalass [thalass@Nightstar-pnj.8hv.135.63.IP] has joined #code
15:22 mode/#code [+o thalass] by ChanServ
15:58 Emmy [M@Nightstar-9p7hb1.direct-adsl.nl] has joined #code
16:24
<@ErikMesoy>
I can't bind a button to the function that closes the GUI, but I can bind a button to a lambda that calls the function that closes the GUI. >_<
16:28
<@gnolam>
Careful. At least in Qt, binding signals to lambdas is unsafe.
16:32
<@ErikMesoy>
I'm using wxWidgets. The error message on trying to bind my Quit button to Frame.Close() is an Assertion Error: "assert handler is None or callable(handler)" and searching for information about this seems to explain that binding a button to the built-in Close() directly results in infinite loop.
16:32
<@ErikMesoy>
So it says to bind to an in-between method, but doesn't mention whether lambda is safe for that...
16:35
<@ErikMesoy>
How is it unsafe in Qt? I might look for parallells.
17:10 Derakon [chriswei@Nightstar-5mvs4e.ca.comcast.net] has joined #code
17:10 mode/#code [+ao Derakon Derakon] by ChanServ
17:10 * Derakon finds himself writing documentation to help users transition from using our SVN repository to using Git.
17:10
<&Derakon>
This of course has already been done, millions of times, usually poorly~
17:21 gizmore [kvirc@Nightstar-ajid52.dip0.t-ipconnect.de] has joined #code
17:56
<&Derakon>
...not, mind you, that I'm entirely confident I can do better.
18:24
<&McMartin>
"Git is so amazingly simple to use that APress, a single publisher, needs to have three different books on how to use it. Itās so simple that Atlassian and GitHub both felt a need to write their own online tutorials to try to clarify the main Git tutorial on the actual Git website. Itās so transparent that developers routinely tell me that the easiest way to learn Git is to start with its file formats a
18:24
<&McMartin>
nd work up to the commands. And yet, when someone dares to say that Git is harder than other SCMs, they inevitably get yelled at, in what I can only assume is a combination of Stockholm syndrome and groupthink run amok by overdosing on five-hour energy buckets."
18:26
<@Tamber>
http://i.imgur.com/7XQCSc9.gif
18:29
<&Derakon>
Yeah, I am intentionally going to constrain scope to covering git clone, git pull --rebase, git push, and submitting pull requests.
18:29
<&Derakon>
Even then, this is a Major Article.
18:55
<&McMartin>
Oh man, I hadn't seen this before
18:55
<&McMartin>
https://bitquabit.com/post/the-more-things-change/
18:56
<&McMartin>
This is attn me for a variety of reasons but it's also fun anyway
19:40 thalass [thalass@Nightstar-pnj.8hv.135.63.IP] has quit [[NS] Quit: augh drive home nao]
19:58
<&jeroud>
Interesting.
19:59
<&McMartin>
Having recently done some jaunts into raw asm on Windows, I can confirm that it is indeed all the way through Windows 10~
20:17 catadroid` [catadroid@Nightstar-seklp3.dab.02.net] has joined #code
20:19 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
20:19 mode/#code [+qo Vornicus Vornicus] by ChanServ
20:19 Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
20:21 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [[NS] Quit: Leaving]
20:21 catadroid [catadroid@Nightstar-2kmgqo.dab.02.net] has quit [Ping timeout: 121 seconds]
20:21 Vornotron is now known as Vornicus
20:40 gizmore [kvirc@Nightstar-ajid52.dip0.t-ipconnect.de] has quit [[NS] Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/]
20:53 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code
20:54 mode/#code [+o Crossfire] by ChanServ
21:48
< Vornicus>
https://repl.it/CUPn hit run, see what you get
21:48 Kindamoody|afk is now known as Kindamoody
21:49
<@Tamber>
Hooray, float-point misery?
21:49
< Vornicus>
crossfire was complaining about a new language doing that.
21:50
<@Tamber>
Isn't it pretty much inherent in floating point?
21:50
<@Crossfire>
Yes.
21:50
<@Crossfire>
At least Python gives me 109.
21:50
<&Derakon>
If you used something like Python's Decimal type, you wouldn't have this problem.
21:51
<&Derakon>
But Decimal is sloooooooow.
21:51
<@Crossfire>
Quorum only uses integer, number, and boolean.
21:53
<&Derakon>
Those are presumably the built-in types, but Python's Decimal is also not a built-in IIRC.
21:54
<&Derakon>
I mean, I'm not saying Quorum is doing things right, but its results are also not unexpected.
21:54
<&jerith>
Crossfire: Go look up IEEE 754 sometime.
21:55
<&jerith>
Some languages do clever things to limit loss of precision under certain circumstances.
21:55 * Crossfire has now done so.
21:56
<@Crossfire>
Python seems both faster and easier to use than quorum.
21:58
<&jerith>
The only interesting thing about quorum is the design process.
22:17 Derakon [chriswei@Nightstar-5mvs4e.ca.comcast.net] has quit [[NS] Quit: leaving]
22:36 Reiv [NSwebIRC@Nightstar-q8avec.kinect.net.nz] has joined #code
22:36 mode/#code [+o Reiv] by ChanServ
22:43 Kindamoody is now known as Kindamoody[zZz]
23:29 Reiv [NSwebIRC@Nightstar-q8avec.kinect.net.nz] has quit [Ping timeout: 121 seconds]
23:31 himi [fow035@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds]
23:39 Reiv [NSwebIRC@Nightstar-q8avec.kinect.net.nz] has joined #code
23:39 mode/#code [+o Reiv] by ChanServ
23:55 Derakon[AFK] is now known as Derakon
23:55
<&Derakon>
http://joelgrus.com/2016/05/23/fizz-buzz-in-tensorflow/
--- Log closed Tue May 24 00:00:33 2016
code logs -> 2016 -> Mon, 23 May 2016< code.20160522.log - code.20160524.log >

[ Latest log file ]