🦋 Welcome to Raku! raku.org/ | evalbot usage: 'p6: say 3;' or /msg camelia p6: ... | irclog: colabti.org/irclogger/irclogger_log/raku
Set by ChanServ on 14 October 2019.
00:14 raiph left
[Coke] solves a teraminx 01:09
01:38 eythian left 01:40 eythian joined, eythian left, eythian joined
elcaro [Coke]: can you solve the megaminx? I presume it's similar? 01:47
01:52 Altai-man_ joined 01:55 sena_kun left 01:59 mahmudov left 03:03 sourceable6 left, releasable6 left, coverable6 left, notable6 left, shareable6 left, statisfiable6 left, reportable6 left, greppable6 left, bisectable6 left, quotable6 left, unicodable6 left, nativecallable6 left, squashable6 left, benchable6 left, committable6 left, bloatable6 left 03:04 bloatable6 joined, reportable6 joined 03:05 notable6 joined, shareable6 joined, statisfiable6 joined, squashable6 joined, releasable6 joined, unicodable6 joined, greppable6 joined 03:06 bisectable6 joined, committable6 joined, nativecallable6 joined, quotable6 joined, benchable6 joined, sourceable6 joined, coverable6 joined 03:13 Doc_Holliwood left 03:53 sena_kun joined 03:55 Altai-man_ left 03:56 Poohman joined
Poohman hello all 03:57
im using perl6 & Comma in windows 7
I have a file with German characters which can be displayed perfectly in Notepad++ in tuf8 encoding 03:58
If i use the ANSI encoding in Notepad++ I see it change the character 03:59
but when I read the same file in Perl6 - it dosnt matter what encoding I use to read it I always get the character I see in the ANSI encoding in Notepad++ 04:00
228E4ää
in Notepad++ it changes between these 2 characters based on utf8 or ANSI respectively 04:01
but in Comma/perl6 it is always ä
have tried the iso encoding and the all the three windows ones 04:02
could it be a windows related issue?
will be back later - office beckons 04:04
04:09 Poohman left
[Coke] elcaro: megaminx is 5 to a side, tera is 7. yup, same basic algorithm, the 5x is much faster to solve. 04:23
elcaro [Coke]: i only know 3x3. i got one xmas '19. i'm consistently sub-30... i think that's about as fast as my old man hands can manage. 05:04
[Coke] the 3x3 I can do in... 15 or so? 05:27
the 5x5 takes me about an hour
the 7x7 I just did over the weekend a few 20 minute chunks at at ime
05:31 aluaces joined 05:37 Doc_Holliwood joined 05:52 Altai-man_ joined 05:54 sena_kun left 05:55 no-n joined 06:02 marcusr left 06:04 marcusr joined 06:10 cpan-raku left 06:11 cpan-raku joined, cpan-raku left, cpan-raku joined 06:34 horsepatat joined 07:16 stoned75 left, wamba joined 07:42 kensanata joined 07:45 wamba left, wamba joined 07:51 xinming_ left, rindolf joined, xinming_ joined 07:53 rindolf left, sena_kun joined 07:55 Altai-man_ left 08:03 jmerelo joined 08:09 rindolf joined
Geth doc: 2ccfd5860b | (JJ Merelo)++ | doc/Language/operators.pod6
Adds new types to +/-, refs #2632
09:14
doc: bbd252c2f6 | (JJ Merelo)++ | doc/Language/nativetypes.pod6
Adds note about native "str" arrays refs #2632
09:35 rindolf left 09:37 Ulti left 09:38 rindolf joined, Ulti joined
Geth doc: threadless-screw++ created pull request #3145:
Adaptation of .batch description; closes #2969
09:50
09:52 Altai-man_ joined 09:54 sena_kun left
Geth doc: 97053a7f97 | threadless-screw++ | doc/Type/List.pod6
Adaptation of .batch description; closes #2969
10:25
doc: ad5aebe96c | (Juan Julián Merelo Guervós)++ (committed using GitHub Web editor) | doc/Type/List.pod6
Merge pull request #3145 from threadless-screw/rotor_batch

