From mb at 3nsoft.com Thu Jan 1 11:22:48 2026 From: mb at 3nsoft.com (Mikalai Birukou) Date: Thu, 01 Jan 2026 16:22:48 +0000 Subject: [kwlug-disc] Fill-in presentation needed for January In-Reply-To: References: Message-ID: Hi Paul, If there is no other presentation by Sunday, I can do Incus presentation. Cheers, Mikalai On 2025-12-31 16:42, Paul Nijjar via kwlug-disc wrote: > Sorry for the late notice, but we could use a fill-in presentation for > next Monday. Megan won't be able to present Marp. Is there somebody > who is able to present something else? > > (If somebody uses another system to generate presentation slides and > is happy with it, then we would definitely be interested. There is an > entire ecosystem of non-Powerpoint/Impress/Keynote alternatives out > there.) > > - Paul > > _______________________________________________ > kwlug-disc mailing list > To unsubscribe, send an email to kwlug-disc-leave at kwlug.org > with the subject "unsubscribe", or email > kwlug-disc-owner at kwlug.org to contact a human being. From opengeometry at yahoo.ca Sun Jan 4 17:38:37 2026 From: opengeometry at yahoo.ca (William Park) Date: Sun, 4 Jan 2026 17:38:37 -0500 Subject: [kwlug-disc] (question) preserving font/fontsize in Thunderbird References: <1df97d8c-7d0f-434b-b9e0-222f58b586f4.ref@yahoo.ca> Message-ID: <1df97d8c-7d0f-434b-b9e0-222f58b586f4@yahoo.ca> To those using Thunderbird... My Thunderbird is set to use "Variable Width" font and "medium" size.     - When I write, it looks like "Noto Serif".  OK.     - When I see my own post, the font is not what I sent out.  It looks like some "san serif".  And, also, size is not right. So, how do you preserve font/fontsize in Thunderbird? --William -------------- next part -------------- An HTML attachment was scrubbed... URL: From hugh at mimosa.com Sun Jan 4 18:23:56 2026 From: hugh at mimosa.com (D. Hugh Redelmeier) Date: Sun, 4 Jan 2026 18:23:56 -0500 (EST) Subject: [kwlug-disc] (question) preserving font/fontsize in Thunderbird In-Reply-To: <1df97d8c-7d0f-434b-b9e0-222f58b586f4@yahoo.ca> References: <1df97d8c-7d0f-434b-b9e0-222f58b586f4.ref@yahoo.ca> <1df97d8c-7d0f-434b-b9e0-222f58b586f4@yahoo.ca> Message-ID: <2d751869-9ef2-61ba-0823-b8e4c143d135@mimosa.com> > From: William Park via kwlug-disc > To those using Thunderbird... (Not me.) > My Thunderbird is set to use "Variable Width" font and "medium" size. >     - When I write, it looks like "Noto Serif".  OK. >     - When I see my own post, the font is not what I sent out.  It > looks like some "san serif".  And, also, size is not right. > > So, how do you preserve font/fontsize in Thunderbird? Here's the HTML version of this mail message. There's no styling. Rendering choices ara made by the viewer. So: look for more ThunderBirrd configuration settings. =============== start To those using Thunderbird...

My Thunderbird is set to use "Variable Width" font and "medium" size.
    - When I write, it looks like "Noto Serif".  OK.
    - When I see my own post, the font is not what I sent out.  It looks like some "san serif".  And, also, size is not right.

So, how do you preserve font/fontsize in Thunderbird?

