--- Log opened Sat Dec 05 00:00:08 2015 |
00:10 | | Kindamoody is now known as Kindamoody[zZz] |
00:26 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
00:26 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
00:30 | | catadroid [catalyst@Nightstar-2jk9n1.dab.02.net] has joined #code |
00:38 | | Emmy is now known as Emmy-zZz |
03:53 | | AverageJoe [evil1@Nightstar-isd7bm.public.wayport.net] has joined #code |
04:32 | | AverageJoe [evil1@Nightstar-isd7bm.public.wayport.net] has quit [[NS] Quit: Leaving] |
04:40 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
05:50 | | Vash [Vash@Nightstar-uhn82m.ct.comcast.net] has joined #code |
05:50 | | mode/#code [+o Vash] by ChanServ |
06:00 | | celticminstrel [celticminst@Nightstar-uce74q.dsl.bell.ca] has quit [[NS] Quit: KABOOM! It seems that I have exploded. Please wait while I reinstall the universe.] |
06:17 | | catadroid` [catalyst@Nightstar-gvtais.dab.02.net] has joined #code |
06:20 | | Derakon is now known as Derakon[AFK] |
06:21 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
06:21 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
06:21 | | catadroid [catalyst@Nightstar-2jk9n1.dab.02.net] has quit [Ping timeout: 121 seconds] |
06:46 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
06:47 | | Turaiel[Offline] is now known as Turaiel |
06:48 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
06:50 | | Kindamoody[zZz] is now known as Kindamoody |
06:59 | < abudhabi> | Argh. Glassfish 4.1.1 is broken. |
07:03 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
07:03 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
07:03 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
07:16 | | ion [Owner@Nightstar-gmbj85.vs.shawcable.net] has quit [[NS] Quit: drivers crashed] |
07:17 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
07:17 | | ion [Owner@Nightstar-gmbj85.vs.shawcable.net] has joined #code |
07:18 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
07:31 | | Turaiel is now known as Turaiel[Offline] |
07:33 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
07:33 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
07:42 | | Meatyhandbag [sebastianfe@Nightstar-fin.ajr.224.136.IP] has quit [Client exited] |
07:45 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
07:45 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
07:48 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
07:49 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
08:00 | | Kindamoody is now known as Kindamoody|afk |
08:13 | | catadroid` is now known as catadroid |
08:15 | | Vash [Vash@Nightstar-uhn82m.ct.comcast.net] has quit [Connection closed] |
08:48 | | orth_ [orthianz@Nightstar-tj3859.xtra.co.nz] has joined #code |
09:03 | < abudhabi> | It's a bit wacky to operate on an interface that has JPG compression corruption. |
09:04 | <&McMartin> | >_< |
09:05 | < abudhabi> | But hey, it's fast! |
09:05 | < abudhabi> | Hmm. I need a Java lib to handle password hashing for a login/registration thing. What's a good one? |
09:07 | <&McMartin> | I'll defer to people more well-versed in Java's ecosystem. |
09:09 | <@mac> | <blatantlies>Obviously, you should just roll your own!</blatantlies> |
09:10 | < abudhabi> | I know, I'll just use ROT-13! :V |
09:12 | < catadroid> | No need to be salty |
09:13 | <@mac> | abudhabi: That's not secure - we know the key! You should use ROT-N, where N is some randomly generated number known only to you. |
09:21 | | * abudhabi will use one of these for now: http://stackoverflow.com/questions/2860943/how-can-i-hash-a-password-in-java |
09:32 | | mac is now known as macdjord|slep |
10:01 | | catadroid` [catalyst@Nightstar-c6s3d5.dab.02.net] has joined #code |
10:01 | | catadroid [catalyst@Nightstar-gvtais.dab.02.net] has quit [Connection closed] |
10:19 | | Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds] |
11:41 | | catadroid` [catalyst@Nightstar-c6s3d5.dab.02.net] has quit [Ping timeout: 121 seconds] |
11:49 | | gizmore [kvirc@Nightstar-qvrd5r.dip0.t-ipconnect.de] has quit [[NS] Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/] |
12:04 | | gizmore [kvirc@Nightstar-4m1.mv6.252.213.IP] has joined #code |
12:19 | < abudhabi> | Hm. |
12:20 | < abudhabi> | If you have a method that throws an Exception, but the try block where the Exception occurs has a finally block after it, will the finally block get executed on Exception? |
12:37 | < gizmore> | only if the exception is catched there i think |
12:37 | < gizmore> | ruby? |
12:38 | < abudhabi> | Java. |
12:49 | < gizmore> | should be always called :) |
13:40 | | Meatyhandbag [sebastianfe@Nightstar-fin.ajr.224.136.IP] has joined #code |
13:43 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
14:59 | | Turaiel[Offline] is now known as Turaiel |
16:07 | | Turaiel is now known as Turaiel[Offline] |
16:08 | | Derakon[AFK] is now known as Derakon |
16:08 | <&Derakon> | The finally block in Java should always be called, barring exceptional circumstances like the computer being unplugged. |
16:23 | | Emmy-zZz is now known as Emmy-afk |
16:28 | < catalyst> | :D |
16:59 | <@TheWatcher> | That shows a lack of dedication to making it run~ |
17:23 | | ion [Owner@Nightstar-gmbj85.vs.shawcable.net] has quit [[NS] Quit: driver conflict] |
17:25 | | ion [Owner@Nightstar-gmbj85.vs.shawcable.net] has joined #code |
17:58 | | celticminstrel [celticminst@Nightstar-uce74q.dsl.bell.ca] has joined #code |
17:58 | | mode/#code [+o celticminstrel] by ChanServ |
18:00 | | Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code |
18:00 | | mode/#code [+o Crossfire] by ChanServ |
18:54 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
18:54 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
19:21 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
19:23 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
19:32 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
19:32 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
19:35 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
19:37 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
19:37 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
19:59 | | Kindamoody|afk is now known as Kindamoody |
20:07 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
20:10 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
20:10 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
20:20 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
20:22 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
20:29 | | Netsplit *.net <-> *.split quits: Meatyhandbag, abudhabi, Emmy-afk, @iospace, grindhold, @macdjord|slep, @PinkFreud, ion, @himi, Azash, (+8 more, use /NETSPLIT to show all of them) |
20:50 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
20:59 | | Netsplit over, joins: thalass |
21:07 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
21:36 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
21:51 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
21:53 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
22:12 | | ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has joined #code |
22:21 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
22:23 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
22:24 | | Namegduf [namegduf@Nightstar-lcgn9d.beshir.org] has joined #code |
22:24 | | grindhold [quassel@Nightstar-0ona3l.cyan.servdiscount-customer.com] has joined #code |
22:24 | | macdjord [macdjord@Nightstar-r9vt2h.mc.videotron.ca] has joined #code |
22:24 | | abudhabi [abudhabi@Nightstar-7nkq9k.de] has joined #code |
22:24 | | Azash [Azash@46.4.123.35] has joined #code |
22:24 | | Meatyhandbag [sebastianfe@Nightstar-fin.ajr.224.136.IP] has joined #code |
22:24 | | JustBob [justbob@Nightstar.Customer.Dissatisfaction.Administrator] has joined #code |
22:24 | | iospace [Alexandria@Nightstar-fkokc2.com] has joined #code |
22:24 | | himi [fow035@Nightstar-v37cpe.internode.on.net] has joined #code |
22:24 | | gnolam [lenin@Nightstar-t1tbf0.cust.bahnhof.se] has joined #code |
22:24 | | Emmy-afk [M@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
22:24 | | McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has joined #code |
22:24 | | Turaiel[Offline] [Brandon@Nightstar-7mqsi0.mi.comcast.net] has joined #code |
22:24 | | ion [Owner@Nightstar-gmbj85.vs.shawcable.net] has joined #code |
22:24 | | ServerMode/#code [+ooooooao Namegduf macdjord JustBob iospace himi gnolam McMartin McMartin] by *.Nightstar.Net |
22:36 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
22:38 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
22:48 | | Emmy-afk is now known as Emmy |
22:52 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
22:53 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
22:54 | | Kindamoody is now known as Kindamoody[zZz] |
23:08 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
23:08 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
23:38 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
23:39 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
23:52 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
23:53 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
--- Log closed Sun Dec 06 00:00:24 2015 |