--- Log opened Fri Mar 08 00:00:57 2019 |
00:03 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
01:17 | | Derakon[AFK] is now known as Derakon |
01:22 | | Kindamoody is now known as Kindamoody[zZz] |
02:57 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
03:12 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
04:28 | | celmin|away is now known as celmin|sleep |
04:53 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has joined #code |
04:53 | | mode/#code [+qo Vorntastic Vorntastic] by ChanServ |
05:19 | | VirusJTG_ [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
05:21 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Ping timeout: 121 seconds] |
05:22 | | Derakon is now known as Derakon[AFK] |
05:24 | | VirusJTG_ [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Ping timeout: 121 seconds] |
05:29 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
05:29 | | mode/#code [+ao VirusJTG VirusJTG] by ChanServ |
06:45 | | VirusJTG_ [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
06:46 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Ping timeout: 121 seconds] |
06:47 | | VirusJTG_ [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Connection closed] |
06:52 | | himi [sjjf@Nightstar-1drtbs.anu.edu.au] has quit [Ping timeout: 121 seconds] |
06:54 | < simon_> | https://www.nntp.perl.org/group/perl.perl5.porters/2019/03/msg253855.html |
06:55 | < simon_> | clickbaity title: Shipping Perl 5 possibly delayed because of Japanese emperor's coming abdication. |
06:56 | < simon_> | 5.30 that is. |
07:00 | <&McMartin> | I believe the correct reaction is "lol unicode" |
07:01 | <&McMartin> | aka "I � Unicode" |
07:14 | | Degi [Degi@Nightstar-mr8u58.dyn.telefonica.de] has joined #code |
08:00 | <@abudhabi> | You ? Unicode? |
08:00 | <&McMartin> | I U+FFFD REPLACEMENT CHARACTER Unicode. |
08:07 | <@abudhabi> | Yes. |
08:07 | <&McMartin> | The joke is that emojis do not render properly |
08:13 | < simon_> | I'd get the t-shirt. |
08:14 | < simon_> | https://www.redbubble.com/people/farhanhafeez/works/28726314-i-unicode-love-question-mark-missing-developer |
08:53 | | * McMartin counts out bytes in his reimplementation of this old program |
08:53 | <&McMartin> | Two routines converted so far |
08:53 | <&McMartin> | Original: 1,360 bytes |
08:53 | <&McMartin> | Rewrite: 492 bytes, much faster, includes a mode select menu instead of being two separate almost-identical programs |
08:54 | <&McMartin> | Also fixed some cost-no-space boneheaded moves |
09:01 | <&McMartin> | (This is the original, which is Doing It Wrong in a variety of ways: https://www.dropbox.com/s/g63h4d4qk6yhmnm/mandala_orig.png?dl=0 ) |
09:01 | <&McMartin> | (This is my fix: https://www.dropbox.com/s/z45iwpwflceui3t/mandala_2.png?dl=0 ) |
09:40 | | McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has quit [Ping timeout: 121 seconds] |
09:47 | | McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has joined #code |
09:47 | | mode/#code [+ao McMartin McMartin] by ChanServ |
10:34 | | Kindamoody[zZz] is now known as Kindamoody|gym |
10:52 | | Degi [Degi@Nightstar-mr8u58.dyn.telefonica.de] has quit [Ping timeout: 121 seconds] |
10:54 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
10:54 | | mode/#code [+ao VirusJTG VirusJTG] by ChanServ |
13:30 | | Kindamoody|gym is now known as Kindamoody |
13:40 | <@abudhabi> | Hm. |
13:41 | <@abudhabi> | All you Excel/Calc/Gnumeric gurus: |
13:43 | <@abudhabi> | I have a column of values (years), sorted in ascending order with consecutive repeats possible. I want to determine the row where the first value equal or greater than CURRENT_YEAR - 5 is. |
13:44 | <@abudhabi> | So if I've got [2013, 2014, 2014, 2018], I want to get the address of the second value (because it is equal or greater than 2019-5). |
13:44 | <@abudhabi> | Any sane way to do this? |
13:46 | <~Vorntastic> | Rank(cy-5,pile) should give a useful number of some sort |
13:55 | <@abudhabi> | Hm. Doesn't parse in gnumeric. |
13:57 | | celmin|sleep is now known as celmin|away |
14:02 | <~Vorntastic> | Rank is the name in Excel |
14:03 | <@abudhabi> | Gnumeric also has a rank function, but I'm not sure it does the same thing. |
14:27 | <~Vorntastic> | Looks like it's the same thing, you need to do the syntax right and fill in the references (cy and pile are my names not true names) |
14:31 | <@TheWatcher> | good gods |
14:33 | <@TheWatcher> | REasons I hate node, #231: qay too many people using it seem to have utterly no concept of dev v production |
14:49 | <&[R]> | Blame the tools not the tool |
14:55 | | You're now known as TheWatcher[d00m] |
15:02 | | Tamber [tamber@furryhelix.co.uk] has quit [The TLS connection was non-properly terminated.] |
15:02 | | Tamber [tamber@furryhelix.co.uk] has joined #code |
15:02 | | mode/#code [+o Tamber] by ChanServ |
15:05 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
15:05 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
15:38 | | You're now known as TheWatcher |
17:09 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
17:11 | | gnolam [lenin@Nightstar-ghphrt.cust.bahnhof.se] has quit [[NS] Quit: Reboot] |
17:18 | | gnolam [lenin@Nightstar-ghphrt.cust.bahnhof.se] has joined #code |
17:18 | | mode/#code [+o gnolam] by ChanServ |
19:02 | <@iospace> | ATTENTION ALL MEMBERS OF CODE |
19:02 | <@iospace> | IF YOU USE CITRIX, INFORM YOUR SECURITY FOLKS: https://twitter.com/NBCNews/status/1104076504751837186 |
19:08 | <&[R]> | I think the security folks would already be aware if they had to open their network to Citrix |
19:09 | <@iospace> | womp womp |
19:15 | | catalyst [Jessikat@Nightstar-5dv16h.cable.virginm.net] has joined #code |
19:28 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
20:11 | | Kindamoody is now known as Kindamoody|afk |
20:43 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
--- Log closed Fri Mar 08 21:05:14 2019 |
--- Log opened Fri Mar 08 21:10:21 2019 |
21:10 | | TheWatcher [chris@GlobalOperator.Nightstar.Net] has joined #code |
21:10 | | Irssi: #code: Total of 29 nicks [22 ops, 0 halfops, 0 voices, 7 normal] |
21:10 | | mode/#code [+o TheWatcher] by ChanServ |
21:10 | | Irssi: Join to #code was synced in 14 secs |
21:11 | | Kizor [moryok@Nightstar-e0a4sm.utu.fi] has joined #code |
21:12 | | Kizor is now known as NSGuest42634 |
21:13 | | simon_ [simon@Nightstar-e7dcnn.com] has joined #code |
21:33 | | NSGuest42634 is now known as Kizor |
22:37 | | Kindamoody|afk is now known as Kindamoody |
23:57 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
--- Log closed Sat Mar 09 00:00:59 2019 |