Notices by lnxw48a1 (lnxw48a1@nu.federati.net), page 33
lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Monday, 20-Nov-2023 20:26:27 EST
lnxw48a1Got cable Internet installed. Using my own router (because I always do anyway, and because I wasn't going to pay $5/mo equipment rental for their router). Using the router's 2.4GHz network, download speeds range from 30-40 Mbps. Using its 5GHz network, download speeds range from 200-400 Mbps. T-Mobile Home Internet's download speed ranges from 0-300 Mbps here.
lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Friday, 17-Nov-2023 03:57:41 EST
lnxw48a1On tonight's phone call with #sonTwo, we were discussing some of my learning activities, because I mentioned that I need to start exploring using AI / LLM. I mentioned that I'd purchased "Raku Fundamentals" and that so far, it seems to be written for someone who uses programming languages a lot more consistently than I do.
#Raku is a descendant of #Perl (same creator; indeed Raku was originally Perl6, but by the time it was released, most people were aware it was a completely different language, so they eventually changed its name).
I've pretty much not used Perl in twenty years (I used it once in a project at work about 18 years ago, as part of a report processing pipeline, alongside #Python, Windows #Batch, and #KiXtart), so the demo programs seem to have purposes that are too large for language starters. I feel like it is supposed to glue itself onto "oh, I know that from Perl!" memories, but I don't remember Perl.
What I remember most was that I liked it a lot when I learned it (college class), but as soon as I started trying to use it in real life I found that "there's more than one way to do it" equals "write once, read never". I used it in that pipeline because it excels at what I needed it to do (text processing) which helped take an ever-growing log file and find relevant events from the past day ... and because I knew the script would never need to be edited.