--William ============================end. -------------- next part -------------- _______________________________________________ kwlug-disc mailing list To unsubscribe, send an email to kwlug-disc-leave at kwlug.org with the subject "unsubscribe", or email kwlug-disc-owner at kwlug.org to contact a human being. From ron at bclug.ca Sun Jan 4 18:34:21 2026 From: ron at bclug.ca (Ron) Date: Sun, 4 Jan 2026 15:34:21 -0800 Subject: [kwlug-disc] (question) preserving font/fontsize in Thunderbird In-Reply-To: <1df97d8c-7d0f-434b-b9e0-222f58b586f4@yahoo.ca> References: <1df97d8c-7d0f-434b-b9e0-222f58b586f4.ref@yahoo.ca> <1df97d8c-7d0f-434b-b9e0-222f58b586f4@yahoo.ca> Message-ID: William Park via kwlug-disc wrote on 2026-01-04 14:38: > So, how do you preserve font/fontsize in Thunderbird? I suspect you want to control which fonts you're seeing, not which fonts we're seeing - if so, skip next part: Write HTML messages with embedded fonts. Which is Bad. There is a page in Settings > Compose to toggle HTML. User's selection will usually override sender's choice and PDF with embedded fonts is probably the only method outside images to truly preserve fonts. This is the second part, for display: Strangely, I don't see anything in Settings > Appearance for selecting display fonts. That is set in Settings > General. Search settings for "font" to find it. From opengeometry at yahoo.ca Mon Jan 5 16:11:54 2026 From: opengeometry at yahoo.ca (William Park) Date: Mon, 5 Jan 2026 16:11:54 -0500 Subject: [kwlug-disc] Interesting PS1 References: Message-ID: Hi all, While searching for a distro to migrate to, I found an interesting PS1: PS1='[$(tr " " "|" <<< "${PIPESTATUS[*]}") \u@\h \w]\$ ' where the interesting part is the use of PIPESTATUS variable.  I knew about it, but used in PS1.  It's nice, because you don't have to type "echo $?" every time, and you see the result of each part of pipe. By the way, the fonts I used to type are,     - "Fixed Width" for "PS1=" block quote line -- which is "Noto Sans Mono" on my screen.     - "Variable Width" for the rest -- which is "Noto Serif" on my screen. How does it show on your screen? --William -------------- next part -------------- An HTML attachment was scrubbed... URL: From opengeometry at yahoo.ca Tue Jan 6 03:26:11 2026 From: opengeometry at yahoo.ca (William Park) Date: Tue, 6 Jan 2026 03:26:11 -0500 Subject: [kwlug-disc] systemd timer VS crontab References: <4d1fcd6f-c505-478c-aef0-f7f8e01824f0.ref@yahoo.ca> Message-ID: <4d1fcd6f-c505-478c-aef0-f7f8e01824f0@yahoo.ca> Hi all, 1. For cron jobs, do you use - systemd timer/service, eg. job.timer, job.service, OR - traditional crontab from /etc/cron.daily/job, ... ? 2. After translating to "systemd" scripts, how is the maintenance? --William From crankyoldbugger at gmail.com Tue Jan 6 08:27:31 2026 From: crankyoldbugger at gmail.com (CrankyOldBugger) Date: Tue, 6 Jan 2026 13:27:31 +0000 Subject: [kwlug-disc] systemd timer VS crontab In-Reply-To: <4d1fcd6f-c505-478c-aef0-f7f8e01824f0@yahoo.ca> References: <4d1fcd6f-c505-478c-aef0-f7f8e01824f0.ref@yahoo.ca> <4d1fcd6f-c505-478c-aef0-f7f8e01824f0@yahoo.ca> Message-ID: It could be because I'm a slow learner, but I haven't really had as much luck with systemd timers as I have with cron jobs. Cron just seems so much easier. Maybe I should look for an ncurses type of thing that does up systemd timers for me, until I smarten up enough to do them myself. On Tue, 6 Jan 2026 at 08:29, William Park via kwlug-disc < kwlug-disc at kwlug.org> wrote: > Hi all, > > 1. For cron jobs, do you use > - systemd timer/service, eg. job.timer, job.service, OR > - traditional crontab from /etc/cron.daily/job, ... ? > > 2. After translating to "systemd" scripts, how is the maintenance? > > --William > > _______________________________________________ > kwlug-disc mailing list > To unsubscribe, send an email to kwlug-disc-leave at kwlug.org > with the subject "unsubscribe", or email > kwlug-disc-owner at kwlug.org to contact a human being. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kb at 2bits.com Tue Jan 6 10:46:16 2026 From: kb at 2bits.com (Khalid Baheyeldin) Date: Tue, 6 Jan 2026 10:46:16 -0500 Subject: [kwlug-disc] systemd timer VS crontab In-Reply-To: References: <4d1fcd6f-c505-478c-aef0-f7f8e01824f0.ref@yahoo.ca> <4d1fcd6f-c505-478c-aef0-f7f8e01824f0@yahoo.ca> Message-ID: I am still on cron, and don't see a reason to move to anything else. I use this command to edit and activate cron jobs for my regular user: crontab -e And I use this if the command needs to run as root: sudo crontab -e I don't mess with anything in /etc/cron* directly, except when there is no other way. For example, some script that packages installed there for daily crons, and I need to change something. For example, an email address or so. There are even cases when I use cron for something that should be done another way, just because it is easy. For example, sometimes USB devices are not fully initialized when rtl_433 is run, so I have this: # After a reboot, wait for a while, then restart the RTL-SDR stuff @reboot /usr/bin/sleep 240; systemctl restart rtl-433mhz Works consistently, and is much easier than messing with systemd units when there is no obvious way. -------------- next part -------------- An HTML attachment was scrubbed... URL: From chris at chrisirwin.ca Tue Jan 6 11:08:34 2026 From: chris at chrisirwin.ca (Chris Irwin) Date: Tue, 6 Jan 2026 11:08:34 -0500 Subject: [kwlug-disc] systemd timer VS crontab In-Reply-To: <4d1fcd6f-c505-478c-aef0-f7f8e01824f0@yahoo.ca> References: <4d1fcd6f-c505-478c-aef0-f7f8e01824f0.ref@yahoo.ca> <4d1fcd6f-c505-478c-aef0-f7f8e01824f0@yahoo.ca> Message-ID: On Tue, Jan 06, 2026 at 03:26:11AM -0500, William Park via kwlug-disc wrote: >1. For cron jobs, do you use > - systemd timer/service, eg. job.timer, job.service, OR > - traditional crontab from /etc/cron.daily/job, ... ? Still using cron, both at home and at work. At work, we've migrated a bunch of startup stuff to systemd units. This eliminated a bunch of code we had before for lifecycle management, and generally made things easier. However, we're still just shipping cron files to /etc/cron.d/. That's easier to deal with -- plus it's simpler to simply stop the cron service during maintenance windows, rather than individual timers. Systemd timers do offer some features and advantages cron doesn't, but we don't require any of those features with our current scheduled jobs. If we were scheduling the running of a systemd unit, it would probably be worth switching to timers anyway. -- Chris Irwin email: chris at chrisirwin.ca xmpp: chris at chrisirwin.ca web: https://chrisirwin.ca From mb at 3nsoft.com Tue Jan 6 13:59:34 2026 From: mb at 3nsoft.com (Mikalai Birukou) Date: Tue, 06 Jan 2026 18:59:34 +0000 Subject: [kwlug-disc] Videos of January meeting Message-ID: <393a3054-82b8-458c-9cec-28a24f14a28a@3nsoft.com> All videos are here: https://archive.org/details/kwlug_meeting_2026-01-05 From cdfrey at foursquare.net Tue Jan 6 21:46:04 2026 From: cdfrey at foursquare.net (Chris Frey) Date: Tue, 6 Jan 2026 21:46:04 -0500 Subject: [kwlug-disc] systemd timer VS crontab In-Reply-To: <4d1fcd6f-c505-478c-aef0-f7f8e01824f0@yahoo.ca> References: <4d1fcd6f-c505-478c-aef0-f7f8e01824f0.ref@yahoo.ca> <4d1fcd6f-c505-478c-aef0-f7f8e01824f0@yahoo.ca> Message-ID: Still using cron, and occasionally even at/batch. The only thing I appreciate systemd doing for me is managing default cgroups for services and users. I have not researched how other init systems handle this, and systemd just brought this feature to me automatically, so I'm grateful for that. Everything else just feels like kitchen-sink-ism, which I find sad, because I'm sure it could be done better if more design and thought were put into the question. Generally, I like: - cron over system timers (already mentioned) - dnsmasq or plain resolv.conf over systemd-resolved (such pain!) - rsyslog over journalctl (nasty surprise that was) - Chris On Tue, Jan 06, 2026 at 03:26:11AM -0500, William Park via kwlug-disc wrote: > Hi all, > > 1. For cron jobs, do you use > - systemd timer/service, eg. job.timer, job.service, OR > - traditional crontab from /etc/cron.daily/job, ... ? > > 2. After translating to "systemd" scripts, how is the maintenance? > > --William > > _______________________________________________ > kwlug-disc mailing list > To unsubscribe, send an email to kwlug-disc-leave at kwlug.org > with the subject "unsubscribe", or email > kwlug-disc-owner at kwlug.org to contact a human being. From gordon.dey at happydeys.ca Tue Jan 6 22:59:26 2026 From: gordon.dey at happydeys.ca (Gordon Dey) Date: Tue, 6 Jan 2026 22:59:26 -0500 Subject: [kwlug-disc] systemd timer VS crontab In-Reply-To: References: <4d1fcd6f-c505-478c-aef0-f7f8e01824f0.ref@yahoo.ca> <4d1fcd6f-c505-478c-aef0-f7f8e01824f0@yahoo.ca> Message-ID: <5f265daf-bf19-4b23-b31e-453e220118c3@happydeys.ca> On 2026-01-06 21:46, Chris Frey wrote: > Still using cron, and occasionally even at/batch. Like Chris, I still use cron. It's easy to update/maintain, especially if the editor is set. It also emails results (if I want) so I can debug/change with confidence. Systemd... doesn't cope well with non-dhcp nfs networks. It's meant for a laptop user in a cafe, perhaps? I munge /etc/network/interfaces, /etc/hosts, /etc/resolv.conf and turn off the resolved and time sync to make systems stable and predictable. It also does funky things with sockets that has had me wondering what's up with gpsd when it shouldn't touch gpsd. The binary journalctl means that figuring out what went wrong in boot is far more tedious than a simple grep over /var/log/*.log. I don't need the fancy pagination and process tree. Just the log, thanks. Gord -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 495 bytes Desc: OpenPGP digital signature URL: From hubert at uhoreg.ca Wed Jan 7 17:26:55 2026 From: hubert at uhoreg.ca (Hubert Chathi) Date: Wed, 07 Jan 2026 17:26:55 -0500 Subject: [kwlug-disc] Interesting PS1 In-Reply-To: (William Park via kwlug-disc's message of "Mon, 5 Jan 2026 16:11:54 -0500") References: Message-ID: <87y0m95aa8.fsf@pentaglion.home.chathi.ca> I use starship.rs as my $PS1, and one of its modules shows the status code of the previous command, with an option to show the status of each command in the pipe, or just the status of the last command. I agree that it's very handy to have that information in the prompt. On Mon, 5 Jan 2026 16:11:54 -0500, William Park via kwlug-disc said: > Hi all, While searching for a distro to migrate to, I found an > interesting PS1: > PS1='[$(tr " " "|" <<< "${PIPESTATUS[*]}") \u@\h \w]\$ ' > where the interesting part is the use of PIPESTATUS variable.  I knew > about it, but used in PS1.  It's nice, because you don't have to type > "echo $?" every time, and you see the result of each part of pipe. > By the way, the fonts I used to type are, >     - "Fixed Width" for "PS1=" block quote line -- which is "Noto Sans > Mono" on my screen.     - "Variable Width" for the rest -- which is > "Noto Serif" on my screen. > How does it show on your screen? > --William _______________________________________________ kwlug-disc > mailing list To unsubscribe, send an email to > kwlug-disc-leave at kwlug.org with the subject "unsubscribe", or email > kwlug-disc-owner at kwlug.org to contact a human being. From opengeometry at yahoo.ca Thu Jan 8 00:51:32 2026 From: opengeometry at yahoo.ca (William Park) Date: Thu, 8 Jan 2026 00:51:32 -0500 Subject: [kwlug-disc] Migration: Slackware -> CachyOS References: <92116178-a145-4c81-8d24-d8ab233acc6d.ref@yahoo.ca> Message-ID: <92116178-a145-4c81-8d24-d8ab233acc6d@yahoo.ca> Hi all, (long post) It took 30+ years, but I finally managed to migrate from Slackware, to CachyOS. I can now hang out with all the cool kids. These are my observations: 1. BTRFS was excellent and defining choice, in hind sight. Snapshot makes backup so easy. I'm willing to take speed hit, but I found it's quite fast. BTRFS filesystem has "subvolume", eg. for CachyOS, - root is "@" subvolume, mounted at / - home is "@home" subvolume, mounted at /home So, - to back up /home within the current filesystem, just take snapshot. - to back up to another BTRFS filesystem, do "btrfs send | btrfs receive". I see 60MB/s throughput on my machine with SATA2 harddisks. 2. Font was surprising. Using same Firefox, same website, - Fedora has the best fonts. - CachyOS is close second. - OpenSUSE has the worst fonts. 3. CachyOS is the fastest. Fedora vs OpenSUSE felt about the same in speed. 4. Vim is Vim is Vim. It should be, but each distro has their own configuration stack. You have to watch out for that. I took me some time to get "indentation" that Slackware gives you by default. Conclusion: ----------- I'm satisfied with CachyOS, so far. I recommend people to try BTRFS distros. It will make your backup much easier. And, ability to do "rollback" is bonus. --William From chris at chrisirwin.ca Thu Jan 8 20:05:19 2026 From: chris at chrisirwin.ca (Chris Irwin) Date: Thu, 8 Jan 2026 20:05:19 -0500 Subject: [kwlug-disc] systemd timer VS crontab In-Reply-To: <5f265daf-bf19-4b23-b31e-453e220118c3@happydeys.ca> References: <4d1fcd6f-c505-478c-aef0-f7f8e01824f0.ref@yahoo.ca> <4d1fcd6f-c505-478c-aef0-f7f8e01824f0@yahoo.ca> <5f265daf-bf19-4b23-b31e-453e220118c3@happydeys.ca> Message-ID: On Tue, Jan 06, 2026 at 10:59:26PM -0500, Gordon Dey wrote: >Systemd... >doesn't cope well with non-dhcp nfs networks. It's meant for a laptop >user in a cafe, perhaps? I munge /etc/network/interfaces, /etc/hosts, >/etc/resolv.conf and turn off the resolved and time sync to make >systems stable and predictable. Do you have a link to any bug reports? I'm very curious how NFS breaks with static addresses, or how *disabling* time sync (presumany chrony?) is involved. Both Fedora and RHEL are still using NetworkManager by default, so I don't really have much experience with systemd-networkd. For resolv.conf, we've actually migrated our servers to use systemd-resolved (which isn't the default in RHEL) to resolve occasional issues with host lookups. One of the quirky issues being DNS1 undergoing maintenance, but DNS2 is still online. Sometimes programs will fail a DNS lookup, or won't repeat the request to the second DNS server. This problem is elimited with resolved. It's also the only viable system-level way you can decide to enforce DNSSEC, assuming your infrastructure is prepared for that. Unless you decide to implement another similar service like dnsmasq. FWIW, it's killer DNS feature is for machines on multiple networks, or with split-routing VPNs. It's intelligent enough to identify which network's DNS servers to send requests to, preventing DNS leakage in multi-route situations. >It also does funky things with sockets that has had me wondering >what's up with gpsd when it shouldn't touch gpsd. Probably just socket activation? Socket activation predates systemd by a few decades (inetd, xinetd, etc). However, it's become significantly easier with systemd, hence why more services are switching to it lately. That's generally a nice thing for some services to be fired up on demand, instead of always running. But sometimes you may not want that For example, gpsd probably takes time to get a lock, which may be a problem if you're using it as a time source, vs wanting to look at a map. You can probably do something like the following to simply start the service normally, instead of via socket: $ sudo systemctl disable gpsd.socket $ sudo systemctl enable --now gpsd.unit >The binary journalctl means that figuring out what went wrong in boot >is far more tedious than a simple grep over /var/log/*.log. I don't >need the fancy pagination and process tree. Just the log, thanks. I've found journalctl to be generally nicer than plain log files. We have multiple services that all log into journald (well, they just output to stdout, but systemd routes that to the journal automatically). If I'm troubleshooting an issue involving multiple services, I can do the following: journalctl -u service1.unit -u service2.unit Then I get can read through log output of both services together, rather than two windows with separate logs, and jumping around to line things up. One of my gripes is that apache httpd and samba still use their own log files. -- Chris Irwin email: chris at chrisirwin.ca xmpp: chris at chrisirwin.ca web: https://chrisirwin.ca From mb at 3nsoft.com Fri Jan 9 12:04:27 2026 From: mb at 3nsoft.com (Mikalai Birukou) Date: Fri, 09 Jan 2026 17:04:27 +0000 Subject: [kwlug-disc] From 39c3 - Rethinking of OS, Rust, security and memory moves between processes Message-ID: <87783047-89a1-460b-b998-e00881f30ec4@3nsoft.com> This almost skipped attention, and attention it deserves. https://media.ccc.de/v/39c3-xous-a-pure-rust-rethink-of-the-embedded-operating-system#t=855 From mb at 3nsoft.com Fri Jan 9 12:10:42 2026 From: mb at 3nsoft.com (Mikalai Birukou) Date: Fri, 09 Jan 2026 17:10:42 +0000 Subject: [kwlug-disc] From 39c3 - Rethinking of OS, Rust, security and memory moves between processes In-Reply-To: <87783047-89a1-460b-b998-e00881f30ec4@3nsoft.com> References: <87783047-89a1-460b-b998-e00881f30ec4@3nsoft.com> Message-ID: <36dd602d-6986-4c90-8581-f4c8a9e7c424@3nsoft.com> > This almost skipped attention, and attention it deserves. > > https://media.ccc.de/v/39c3-xous-a-pure-rust-rethink-of-the-embedded-operating-system#t=855 I wonder if this approach to memory will make micro kernels more desirable. And it is OS plus silicon with MMU that enforces semantic of borrowing. From mb at 3nsoft.com Fri Jan 9 12:25:36 2026 From: mb at 3nsoft.com (Mikalai Birukou) Date: Fri, 09 Jan 2026 17:25:36 +0000 Subject: [kwlug-disc] From 39c3 - Rethinking of OS, Rust, security and memory moves between processes In-Reply-To: <87783047-89a1-460b-b998-e00881f30ec4@3nsoft.com> References: <87783047-89a1-460b-b998-e00881f30ec4@3nsoft.com> Message-ID: <8e71112b-32ce-441c-a839-b1beba605be5@3nsoft.com> > This almost skipped attention, and attention it deserves. > > https://media.ccc.de/v/39c3-xous-a-pure-rust-rethink-of-the-embedded-operating-system#t=855 And hitchhiking a SoC silicon production. Really worth attention. From mb at 3nsoft.com Fri Jan 9 12:27:06 2026 From: mb at 3nsoft.com (Mikalai Birukou) Date: Fri, 09 Jan 2026 17:27:06 +0000 Subject: [kwlug-disc] From 39c3 - Rethinking of OS, Rust, security and memory moves between processes In-Reply-To: <87783047-89a1-460b-b998-e00881f30ec4@3nsoft.com> References: <87783047-89a1-460b-b998-e00881f30ec4@3nsoft.com> Message-ID: <78cedaee-b6b2-4933-b40d-445633e5379d@3nsoft.com> > This almost skipped attention, and attention it deserves. > > https://media.ccc.de/v/39c3-xous-a-pure-rust-rethink-of-the-embedded-operating-system#t=855 I guess reference for silicon+ https://www.baochip.com/ From mb at 3nsoft.com Fri Jan 9 13:03:27 2026 From: mb at 3nsoft.com (Mikalai Birukou) Date: Fri, 09 Jan 2026 18:03:27 +0000 Subject: [kwlug-disc] From 39c3 - Rethinking of OS, Rust, security and memory moves between processes In-Reply-To: <87783047-89a1-460b-b998-e00881f30ec4@3nsoft.com> References: <87783047-89a1-460b-b998-e00881f30ec4@3nsoft.com> Message-ID: <83700356-118d-4f99-b798-983e8dda6295@3nsoft.com> > This almost skipped attention, and attention it deserves. > > https://media.ccc.de/v/39c3-xous-a-pure-rust-rethink-of-the-embedded-operating-system#t=855 Adjacently related, 28nm, Moore's law end, point at time point 21:38 https://youtu.be/H5CR-7TJtm0?t=1298 From mb at 3nsoft.com Fri Jan 9 13:10:48 2026 From: mb at 3nsoft.com (Mikalai Birukou) Date: Fri, 09 Jan 2026 18:10:48 +0000 Subject: [kwlug-disc] From 39c3 - Rethinking of OS, Rust, security and memory moves between processes In-Reply-To: <83700356-118d-4f99-b798-983e8dda6295@3nsoft.com> References: <87783047-89a1-460b-b998-e00881f30ec4@3nsoft.com> <83700356-118d-4f99-b798-983e8dda6295@3nsoft.com> Message-ID: >> This almost skipped attention, and attention it deserves. >> >> https://media.ccc.de/v/39c3-xous-a-pure-rust-rethink-of-the-embedded-operating-system#t=855 > Adjacently related, 28nm, Moore's law end, point at time point 21:38 > https://youtu.be/H5CR-7TJtm0?t=1298 And bunnie goes into IP arround silicon. ~ minute 26. Yep. We are old enough to hear sentence with "public domain" and "silicon". From mb at 3nsoft.com Fri Jan 9 13:16:44 2026 From: mb at 3nsoft.com (Mikalai Birukou) Date: Fri, 09 Jan 2026 18:16:44 +0000 Subject: [kwlug-disc] From 39c3 - Rethinking of OS, Rust, security and memory moves between processes In-Reply-To: References: <87783047-89a1-460b-b998-e00881f30ec4@3nsoft.com> <83700356-118d-4f99-b798-983e8dda6295@3nsoft.com> Message-ID: <35a6b9f5-7e0f-4fe3-8632-171a1cabd329@3nsoft.com> >>> This almost skipped attention, and attention it deserves. >>> >>> https://media.ccc.de/v/39c3-xous-a-pure-rust-rethink-of-the-embedded-operating-system#t=855 >> Adjacently related, 28nm, Moore's law end, point at time point 21:38 >> https://youtu.be/H5CR-7TJtm0?t=1298 > And bunnie goes into IP arround silicon. ~ minute 26. Yep. We are old > enough to hear sentence with "public domain" and "silicon". And at minute 29, you are treated to "polyglot SoC". From kwlug at c.nixc.us Fri Jan 9 15:26:47 2026 From: kwlug at c.nixc.us (kwlug at c.nixc.us) Date: Fri, 09 Jan 2026 20:26:47 +0000 Subject: [kwlug-disc] I made an AI enabled live image for use for repairing machines. Message-ID: <176799041152.7.12440188018791027853.1110460412@c.nixc.us> [https://ai-live.colinknapp.com](https://ai-live.colinknapp.com/) the idea here was that my Dads machine is buggered and I didn't want to drudge through and fix it myself so I convinced an AI to do it for me.  His C:\\ was too small for what it should've been so I convinced the AI to find his bloat back it up then adjust the partitions accordingly. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ron at bclug.ca Sat Jan 10 21:17:01 2026 From: ron at bclug.ca (Ron) Date: Sat, 10 Jan 2026 18:17:01 -0800 Subject: [kwlug-disc] Stalwart email server software: anyone know anything? Message-ID: <89c3629e-6196-4773-b71e-f779582f6203@bclug.ca> Has anyone on this list got hands-on experience with Stalwart email server software? https://stalw.art/ It's an entire email stack written in Rust. Replaces Postfix, Dovecot, OpenDKIM, fail-2-ban, Mailman (has a built-in mailing list, no need for the nightmare that is MM anymore), supports CalDAV, CardDAV, WebDAV, JMAP, IMAP, POP3, anti-spam, Sieve, etc. Web site's really fast, even the management console run from inside a Docker container is fast, well designed, well laid out. It's appealing to shed the 1,000+ options for Postfix, even more for Dovecot, plus all the ancillary tools required to run email. On the other hand, Postfix & Dovecot are what I know - and learned at great cost (time & frustration), and are where the jobs are. What brought me to this is, looking for a way to offer contacts & calendar syncing along with email hosting. NextCloud was my first choice, but trying to get the AIO (All In One) to support multiple domains in one instance is not well supported as best I can tell. From mb at 3nsoft.com Sun Jan 11 14:41:06 2026 From: mb at 3nsoft.com (Mikalai Birukou) Date: Sun, 11 Jan 2026 19:41:06 +0000 Subject: [kwlug-disc] May I suggest another read of "Out of the Tar Pit" Message-ID: <43c22c52-21e6-44f9-8c1f-572291078162@3nsoft.com> Fully immersed in making a system that bigger than "hello world example", I find reading "Out of the Tar Pit" very ... tasteful. It brings forward (articulates) all those thoughts, gut feeling. Some passages have taste of blood/sweat/time. https://moss.cs.iit.edu/cs100/papers/out-of-the-tar-pit.pdf From opengeometry at yahoo.ca Mon Jan 12 02:54:23 2026 From: opengeometry at yahoo.ca (William Park) Date: Mon, 12 Jan 2026 02:54:23 -0500 Subject: [kwlug-disc] Anyone using Zoom on Linux References: <575a3404-0986-4013-83a5-f4550fb2687b.ref@yahoo.ca> Message-ID: <575a3404-0986-4013-83a5-f4550fb2687b@yahoo.ca> Anyone using Zoom on Linux? What is your camera/speaker/mic setup? All in one, or separate? Background: ----------- I want to use Zoom on my new CachyOS desktop. Zoom package (from vendor site) installs okay, along with its dependencies. Problem is "mic". - I have lots of 3.5mm earphones/mic (from old phones) with single combo plug. Problem is, my desktop has separate "mic" jack. Also, some of 3.5mm jacks are broken. - So, I bought $5 bluetooth speaker from Dollarama, which has speaker and mic. Speaker works with CachyOS, but not mic. - I have old USB "webcam", that is camera only. - Maybe, all I need is USB "headset" (headphones + mic)? From ron at bclug.ca Mon Jan 12 04:12:57 2026 From: ron at bclug.ca (Ron) Date: Mon, 12 Jan 2026 01:12:57 -0800 Subject: [kwlug-disc] Anyone using Zoom on Linux In-Reply-To: <575a3404-0986-4013-83a5-f4550fb2687b@yahoo.ca> References: <575a3404-0986-4013-83a5-f4550fb2687b.ref@yahoo.ca> <575a3404-0986-4013-83a5-f4550fb2687b@yahoo.ca> Message-ID: William Park via kwlug-disc wrote on 2026-01-11 23:54: > - Maybe, all I need is USB "headset" (headphones + mic)? That's probably the best option. Eliminates feedback issues, best mic performance with least background noises, best audio quality for listening and can be repurposed for listening to music. I'd suggest considering an average or better quality setup for comfort & versatility. Earbuds seem to work well - I use cheap Bluetooth earbuds for phone calls & podcast listening. Not great for music though. Get someone to join a video conference with you to test audio quality during the return quality. Cameras are mostly useless, sometimes worse than useless - distracting and unpleasant. I have headset / mic combo for listening to music or participating in video conferences. I have a Bluetooth speaker if I'm just listening to a video conference. I have a camera / mic combo which I rarely / never use. Mic isn't bad but the headset's mic is better. From kb at 2bits.com Mon Jan 12 08:21:05 2026 From: kb at 2bits.com (Khalid Baheyeldin) Date: Mon, 12 Jan 2026 08:21:05 -0500 Subject: [kwlug-disc] Anyone using Zoom on Linux In-Reply-To: <575a3404-0986-4013-83a5-f4550fb2687b@yahoo.ca> References: <575a3404-0986-4013-83a5-f4550fb2687b.ref@yahoo.ca> <575a3404-0986-4013-83a5-f4550fb2687b@yahoo.ca> Message-ID: On Mon, Jan 12, 2026 at 2:57 AM William Park via kwlug-disc < kwlug-disc at kwlug.org> wrote: > Anyone using Zoom on Linux? > Yes. I participate in a group that meets online, and they use Zoom. After I click on the meeting URL, there is always an option "Or join from your browser" (or similar wording). I click on that, and I am in the meeting. I use Firefox. What is your camera/speaker/mic setup? All in one, or separate? > Works fine with either the built in camera/speakers/mic, as well as when I plug in my 3.5mm earbuds/mic. So perhaps, the decision would be based on : a) you have some noise locally and want to isolate that using a mic closer to your mouth b) better audio from other participants If you are in a quiet area and alone, then you may not need any external devices. I have not tried a separate camera, so can't comment on that. -------------- next part -------------- An HTML attachment was scrubbed... URL: From chris at chrisirwin.ca Mon Jan 12 21:09:38 2026 From: chris at chrisirwin.ca (Chris Irwin) Date: Mon, 12 Jan 2026 21:09:38 -0500 Subject: [kwlug-disc] Anyone using Zoom on Linux In-Reply-To: <575a3404-0986-4013-83a5-f4550fb2687b@yahoo.ca> References: <575a3404-0986-4013-83a5-f4550fb2687b.ref@yahoo.ca> <575a3404-0986-4013-83a5-f4550fb2687b@yahoo.ca> Message-ID: On Mon, Jan 12, 2026 at 02:54:23AM -0500, William Park via kwlug-disc wrote: >Anyone using Zoom on Linux? >What is your camera/speaker/mic setup? All in one, or separate? Zoom no, but I was using Teams for a few years, until I was recently switched to Windows at work. The specific software really doesn't matter too much, as Zoom isn't implementing audio handling, that will be pipewire on a modern system. I used desktop speakers + laptop's built-in mic for a few years on Teams (still do, but was recently switched to Windows for work) >Background: >----------- > - I have lots of 3.5mm earphones/mic (from old phones) with single >combo plug. Problem is, my desktop has separate "mic" jack. Also, >some of 3.5mm jacks are broken. If you like your 3.5mm headsets, you can get an adapter, just make sure you get the right direction: https://www.amazon.ca/Black-Splitter-Headphone-Microphone-Connector/dp/B071NDLCGC > - So, I bought $5 bluetooth speaker from Dollarama, which has >speaker and mic. Speaker works with CachyOS, but not mic. Bluetooth audio devices will usually have two profiles: A high-quality stereo output, and a low-quality mono output + mic input. With my bluetooth headphones on Gnome (on Fedora 43, if that matters), they are actually listed as two separate devices in sound settings: "Headphones" and "Handsfree". From experimentation in the past, they can not be used at the same time, and I remember the system not being able to switch if sound was in use. It was quite frustrating. However, whatever magic has happened since I last tested this years ago, it actually switched-over fairly gracefully when I just tested it. But it may require tweaking in your sound settings to set the preferred mic (the Mic shows up twice as well, but one doesn't actually work) That said, I wouldn't assume a $5 bluetooth speaker would provide a better experience than even a cheap wired headset. > - Maybe, all I need is USB "headset" (headphones + mic)? For simplicity sake, avoiding bluetooth will save you a bit of headache. But whether you want speakers + mic, headphones + mic, or a headset, this is really just a matter of preference. -- Chris Irwin email: chris at chrisirwin.ca xmpp: chris at chrisirwin.ca web: https://chrisirwin.ca From chris at chrisirwin.ca Mon Jan 12 21:48:57 2026 From: chris at chrisirwin.ca (Chris Irwin) Date: Mon, 12 Jan 2026 21:48:57 -0500 Subject: [kwlug-disc] Stalwart email server software: anyone know anything? In-Reply-To: <89c3629e-6196-4773-b71e-f779582f6203@bclug.ca> References: <89c3629e-6196-4773-b71e-f779582f6203@bclug.ca> Message-ID: On Sat, Jan 10, 2026 at 06:17:01PM -0800, Ron wrote: > >Has anyone on this list got hands-on experience with Stalwart email >server software? > >https://stalw.art/ > > >It's an entire email stack written in Rust. Replaces Postfix, Dovecot, >OpenDKIM, fail-2-ban, Mailman (has a built-in mailing list, no need >for the nightmare that is MM anymore), supports CalDAV, CardDAV, >WebDAV, JMAP, IMAP, POP3, anti-spam, Sieve, etc. Interesting. Always great to see JMAP support, even though I don't actually have a client that supports it yet. Theoretically very cool. >It's appealing to shed the 1,000+ options for Postfix, even more for >Dovecot, plus all the ancillary tools required to run email. I find most postfix settings were not needed, until they were. >What brought me to this is, looking for a way to offer contacts & >calendar syncing along with email hosting. > >NextCloud was my first choice, but trying to get the AIO (All In One) >to support multiple domains in one instance is not well supported as >best I can tell. Not sure if the AIO does more, but Nextcloud itself only provides DAV services, it doesn't provide mail hosting. There's a mail client app, but it expects a separately hosted IMAP server somewhere. It's alsy *very* barebones. NC's AIO supports running containers (I think, I don't use AIO), so maybe they've packaged something since. FWIW, I'm using Nextcloud for file sync, because it's the only option that hasn't regularly broken during upgrades (seafile), or required additional brain-power to remember how to access files on it (syncthing). But I'm not using it's CardDav/CalDav features at all. I may look at setting up stalwart to act as a backup for my mail/card/contacts, though. It's pretty interesting. -- Chris Irwin email: chris at chrisirwin.ca xmpp: chris at chrisirwin.ca web: https://chrisirwin.ca From ron at bclug.ca Wed Jan 14 05:00:49 2026 From: ron at bclug.ca (Ron) Date: Wed, 14 Jan 2026 02:00:49 -0800 Subject: [kwlug-disc] Stalwart email server software: anyone know anything? In-Reply-To: References: <89c3629e-6196-4773-b71e-f779582f6203@bclug.ca> Message-ID: <2f402a63-196b-48fa-9680-5d07017b0b04@bclug.ca> Chris Irwin via kwlug-disc wrote on 2026-01-12 18:48: >> It's appealing to shed the 1,000+ options for Postfix, even more for Dovecot, plus all the ancillary tools required to run email. > > I find most postfix settings were not needed, until they were. The relayhost and mynetworks settings sure saved my butt recently, and I appreciate it. Got a new IP from VPS provider, it was blocked by Yahoo, so I had to relay via another server (that didn't even have proper rDNS set up, but Yahoo didn't care about that). Life saver until Yahoo unblocked me. I'm not sure that's possible with Stalwart, but it's too soon to say for sure. > Not sure if the AIO does more, but Nextcloud itself only provides > DAV services, it doesn't provide mail hosting. The AIO does not have email hosting. But it does have a lot of nice features like Nextcloud Office, and a working Whiteboard container out of the box. I've come around on AIO vs maintaining everything; I'll choose AIO from now on. > But I'm not using it's CardDav/CalDav features at all. They're kind of a killer feature (one of many) of NextCloud - phone, desktop, laptop, etc. sharing contacts and calendars is essential and it's nice to be self-hosted. > I may look at setting up stalwart to act as a backup for my mail/ > card/contacts, though. It's pretty interesting. Indeed. I've been struggling to get Thunderbird to access the calendar I set up via `curl`, and the failed attempts gets my IP blocked so I can't even get back into the admin interface. Really, *really* been wasting time and pissing me off. There are settings for the config.toml file that are supposed to help with it, but I may be doing it wrong. Still, while I've given up temporarily, it still looks like Stalwart is a decent tool for WebDAV etc. services and lighter weight than full NextCloud. From chris at chrisirwin.ca Wed Jan 14 17:06:12 2026 From: chris at chrisirwin.ca (Chris Irwin) Date: Wed, 14 Jan 2026 17:06:12 -0500 Subject: [kwlug-disc] Stalwart email server software: anyone know anything? In-Reply-To: <2f402a63-196b-48fa-9680-5d07017b0b04@bclug.ca> References: <89c3629e-6196-4773-b71e-f779582f6203@bclug.ca> <2f402a63-196b-48fa-9680-5d07017b0b04@bclug.ca> Message-ID: On Wed, Jan 14, 2026 at 02:00:49AM -0800, Ron wrote: >Chris Irwin via kwlug-disc wrote on 2026-01-12 18:48: > >>Not sure if the AIO does more, but Nextcloud itself only provides >>DAV services, it doesn't provide mail hosting. > >The AIO does not have email hosting. But it does have a lot of nice >features like Nextcloud Office, and a working Whiteboard container out >of the box. > >I've come around on AIO vs maintaining everything; I'll choose AIO >from now on. I'm only hosting the individual Nextcloud container, and it's been fine. No office suite integration or anything. But I get where you're coming from. I migrated to the Home Assistant OS from my previously working plain-old container, so as to allow it to manage it's own integrations. >>But I'm not using it's CardDav/CalDav features at all. > >They're kind of a killer feature (one of many) of NextCloud - phone, >desktop, laptop, etc. sharing contacts and calendars is essential and >it's nice to be self-hosted. Ditto here, I just use the Card/CalDav features from my email provider. I do have local backups of everything, just in case: * mbsync for a complete local maildir that I use with mutt * vdirsyncer for local card/cal dumps I use with khard & khal -- Chris Irwin email: chris at chrisirwin.ca xmpp: chris at chrisirwin.ca web: https://chrisirwin.ca From mb at 3nsoft.com Thu Jan 15 11:32:26 2026 From: mb at 3nsoft.com (Mikalai Birukou) Date: Thu, 15 Jan 2026 16:32:26 +0000 Subject: [kwlug-disc] Local winter take on cpu cooler Message-ID: If you make a "I'll move all heat away" oversized cooler on a cpu, then at moments when cpu idles, cpu temperature indicator is your room's thermometer! From nafdef at gmail.com Thu Jan 15 17:19:22 2026 From: nafdef at gmail.com (Federer Fanatic) Date: Thu, 15 Jan 2026 17:19:22 -0500 Subject: [kwlug-disc] Tizen TV from samsung Message-ID: Apparently Linux based. Anyone have any experience with this? -------------------------------------------------------------- Roger Federer Fanatic Extraordinaire :-) -------------- next part -------------- An HTML attachment was scrubbed... URL: