|
🦋 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:08
Guest454 left,
Guest7 left
00:13
Guest222 joined
01:13
Chanakan left
01:16
Chanakan joined
01:39
hulk joined
01:40
kylese left
01:50
Guest222 left
02:15
hulk left,
kylese joined
02:27
guifa left
03:27
Aedil joined
04:30
perlbot left,
simcop2387 left
04:37
simcop2387 joined
04:38
perlbot joined
04:42
Chanakan left
04:44
Chanakan joined
04:59
Chanakan left
05:01
Chanakan joined
05:04
Chanakan left
05:21
Chanakan joined
05:30
Sgeo left
07:48
sena_kun joined
08:39
wayland joined
10:09
sena_kun left
10:13
Chanakan left
10:20
Chanakan joined
|
|||
| timo | notable6__: bugbearer improve docs page of twigils: not-really-twigils $< and $. should be more helpful and link somewhere | 11:31 | |
| notable6__ | timo, Noted! (bugbearer) | ||
| timo | notable6__: bugbearer docs: somehow the subheadings for twigils on the twigils page render to empty-string, even though their id attribute properly has the text in them | 11:32 | |
| notable6__ | timo, Noted! (bugbearer) | ||
|
12:22
merp left
12:28
merp joined
12:38
bisectable6 left
12:41
bisectable6 joined
|
|||
| antononcube | My "Raku Random Spirographs" post in X got ≈600 views within 24 hours. x.com/antononcube/status/1843650569669619870 | 14:45 | |
| [Coke] | timo: where do those bugs end up? | ||
| timo | you have to explicitly ask it for the contents of the category exactly like "weekly" but it doesn't have a convenient shortcut for use in the channel | 14:50 | |
| i just gotta remember to ask it when i have a "pour issues into some githubs" shaped tuit | 14:54 | ||
|
15:08
bdju left
15:11
bdju joined
15:14
bdju left,
bdju joined
15:20
wayland76 joined
15:21
wayland left
15:26
wayland76 left
15:30
wayland76 joined
17:24
maylay left
17:32
maylay joined
17:39
maylay left
17:42
maylay joined
17:59
wayland76 left
18:03
wayland76 joined
18:07
wayland76 left
18:10
wayland76 joined
18:42
Aedil left
18:54
bdju left
18:56
bdju joined
18:58
dmvrtx left
19:00
dmvrtx joined
19:28
bdju left,
bdju joined
|
|||
| antononcube | Anyone interested in tracking the hurricate Milton using Raku? | 20:38 | |
|
20:42
wayland76 left
20:46
wayland76 joined
21:14
sena_kun joined
|
|||
| ab5tract | antononcube: sounds interesting. is it a straughtforward scraper? | 21:23 | |
| antononcube | It kind of is in Mathematica, but I am not sure how to do it Raku. What is the most developed or convenient XML parser in Raku's ecosystem | 21:25 | |
| I am trying to parse this page with the package "XML": www.nhc.noaa.gov/gis-at.xml | 21:26 | ||
| Extracting data from that XML with LLMs is too slow. (Kind of fun, but whatever...) | 21:29 | ||
|
21:34
guifa joined
|
|||
| [Coke] guesses github.com/raku-community-modules/XML | 21:36 | ||
| antononcube | I fed the README of "XML" to LLM and that helped getting the Raku code. I might be able to produce a "tracking" notebook, but it might be too late... 🙂 | ||
| @Coke Yes, thanks! That is what I tried/started using. | |||
| Here is what I got so far: | 21:41 | ||
| cdn.discordapp.com/attachments/633...3a4b0& | |||
| I "just" have to figure out how to make the maps. | 21:42 | ||
|
21:43
doomlord joined
|
|||
| doomlord | Hello, do raku support multidimensional array fast reshaping ? | 21:43 | |
| With the stride factor I mean | |||
| en.m.wikipedia.org/wiki/Stride_of_an_array | 21:44 | ||
| antononcube | Yes. You have to specify a sequence with the stride. | ||
| doomlord | How to do that? | ||
| I don’t find stride in the docs, but maybe I’m dumb | 21:45 | ||
| antononcube | It is not clear: | ||
| I will make an example within 5 min. | |||
| Mean while, try this with a single array @a[1, 3 ... 10] | 21:46 | ||
| doomlord | Thank you! | ||
| antononcube | my @a = 'a' .. 'z'; @a[1, 3 ... 10] | 21:47 | |
| doomlord | Oh but that takes more mental effort than a reshape function for multidimensional arrays | ||
| For 1d is fine | |||
| Although I can imagine writing my sequence generator helpera | 21:48 | ||
| Helpers | |||
| antononcube | I am still working on my MD example... | ||
|
21:48
doomlord left
|
|||
| timo | raku doesn't really support using a view into another array with a stride as if it were a regular array | 21:49 | |
| as in, there is no optimization for that use case built in | |||
|
21:51
MasterDuke joined
|
|||
| antononcube | Yeah, just got that message for this code: my $ma = random-real(20,(9,4)); say $ma.shape; say $ma[1, 3 ... 9; *] # Partially dimensioned views of shaped arrays not yet implemented. Sorry. | 21:52 | |
| @doomlord But I support strides in "Math::SparseArray". | |||
|
21:54
merp left
21:56
merp joined
21:59
bisectable6 left
22:03
bisectable6 joined
22:09
bisectable6 left
22:11
wayland76 left
22:13
bisectable6 joined
22:31
pierrot left,
sena_kun left
|
|||
| lizmat hopes all Rakoons in Florida are in a safe place | 22:33 | ||
|
22:33
pierrot joined
22:46
pierrot left
22:48
Chanakan left
22:49
Chanakan joined
22:52
pierrot joined
|
|||
| lizmat | weekly: programming.dev/post/20341595 | 22:53 | |
| notable6__ | lizmat, Noted! (weekly) | ||
| antononcube | @lizmat | 23:17 | |
| cdn.discordapp.com/attachments/633...16c88& | |||
|
23:18
Sgeo joined
23:20
pierrot left
23:21
pierrot joined
|
|||
| timo | took me a moment, but if i want to find the rakulang@programming.dev group to subscribe to on my mastodon interface i had to put @rakulang@programming.dev rather than the !rakulang@programming.dev it suggested on the programming.dev website | 23:28 | |
| i hadn't seen raku-lang.ir/en before i don't think | 23:30 | ||
| unfortunately, in my interface the posts from the rakulang group don't show up from what i get from @rakulang@programming.dev | 23:32 | ||
| antononcube | Speaking of mastodon accounts -- here is what Grock-2-beta in "fun mode" says: | 23:39 | |
| cdn.discordapp.com/attachments/633...a177a& | |||