CyberSeeker, cyberseeker@discuss.tchncs.de
Instance: discuss.tchncs.de
Joined: 2 years ago
Posts: 0
Comments: 25
Posts and Comments by CyberSeeker, cyberseeker@discuss.tchncs.de
Posts by CyberSeeker, cyberseeker@discuss.tchncs.de
Comments by CyberSeeker, cyberseeker@discuss.tchncs.de
From what I can see, this is something the Thunderbird team had developed for their own internal tooling, and they’re open sourcing it.
After reading through the GitHub docs, the most impressive thing is that they open sourced their Thunderbolt coding agent for Claude Code. There are quite a few skills available for implementation planning, dependency/build environment setup, coding, linting/cleanup, QA, and managing agent pull requests. Pretty good examples if you are looking at building Claude Code skills.
It sounds like a step further than open-webui; it’s an enterprise grade client-server model for access to agents, workflows, and centralized knowledge repositories for RAG.
In addition to local chatbot for executive/admin use, I can see this being the backend for developers running Cursor or some other AI enhanced IDE, with local knowledge stores holding proprietary documents and running against local large models.
I am also curious about time share and prioritization of resources; I assume it would queue simultaneous requests. Presumably this would let you more effectively pool local compute, rather than providing A100 GPUs to each developer that may sit unused when they’re not working.
Edit: Somewhat impressively, this whole stack does not even include a local inference provider; so it does everything except local models right now, and requests are forwarded to cloud inference providers (Anthropic, OpenAI, etc). But it does have the backend started for rate limiting and queuing, and true “fully offline/local” is on the roadmap, just not there yet.
Did you have anyone in a hiring position review your resume? Resume writing is an entire skill, and often, they need to be tailored to the organization where you are applying to work.
There are a number of other factors, depending on who you talked to; do they have positions available? Is there a hiring freeze? Does the person you are talking with know the job requirements?
If you really know the office, there is almost certainly someone local with hiring authority, whose job it is to interface with the headquarters. You will need to apply through the HQ Human Resources system, but they may have some authority to pull your resume from the applicant pool, but generally, these are competitive positions and they are not allowed to directly hire.
If they have contract opportunities, though, you should figure out who the vendor is and apply through the company’s website instead.
A motorcycle. You can’t outrun the radio.
So far, has a single legal challenge against scraping ever been successful?
Another way to consider it is that performance gains in Cachy are six to eighteen months ahead of “stable” Linux. But that performance increase does mean things are more likely to break with rolling updates.
Not curious, Canonical is widely seen as antithetical to open source ethos. But it is stable and has put in a lot of work for vendor support, which is why so many distros (including Mint) are downstream derivatives from Ubuntu.
If this is accurate, why does Fedora use zram by default?
https://fedoraproject.org/wiki/Changes/SwapOnZRAM
Seems like the author has some legitimate credentials, and I have explicitly noticed the OOM on Fedora SilverBlue when processing shaders in Steam (possible memory leak in Baldurs Gate 3, but still a hard crash when OOM).
Apple did release updates for end of life iOS versions going back to version 15 because of this, for devices going back as far as the original iPhone SE and iPhone 6S, which are well over ten years old.
https://support.apple.com/en-us/100100
https://9to5mac.com/2026/03/11/apple-rolls-out-ios-and-ipados-updates-for-older-devices/
I hope this is an 8-bit theatre spinoff.
This is not correct.
The Linux kernel has had support for the NTFS file system since 2021. The issues detailed in the article you linked to explicitly refer to issues with Proton and Steam, which require characters that are illegal in the NTFS specification and symbolic links, which the spec does not support.
Sure, you may bump up against these limitations in other apps, but it is a hard crash in Steam and Lutris, which is why the distro has the article.
That article explicitly says “for PC gaming”. If OP is using this drive for Plex, that’s perfectly supported in the kernel.
Totally agreed this may not be the best distro unless they also have another disk they want to use for gaming, but one benefit is that OP could rebaseline to another Universal Blue OS, or even back to Fedora SilverBlue.
Bazzite is pretty great, but being an immutable OS has pros and cons, especially if you run into weird edge cases (unsupported hardware, weird sound issues, general weirdness). Because you can’t modify the base OS, you won’t have access to use “normal” methods to try and solve the problem whatsoever, as opposed to running a non-atomic Arch/Fedora/Debian-based distro where you have access to a full package manager and init/systemd. But if they’re on somewhat mature hardware, it’s basically an appliance that is significantly harder to fuck up.
If disk space isn’t a huge issue, my recommendation among friends is to use Steam in Windows to create Archives to back up anything you don’t want to spend a lot of time redownloading. Then, once in Linux, drop in a new SSD and/or make a new ext4 partition exclusively for Steam games, add it to Flatseal, then use Steam on Linux to restore from the archive file. After that, Steam will download the proton distributable and some Linux middleware, and you’re mostly good to go.
Takes a while to copy files to and from the archives, especially if one of those scratch disks is a SATA SSD, but always much faster than doing it over the network.
Bazzite has ntfs3/ntfs-3g available for mounting (this was merged with the main Linux kernel in 5.15 back in 2021), but it’s not supported to format disks as NTFS in the gui, if I recall.
You’re correct with the fact that Steam/Proton uses the colon character in file paths, which are an illegal character on ntfs, so if you wanted to share a Steam library specifically you need to use the symlink workaround. But this is specific to Steam/Proton and not a generality for e.g., Plex/JellyFin/OMV or general storage.
Where exactly are you looking?
In Disks, in Files, or in Plex?
The GNOME Disks app will tell you if it sees the physical disks and partitions, and let you set up mounting options. Hit the Mount button (Play icon) to mount the partition once, or hit the Config button (Gear icon) to configure automatic mounting. For media disks, you probably want to mount at startup, and I’d recommend setting the “ldentify As” field to “Label” (which will also give it a “friendly” path like /var/mnt/Media).
In GNOME Nautilus/Files, you may see the disks, but unless they’ve been set to automount, there are lots of reasons why it may have failed (most commonly the dirty bit was set on the disk due to unclean dismount, fix with fsck command).
Finally, in Plex or other apps (notably Steam, if you have a separate Steam games partition), there’s a design choice in Bazzite/Atomic Linux distributions to use Flatpaks for most applications. Flatpaks sandbox the app from most of the rest of the OS, including disk access. This is intentional, but annoying if you do not know about it. Use another app called Flatseal to modify the permissions on the app’s Flatpak to allow it to access the other disk under “File System”, as granularly as it makes sense, (or just all disks if you’re a chaos demon). You can also do this using the flatpak override command, but you need to know the application identifier.
The good news is that something like this already exists; just goes to show it’s a matter of time before more refined options are developed.
As an aside, there are now plugins for Noctalia Shell, including a pretty good “Keybind Cheatsheet” plugin, which may make it easier to pick up and play with things like niri.
So there’s not a full distro built around it, or even a full desktop environment, but you should check out niri. Keyboard focused, infinite scrolling, Wayland tiling window manager.
There is a nixOS flake or it can be installed over Arch, Ubuntu, or whatever else you want.
Do you have your wifi password saved in your KDE wallet?
There is an option to not save your wifi password using the wallet, otherwise you will be prompted at startup as soon as it attempts to connect to wifi.
From what I can see, this is something the Thunderbird team had developed for their own internal tooling, and they’re open sourcing it.
After reading through the GitHub docs, the most impressive thing is that they open sourced their Thunderbolt coding agent for Claude Code. There are quite a few skills available for implementation planning, dependency/build environment setup, coding, linting/cleanup, QA, and managing agent pull requests. Pretty good examples if you are looking at building Claude Code skills.
It sounds like a step further than open-webui; it’s an enterprise grade client-server model for access to agents, workflows, and centralized knowledge repositories for RAG.
In addition to local chatbot for executive/admin use, I can see this being the backend for developers running Cursor or some other AI enhanced IDE, with local knowledge stores holding proprietary documents and running against local large models.
I am also curious about time share and prioritization of resources; I assume it would queue simultaneous requests. Presumably this would let you more effectively pool local compute, rather than providing A100 GPUs to each developer that may sit unused when they’re not working.
Edit: Somewhat impressively, this whole stack does not even include a local inference provider; so it does everything except local models right now, and requests are forwarded to cloud inference providers (Anthropic, OpenAI, etc). But it does have the backend started for rate limiting and queuing, and true “fully offline/local” is on the roadmap, just not there yet.
Did you have anyone in a hiring position review your resume? Resume writing is an entire skill, and often, they need to be tailored to the organization where you are applying to work.
There are a number of other factors, depending on who you talked to; do they have positions available? Is there a hiring freeze? Does the person you are talking with know the job requirements?
If you really know the office, there is almost certainly someone local with hiring authority, whose job it is to interface with the headquarters. You will need to apply through the HQ Human Resources system, but they may have some authority to pull your resume from the applicant pool, but generally, these are competitive positions and they are not allowed to directly hire.
If they have contract opportunities, though, you should figure out who the vendor is and apply through the company’s website instead.
A motorcycle. You can’t outrun the radio.
So far, has a single legal challenge against scraping ever been successful?
Another way to consider it is that performance gains in Cachy are six to eighteen months ahead of “stable” Linux. But that performance increase does mean things are more likely to break with rolling updates.
Not curious, Canonical is widely seen as antithetical to open source ethos. But it is stable and has put in a lot of work for vendor support, which is why so many distros (including Mint) are downstream derivatives from Ubuntu.
If this is accurate, why does Fedora use zram by default?
https://fedoraproject.org/wiki/Changes/SwapOnZRAM
Seems like the author has some legitimate credentials, and I have explicitly noticed the OOM on Fedora SilverBlue when processing shaders in Steam (possible memory leak in Baldurs Gate 3, but still a hard crash when OOM).
Apple did release updates for end of life iOS versions going back to version 15 because of this, for devices going back as far as the original iPhone SE and iPhone 6S, which are well over ten years old.
https://support.apple.com/en-us/100100
https://9to5mac.com/2026/03/11/apple-rolls-out-ios-and-ipados-updates-for-older-devices/
Note the right hand steering wheel.
I hope this is an 8-bit theatre spinoff.
This is not correct.
The Linux kernel has had support for the NTFS file system since 2021. The issues detailed in the article you linked to explicitly refer to issues with Proton and Steam, which require characters that are illegal in the NTFS specification and symbolic links, which the spec does not support.
Sure, you may bump up against these limitations in other apps, but it is a hard crash in Steam and Lutris, which is why the distro has the article.
That article explicitly says “for PC gaming”. If OP is using this drive for Plex, that’s perfectly supported in the kernel.
Totally agreed this may not be the best distro unless they also have another disk they want to use for gaming, but one benefit is that OP could rebaseline to another Universal Blue OS, or even back to Fedora SilverBlue.
Bazzite is pretty great, but being an immutable OS has pros and cons, especially if you run into weird edge cases (unsupported hardware, weird sound issues, general weirdness). Because you can’t modify the base OS, you won’t have access to use “normal” methods to try and solve the problem whatsoever, as opposed to running a non-atomic Arch/Fedora/Debian-based distro where you have access to a full package manager and init/systemd. But if they’re on somewhat mature hardware, it’s basically an appliance that is significantly harder to fuck up.
If disk space isn’t a huge issue, my recommendation among friends is to use Steam in Windows to create Archives to back up anything you don’t want to spend a lot of time redownloading. Then, once in Linux, drop in a new SSD and/or make a new ext4 partition exclusively for Steam games, add it to Flatseal, then use Steam on Linux to restore from the archive file. After that, Steam will download the proton distributable and some Linux middleware, and you’re mostly good to go.
Takes a while to copy files to and from the archives, especially if one of those scratch disks is a SATA SSD, but always much faster than doing it over the network.
Bazzite has ntfs3/ntfs-3g available for mounting (this was merged with the main Linux kernel in 5.15 back in 2021), but it’s not supported to format disks as NTFS in the gui, if I recall.
You’re correct with the fact that Steam/Proton uses the colon character in file paths, which are an illegal character on ntfs, so if you wanted to share a Steam library specifically you need to use the symlink workaround. But this is specific to Steam/Proton and not a generality for e.g., Plex/JellyFin/OMV or general storage.
Where exactly are you looking?
In Disks, in Files, or in Plex?
The GNOME Disks app will tell you if it sees the physical disks and partitions, and let you set up mounting options. Hit the Mount button (Play icon) to mount the partition once, or hit the Config button (Gear icon) to configure automatic mounting. For media disks, you probably want to mount at startup, and I’d recommend setting the “ldentify As” field to “Label” (which will also give it a “friendly” path like /var/mnt/Media).
In GNOME Nautilus/Files, you may see the disks, but unless they’ve been set to automount, there are lots of reasons why it may have failed (most commonly the dirty bit was set on the disk due to unclean dismount, fix with fsck command).
Finally, in Plex or other apps (notably Steam, if you have a separate Steam games partition), there’s a design choice in Bazzite/Atomic Linux distributions to use Flatpaks for most applications. Flatpaks sandbox the app from most of the rest of the OS, including disk access. This is intentional, but annoying if you do not know about it. Use another app called Flatseal to modify the permissions on the app’s Flatpak to allow it to access the other disk under “File System”, as granularly as it makes sense, (or just all disks if you’re a chaos demon). You can also do this using the flatpak override command, but you need to know the application identifier.
The good news is that something like this already exists; just goes to show it’s a matter of time before more refined options are developed.
As an aside, there are now plugins for Noctalia Shell, including a pretty good “Keybind Cheatsheet” plugin, which may make it easier to pick up and play with things like niri.
So there’s not a full distro built around it, or even a full desktop environment, but you should check out niri. Keyboard focused, infinite scrolling, Wayland tiling window manager.
There is a nixOS flake or it can be installed over Arch, Ubuntu, or whatever else you want.
Do you have your wifi password saved in your KDE wallet?
There is an option to not save your wifi password using the wallet, otherwise you will be prompted at startup as soon as it attempts to connect to wifi.