🦋 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:01
jpn joined
00:03
swaggboi left
00:05
jpn left
00:23
jpn joined
00:28
jpn left
00:30
swaggboi joined
|
|||
antononcube | @Coke you can check / increase ulimit in your OS. | 00:43 | |
As for "Cro::HTTP::Client" -- I thought it was a good option making the LLM packages, but turned out is not. I would have occasionally SSL certificate problems, and I found it to be under-documented. Hence, I de-Cro-ed the LLM packages abd moved to using "HTTP::Tiny". | 00:50 | ||
(I no problems so far with "HTTP::Tiny".) | |||
00:58
jpn joined
01:03
jpn left
01:14
jpn joined
01:19
hulk joined,
Maylay left,
jpn left
01:20
kylese left
01:22
Maylay joined
01:24
jpn joined
01:28
jpn left
01:39
jpn joined
01:44
jpn left
01:55
jpn joined
02:01
jpn left
02:05
Opus left,
Opus joined
02:13
jpn joined
02:15
hulk left,
kylese joined
02:17
jpn left
02:25
jpn joined
02:30
jpn left
|
|||
lucs | (Off-topic:) Welp, I had a lot of fun today, figuring out why a disk I have on an offsite machine had "no space left on device" when I tried to scp stuff to it. | 02:59 | |
Turns out that in 2021 I had created a test user account and had this user running a cron job every two hours starting in April 2021. | 03:00 | ||
But mistakes were made :-) | |||
My crontab said "* */2 * * * ...", so it ran 60 times, once each minute, every two hours, not just once every two hours. | |||
And it turns out the cron job was writing to STDERR and thus sending a short email message (733 bytes) to the test user each time. | 03:01 | ||
And I had not looked at that user since pretty much the start, so over three years ago. | |||
So in '/home/<that user>/Maildir/.../new' I found 744,945 unread 733 My crontab said "* */2 * * * ...", so it ran 60 times, once each minute, every two hours, not just once every two hours.byte email messages, consuming all the inodes on the device :-) | |||
Oops | |||
So in '/home/<that user>/Maildir/.../new' I found 744,945 unread 733 byte email messages, consuming all the inodes on the device :-) | 03:02 | ||
03:08
jpn joined
|
|||
MasterDuke | and you'd think 744,945 inodes ought to be enough for anybody... | 03:09 | |
lucs | It's a pretty small disk, about 6G, but still, eh :) | 03:11 | |
03:13
jpn left
03:19
synthmeat left,
synthmeat joined
03:32
kst left
03:55
tjr left
03:56
kst joined,
Chanakan left,
Chanakan joined
04:01
coleman left,
coleman joined
04:04
jpn joined
04:08
jpn left
04:27
jpn joined
04:31
jpn left
04:35
_________ left
04:37
_________ joined
04:45
Voldenet left
04:51
defaultxr joined
05:08
Voldenet joined
05:27
jpn joined
05:30
Sgeo left
05:32
jpn left
05:47
Voldenet left
05:52
jpn joined
05:59
Maylay left
06:02
Maylay joined
06:07
Voldenet joined
06:12
synthmeat left,
synthmeat joined
06:37
kylese left
06:40
kylese joined
06:55
jpn left
07:14
sena_kun joined
07:16
jpn joined
07:37
sena_kun left
07:57
xkr47 left,
xkr47 joined
08:05
sftp left,
dakkar joined,
blendux joined,
sftp joined
08:06
blendux left,
jpn left,
blendux joined
|
|||
blendux | Good morning all! 🦋 Will Raku development migrate away from GitHub at some point? I've searched online and haven't found any indication that this has previously been a topic of conversation. | 08:11 | |
patrickb | blendux: There are no such plans whatsoever. Why would you think so? | 08:16 | |
08:18
jpn joined
|
|||
blendux | I've seen a couple FLOSS organisations advocating for moving away from GitHub. The implementation and usage of Copilot brings up ethical concerns, alongside Microsoft's unpopuparity. Do Raku devs feel any particular way about this? | 08:21 | |
08:24
jpn left
08:26
jpn joined
08:32
dfarnsworth left
08:33
dfarnsworth joined
|
|||
vendethiel | If your repository is on the internet, I’m sure it’s being crawled wherever it is | 08:39 | |
It’s a different issue from e.g. the crawling of private repos | |||
patrickb | I guess the current stance is that we have neither the drive, nor the manpower for a migration. At least I didn't notice much uproar in the community so far. | 08:40 | |
08:43
human-blip left,
human-blip joined
08:50
RakuIRCLogger left
08:51
lizmat left
08:53
lizmat joined
|
|||
vendethiel | Is raku.land backed by a module list somewhere? | 08:55 | |
I renamed a repo, and although Github keeps a redirect for a while, I’d rather change the url | |||
09:12
tellable6 left
09:13
evalable6 left
09:14
releasable6 left
09:15
benchable6 left
09:16
quotable6 left,
committable6__ left
09:17
shareable6__ left
09:18
coverable6__ left
|
|||
patrickb | vendethiel: is it a p6c aka old repo based ecosystem module? | 09:26 | |
vendethiel | should be, yes | ||
patrickb | Not entirely sure, but Ithink that has effectively been shutdown. | ||
lizmat knows the details. I think a snapshot was taken, and persisted, but that snapshot is not updated anymore. | 09:28 | ||
the way forward is to move the module to the fez ecosystem. | |||
I am not entirely sure the above is actually true. I am sure it was the plan, unsure if it was carried out to completion. | 09:29 | ||
lizmat | it wasn't: it's still an open problem solving issue | 09:31 | |
still I'd recommend moving modules from p6c to zef | |||
vendethiel | I will, but I’d rather not doing from my work computer | 09:44 | |
But PRing p6c I can do from my work computer :) | |||
lizmat | don't you have a commit bit ? | 09:45 | |
vendethiel | I probably do? I just don’t remember which repo I should update | 09:46 | |
09:47
kst`` joined
|
|||
lizmat | raku/ecosystem | 09:47 | |
github.com/Raku/ecosystem/blob/main/META.list | |||
Geth | ecosystem/main: 9759b88c12 | ven++ (committed using GitHub Web editor) | META.list Rename Sprockets.pl -> Sprockets.raku |
09:48 | |
vendethiel | Done | ||
lizmat | there you go! :-) | 09:49 | |
vendethiel | I’ll upload it to zef later | ||
Thanks! | |||
09:50
kst left
09:58
blendux left
|
|||
patrickb | vendethiel: On an unrelated note, are you interested in working on Cro? I'm currently trying to get an overview of who wants to continue carrying the flag and is willing to take on responsibility. I think this is good to know to sketch up sane commit and release policies. | 10:13 | |
vendethiel | I haven’t done much on Cro since I left Edument, tbh | 10:14 | |
I still want to get Comma in a working state, but I spent two weekends on it and I think I went in the wrong direction | 10:15 | ||
patrickb | Ok, good to know. I hope you manage to progress with Comma. A nice piece of technology that is. | 10:20 | |
10:39
jpn left
10:43
jpn joined
10:48
jpn left
11:00
guifa joined
11:04
thaewrapt left
11:05
thaewrapt joined
11:08
guifa left
11:38
jpn joined
11:43
jpn left
|
|||
tbrowder | wayland: no, not shorter, just a kebab-case version | 12:04 | |
12:05
MasterDuke left
12:18
jpn joined
12:21
leah2 left
12:22
leah2 joined
12:24
gugod left
12:26
gugod joined
12:48
[Coke]_ joined
12:50
[Coke] left
|
|||
tbrowder | .tell wayland ^^^ | 13:04 | |
tell wayland ^^^ | 13:05 | ||
😦 | 13:13 | ||
13:21
jpn left
13:25
jpn joined
|
|||
lizmat | hmm looks like we lost tellable6 | 13:29 | |
13:30
jpn left
13:32
jpn joined
13:43
[Coke]_ is now known as [Coke]
13:46
ilogger2 left,
ilogger2 joined
13:54
Sgeo joined
15:28
defaultxr left,
defaultxr joined
16:01
Aedil left,
Aedil joined
16:35
dakkar left
17:01
jpn left
|
|||
[Coke] | NETWORK_TESTING is the common env var to enable/disable having your test suite make network connections off site, yes? | 17:21 | |
17:44
sena_kun joined
17:50
xinming left
17:52
xinming joined
|
|||
lizmat | [Coke]: I believe so | 19:40 | |
[Coke] | updated the link checker to respect that | 19:42 | |
19:52
jpn joined
|
|||
[Coke] | so using Cro was more stable, but I ended up writing an error handler that handles X::Cro::HTTP2::GoAway, 429s, the occasional "Stream reset by the server" (all of which pause an appropriate amount of time and then retry) | 19:53 | |
19:56
jpn left
|
|||
lizmat | kewl | 19:59 | |
[Coke] | Use of Nil in string context in block at /Users/coke/.rakubrew/versions/moar-2024.06/install/share/perl6/site/sources/4A379662E8AFB8C07B643C81BB47B6BB39115BF8 (Cro::Uri) line 263 | 20:26 | |
20:29
guifa joined
|
|||
[Coke] | (moved to #cro) | 20:29 | |
20:53
jpn joined
20:58
guifa left
21:25
sena_kun left
21:29
jpn left
|
|||
[Coke] | is there a way to make use of Nil fatal? | 21:38 | |
(use fatal in my script didn't have an impact on that error message) | 21:39 | ||
21:59
camelia joined
|
|||
lizmat | m: CONTROL { die $_ }; say "foo" ~ Nil; say "after" | 22:08 | |
camelia | Use of Nil in string context in block <unit> at <tmp> line 1 |
||
lizmat | sleep& | 22:09 | |
23:10
esh left,
esh joined
|
|||
ugexe | stackoverflow.com/a/54315617/1772220 | 23:48 | |
23:50
tonyo left,
tonyo joined
|