💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2021-11-30.txt captured on 2024-05-12 at 16:03:50.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

-=-=-=-=-=-=-

[2021-11-30T09:35:28Z] <phoebos> natris1979[m]: chroots are great! and cheap! make loads of them!
[2021-11-30T09:35:43Z] <phoebos> also acheam thanks for the link, that was v interesting
[2021-11-30T09:52:48Z] <phoebos> with schemes, i'm attracted to the standardisation, particularly r5rs
[2021-11-30T09:52:55Z] <phoebos> which i don't think racket follows?
[2021-11-30T09:53:07Z] <phoebos> also racket's man page is yuck
[2021-11-30T09:53:20Z] <phoebos> > run racket --help
[2021-11-30T09:53:33Z] <testuser[m]> Bruh
[2021-11-30T09:53:48Z] <phoebos> like this guy just wanted a man page in the manifest
[2021-11-30T09:55:44Z] <phoebos> chicken's are better
[2021-11-30T09:55:52Z] <phoebos> but there's nothing as good as man 7 mdoc
[2021-11-30T09:56:25Z] <phoebos> having [a lot of] the language specification in a manpage is great
[2021-11-30T10:06:44Z] <phoebos> acheam: have you used racket's IDE
[2021-11-30T10:07:11Z] <phoebos> you don't still use emacs right :p
[2021-11-30T13:46:12Z] <phoebos> https://tmp.bvnf.space/pearson.scm
[2021-11-30T13:46:28Z] <phoebos> high quality function to find the pearson correlation coeff of two arrays
[2021-11-30T13:47:02Z] <phoebos> if anyone *knows* lisp please criticise
[2021-11-30T14:12:00Z] <natris1979[m]> Hmm. I know enough lisp to understand that code, but not well enough to critique effectively. My brain is just like "yup. That's some mathy lisp. Looks like good math and good lisp"
[2021-11-30T14:12:43Z] <phoebos> :-)
[2021-11-30T14:13:28Z] <phoebos> i think a functional style wouldn't use so many temporary variables in a function, instead use more nested functions
[2021-11-30T14:13:30Z] <phoebos> but idk
[2021-11-30T14:14:31Z] <tleydxdy[m]> it looks clean, but the only way to know is to run some benchmarks
[2021-11-30T14:14:41Z] <tleydxdy[m]> see if the vectorization works
[2021-11-30T14:15:53Z] <natris1979[m]> Yeah. I suppose each of your variables could be a function. But that would just make it more verbose and change the performance profile
[2021-11-30T14:55:24Z] <hyrc> bibliocar: it's not terrible at all.  It's classic ascii with no unicode, and no colors.  i don't think i'd change anything except i'd try to maybe do something else for the 'blindfolds' if i could
[2021-11-30T14:56:43Z] <noocsharp> testuser[m]: i haven't updated my system since openssl 3.0 came out
[2021-11-30T16:05:10Z] <bibliocar> I think linux has an advantage over the bsds in that all the bits and pieces are somewhat interchangable and the space can be very competetive. 
[2021-11-30T17:41:01Z] <noocsharp> also testuser[m] it would make me very happy if you updated the chromium binary
[2021-11-30T18:14:37Z] <hyrc> home roast coffee is interesting.  suddenly coffee is not boring, but an adventure with some random 
[2021-11-30T20:59:18Z] <noocsharp> does ntfs-3g fail to build for anyone else?
[2021-11-30T21:11:46Z] <midfavila-laptop> evening, everyone
[2021-11-30T21:12:05Z] <sereg> evenin'
[2021-11-30T21:14:37Z] <midfavila-laptop> hmm. looks like dilyn's not on. that's unfortunate
[2021-11-30T21:25:08Z] <sereg> indeed T_T
[2021-11-30T23:22:06Z] <phoebos> hei midfavila-laptop 
[2021-11-30T23:22:48Z] <phoebos> i played with some scheme today :p