*** gnucode <gnucode!~gnucode@user/jab> has quit IRC | 01:08 | |
sadoon[m] | Are the meeting times affected by DST? | 06:26 |
---|---|---|
*** markos_ <markos_!~Konstanti@2a02:85f:9a9b:8032:9f50:7342:9879:5db0> has joined #libre-soc | 07:49 | |
*** markos <markos!~Konstanti@static062038151250.dsl.hol.gr> has quit IRC | 07:49 | |
*** markos_ <markos_!~Konstanti@2a02:85f:9a9b:8032:9f50:7342:9879:5db0> has quit IRC | 07:54 | |
*** markos_ <markos_!~Konstanti@static062038151250.dsl.hol.gr> has joined #libre-soc | 08:07 | |
lkcl | they're fixed at UTC. | 08:13 |
lkcl | btw i had to move back to tuesday, david can't do thursday (at all) | 08:13 |
sadoon[m] | That's fine with me :) | 10:58 |
sadoon[m] | It's a little difficult but still manageable, would be 11-11:45PM here | 10:58 |
sadoon[m] | <lkcl> "they're fixed at UTC." <- I'm a little timezone illiterate, I read about it a little and now understand how UTC works :P | 10:59 |
sadoon[m] | We don't do daylight savings here so all we know it GMT+3 and +/- 2 hours for close nations | 11:00 |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.55.84> has joined #libre-soc | 16:35 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.55.84> has quit IRC | 16:44 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has joined #libre-soc | 16:45 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has quit IRC | 16:59 | |
*** lxo <lxo!~lxo@linux-libre.fsfla.org> has quit IRC | 17:04 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has joined #libre-soc | 17:04 | |
*** lxo <lxo!~lxo@linux-libre.fsfla.org> has joined #libre-soc | 17:06 | |
*** octavius <octavius!~octavius@92.40.168.146.threembb.co.uk> has joined #libre-soc | 17:45 | |
*** octavius <octavius!~octavius@92.40.168.146.threembb.co.uk> has quit IRC | 18:43 | |
*** gnucode <gnucode!~gnucode@user/jab> has joined #libre-soc | 19:33 | |
gnucode | I suppose that I am early to the meeting... | 19:57 |
gnucode | I just joined the meeting. | 20:04 |
gnucode | I can't actually speak, 'cause I am at work. | 20:04 |
gnucode | yup | 20:05 |
*** octavius <octavius!~octavius@92.40.168.149.threembb.co.uk> has joined #libre-soc | 20:23 | |
markos_ | gnucode, your mic was unmuted | 20:26 |
gnucode | just now? | 20:27 |
gnucode | is it still unmuted? | 20:27 |
markos_ | doesn't seem to be, we just heard some soya sauce discussion, no worries :) | 20:27 |
gnucode | oh. I just muted it again. | 20:28 |
gnucode | hopefully that works. | 20:28 |
markos_ | thx | 20:28 |
markos_ | we all thought it was some new encryption algorithm :) | 20:28 |
gnucode | I was bragging about my bread that I just made. | 20:28 |
gnucode | hahaha. :) | 20:28 |
markos_ | happened again :) | 20:32 |
gnucode | I will work on it. | 20:32 |
gnucode | I thought I had set my phone to mute. sorry | 20:36 |
gnucode | what is in intrinsic? | 20:47 |
gnucode | an assembly instruction? | 20:47 |
programmerjake | a special function defined by the compiler that translates to a specific instruction | 20:49 |
gnucode | ah. So 25,000 special functions...just slows things down. gotcha. | 20:50 |
programmerjake | its basically a way for the compiler to define a new operation like the + operator except it doesn't need a language extension since it looks like a standard function call | 20:53 |
gnucode | programmerjake: thanks for explaining it to me. | 20:54 |
programmerjake | np | 20:55 |
markos_ | gnucode, sorry about that, your mic is unmuted again | 20:58 |
gnucode | markos_: can you all just mute my mike? | 20:59 |
gnucode | I have muted it here, as far as I can tell. | 20:59 |
gnucode | If you can't mute my mike, then please let me know. I suppose that I will have to leave the metting. :( | 20:59 |
markos_ | I can't personally, but I'll ask | 21:00 |
gnucode | thanks | 21:00 |
*** gnucode <gnucode!~gnucode@user/jab> has quit IRC | 21:20 | |
*** gnucode <gnucode!~gnucode@user/jab> has joined #libre-soc | 21:21 | |
gnucode | sounds like ya'll should use guix. | 21:49 |
gnucode | that makes dependencies easier to manage. | 21:49 |
gnucode | and you can easily define package varients. | 21:49 |
gnucode | thanks for letting me join in the meeting ya'll! | 22:07 |
*** octavius <octavius!~octavius@92.40.168.149.threembb.co.uk> has quit IRC | 22:08 | |
programmerjake | oh, it is openssh that uses NTRU -- the post-quantum algorithm we were talking about | 22:09 |
programmerjake | https://www.openssh.com/txt/release-9.0 | 22:10 |
programmerjake | * ssh(1), sshd(8): use the hybrid Streamlined NTRU Prime + x25519 key exchange method by default ("sntrup761x25519-sha512@openssh.com"). | 22:11 |
programmerjake | The NTRU algorithm is believed to resist attacks enabled by future quantum computers and is paired with the X25519 ECDH key exchange (the previous default) as a backstop against any weaknesses in NTRU Prime that may be discovered in the future. The combination ensures that the hybrid exchange offers at least as good security as the status quo. | 22:12 |
programmerjake | We are making this change now (i.e. ahead of cryptographically- relevant quantum computers) to prevent "capture now, decrypt later" attacks where an adversary who can record and store SSH session ciphertext would be able to decrypt it once a sufficiently advanced quantum computer is available. | 22:13 |
*** gnucode <gnucode!~gnucode@user/jab> has quit IRC | 22:39 | |
*** gnucode <gnucode!~gnucode@user/jab> has joined #libre-soc | 22:39 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!