Adaptation of .batch description; closes #2969
10:28 wamba left 10:44 rindolf left 10:46 rindolf joined 11:19 leah2 left 11:41 leah2 joined 11:43 leah2 left, leah2 joined 11:47 pat_js left 11:53 sena_kun joined 11:55 Altai-man_ left 12:06 kensanata left
cpan-raku New module released to CPAN! Auth::SCRAM (0.4.8) by 03MARTIMM 12:52
13:11 cpan-raku left 13:14 cpan-raku joined, cpan-raku left, cpan-raku joined 13:15 marcusr left 13:16 marcusr joined 13:22 jmerelo left 13:29 wamba joined 13:33 Doc_Holliwould joined 13:35 wamba left 13:40 pmurias_ left 13:52 Altai-man_ joined, pmurias_ joined 13:55 sena_kun left 13:57 wamba joined 14:06 poohman joined 14:07 poohman left 14:19 mensvaga joined, leah2 left
Doc_Holliwould m: say :8(16) 14:22
camelia This call only converts base-8 strings to numbers; value 16 is of type Int, so cannot be converted!
(If you really wanted to convert 16 to a base-8 string, use 16.base(8) instead.)
in block <unit> at <tmp> line 1
Doc_Holliwould now that is an awesome error message ^^
14:23 leah2 joined 14:26 pmurias_ left, pmurias joined 14:52 shlomif joined 14:54 rindolf left 14:59 shlomif is now known as rindolf 15:06 horsepatat left 15:12 lucasb joined 15:16 pmurias left, pmurias joined 15:21 wamba left, wamba joined 15:40 poohman joined 15:41 poohman left 15:47 poohman joined 15:48 poohman left
discord6 <Rogue> I'm quite frightened by the amount of precision dropped when I do pi.FatRat 15:48
<Rogue> I suspect because it's becoming a regular Rat first, but even then it should have more precision 15:49
<Rogue> m: say pi.Rat.nude ~ ' | ' ~ pi.FatRat.nude
evalable6 355 113 | 355 113
jnthn m: say pi.WHAT 15:53
camelia (Num)
15:53 sena_kun joined
jnthn m: say pi.Rat(epsilon => 1e-10) 15:53
camelia 3.141593
jnthn m: say pi.Rat(epsilon => 1e-10).nude
camelia (355 113)
jnthn Hm, I think there's some option like that to control it, I may misremember 15:54
15:54 Altai-man_ left
japhb m: say pi; say 355/113; 16:08
camelia 3.141592653589793
3.141593
japhb m: say pi; say (355/113).Num;
camelia 3.141592653589793
3.1415929203539825
16:09 mahmudov joined
cpan-raku New module released to CPAN! URL (0.2.1) by 03TYIL 16:20
17:06 jmerelo joined
cpan-raku New module released to CPAN! Cro::TLS (0.8.2.1) by 03JNTHN 17:15
New module released to CPAN! Cro::HTTP (0.8.2.1) by 03JNTHN 17:19
New module released to CPAN! Cro::WebSocket (0.8.2.1) by 03JNTHN
17:31 pmurias left, chloekek joined 17:37 pmurias joined 17:52 Altai-man_ joined 17:53 horsepatat joined 17:54 sena_kun left 18:11 poohman joined, poohman left 18:16 mensvaga left 18:21 SqrtNegInf joined 18:22 Poohman joined, wildtrees joined
SqrtNegInf m: say pi.Rat(0.000001).nude 18:23
camelia (355 113)
SqrtNegInf m: say pi.Rat(0.0000001).nude
camelia (103993 33102)
18:23 wildtrees left 18:24 wildtrees joined
Poohman hello all 18:30
stackoverflow.com/questions/551798...-from-file
18:30 horsepatat left
Poohman anything possible with Win7 in this case? 18:31
sjn Poohman: just checking; are you aware that Win7 is to be end-of-life'ed on January 14th 2020? 18:36
so if you're trying to make this work on win7, it'll basically be a waste of your time...
Poohman sjn: yes I know that - but I dont have a lot of other options 18:37
sjn yeah, sorry to hear that. is the your own system or one run by your employer or customer? 18:38
Poohman My own is a Linux box, but I dont want to travel with 2 laptops 18:39
uzl[m] IIRC, a subroutine is a kind of routine while a method is another kind of routine. Thus, a subroutine/method is a routine but the other way around isn't necessarily true.
My question: If something is classified as a method, does it also need to be classified as a routine? 18:40
This question arose while I was looking at this page (docs.raku.org/routine.html). In some instances, the type of a name is only a "method". In other, it's a "method, routine".
18:41 wamba left
sjn Poohman: sorry, I can't help you 18:44
Poohman: you can hang around, maybe someone else knows what to do (I wouldn't keep my hopes up though), or explore some fora or support channels that are more tailored towards windows 7 18:47
Or, just dtrt and upgrade
[Coke] even if you can't upgrade the win7 laptop itself for work reasons, one can run the win 10 OS in a VM from MS. 18:51
18:53 poohman_ joined 19:04 lukas_v joined
lukas_v weekly: Mantvydas Lopeta suggested to rename the Perl 6 entry to Raku. This has been done. Raku is now at position #98 of the TIOBE index. 19:06
notable6 lukas_v, Noted! (weekly)
19:07 lukas_v left 19:14 holyghost left 19:15 holyghost joined 19:27 wildtrees left 19:50 jmerelo left
lizmat notable6: weekly 19:51
notable6 lizmat, 1 note: 2020-01-06T19:06:23Z <lukas_v>: Mantvydas Lopeta suggested to rename the Perl 6 entry to Raku. This has been done. Raku is now at position #98 of the TIOBE index.
lizmat notable6: weekly reset
notable6 lizmat, Moved existing notes to “weekly_2020-01-06T19:51:25Z”
19:51 poohman__ joined 19:53 sena_kun joined 19:54 poohman_ left, pochi_ left, pochi joined, Altai-man_ left 20:05 poohman_ joined 20:07 poohman86 joined 20:08 poohman__ left 20:09 poohman_ left 20:12 pochi left, pochi joined, wamba joined 20:47 guifa joined
guifa o/ 20:47
20:49 AlexDaniel left 20:53 stoned75 joined
lizmat and another Rakudo Weekly News hits the Net: rakudoweekly.blog/2020/01/06/2020-...foresight/ 20:54
guifa lizmat++ 20:57
21:01 wildtrees joined 21:18 pmurias left 21:19 rindolf left 21:29 stoned75 left 21:41 pyrimidine joined 21:42 pyrimidine left, SqrtNegInf left, pyrimidine joined
sena_kun lizmat++ on weekly! A nice one. :) 21:49
21:52 Altai-man_ joined 21:55 sena_kun left 21:56 Tirifto joined 22:04 chloekek left 22:19 mahmudov left 22:23 wamba left 22:24 wamba joined 22:32 mahmudov joined 23:02 brass left, poohman86 left 23:07 brass joined 23:12 AlexDaniel joined, AlexDaniel left, AlexDaniel joined 23:13 Manifest0 left 23:15 Manifest0 joined 23:26 wamba left 23:51 lucasb left 23:53 sena_kun joined 23:55 Altai-man_ left