🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). This channel is logged for the purpose of keeping a history about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel! Set by lizmat on 8 June 2022. |
|||
00:05
wcs left
00:08
reportable6 left
|
|||
Anton Antonov | @japhb Mmm... unfortunately Raku CBOR is still slow compared to Python (≈ 40 time slower.) | 00:08 | |
00:08
reportable6 joined
|
|||
@japhb Of course, thanks working on "CBOR::Simple" ! And thanks again for bringing my attention to it! | 00:09 | ||
00:14
peder_ left
00:21
simcop2387 left
00:22
perlbot left
00:23
simcop2387 joined
00:26
perlbot joined
00:33
perlbot left
00:34
simcop2387 left
00:51
simcop2387 joined
00:52
perlbot joined
00:57
frost joined
|
|||
japhb | Anton Antonov: Not terribly surprised, especially if you were unable to use packed array types. CBOR::Simple is (I believe) the fastest structured data codec in Raku-land ... but that doesn't make its JSON-like data as fast as tuned Python code. OTOH, it *might* have better fidelity -- Raku has a richer builtin type library than most languages, thus being able to round trip Rat and Capture and such. | 00:59 | |
01:18
wcs joined
01:48
KvL left
02:48
bisectable6 left,
benchable6 left,
nativecallable6 left,
evalable6 left,
linkable6 left,
reportable6 left,
greppable6 left,
unicodable6 left,
bloatable6 left,
tellable6 left,
quotable6 left,
committable6 left,
releasable6 left,
notable6 left,
sourceable6 left,
statisfiable6 left,
coverable6 left,
shareable6 left,
shareable6 joined
02:49
releasable6 joined,
sourceable6 joined,
quotable6 joined,
reportable6 joined,
statisfiable6 joined,
nativecallable6 joined,
bloatable6 joined,
benchable6 joined
02:50
unicodable6 joined,
bisectable6 joined,
coverable6 joined,
evalable6 joined,
linkable6 joined
02:51
tellable6 joined,
greppable6 joined,
committable6 joined,
notable6 joined
03:51
tellable6 left,
benchable6 left,
releasable6 left,
shareable6 left,
statisfiable6 left,
evalable6 left,
quotable6 left,
notable6 left,
coverable6 left,
bisectable6 left,
unicodable6 left,
nativecallable6 left,
reportable6 left,
sourceable6 left,
bloatable6 left,
committable6 left,
greppable6 left,
linkable6 left,
nativecallable6 joined
03:52
shareable6 joined,
coverable6 joined,
reportable6 joined,
notable6 joined,
committable6 joined
03:53
unicodable6 joined,
statisfiable6 joined,
evalable6 joined,
bloatable6 joined,
linkable6 joined,
tellable6 joined
03:54
quotable6 joined,
benchable6 joined,
releasable6 joined,
greppable6 joined,
bisectable6 joined,
sourceable6 joined
04:33
wcs left
05:02
randm left
05:41
Sankalp left
05:46
Sankalp joined
06:07
reportable6 left
06:10
reportable6 joined
06:28
Sgeo left
07:25
BinGOs left,
bingos joined
07:27
bingos is now known as BinGOs
07:55
clarjon_1 joined
07:58
clarjon1 left
08:07
Sankalp left
08:11
Sankalp joined
08:46
abraxxa-home joined
09:00
ecocode[m] left
09:01
jaguart joined
|
|||
Anton Antonov | @japhb Mmm... unfortunately Raku CBOR is still slow compared to Python (≈ 40 times slower.) | 09:05 | |
@japhb Of course, thanks for working on "CBOR::Simple" ! And thanks again for bringing my attention to it! | 09:06 | ||
09:11
killown is now known as copybara
09:13
Kaiepi joined
|
|||
Voldenet | python will be unbeatable here, because cbor2 uses raw C for reading cbor lengths | 09:33 | |
09:42
sena_kun joined
10:02
frost left
10:12
frost joined
10:26
frost left
10:36
frost joined
|
|||
lizmat | *phew* fixed irclogs.raku.org wrt changed format in discord bridge messages | 10:50 | |
11:06
abraxxa-home left
11:25
pmurias joined
|
|||
pmurias | hi! | 11:27 | |
tellable6 | 2020-08-20T06:44:00Z #raku-dev <patrickb> .tell pmurias If you find the time I'd value your insights on github.com/Raku/nqp/issues/656 | ||
2020-10-27T01:48:00Z #raku-dev <[Coke]> .tell pmurias there are some js specific opcodes at gist.github.com/coke/f87ab505c6cb8...b5cb6a8990 like "attrhintfor" that could use some docs. | |||
2020-10-27T01:52:00Z #raku-dev <[Coke]> .tell pmurias I mean like asyncreadbyte | |||
pmurias | anything cool has been recently happening in raku land? | 11:29 | |
lizmat | pmurias: if the tellable6 response is any indication, you missed the new coerce protocol, the work on RakuAST and the IRC logs server irclogs.raku.org | 11:30 | |
pmurias: good to see you, hope you are well! | |||
AlexDaniel | probably wasn't that long, it's just that tellable still has some messages it's unsure about if it delivered them | 11:31 | |
pmurias | lizmat: nice to see you too, hope you are doing well too | 11:33 | |
lizmat | as well as I can, without current parameters :-) | ||
AlexDaniel | lizmat: oooooo, irclogs.raku.org/raku/live.html is faaaancy | 11:34 | |
really cool | |||
lizmat | thank you :-) | ||
AlexDaniel | and the search function works! 😌 | 11:36 | |
that's all I could possible wish for wrt irc logs | |||
ok maybe one more thing is search across multiple channels | |||
lizmat | yeah... that's tricky... you just have to change channel to repeat the same search though | 11:37 | |
you would need a whole new display mechanism to show results from different channels.... and scrolling would be hell to implement | 11:38 | ||
AlexDaniel | aaa yeah indeed | ||
are you taking feature requests? :) | 11:39 | ||
lizmat | github.com/lizmat/App-Raku-Log/issues | ||
I also take PR's :-) | |||
pmurias | myself I'm going doing fairly ok now, worked for google for 2+ years, now checking up on old stuff now that I have more free time | 11:43 | |
lizmat | ++pmurias | ||
11:45
guifa joined
11:53
alethkit joined
12:06
reportable6 left
12:07
reportable6 joined
12:10
frost left
|
|||
Anton Antonov | @Voldenet Thank you for clarifying that Python's cbor2 uses raw C. | 12:25 | |
12:26
timo left
|
|||
lizmat | ok, irclogs.raku.org updated, now running on rakudo blead | 12:38 | |
12:40
pmurias left
12:42
wcs joined
12:57
timo joined
13:03
wcs left
13:10
Guest80 joined,
Guest80 left
13:14
morte_ joined
14:14
linkable6 left,
evalable6 left,
linkable6 joined
14:15
pmurias joined
14:17
evalable6 joined,
pmurias_ joined,
pmurias left
14:44
swaggboi left
|
|||
nine | Nice to read that pmurias++ is doing ok :) | 14:47 | |
14:58
wcs joined
15:02
swaggboi joined
|
|||
[Coke] | What's the latest tech for releasing a module? | 15:18 | |
15:25
Sgeo joined
15:34
swaggboi left
15:44
avuserow joined
|
|||
Nemokosch | raku.org/resources/ could you please update the glot.io link to "raku" instead of "perl6"? | 15:52 | |
15:52
swaggboi joined
|
|||
guifa | [Coke] fez | 15:54 | |
guifa . o O ( someone didn't watch my talk hahahhahahhaha ) | 15:55 | ||
15:57
morte_ left
|
|||
japhb wonders if pmurias is another Xoogler like himself | 16:24 | ||
16:29
swaggboi left
16:30
swaggboi joined
|
|||
jaguart | guifa: Do you have a link to your talk? | 16:32 | |
guifa | jaguart: www.youtube.com/watch?v=G2eDeSRZ6p8 | 16:33 | |
I mainly talk about fez towards the end | 16:36 | ||
jaguart | thanks :) | ||
guifa | I haven't rewatched it though. Hate listening to myself talk haha | 16:38 | |
Nemokosch | It was good | 16:46 | |
ugexe | lgtm | ||
16:50
sena_kun left
|
|||
ugexe | not sure if its worth mentioning, but one of the reasons the file names get mangled is so that files can be referenced by their case-sensitive name even on case-insensitive file systems | 16:52 | |
guifa | and probably also makes life easy if names are non-ASCII too | ||
17:03
swaggboi left
17:04
swaggboi joined
17:16
simcop2387 left,
perlbot left
17:25
sena_kun joined
17:28
morte_ joined
|
|||
tonyo | guifa: a note on the checkbuild - it'll prompt and ask if you'd like to continue anyway | 17:57 | |
it being fez | 17:58 | ||
Anton Antonov | @guifa I am watching the linked talk now (and, yes, somehow I missed it...) | 18:04 | |
18:06
reportable6 left
18:09
reportable6 joined
18:22
morte_ left
|
|||
p6steve | i've put CBOR2 on the most wanted list (maybe we need to use C too) | 18:24 | |
japhb: github.com/japhb/perl6-most-wanted/pull/3 | 18:29 | ||
Anton Antonov | <@928301352029937715> I could not login to the lightsail notebook you provied. | 18:33 | |
<@928301352029937715> I could not login to the lightsail notebook you provided. | 18:34 | ||
18:49
simcop2387 joined
18:51
perlbot joined,
perlbot left,
simcop2387 left
|
|||
[Coke] | is www.youtube.com/watch?v=G2eDeSRZ6p8 choppy for anyone else or just me? | 18:57 | |
18:58
morte_ joined
|
|||
lizmat | not for me | 18:59 | |
18:59
swaggboi left
|
|||
japhb | p6steve: I'm no longer the upstream for perl6-most-wanted. That was (long ago) handed off to the community-shared repos. :-) | 19:05 | |
(GitHub wants to rather hilariously merge almost 300 commits from ~8 years ago.) | 19:06 | ||
19:06
simcop2387 joined
19:08
perlbot joined
19:16
swaggboi joined
19:17
morte_ left
|
|||
Anton Antonov | @Coke not for me | 19:22 | |
19:25
sena_kun left
19:27
sena_kun joined
|
|||
[Coke] | fez's checkbuild doesn't care if 'zef test .' would fail. | 19:35 | |
ok, I think I uploaded a dist, whee. Should see about moving the old ones I had. | 19:39 | ||
19:54
copybara left
20:01
perlbot left
20:02
simcop2387 left
20:19
andm joined
20:20
simcop2387 joined
20:21
perlbot joined
|
|||
guifa | tonyo: noted. I'm probably going to look at reworking the talk into a written guide somewhere | 20:30 | |
20:45
andm left
|
|||
p6steve | anton: sorry --- I have just relaunched and checked login | 20:58 | |
anton: right now this is more of a sandbox ... but I would really like any f/back if you have time to play | 20:59 | ||
anton: url is: container-service-1.gs7k0bfrb4gvk....tsail.com/ | |||
anton: token is: 76d4187c69b2ab498c29fbc6574d76c6c1edde4b3007cdc3 | 21:00 | ||
anton: workbooks are in /eg | |||
[Coke] | ah, and now that I'm looking at the readme for this module on the site, I see like 8 things I had meant to change first. :) | 21:01 | |
21:05
jaguart left
|
|||
p6steve | japhb: thanks ... I have reforked and PRed | 21:08 | |
japhb | Thanks! | 21:16 | |
21:23
pmurias_ is now known as pmurias
|
|||
pmurias | japhb: re ex-googler, yes | 21:25 | |
21:26
sena_kun left
|
|||
Anton Antonov | <@928301352029937715> I got in! 🙂 | 21:35 | |
<@928301352029937715> Should I try to install some of my DSL modules? Ideally this weekend I will make them translate to Dan... | 21:39 | ||
<@928301352029937715> Well, maybe not -- it seems you actively working on that playground! | |||
p6steve | anton: yay! (i) do what you want, I can always rebuild, (ii) the index ipynb already use Data::Generators, Data::Reloaders (feel free to load more via console), (iii) on Dan feel free to do a PR | 21:58 | |
Anton Antonov | <@928301352029937715> Thanks. In the last 15 min the Raku-kernel constantly restarts. I could not do anything. | 22:00 | |
I get these messages: "Kernel Restarting : The kernel for raku-Dan-Jupyter/eg/DD-raku-dan-pandas.ipynb appears to have died. It will restart automatically." | 22:01 | ||
p6steve | all: if you would like to play just follow github.com/p6steve/raku-Dan-Jupyter readme (AWS lightsail account needed - there's a free version for limited time) | ||
committable6 | p6steve, gist.github.com/b0e4997e0c612acd05...4188966921 | ||
p6steve | commitable6: huh? | 22:20 | |
committable6 | p6steve, I cannot recognize this command. See wiki for some examples: github.com/Raku/whateverable/wiki/Committable | ||
AlexDaniel | all: say 42 | 22:21 | |
committable6 | AlexDaniel, gist.github.com/5205ed610808bed7a1...e585a9fc63 | ||
p6steve | oh... | ||
AlexDaniel | p6steve: yeah sry, maybe it should not be a command, I think once every few months people accidentally trigger it :) | 22:22 | |
p6steve | the robots are taking over | ||
22:22
pmurias left
|
|||
AlexDaniel | it's interesting though that it can run code on 2014.01… time flies | 22:23 | |
23:05
vrurg_ joined,
vrurg left
23:14
Kaipei joined
23:17
Kaiepi left
23:50
discord-raku-bot left
23:51
discord-raku-bot joined
|