code logs -> 2016 -> Tue, 26 Jan 2016< code.20160125.log - code.20160127.log >
--- Log opened Tue Jan 26 00:00:36 2016
00:14 Kindamoody is now known as Kindamoody[zZz]
00:16 catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: Leaving]
00:16 catadroid [catalyst@Nightstar-oua6gj.dab.02.net] has joined #code
00:31 Derakon[AFK] is now known as Derakon
01:41 gnolam_ [lenin@Nightstar-t1tbf0.cust.bahnhof.se] has joined #code
01:45 gnolam [lenin@Nightstar-t1tbf0.cust.bahnhof.se] has quit [Ping timeout: 121 seconds]
02:55
<&Derakon>
Our program at work has a few UIs that were made with Netbeans' form designer.
02:55
<&Derakon>
They work, but heaven help you if you want to modify them later without using said form designer~
03:01
< Turaiel>
Lawdy help you if you want to create or modify any Java UI ever.
03:01
<&Derakon>
Ehh, I've made plenty.
03:01
<&Derakon>
It's verbose as hell, but it's not difficult.
03:01
<&Derakon>
JButton runButton = new JButton("Run"); runButton.addActionListener(new ActionListener() {@Override public void actionPerformed(ActionEvent e) {run();}});
03:02
<&Derakon>
This is why I miss Python's lambdas. ;_;
03:18
<&McMartin>
!
03:18
<&McMartin>
RIP Marvin Minsky
03:18
<&Derakon>
Who?
03:19
<&McMartin>
AI pioneer
03:20
<&Derakon>
Ahh.
03:20
<&Derakon>
I thought the name was familiar, but couldn't figure out why.
03:26
<@Reiv>
Not the basilisk one?
03:27
<&McMartin>
... no
03:27
<&Derakon>
That was Roku, wasn't it?
03:27
<&McMartin>
Minsky was like 85.
03:27
<&Derakon>
Or Roko or something.
03:28
<@Reiv>
For some reason it reminded me
03:29
<&McMartin>
Minsky was an *actual* AI pioneer, not a poster on a forum wanking about recreating the old testament god in silicon
03:30
<&McMartin>
Still kind of a weirdo, as MIT's luminaries so often were, but~
03:32
<@Reiv>
Fair
03:34 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
03:41
<~Vornicus>
Minsky: pioneerof neural networks and The Useless Box.
03:43
<@Reiv>
the useless box
03:44
<~Vornicus>
you know the one. there's a switch on the outside, you flip it, a little arm pops out and flips the switch back.
03:46
<@Reiv>
oh, huh
04:00 Reiv [NSwebIRC@ServerAdministrator.Nightstar.Net] has quit [[NS] Quit: Page closed]
04:03 Turaiel is now known as Turaiel[Offline]
05:01 Derakon is now known as Derakon[AFK]
05:46 celticminstrel [celticminst@Nightstar-uce74q.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
05:54 catadroid` [catalyst@Nightstar-idsrnf.dab.02.net] has joined #code
05:57 catadroid [catalyst@Nightstar-oua6gj.dab.02.net] has quit [Ping timeout: 121 seconds]
06:21 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed]
07:05 Kindamoody[zZz] is now known as Kindamoody
07:31 Kindamoody is now known as Kindamoody|afk
08:14 catadroid` is now known as catadroid
09:19 gnolam_ is now known as gnolam
09:20 mode/#code [+o gnolam] by ChanServ
10:36 Emmy-Werk [M@Nightstar-9p7hb1.direct-adsl.nl] has joined #code
10:55 catadroid [catalyst@Nightstar-idsrnf.dab.02.net] has quit [Connection closed]
10:55 catadroid [catalyst@Nightstar-idsrnf.dab.02.net] has joined #code
11:15 You're now known as TheWatcher[d00m]
11:37
< catadroid>
Shit, I found a really good use for C++ exceptions
11:49 * gnolam headdesks.
11:50
<@gnolam>
CW: "Hey, [program] is telling me I need to reactivate."
11:50
<@gnolam>
Me: "Did you change anything on your computer?"
11:50
<@gnolam>
CW: "No."
11:50
<@gnolam>
Me: "That's weird. It shouldn't do that. Guess I have to take a look."
11:50
<@gnolam>
[after troubleshooting]
11:50
<@gnolam>
CW: "Oh right, now that you mention it, [tech support guy] did replace my hard drive the other week..."
11:52 Emmy-Werk is now known as Emmy
11:59
< abudhabi>
Well, technically, the luser did not change anything. It was someone else.
12:02 Derakon[AFK] [chriswei@Nightstar-5mvs4e.ca.comcast.net] has quit [Connection closed]
12:03 Derakon[AFK] [chriswei@Nightstar-5mvs4e.ca.comcast.net] has joined #code
12:24 catadroid` [catalyst@Nightstar-36i3re.dab.02.net] has joined #code
12:26 catadroid [catalyst@Nightstar-idsrnf.dab.02.net] has quit [Ping timeout: 121 seconds]
12:58 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code
12:58 mode/#code [+o Crossfire] by ChanServ
13:07
< Azash>
http://www.theregister.co.uk/2016/01/25/linux_foundation_scraps_individual_membe rship/
13:09 You're now known as TheWatcher
14:51 catadroid` is now known as catadroid
15:06
<@gnolam>
Ahahahahaha! It... actually works!
15:10
<@gnolam>
Things that are not fun to deal with: printing.
15:10
<@gnolam>
Things that that make it even worse: needing the output to match exactly what another program printed 20 years ago.
15:15 * TheWatcher hums the theme song from M.A.S.H~
15:18
<&jeroud>
gnolam: There's a computerphile video about pretty much exactly that.
15:19
<@gnolam>
TheWatcher: Oh, the thing that really starts you sorting your guns by barrel flavor is that the API is only partially implemented - naturally, with all the actually useful stuff missing - so if you want features like "different fonts/font sizes/weights/styles within a text string" (e.g. "<b>foo:</b> bar") you have to implement them yourself.
15:22
<@TheWatcher>
Of course >.<
15:22 Meatyhandbag [sebastianfe@Nightstar-slh.1a3.224.136.IP] has joined #code
15:34 Meatyhandbag [sebastianfe@Nightstar-slh.1a3.224.136.IP] has quit [Client exited]
15:39 Meatyhandbag [sebastianfe@Nightstar-slh.1a3.224.136.IP] has joined #code
16:24 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
16:31
< Azash>
gnolam: My own personal favourite API is this third party hour reporting software
16:31
< Azash>
Which has the company's contracts, jobs, etc
16:32
< Azash>
Which are linked to employees with a many-to-many
16:32
< Azash>
The API offers "get employees by work id"
16:32
< Azash>
But it doesn't actually offer the opposite
16:32
< [R]>
So you can't find everyone who works on a project?
16:34
< Azash>
Oh you can
16:34
< Azash>
But if you want to find one employee's jobs
16:34
< Azash>
That's not available
16:34
< [R]>
Oh right
16:34
< [R]>
Derp de derp
16:34
< Azash>
(we ended up using a fairly rapidly expiring cache server in the middle to implement it for our own uses)
16:35
< Azash>
You know, if expired, fetch all jobs/users, not exactly a good solution but yeah
16:35
< [R]>
Is there a call that lists all the valid work IDs?
16:35
< Azash>
Yeah
16:35
< Azash>
You can get all jobs and get all employees
16:35
< [R]>
If so I'd just have something grab that, then iteratively list all employees from that and cache the results.
16:35
< Azash>
Well the thing is
16:36
< Azash>
You have to get all the jobs, and all the employees, to the cache box
16:36
< Azash>
Then you have to iterate through the jobs and for each one run "get people on this job"
16:36
< Azash>
And cache that
16:36
< [R]>
Yeah
16:36
< Azash>
Then you can use your own bespoke "get jobs for person x"
16:36
< Azash>
And it's just awful but we're stuck with it
16:37 catadroid [catalyst@Nightstar-36i3re.dab.02.net] has quit [Connection closed]
16:38 catadroid [catalyst@Nightstar-36i3re.dab.02.net] has joined #code
16:50 Meatyhandbag [sebastianfe@Nightstar-slh.1a3.224.136.IP] has quit [Client exited]
16:57 gizmore [kvirc@Nightstar-oqj236.dip0.t-ipconnect.de] has joined #code
17:23 celticminstrel [celticminst@Nightstar-uce74q.dsl.bell.ca] has joined #code
17:23 mode/#code [+o celticminstrel] by ChanServ
18:29 catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code
18:48 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code
18:48 mode/#code [+o Crossfire] by ChanServ
18:54 catadroid` [catalyst@Nightstar-a67md4.dab.02.net] has joined #code
18:56 abudhabi is now known as Wulfric
18:58 catadroid [catalyst@Nightstar-36i3re.dab.02.net] has quit [Ping timeout: 121 seconds]
19:01 Meatyhandbag [sebastianfe@Nightstar-slh.1a3.224.136.IP] has joined #code
19:07 catadroid` [catalyst@Nightstar-a67md4.dab.02.net] has quit [Ping timeout: 121 seconds]
19:51 Reiv [NSwebIRC@Nightstar-q8avec.kinect.net.nz] has joined #code
19:51 mode/#code [+o Reiv] by ChanServ
20:19 Kindamoody|afk is now known as Kindamoody
20:44
<@gnolam>
https://twitter.com/chipotlecoyote/status/691018511557111808
20:47
<&jerith>
gnolam: That's great.
20:54 Meatyhandbag [sebastianfe@Nightstar-slh.1a3.224.136.IP] has quit [Client exited]
20:57 Meatyhandbag [sebastianfe@Nightstar-slh.1a3.224.136.IP] has joined #code
21:42 Meatyhandbag [sebastianfe@Nightstar-slh.1a3.224.136.IP] has quit [Ping timeout: 121 seconds]
21:55 Kindamoody is now known as Kindamoody[zZz]
22:01 gizmore [kvirc@Nightstar-oqj236.dip0.t-ipconnect.de] has quit [[NS] Quit: KVIrc 4.3.2 Aria http://www.kvirc.net/]
22:45 Wulfric is now known as abudhabi
23:35 Turaiel[Offline] is now known as Turaiel
23:42 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
23:42 mode/#code [+qo Vornicus Vornicus] by ChanServ
--- Log closed Wed Jan 27 00:00:52 2016
code logs -> 2016 -> Tue, 26 Jan 2016< code.20160125.log - code.20160127.log >

[ Latest log file ]