code logs -> 2015 -> Thu, 16 Jul 2015< code.20150715.log - code.20150717.log >
--- Log opened Thu Jul 16 00:00:09 2015
00:18 gnolam [lenin@Nightstar-t1tbf0.cust.bahnhof.se] has quit [Connection closed]
00:18 gnolam [lenin@Nightstar-t1tbf0.cust.bahnhof.se] has joined #code
00:18 mode/#code [+o gnolam] by ChanServ
00:42 himi [fow035@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds]
00:44 catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: ]
00:44 Vornicus [vorn@ServerAdministrator.Nightstar.Net] has joined #code
00:44 mode/#code [+qo Vornicus Vornicus] by ChanServ
00:44 catadroid [catalyst@Nightstar-ajt4ch.dab.02.net] has joined #code
00:45 Vornicus [vorn@ServerAdministrator.Nightstar.Net] has quit [[NS] Quit: Leaving]
00:51 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
00:51 mode/#code [+qo Vornicus Vornicus] by ChanServ
00:51 Derakon[AFK] is now known as Derakon
01:16 gnolam [lenin@Nightstar-t1tbf0.cust.bahnhof.se] has quit [Ping timeout: 121 seconds]
01:26 gnolam [lenin@Nightstar-t1tbf0.cust.bahnhof.se] has joined #code
01:26 mode/#code [+o gnolam] by ChanServ
02:23 himi [fow035@Nightstar-dm0.2ni.203.150.IP] has joined #code
02:23 mode/#code [+o himi] by ChanServ
04:07 VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has quit [Connection closed]
04:14 catadroid` [catalyst@Nightstar-l167ke.dab.02.net] has joined #code
04:16 catadroid [catalyst@Nightstar-ajt4ch.dab.02.net] has quit [Ping timeout: 121 seconds]
04:25 Checkmate [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code
04:25 mode/#code [+o Checkmate] by ChanServ
04:45 Attilla [sid13723@Nightstar-h2b233.irccloud.com] has quit [Ping timeout: 121 seconds]
04:49 jeroud [sid10043@Nightstar-6br85t.irccloud.com] has quit [Ping timeout: 121 seconds]
04:52 Attilla [sid13723@Nightstar-h2b233.irccloud.com] has joined #code
04:56 Meatyhandbag [sebastianfe@Nightstar-54q.u04.53.184.IP] has quit [Client exited]
05:04 Derakon is now known as Derakon[AFK]
05:13 jeroud [sid10043@Nightstar-6br85t.irccloud.com] has joined #code
05:13 mode/#code [+ao jeroud jeroud] by ChanServ
05:29 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed]
07:17 catadroid` is now known as catadroid
07:20 gnolam_ [lenin@Nightstar-t1tbf0.cust.bahnhof.se] has joined #code
07:23 gnolam [lenin@Nightstar-t1tbf0.cust.bahnhof.se] has quit [Ping timeout: 121 seconds]
08:00 gnolam_ is now known as gnolam
08:00 mode/#code [+o gnolam] by ChanServ
08:02 celticminstrel [celticminst@Nightstar-c0l57i.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
08:06
< abudhabi>
Anyone here work with Java servlets?
08:06
< abudhabi>
I'm trying to figure out the best way to have periodic checks, server-side.
08:12 Kindamoody[zZz] is now known as Kindamoody
08:18
< abudhabi>
I mean, I could just delegate it, and just have an interface for something external to prod whenever there is need for updates.
08:19 gnolam [lenin@Nightstar-t1tbf0.cust.bahnhof.se] has quit [Connection closed]
08:19 gnolam [lenin@Nightstar-t1tbf0.cust.bahnhof.se] has joined #code
08:19 mode/#code [+o gnolam] by ChanServ
--- Log closed Thu Jul 16 08:38:19 2015
--- Log opened Thu Jul 16 08:38:24 2015
08:38 TheWatcher [chris@Nightstar-ksqup0.co.uk] has joined #code
08:38 Irssi: #code: Total of 36 nicks [22 ops, 0 halfops, 0 voices, 14 normal]
08:38 mode/#code [+o TheWatcher] by ChanServ
08:38 Irssi: Join to #code was synced in 36 secs
08:50 catadroid [catalyst@Nightstar-l167ke.dab.02.net] has quit [A TLS packet with unexpected length was received.]
08:50 catadroid [catalyst@Nightstar-l167ke.dab.02.net] has joined #code
08:50 himi [fow035@Nightstar-dm0.2ni.203.150.IP] has quit [Ping timeout: 121 seconds]
08:51 Orthia [quassel@Nightstar-ksqup0.co.uk] has joined #code
08:51 mode/#code [+o Orthia] by ChanServ
08:51 Reiver [quassel@Nightstar-ksqup0.co.uk] has joined #code
08:51 mode/#code [+ao Reiver Reiver] by ChanServ
09:11 thalass [thalass@Nightstar-m49.o7s.158.104.IP] has quit [Ping timeout: 121 seconds]
09:18 thalass [thalass@Nightstar-m49.o7s.158.104.IP] has joined #code
09:18 mode/#code [+o thalass] by ChanServ
09:27 Kindamoody is now known as Kindamoody|out
09:58
< Wizard>
abudhabi: Periodic checks for what?
09:58
< Wizard>
I mean it's usually seen as good to have dedicated time-based services rather than having your service do it by itself
09:59
< abudhabi>
Right.
09:59
< Wizard>
But it also depends on what you want to do whether it's better to write something small to do it or if you should just go balls to the wall and set up Nagios or something
10:00
< abudhabi>
It needs to send out notifications whenever something relevant gets into the database. I suppose just having that interface for something else that actually makes the database changes to call makes sense.
10:01
< Wizard>
Yeah
10:01
< Wizard>
There's no sense polling if you're looking for a distinct event
10:35 VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has joined #code
10:37 Checkmate [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
10:42 catadroid [catalyst@Nightstar-l167ke.dab.02.net] has quit [[NS] Quit: Bye]
10:42 catadroid [catalyst@Nightstar-tolht0.dab.02.net] has joined #code
10:47 catadroid [catalyst@Nightstar-tolht0.dab.02.net] has quit [Ping timeout: 121 seconds]
10:53 catadroid [catalyst@Nightstar-150ulj.dab.02.net] has joined #code
10:54 You're now known as TheWatcher[d00m]
11:04 himi [fow035@Nightstar-v37cpe.internode.on.net] has joined #code
11:04 mode/#code [+o himi] by ChanServ
12:08 You're now known as TheWatcher
12:44
< [R]>
abudhabi: do you have full control of what does the relevant inserts?
12:45
< [R]>
If so, have it send out an event?
12:48
< abudhabi>
It doesn't exist yet.
12:48
< abudhabi>
But yes, I figure I'll have full control over that.
12:55
< catadroid>
it's nice to find that a system you put in four years ago that seemed logical is both still in use and improved by coworkers
12:55
<@TheWatcher>
\o/
13:04 Meatyhandbag [sebastianfe@Nightstar-pmo.u04.53.184.IP] has joined #code
13:36 catadroid [catalyst@Nightstar-150ulj.dab.02.net] has quit [Ping timeout: 121 seconds]
13:43 * gnolam sighs as he's once again asked to conjure up data that doesn't actually exist.
14:33
< Wizard>
Conjure up dada instead
14:54 catadroid [catalyst@Nightstar-nsukhg.dab.02.net] has joined #code
14:56
< catadroid>
'Awesome feature' - one of our lead artists on the thing I just added to our editor :)
15:00
< Meatyhandbag>
TT_TT
15:00
< Meatyhandbag>
snifff
15:00
< Meatyhandbag>
No one remembers Berkeley Breathed
15:02 * ToxicFrog thwaps Meatyhandbag with a Billy and the Boingers LP
15:03 * Meatyhandbag embraces ToxicFrog
15:03
< Meatyhandbag>
Did you hear?
15:03
< Meatyhandbag>
Breathed is BACK
15:06
<&ToxicFrog>
I did hear
15:06
<&ToxicFrog>
I'm not sure whether to be optimistic or not, by all accounts Opus wasn't very good
15:06
< Meatyhandbag>
I'm enjoying it
15:07
<&ToxicFrog>
On the other hand, if he's returning to his roots with Bloom County, this is a fantastic time for it; the current US primaries are a gift from god to political comedians of all stripes.
15:07
< Meatyhandbag>
He's calling it Bloom County
15:22 Checkmate [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code
15:22 mode/#code [+o Checkmate] by ChanServ
17:14 catadroid` [catalyst@Nightstar-cuu487.dab.02.net] has joined #code
17:18 catadroid [catalyst@Nightstar-nsukhg.dab.02.net] has quit [Ping timeout: 121 seconds]
17:43 thalass [thalass@Nightstar-m49.o7s.158.104.IP] has quit [Operation timed out]
18:25 Red_Queen [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code
18:25 mode/#code [+o Red_Queen] by ChanServ
18:28 Checkmate [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
18:38 celticminstrel [celticminst@Nightstar-c0l57i.dsl.bell.ca] has joined #code
18:38 mode/#code [+o celticminstrel] by ChanServ
19:28 thalass [thalass@Nightstar-m49.o7s.158.104.IP] has joined #code
19:28 mode/#code [+o thalass] by ChanServ
19:32 Kindamoody|out is now known as Kindamoody
19:36
<&McMartin>
Possibly of interest: http://swish.swi-prolog.org/
19:46 Checkmate [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code
19:46 mode/#code [+o Checkmate] by ChanServ
19:46 Red_Queen [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Connection reset by peer]
20:11 Red_Queen [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code
20:11 mode/#code [+o Red_Queen] by ChanServ
20:13 thalass is now known as Thalass|atwerk
20:13 Checkmate [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
20:39 Netsplit *.net <-> *.split quits: @Orthia, @Ogredude, @JustBob, @celticminstrel, catadroid`, @Red_Queen, VirusJTG, @ToxicFrog, @jeroud
20:43 JustBob [justbob@ServerAdministrator.Nightstar.Net] has joined #code
20:43 mode/#code [+o JustBob] by ChanServ
20:46 catadroid` [catalyst@Nightstar-cuu487.dab.02.net] has joined #code
20:46 jeroud [sid10043@Nightstar-6br85t.irccloud.com] has joined #code
20:46 Ogredude [quassel@Nightstar-hqa.gv6.211.198.IP] has joined #code
20:46 Orthia [quassel@Nightstar-ksqup0.co.uk] has joined #code
20:46 Red_Queen [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code
20:46 celticminstrel [celticminst@Nightstar-c0l57i.dsl.bell.ca] has joined #code
20:46 ServerMode/#code [+aooo jeroud jeroud Red_Queen celticminstrel] by *.Nightstar.Net
20:46 mode/#code [+o Orthia] by ChanServ
20:47 Orthia is now known as NSGuest6309
20:48 NSGuest6309 [quassel@Nightstar-ksqup0.co.uk] has quit [Ping timeout: 121 seconds]
20:50 Netsplit *.net <-> *.split quits: Ogredude, @celticminstrel, catadroid`, @Red_Queen, @jeroud
20:51 Checkmate [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code
20:51 mode/#code [+o Checkmate] by ChanServ
20:54 catadroid [catalyst@Nightstar-7kb0sb.dab.02.net] has joined #code
20:55 catadroid [catalyst@Nightstar-7kb0sb.dab.02.net] has quit [[NS] Quit: Bye]
20:55 catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code
20:57 jeroud [sid10043@Nightstar-6br85t.irccloud.com] has joined #code
20:57 Orth [quassel@Nightstar-ksqup0.co.uk] has joined #code
20:57 celticminstrel [celticminst@Nightstar-c0l57i.dsl.bell.ca] has joined #code
20:57 ServerMode/#code [+aoo jeroud jeroud celticminstrel] by *.Nightstar.Net
20:57 ToxicFrog [ToxicFrog@Nightstar-290.639.10.76.IP] has joined #code
20:57 mode/#code [+ao ToxicFrog ToxicFrog] by ChanServ
20:57 Ogredude [quassel@Nightstar-dm1jvh.projectzenonline.com] has joined #code
20:58 mode/#code [+o Ogredude] by ChanServ
20:58 Orth [quassel@Nightstar-ksqup0.co.uk] has quit [Ping timeout: 121 seconds]
21:00 Orthia [quassel@Nightstar-ksqup0.co.uk] has joined #code
21:00 mode/#code [+o Orthia] by ChanServ
21:44 VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has joined #code
22:31 Kindamoody is now known as Kindamoody[zZz]
22:31 Meatyhandbag [sebastianfe@Nightstar-pmo.u04.53.184.IP] has quit [Client exited]
22:41 Meatyhandbag [sebastianfe@Nightstar-pmo.u04.53.184.IP] has joined #code
23:36 catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: ]
23:46 catadroid [catalyst@Nightstar-husbk6.dab.02.net] has joined #code
--- Log closed Fri Jul 17 00:00:24 2015
code logs -> 2015 -> Thu, 16 Jul 2015< code.20150715.log - code.20150717.log >

[ Latest log file ]