🦋 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.
lizmat weekly: dev.to/lizmat/its-time-to-rak-part-3-4hgp 11:19
notable6 lizmat, Noted! (weekly)
Geth advent: 8d21e2563e | (Tom Browder)++ (committed using GitHub Web editor) | raku-advent-2022/authors.md
Update authors.md
11:49
Anton Antonov @lizmat I strongly suspect my next Raku post would be titled "Scraping .grep and rak fear prevention articles". 12:44
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
lizmat github.com/lizmat/articles is where I keep my articles in markdown 13:05
lizmat although there *could* be small change between that and the published version 13:05
*changes
Anton Antonov Ok, great! 13:06
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
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
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
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
tbrowder about 24 hrs ago here 15:18
lizmat, [Coke], ... 15:19
[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. :)
tonyo is finanalyst in this chat? 17:24
[Coke]_ finally gives up on 5g home internet and switches back to cable (holy moley is it faster) 18:48
[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
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
guifa_ [Coke] at first I read that as 5Gbps internet and was like WHY WOULD YOU GIVE THAT UP 20:56
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