From atrodo at atrodo.org Mon Jul 8 07:03:12 2024 From: atrodo at atrodo.org (Jon Gentle) Date: Mon, 8 Jul 2024 10:03:12 -0400 Subject: [Cincinnati-pm] July cinci.pm - July 17th Message-ID: Good morning, Next Wednesday, July 17th, will be the monthly meeting for July. I currently do not have a topic, so if you have something of interest, let me know. See you then! What: TBD When: Wednesday, July 17th @ 7:00pm Where: https://meet.google.com/svv-oyqb-xtd -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at nrdvana.net Mon Jul 8 12:21:25 2024 From: mike at nrdvana.net (Michael Conrad) Date: Mon, 8 Jul 2024 15:21:25 -0400 Subject: [Cincinnati-pm] July cinci.pm - July 17th In-Reply-To: References: Message-ID: <857001cb-cefc-4698-b469-743383e4e2ed@nrdvana.net> My Tree::RB::XS now doubles as a LRU cache, now. On 7/8/24 10:03 AM, Jon Gentle wrote: > Good morning, > > Next Wednesday, July 17th, will be the monthly meeting for July. I > currently do not have a topic, so if you have something of interest, > let me know. See you then! > > What: TBD > When: Wednesday, July 17th @ 7:00pm > Where: https://meet.google.com/svv-oyqb-xtd > > _______________________________________________ > Cincinnati-pm mailing list > Cincinnati-pm at pm.org > https://mail.pm.org/mailman/listinfo/cincinnati-pm From atrodo at atrodo.org Tue Jul 16 06:30:23 2024 From: atrodo at atrodo.org (Jon Gentle) Date: Tue, 16 Jul 2024 09:30:23 -0400 Subject: [Cincinnati-pm] July cinci.pm - July 17th In-Reply-To: References: Message-ID: Good Morning, Wanted to a moment for a quick reminder about Wednesday's cinci.pm. Looks like we're going to be talking about using a Red/Black tree as a LRU cache, which I'm looking forward to seeing how. See you then. -Jon Gentle On Mon, Jul 8, 2024 at 10:03?AM Jon Gentle wrote: > Good morning, > > Next Wednesday, July 17th, will be the monthly meeting for July. I > currently do not have a topic, so if you have something of interest, let me > know. See you then! > > What: TBD > When: Wednesday, July 17th @ 7:00pm > Where: https://meet.google.com/svv-oyqb-xtd > -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott at ties.org Thu Jul 18 06:54:32 2024 From: scott at ties.org (Scott Corzine) Date: Thu, 18 Jul 2024 09:54:32 -0400 Subject: [Cincinnati-pm] July cinci.pm - July 17th In-Reply-To: References: Message-ID: For everyone who doesn't care: > sun-bear:~ scott$ time dc -e '9 9 9 ^^f' | wc > 5436664 5436664 380566427 > real 259m28.856s > user 197m38.172s > sys 4m10.786s > sun-bear:~ scott$ > So it took my MacBook Air (M1) 5 hours to actually compute the exact arbitrary precision 9^9^9 (using ~~40 year old C) and count the 308,566,426 characters that made up the result. But it did finish and didn't over run my 8 GB RAM (with a whole lot of other stuff running). On Tue, Jul 16, 2024 at 9:30?AM Jon Gentle wrote: > Good Morning, > > Wanted to a moment for a quick reminder about Wednesday's cinci.pm. Looks > like we're going to be talking about using a Red/Black tree as a LRU cache, > which I'm looking forward to seeing how. See you then. > > -Jon Gentle > > On Mon, Jul 8, 2024 at 10:03?AM Jon Gentle wrote: > >> Good morning, >> >> Next Wednesday, July 17th, will be the monthly meeting for July. I >> currently do not have a topic, so if you have something of interest, let me >> know. See you then! >> >> What: TBD >> When: Wednesday, July 17th @ 7:00pm >> Where: https://meet.google.com/svv-oyqb-xtd >> > _______________________________________________ > Cincinnati-pm mailing list > Cincinnati-pm at pm.org > https://mail.pm.org/mailman/listinfo/cincinnati-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: From greg.estep at gmail.com Thu Jul 18 09:00:22 2024 From: greg.estep at gmail.com (Greg Estep) Date: Thu, 18 Jul 2024 12:00:22 -0400 Subject: [Cincinnati-pm] July cinci.pm - July 17th In-Reply-To: References: Message-ID: Greg Estep I?m curious why the word and line counts offered by wc(1) are so large. Maybe I?m not correctly remembering what the ?f? sub command does in dc(1). Also, my Gmail app made the humorous offer ?translate to English? when reading Scott?s message. On Thu, Jul 18, 2024 at 9:55?AM Scott Corzine wrote: > For everyone who doesn't care: > >> sun-bear:~ scott$ time dc -e '9 9 9 ^^f' | wc >> 5436664 5436664 380566427 >> real 259m28.856s >> user 197m38.172s >> sys 4m10.786s >> sun-bear:~ scott$ >> > So it took my MacBook Air (M1) 5 hours to actually compute the exact > arbitrary precision 9^9^9 (using ~~40 year old C) and count the 308,566,426 > characters that made up the result. But it did finish and didn't over run > my 8 GB RAM (with a whole lot of other stuff running). > > > > > On Tue, Jul 16, 2024 at 9:30?AM Jon Gentle wrote: > >> Good Morning, >> >> Wanted to a moment for a quick reminder about Wednesday's cinci.pm. >> Looks like we're going to be talking about using a Red/Black tree as a LRU >> cache, which I'm looking forward to seeing how. See you then. >> >> -Jon Gentle >> >> On Mon, Jul 8, 2024 at 10:03?AM Jon Gentle wrote: >> >>> Good morning, >>> >>> Next Wednesday, July 17th, will be the monthly meeting for July. I >>> currently do not have a topic, so if you have something of interest, let me >>> know. See you then! >>> >>> What: TBD >>> When: Wednesday, July 17th @ 7:00pm >>> Where: https://meet.google.com/svv-oyqb-xtd >>> >> _______________________________________________ >> Cincinnati-pm mailing list >> Cincinnati-pm at pm.org >> https://mail.pm.org/mailman/listinfo/cincinnati-pm >> > _______________________________________________ > Cincinnati-pm mailing list > Cincinnati-pm at pm.org > https://mail.pm.org/mailman/listinfo/cincinnati-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: