🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). 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 6 September 2022.
00:00 Kaipei left 00:01 jjido left 00:04 discord-raku-bot left 00:05 discord-raku-bot joined 00:07 reportable6 left 00:09 reportable6 joined 00:22 habere-et-disper left 01:14 Kaipei joined 01:28 epony left 01:56 DarthGandalf left 02:00 razetime joined 02:10 DarthGandalf joined 02:27 discord-raku-bot left, discord-raku-bot joined 02:30 nine left, m_athias left, nine joined 02:31 m_athias joined 02:32 discord-raku-bot left, discord-raku-bot joined 02:50 Xliff_ left 03:15 Kaipii joined 03:18 Kaipei left 03:43 razetime left 04:23 razetime joined 04:32 epony joined 04:35 discord-raku-bot left 04:36 discord-raku-bot joined 04:38 phogg left 04:39 phogg joined 04:40 phogg joined 04:42 cm left 04:50 cm joined 05:39 justnoone joined 05:40 justnoone left 06:07 reportable6 left 06:10 reportable6 joined 06:26 jetchisel left 06:30 jetchisel joined 07:18 Sgeo_ left 07:24 [Coke]_ joined 07:28 [Coke] left 07:38 sena_kun joined 07:56 Kaipii left 08:06 lichtkind joined 08:12 frost37 joined 08:19 sena_kun left 08:20 sena_kun joined 08:38 jjido joined 08:59 jjido left 09:03 nebuchadnezzar joined 09:11 Kaipii joined 10:05 frost37 left 10:24 [Coke] joined 10:27 [Coke]_ left 10:51 Ekho left 10:58 Ekho joined 11:12 [Coke]_ joined 11:15 [Coke] left
lizmat weekly: dev.to/lizmat/its-time-to-rak-part-3-4hgp 11:19
notable6 lizmat, Noted! (weekly)
11:25 [Coke] joined 11:27 [Coke]_ left 11:49 [Coke] left
Geth advent: 8d21e2563e | (Tom Browder)++ (committed using GitHub Web editor) | raku-advent-2022/authors.md
Update authors.md
11:49
11:56 [Coke] joined 12:07 reportable6 left 12:09 reportable6 joined 12:11 lichtkind_ joined 12:12 lichtkind left 12:14 Woodi left 12:19 [Coke] left 12:20 Woodi joined 12:22 [Coke] joined 12:31 [Coke]_ joined 12:34 [Coke] left
Anton Antonov @lizmat I strongly suspect my next Raku post would be titled "Scraping .grep and rak fear prevention articles". 12:44
12:46 [Coke] joined, discord-raku-bot left 12:47 discord-raku-bot joined 12:49 [Coke]_ left
lizmat interesting... :-) 12:51
Anton Antonov @lizmat How did you write the "Don't fear the grepper articles", directly in DEV.to ? 12:56
lizmat no, I wrote them first in vim, and then pasted the markdown into dev.to for tweaking
Anton Antonov I see. Are the Markdown files available somewhere? Basically this is why I am scraping DEV.to -- to get the Markdown versions of your posts. 12:58
12:58 Ekho left 13:03 vrurg_ is now known as vrurg, [Coke]_ joined
lizmat github.com/lizmat/articles is where I keep my articles in markdown 13:05
13:05 Ekho joined
lizmat although there *could* be small change between that and the published version 13:05
*changes
Anton Antonov Ok, great! 13:06
13:06 [Coke] left 13:31 derpydoo joined
lizmat moritz: suppose I want to see if a string contains *any* character that has an additional marker, like é 13:41
thinking about adding a --smartmark option to rak
Nemokosch what use case do you have in mind? 13:43
lizmat same use case as --smartcase 13:48
if the pattern does *not* contain any such characters, activate --ignoremark 13:49
if it does, assume exact matching is required, so don't activate that
afk for a few hours& 13:53
Nemokosch yes, that makes sense actually 13:54
for "fűtő", "futo" should match but not "futó" 13:56
14:09 Kaipii left 14:13 Sgeo joined
moritz lizmat: if you are looking for any character with a mark, the canonical implementation would be to use a decomposed normal form, and then check any character if they belong to the COMBINING MARK family(?), though I don't know if/how raku supports that 14:18
14:33 bdju left 14:40 bdju joined, Kaipii joined 14:42 ilogger2 left
tbrowder hi, all. yesterday i wondered if we might use dev.to as a raku advent site on our own servers. the several answers were basically no, self-hosting is not sustainable. 14:47
14:50 [Coke]_ is now known as [Coke] 14:52 xinming left
tbrowder my question, though, was not fully answered because i was also referring to it’s much easier editing capability and whether its presentation could be satisfactory for the advent articles. if so, perhaps we can search for a satisfactory hosting solution. 14:52
to me it sounds like it might be something the raku foundation might support. 14:53
Nemokosch where did this conversation take place? 14:58
14:59 ilogger2 joined 15:00 discord-raku-bot left, discord-raku-bot joined
tbrowder about 24 hrs ago here 15:18
lizmat, [Coke], ... 15:19
15:24 rba left 15:27 rba joined 15:37 Davidian left 15:38 Sauvin left 15:40 xinming joined 15:47 Sauvin joined 15:55 [Coke]_ joined 15:57 [Coke] left 16:08 Maylay left
[Coke]_ my 2c on switching is only that it would be a lot of effort for a once-a-year benefit for something that we already have a workflow for., 16:10
new stuff? knock yourself out.
... that said, if someone feels strongly enough about the effort, go ahead. :)
16:10 [Coke]_ is now known as [Coke] 16:14 Maylay joined 16:38 tinita left 16:41 Kaipei joined 16:44 tinita joined, Kaipii left 16:50 lucs left 16:55 gabiruh left, lucs joined 16:58 gabiruh joined 17:02 ilogger2 left 17:03 ilogger2 joined, discord-raku-bot left 17:04 discord-raku-bot joined 17:20 derpydoo left 17:21 n1to joined
tonyo is finanalyst in this chat? 17:24
17:27 n1to left, deoac joined 17:41 patterner____ left, patterner____ joined 17:44 xinming left, xinming joined 17:46 razetime left 17:49 Kaipei left 17:59 [Coke]_ joined, [Coke] left 18:07 reportable6 left 18:10 reportable6 joined 18:16 jgaz joined 18:18 Maylay left 18:21 Maylay joined, deoac left 18:38 sftp left, derpydoo joined 18:40 sftp joined 18:42 peder left, jjido joined 18:46 peder joined
[Coke]_ finally gives up on 5g home internet and switches back to cable (holy moley is it faster) 18:48
18:48 [Coke]_ is now known as [Coke]
[Coke] went from an average of 45Mbps (with a worst case of 45Kbps for a day or so) to a one time peak of 410Mbps. 18:49
lizmat moritz: thanks for your thoughts: I think the easiest would be to create an NFD of the string, and see if the number of element is difference from the number of chars in the string
El_Che the summary of the story is that 5G sucks on your location
[Coke] Was "fine" for 10 months but has been horribly recently. I suspect they let too many people on the local tower. 18:50
El_Che even 4G is a lot faster around here 18:51
but, indeed cable seems like a better idea
lizmat cable is ok, unless they put too many people on a local hub :-) 18:53
lizmat is glad with 1Gbps up/down physically 18:54
El_Che there she is
:)
lizmat where am I ?
Nemokosch yep yep
El_Che somewhere with symmetric 1gpbs cable 18:55
lizmat ah, true.. though throttled to 500 Mbps to keep cost down
Nemokosch 1 Gbps down still feels kinda overkill most of the time 18:56
but the upload is only like 40M
El_Che I need to wait for fiber for symmetric speeds
lizmat well, I run several servers here :-)
El_Che our local cable company (that was sold to the US) only gives 300/20 and 1000/40 for too much money 18:59
for less you'd get 1000/1000 on fiber, but it's not available everywhere yet :/ 19:00
19:01 gabiruh_ joined, gabiruh left 19:03 [Coke]_ joined, [Coke] left 19:06 ilogger2 left 19:07 ilogger2 joined 19:13 Kaipei joined 19:42 [Coke]_ is now known as [Coke] 20:13 jgaz left 20:22 Nemokosch joined
Nemokosch bisectable6: { no worries; say 'almafa' ~~ S/a/e/ } 20:24
bisectable6 Nemokosch, Will bisect the whole range automagically because no endpoints were provided, hang tight
tellable6 2022-11-01T19:27:35Z #raku <Xliff> Nemokosch: Part of the Gnome Took Kit (GTK)
bisectable6 Nemokosch, Output on all releases: gist.github.com/eb9faa07fe0c119d1b...a73fb11305 20:25
Nemokosch, Bisecting by output (old=2021.12 new=2022.02) because on both starting points the exit code is 0
Nemokosch, (2022-01-16) github.com/rakudo/rakudo/commit/32...27400cb521
Nemokosch, bisect log: gist.github.com/3c378ccd401a0f09db...f663ae5707
Nemokosch, Bisecting by output (old=2018.01 new=2018.02.1) because on both starting points the exit code is 0 20:26
Nemokosch very interesting...
bisectable6 Nemokosch, bisect log: gist.github.com/f257b410f76e17dd93...31966bfa09
Nemokosch, Bisecting by output (old=2016.05 new=2016.06) because on both starting points the exit code is 0
Nemokosch, bisect log: gist.github.com/a154666cfb3e3f60de...c6e167f4ed
Nemokosch, (2016-06-17) github.com/rakudo/rakudo/commit/be...ca7e21640d
Nemokosch, Bisecting by output (old=2015.12 new=2016.01.1) because on both starting points the exit code is 0
Nemokosch, Output on all releases and bisected commits: gist.github.com/8fcaa99abf63d2a034...d54ddd414c
lizmat moritz: github.com/lizmat/String-Utils#has-marks 20:37
moritz: implementation: github.com/lizmat/String-Utils/blo...kumod#L285
20:45 Kaipei left 20:52 japhb left
guifa_ [Coke] at first I read that as 5Gbps internet and was like WHY WOULD YOU GIVE THAT UP 20:56
20:58 Nemokosch left 20:59 japhb joined 21:28 derpydoo left 21:32 sivoais left 21:33 derpydoo joined 21:38 sivoais joined
tbrowder if anyone is interested in trying out a self-hosted DEV (dev.to) server for supporting raku-advent.blog i'll provide a small Linode cloud shared server to use as a test bed. you'll get full access to a freshly-installed Debian 11 server. i don't have time to do it myself, but having a couple of energetic raku ppl as a team would be nice. send me a private msg if interested. 22:15
22:22 djerius left 22:26 djerius joined 22:39 sena_kun left 22:55 gabiruh_ left, gabiruh joined 23:12 Kaipei joined 23:27 jjido left 23:43 kaskal left 23:44 kaskal- joined