00:01 Aedil left 00:09 arkiuat joined 00:13 arkiuat left 00:14 sftp left 00:16 sftp joined 00:17 sftp left 00:21 sftp joined 00:30 arkiuat joined
SmokeMachine .tell librasteve_ I made a change on Red, and now you can use functions receiving 2 parameters to do the polymorphic stuff... it will use the join-model internally... I still need some ironing on the code, but here is the MR: github.com/FCO/Red/pull/585 00:37
tellable6 SmokeMachine, I'll pass your message to librasteve_
SmokeMachine .tell librasteve_ it allows us to do that with a code like this: www.irccloud.com/pastebin/uv1dvAkV/ 00:38
tellable6 SmokeMachine, I'll pass your message to librasteve_
SmokeMachine .tell librasteve_ that will print this: www.irccloud.com/pastebin/hD7a36wO/ 00:39
tellable6 SmokeMachine, I'll pass your message to librasteve_
SmokeMachine The code is a mess… I really need to refactor that… 00:46
01:03 rba left, rba joined
guifa SmokeMachine just do like me 01:08
constantly refactor so your productivity is reduced to 5% peak 01:09
:-)
SmokeMachine :)
01:21 hulk joined, kylese left 01:35 guifa left 01:39 guifa joined
Voldenet refactoring is needed so technical debt doesn't grow, technical debt reduces productivity by 20% annually and constantly refactoring only by 95% 01:43
so by using these good quality guesstimated statistics, productivity is reduced by 95% after 14 years, therefore refactoring is good ;) 01:44
02:01 guifa left 02:15 hulk left, kylese joined 02:30 sivoais left, sivoais joined 03:07 maylay left 03:11 maylay joined 03:18 stanrifkin_ joined 03:21 stanrifkin left 03:45 deoac left 04:00 librasteve_ left 04:16 sftp left, sftp joined 04:42 Aedil joined 04:50 kylese left, kylese joined 05:10 gabiruh left 05:11 gabiruh joined 06:20 sftp left 06:23 sftp joined 06:28 sftp left, sftp joined 06:43 Aedil left, Sgeo left 06:47 arkiuat left 07:00 holyghost left 07:15 arkiuat joined 07:20 wayland joined, arkiuat left 07:48 arkiuat joined 07:53 arkiuat left 08:22 arkiuat joined 08:27 lichtkind joined 08:31 arkiuat left 09:01 arkiuat joined
disbot4 <jubilatious1_98524> hjkl? catonmat.net/why-vim-uses-hjkl-as-arrow-keys 09:06
09:06 arkiuat left
disbot4 <jubilatious1_98524> catonmat.net/why-vim-uses-hjkl-as-arrow-keys 09:07
09:28 arkiuat joined 09:33 arkiuat left 10:03 arkiuat joined 10:07 arkiuat left 10:29 arkiuat joined 10:34 arkiuat left 11:01 jcallen left 11:02 jcallen joined 11:04 arkiuat joined 11:12 arkiuat left 11:28 MoC joined 11:30 arkiuat joined 11:35 arkiuat left 11:37 wayland76 joined 11:38 wayland left 12:05 arkiuat joined 12:09 arkiuat left
disbot4 <scullucs> cdn.discordapp.com/attachments/633...91043& 12:10
12:26 melezhik joined 12:31 arkiuat joined
disbot4 <antononcube> @lucs Is it you on that photo? 12:33
<scullucs> Yep. 12:34
<scullucs> The guy who made de t-shirts (Peter Krumins) was a Perler back in the day. 12:35
12:37 arkiuat left 12:44 euandreh joined 13:00 guifa joined 13:06 arkiuat joined 13:10 arkiuat left 13:11 arkiuat joined 13:12 guifa left 13:15 arkiuat left 13:32 arkiuat joined
SmokeMachine .tell librasteve do you think the new way to declare polymorphic relationships easier/cleaner/better? 13:33
tellable6 SmokeMachine, I'll pass your message to librasteve_
13:38 arkiuat left 14:03 arkiuat joined 14:08 arkiuat left 14:14 Sgeo joined 14:16 abraxxa-home joined 14:33 arkiuat joined 14:36 melezhik left 14:38 arkiuat left, melezhik joined 14:58 Aedil joined 14:59 arkiuat joined 15:03 kybr left, kybr joined, arkiuat left 15:15 human_blip left 15:17 human_blip joined 15:19 arkiuat joined 15:24 DavidSch__ joined 15:26 arkiuat left 15:44 human_blip left
melezhik . 15:45
15:47 human_blip joined 15:52 arkiuat joined 15:54 human_blip left 15:56 human_blip joined 15:57 arkiuat left 16:01 arkiuat joined 17:04 MoC left 17:15 human_blip left 17:18 human_blip joined
tonyo . 18:23
18:26 melezhik left 19:08 lichtkind left 19:28 lichtkind joined 19:30 apa_c joined
arkiuat I'm wondering why it was decided to not make DateTime a value type. 19:30
m: say DateTime.new(2025,8,8,20,23,0) eqv DateTime.new(2025,8,8,14,23,0,timezone => -6*60*60).in-timezone(0) 19:31
camelia True
arkiuat m: say DateTime.new(2025,8,8,20,23,0) === DateTime.new(2025,8,8,14,23,0,timezone => -6*60*60).in-timezone(0)
camelia False
lizmat m: use v6.*; say DateTime.now.WHICH 19:32
camelia DateTime|5566103909040
lizmat hmmm
didn't we have this discussion recently ? 19:33
aaah... github.com/rakudo/rakudo/pull/5933
arkiuat wow, I completely missed that. Glad you're already on top of the situation! 19:34
lizmat merged, thanks for the nudge
should be in the next release :-)
arkiuat fabulous
lizmat m: use v6.*; say DateTime.now.WHICH
camelia DateTime|5390345781936
arkiuat lizmat++ 19:36
19:49 Aedil left 19:52 BinGOs left 19:53 bingos joined 20:16 deoac joined 20:32 apa_c left 20:33 abraxxa-home left 20:43 guifa joined 21:00 arkiuat left 21:10 apa_c joined 21:19 lichtkind left, arkiuat joined 21:32 arkiuat left 21:33 arkiuat joined 21:37 arkiuat left
lizmat m: use v6.*; say DateTime.now.WHICH 21:41
camelia DateTime|2025-08-08T23:41:46.973944+02:00
22:01 apa_c left, arkiuat joined 22:06 arkiuat left 22:10 DavidSch__ left 22:19 arkiuat joined 22:29 arkiuat left 22:37 arkiuat joined 22:41 arkiuat left 22:55 arkiuat joined 22:59 arkiuat left 23:17 japhb left 23:24 arkiuat joined 23:28 japhb joined 23:55 vasko46 joined 23:57 vasko4 left, vasko46 is now known as vasko4