🦋 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:10
ryoskzypu joined
00:21
ryoskzypu left,
Manifest0 left
00:22
ryoskzypu joined
00:32
ryoskzypu left
01:07
yewscion joined
01:11
yewscion left
01:24
nil78 left
01:28
nil78 joined
02:24
guifa left
02:30
guifa joined
02:53
kylese left,
hulk joined
02:54
[Coke] left
03:15
hulk left,
kylese joined
04:05
guifa left
04:10
guifa joined
04:49
[Coke] joined
05:27
nil78 left
05:35
nil78 joined
05:48
wbooze joined
|
|||
Geth | App-Rakubrew/JJ-patch-1: be06160919 | (Juan Julián Merelo Guervós)++ (committed using GitHub Web editor) | lib/App/Rakubrew/Variables.pm :recycle: This was still around |
06:50 | |
App-Rakubrew: JJ++ created pull request #84: :recycle: rename |
06:51 | ||
grondilu | Hello. A state variable doesn't seem to get initialized properly when using the -n option. | 07:07 | |
quite difficult to show here, but just run `$ cal |raku -ne 'say (state Int $sum = 0)'` | 07:08 | ||
FYI I wanted to compute the cumulated sum of a file with a bunch of numbers per line. | 07:10 | ||
so something like `raku -ne 'state Int $sum = 0; say $sum; $sum+=$_'` | 07:11 | ||
07:36
wbooze left
07:47
kaskal left
07:48
kaskal joined
07:49
wbooze joined
07:55
yewscion joined
08:00
yewscion left
|
|||
Geth | App-Rakubrew/main: be06160919 | (Juan Julián Merelo Guervós)++ (committed using GitHub Web editor) | lib/App/Rakubrew/Variables.pm :recycle: This was still around |
08:05 | |
App-Rakubrew/main: 08cbd89271 | (Patrick Böker)++ (committed using GitHub Web editor) | lib/App/Rakubrew/Variables.pm Merge pull request #84 from Raku/JJ-patch-1 :recycle: rename |
|||
08:15
melezhik joined
|
|||
melezhik | grondilu: ooo - what do you expect to see when run $ cal |raku -ne 'say (state Int $sum = 0)' ? | 08:16 | |
so looks like it produces a lot of (Int) , when should produce a lot of 0 ? | 08:20 | ||
08:24
melezhik left
08:28
yewscion joined
08:32
yewscion left
08:55
lichtkind joined
09:04
wayland76 joined
|
|||
wayland76 | Hi all! Is there a class hierarchy diagram of the Raku classes? | 09:06 | |
09:06
Manifest0 joined
|
|||
lizmat | there used to be, I think... probably better asked on #raku-doc | 09:10 | |
or [Coke] ^^ ? | |||
wayland76 | Yeah, I felt sure I'd seen one. | ||
09:15
Aedil joined
|
|||
grondilu | tell melezhik: I expected a bunch of 0, yes. Not (Int). | 09:31 | |
librasteve | wayland76: raku.land/zef:jjmerelo/Doc::TypeGraph | 09:41 | |
teach a man to fish | |||
09:46
sena_kun joined
|
|||
wayland76 | librasteve: Wouldn't it be more efficient to use en.wikipedia.org/wiki/One-instruct...t_computer ? :p | 10:11 | |
10:26
jpn joined
|
|||
librasteve | lol | 11:04 | |
11:14
jpn left
11:15
jpn joined
11:22
jpn left
|
|||
El_Che | hi | 11:52 | |
tellable6 | 2025-02-22T23:01:30Z #raku-dev <jdv> El_Che the 2025.02 release is done | ||
El_Che | (building) | 11:58 | |
12:10
melezhik joined
|
|||
melezhik | . | 12:11 | |
.tell grondilu: looks like you forgot to declare some deps for chess - sparky.sparrowhub.io/report/grondi...hess/23616 | |||
tellable6 | melezhik, I'll pass your message to grondilu | ||
melezhik | btw you can pick badge now, available at artifacts/badge.txt | 12:12 | |
12:25
jpn joined
|
|||
El_Che | linux pkgs released to repos | 12:27 | |
melezhik | .tell grondilu: bitcoin-raku-tools ci fails - sparky.sparrowhub.io/report/grondi...ools/23618 | 12:28 | |
tellable6 | melezhik, I'll pass your message to grondilu | ||
12:29
jpn left
|
|||
melezhik | .tell antonantonov: your badge is ready for pickup, in case you need one more CI - sparky.sparrowhub.io/report/antono...eory/23626 ) | 12:33 | |
tellable6 | melezhik, I haven't seen antonantonov around | ||
lizmat | El_Che++ | 12:37 | |
12:51
guifa left
12:55
jpn joined
13:00
jpn left
|
|||
melezhik | Hi community! sparky.sparrowhub.ci goes for alfa testing , anyone could spin up test for their repo, just 1) login using raku/raku as cress 2) follow sparky.sparrowhub.io/build/project/new-project and enter your favorite Raku module repo 3) submit - within minute you'll get it added to the system 4) pickup badge.txt if you like it and add it to module's README 5) Thanks ) ☺️ | 13:13 | |
13:13
yewscion joined
|
|||
melezhik | cress -> creds | 13:13 | |
should be module source control repo, for example - github.com/bduggan/raku-map-leaflet | 13:14 | ||
badges are collected via module build page report, artifacts -> badge.txt | |||
current Rakudo version to test again is 2025.02 | 13:15 | ||
sparky.sparrowhub.ci -> sparky.sparrowhub.io | 13:17 | ||
13:24
jpn joined
13:35
melezhik left
|
|||
antononcube | @librasteve I think making an LLM-based recommender for emojis is a good exercise and it should be done. I am looking for a more robust solution though withe more deterministic methods. | 14:03 | |
For example, LLMs can be used to derive for each emoji a description and corresponding search queries. Then Latent Semantice Analisys (LSA) is applied. Classical LSA, using matrix factorization, cannot be done easily with Raku currently, but LSA factorizations done with other systems can be imported. Also, currently, in Raku LSA via LLM-embeddings can be done. Note, that these LLM applications are done only once | 14:09 | ||
-- the subsequent procedures are deterministic. | |||
14:23
nil78 left
14:27
nil78 joined
14:36
yewscion left
14:37
yewscion joined
15:59
jpn left
16:10
wbooze left
|
|||
Geth | ¦ App-Rakubrew: patrickbkr self-assigned Trying to build `main` results in "refusing to install version broken" github.com/Raku/App-Rakubrew/issues/86 | 16:11 | |
lizmat clickbaits rakudoweekly.blog/2025/02/24/2025-...avalanche/ | 16:46 | ||
17:01
wbooze joined
17:12
dg left,
wayland joined
17:13
wayland76 left
17:17
dg joined
18:00
nil78 left
18:02
nil78 joined
19:07
summerisle is now known as eof
19:28
wayland left,
wayland76 joined
19:29
wbooze left
19:42
nil78 left
19:53
nil78 joined
19:55
DarthGandalf left
20:02
Aedil left
20:08
abraxxa-home joined
20:12
abraxxa-home left
20:13
abraxxa-home joined
20:14
jpn joined
20:20
jpn left
|
|||
[Coke] | is it standard for things with REST APIs that return JSON that if there's a language SDK around it, they return JSON as well instead of an in-lang data structure? | 20:27 | |
(seeing this on an azure library and and seems like they could have gone the one extra step) | |||
20:28
Sgeo_ joined
20:31
Sgeo left
|
|||
ugexe | i would think the response has its own datastructure that has annotations for marshaling and unmarshaling it | 20:34 | |
20:36
abraxxa-home left
20:37
abraxxa-home joined
20:57
abraxxa-home left
21:15
jpn joined
21:20
jpn left
21:21
jpn joined
21:28
jpn left
21:37
Tirifto left
22:05
nil78 left
22:09
nil78 joined
22:24
wayland76 left
22:36
kjp left
22:43
guifa joined
22:45
japhb left
22:49
kjp joined
22:50
japhb joined
22:54
nil78 left
23:00
nil78 joined
23:03
Altai-man joined
23:04
sena_kun left
23:06
jpn joined
23:07
Altai-man left
23:11
jpn left
23:12
yewscion left
23:13
jpn joined
23:17
lichtkind left
23:18
jpn left
23:53
jpn joined
23:57
jpn left
|