Saturday, March 28, 2026
SureCan's spill-proof gas cans (and more)
Friday, March 27, 2026
Wednesday, March 25, 2026
Sunday, March 22, 2026
Thursday, March 19, 2026
Tuesday, March 17, 2026
If We Needed A $15,000 Car…
- I was pleasantly surprised to find the used Toyota GR86 / Subaru BRZ on this list.
- A newer Honda Civic SI coupe approaches $20,000, but seems like a viable choice also.
- There a few of the Lincoln MKZ 3.0 T available at this price - it might be worth a test drive. Mechanically, these are essentially the Ford Fusion.
Monday, March 16, 2026
Best Small Cars for 2025 and 2026
https://www.roadandtrack.com/rankings/g61689890/best-small-compact-cars/
The 2025 Honda Civic Brings New Style, Hybrid Option:
https://www.roadandtrack.com/news/a46440980/2025-honda-civic-brings-new-style-hybrid-option/
"Honda announced ... that for the first time since 2015, a Civic Hybrid model is destined for U.S. shores, in both hatchback and sedan configurations."
The U.S.-Bound 2023 Toyota Prius Has Up to 196 HP, 57 MPG, And All-Wheel Drive (2023):
https://www.roadandtrack.com/news/a41978983/2023-toyota-prius-u-s/
"Like all Prius models, the new one is a hybrid-only affair. This time, though, Toyota has dropped the trust nickel-metal battery pack in favor of an all-new, more efficient lithium-ion battery setup. That pays dividends in both weight and power, with a maximum output of 196 hp. That's if you opt for the optional all-wheel-drive system, loading up an electric motor on the rear axle. Front-wheel-drive models get 194 hp. Either is a massive improvement over the outgoing model ..."
"All Priuses get adaptive cruise control with stop and go, lane tracing assist, automatic high beams, a pre-collision system with pedestrian braking, and the new "Proactive Driving Assist" system ..."
2025 VW GTI - The GTI's user interface gets a big upgrade alongside some visual tweaks:
https://www.roadandtrack.com/photos/g64609842/see-every-angle-of-the-2025-vw-gti/
https://www.roadandtrack.com/reviews/a64606303/tested-2025-volkswagen-gti/
The 2022 VW Jetta GLI Packs More Equipment, Same Engine:
https://www.roadandtrack.com/news/a37397763/2022-vw-jetta-gli/
"Buyers will have a choice between a standard six-speed manual gearbox and VW's seven-speed dual-clutch automatic. Other performance hardware includes VW's electronic limited-slip differential, their XDS Cross Differential System, upgraded brakes from the outgoing Golf R, as well as adaptive dampers. The new GLI receives a multi-link rear suspension, whereas the standard Jetta gets a torsion beam set-up. A set of 18-inch wheels are also part of the GLI's equipment package. ...
VW's IQ.Drive driver assistance suite is standard on GLI as well, as are automatic climate control, push-button start, and keyless entry."
The 2024 Subaru Impreza Brings Back the RS Trim, Ditches Sedan:
https://www.roadandtrack.com/news/a41992553/2024-subaru-impreza/
"The hatch-only model will now be offered with the standard 2.0-liter flat-four, making 152 hp and 145 lb-ft, and an optional 2.5-liter flat-four that makes 182 hp and 178 lb-ft of torque. That engine—which is also available in the Crosstrek, Forester, Legacy, and Outback—comes exclusively on the Impreza RS, a trim level Subaru fans will recognize from the iconic Impreza 2.5RS of the Nineties. Unlike that old model, however, the new enthusiast-oriented trim comes exclusively with a continuously variable transmission. We'd prefer the 2.4-liter from the BR-Z mated to a manual, but at least self-shifting enthusiasts can still get a WRX with a stick."
"Subaru's EyeSight suite of driver assistance tech is also standard, as is all-wheel drive, of course. The AWD system also gets active torque vectoring, which should help in slippery conditions."
The Toyota GR Corolla Fulfills the Hot-Hatch Prophecy - Affordable performance cars don't get much better than this (2022): https://www.roadandtrack.com/reviews/a41198882/toyota-gr-corolla-review/
Best Cheap Sports Cars for 2025: https://www.roadandtrack.com/rankings/g6710/cheapest-sports-cars/
From $30K - 2025 Mazda MX-5 Miata up through a few in the mid-$40s.
Sunday, March 15, 2026
What is Arch User Repository (AUR)? How to Use AUR on Arch and Manjaro Linux?
Foods to Avoid If You Have Anxiety or Depression
https://www.webmd.com/depression/ss/slideshow-avoid-foods-anxiety-depression
DIY Storage Benches
Benches can be used to hold large storage tubs or coolers ... others can hold crates full of shoes or other stuff.
You can install front-facing shelves under the seat area of a bench.
How to Build a Wooden Storage Bench:
https://www.homedepot.com/c/ah/how-to-build-a-wooden-storage-bench/9ba683603be9fa5395fab9040810f55
Detailed instructions ...
How to Build a Built in Storage Bench Step By Step Tutorial:
https://makingitwithabby.com/871/how-to-build-a-built-in-storage-bench-step-by-step-tutorial/
30 Easy DIY Bench Ideas: https://www.anikasdiylife.com/easy-diy-bench-ideas/
Saturday, March 14, 2026
virt-manager (Virtual Machine Manager) for modern Linux installs
- create, edit, start and stop VMs
- view and control each VM's console
- see performance and utilization statistics for each VM
- view all running VMs and hosts, and their live performance or resource utilization statistics.
- use KVM, Xen or QEMU virtual machines, running either locally or remotely.
- use LXC containers
Manage virtual machines with virt-manager: https://virt-manager.org/
"The virt-manager application is a desktop user interface for managing virtual machines through libvirt. It primarily targets KVM VMs, but also manages Xen and LXC (linux containers). It presents a summary view of running domains, their live performance & resource utilization statistics. Wizards enable the creation of new domains, and configuration & adjustment of a domain's resource allocation & virtual hardware. An embedded VNC and SPICE client viewer presents a full graphical console to the guest domain."
- virt-install is a command line tool which provides an easy way to provision operating systems into virtual machines.
- virt-viewer is a lightweight UI interface for interacting with the graphical display of virtualized guest OS. It can display VNC or SPICE, and uses libvirt to lookup the graphical connection details.
- virt-clone is a command line tool for cloning existing inactive guests. It copies the disk images, and defines a config with new name, UUID and MAC address pointing to the copied disks.
- virt-xml is a command line tool for easily editing libvirt domain XML using virt-install's command line options.
- virt-bootstrap is a command line tool providing an easy way to setup the root file system for libvirt-based containers."
virt-manager / virt-manager: https://github.com/virt-manager/virt-manager
Install virt-manager (Ubuntu): https://ubuntu.com/server/docs/how-to/virtualisation/virtual-machine-manager/
Includes instructions for the tools mentioned above, along with some usage tips.
Installing Virt-Manager on Ubuntu: A Comprehensive Guide: https://linuxvox.com/blog/install-virt-manager-ubuntu/
- Graphical Interface: It offers an intuitive graphical interface, which is easier to use compared to command-line tools for those new to virtualization.
- Multi-Hypervisor Support: Supports multiple hypervisors, allowing you to manage different types of virtual machines from a single interface.
- Full-Featured Management: You can perform a wide range of tasks, including creating new VMs, configuring hardware, and monitoring performance."
Kernel Virtual Machine (KVM) is part of most modern Linux installations (it's dormant until needed): https://linux-kvm.org/page/Main_Page
" KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V). It consists of a loadable kernel module, kvm.ko, that provides the core virtualization infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko.
Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc. "
Virt Tools - Blogging about open source virtualization: https://planet.virt-tools.org/
Thursday, March 12, 2026
QB64.com | QB64 BASIC for Windows, Linux, and macOS.
See also: QB64-PE, SmallBASIC, FreeBASIC, PureBasic, Xojo, Gambas 3, ByWater Basic, BlitzMax …
Fwd: Secure Email Providers
https://signalvaultprivacy.com/secure-email/best-secure-email-providers-2025/
"ProtonMail ($4.99/mo) wins privacy, Fastmail ($3/mo) wins features."
"... if you use a regular email provider (Gmail, Yahoo, etc.), your emails could be scanned for ad targeting or handed over if requested. Privacy-focused email providers put security and encryption first, ensuring that even the provider can't read your mails."
"Transport-level encryption is powered by TLS – SSL's successor- to encrypt emails during transit. Yes, this is the same TLS you frequently encounter while browsing websites.
In the case of emails, TLS applies on top of TCP (Transmission Control Protocol) to protect SMTP (sending email to server) and IMAP (retrieving email from the server) protocols. That's how it protects messages from the sender to the receiving end, given that the server at both ends supports encrypted communication.
Transport-level encryption basically secures your plaintext emails from hackers and snoopers.
...
In the case of transport-level encryption, the email provider's servers control the transmission of secure messages. The servers can store and even read your emails; hence, anyone intercepting or hacking the server can access your messages."
"End-to-end encryption - in the case of high-level encryption, the encryption begins right at the user's device – the endpoint. It remains encrypted during the entire transmission to the receiving end (the recipient's device), with no chance for the server to intercept or read the email. Also, the servers (and the service provider) cannot decrypt your message since the decryption keys only remain private to the sources.
Some common end-to-end encryption protocols include the following.
S/MIME: The Secure/Multipurpose Internet Mail Extensions (S/MIME) is an asymmetric end-to-end encryption protocol that works by verifying senders' identity via signed certificates from a Certificate Authority.
PGP: Pretty Good Privacy (PGP) is a safer decentralized encryption system that utilizes symmetric and asymmetric protocols. It's easy to use the services as it doesn't require the parties to exchange private keys. However, users must rely on third-party services (such as privacy-friendly email clients) for encryption."
("Complete Your Privacy Setup: Secure email protects your messages, but a VPN encrypts your entire internet connection. Get NordVPN Now {https://go.nordvpn.net/aff_c?offer_id=15&aff_id=131444&url_id=902} → Hide your IP address and encrypt all internet traffic - $3.39/month with 30-day money-back guarantee. Combine secure email with NordVPN for complete privacy protection.")
1. ProtonMail – Best Overall Secure Email (lots of recommendations on FB):
https://www.tkqlhce.com/click-101537733-17089345
"Pricing: Free (500MB, 1 address), $4.99/month (5GB, 5 addresses)"
"IMAP only on paid plans
Subject lines not encrypted"
3. Fastmail – Best for Business Users
https://join.fastmail.com/59135b8224db
"Pricing: $3/month (2GB), $5/month (25GB), $9/month (100GB)"
"Not all businesses can jump to end-to-end encrypted mail, especially if they rely on integrations, but Fastmail is a good middle-ground (it provides TLS in transit and encryption at rest). Based in Australia (with mirror servers in the US), Fastmail is a privacy-respecting email provider that doesn't mine your data and offers lots of productivity features."
- "Privacy-Respecting: No data mining or ad targeting
- IMAP Support: Full email client compatibility
- Custom Domains: Professional email addresses
- Calendar & Contacts: Integrated productivity tools"
The 20 Most Secure Email Providers to Use in 2026:
https://privacysavvy.com/email/best/secure-email-providers/
Top 5 secure email providers – Quick list:
- "ProtonMail – An open-source, end-to-end encrypted, freemium platform with zero-knowledge and zero access technology.
- Tuta – Top-notch encryption standards with a user-friendly interface. However, lacks inclusive search features.
- Mailfence – End-to-end encrypted email service supporting encrypted email messages to non-PGP recipients too.
- CounterMail – Stores emails on temporary servers in encrypted form; supports additional protection with USB key. Paid service only.
- Hushmail – Easy-to-use encrypted email service with a premium model and free trial; supports personal and business uses alike."
Mailfence: https://mailfence.com/
"Mailfence, headquartered in Belgium, is a security-focused email provider that has strong security features. Like other providers featured in this article, it offers end-to-end encryption to ensure your email messages remain secure from snoopers.
It is an excellent private email client offering 500 MB file storage for free alongside added features.
On top of standard features, this private email service offers a built-in Keystore, which helps manage your OpenPGP encryption keys. You also get to send encrypted messages to anyone who doesn't use PGP."
Hushmail Review 2026: Secure But not a Privacy-friendly Option:
https://privacysavvy.com/reviews/email/hushmail/
"Pricing: $11.99/month (Starter plan) - $49.98/year and $119 for 3 years with a 60-day money-back guarantee."
"Hushmail is a Canadian-based email service that has been in the industry for more than twenty years. It uses standard encryption algorithms such as TLA/SSL and OpenPGP to secure email messages."
"The company guarantees the protection of your email messages. However, the privacy policy complies with warrants requesting user data from the US and Canadian governments."
"Hushmail uses a secure SSL/TSL tunnel to encrypt your mail in transit, and OpenPGP encrypts it at rest. In addition to encryption, the service employs other advanced security features like certificate pinning and forward secrecy. Also, it uses HTTP Strict Transport Security (HSTS) to protect you against Man-in-the-middle attacks."
"... when sending an email to a third-party email service, the email is not sent directly. First, it is sent to the Hushmail servers, and then Hushmail takes charge of the authentication process.
The recipients will then receive an email bearing a link. The link leads to Hushmail servers; they must set a password. Upon clicking the link and setting the password, users can decrypt the message sent. This means the message never leaves the Hushmail servers and is always protected by OpenPGP encryption, whether sent to Hushmail servers or an external email account."
Mailbox: https://mailbox.org/en/
"Pricing: $1/month ..."
"Mailbox is one of the classics of the sector based in Berlin, Germany. This is another sustainable service powered by green energy. It boasts a native web client that users can access from anywhere. The email client also offers useful add-ons such as a calendar and task manager."
- "Simple and easy user interface
- 30-day no-risk free trial
- Anonymous, ad-free, and secure"
Posteo: https://posteo.de/en
"Pricing: $1/month ... the provider allows you to pay for your email account through multiple channels, such as via a bank card, PayPal, or courier. That guarantees an account owner leaves no digital traces when making payments."
"Posteo has no free account, but its entry-level plan offers 2 GB of email storage for €1 per month. If you need more email storage, add an extra gigabyte for €0.25 per month, up to a limit of 20 GB."
"Although Posteo offers strong built-in encryption options, they also support IMAP. That allows you to use it with different email clients on any device you want.
Posteo goes beyond most email services to protect its users' privacy by automatically removing IP addresses from emails. So, anyone monitoring your email traffic can neither see the location from which you sent an email nor the sender's location when you receive one."
"No spam folder (spam is either rejected or sent to a normal inbox)
- Everything is encrypted in the subject, headers, body, metadata, and attachments
- Mail, attachments, calendar, and contacts are encrypted with OpenPGP on secure servers in Germany
- Supports anonymous payment (in cash)
- Strong commitment to protecting privacy, sustainable energy, and other social initiatives
- Self-funded; good results
- Maximum confidentiality: no logs, deletion of the IP address, secure storage with daily backups"
StartMail: https://www.startmail.com/
"Pricing: $57/month ... StartMail doesn't have a free account but allows you to test its service for free for 30 days."
"It is completely interoperable with other PGP clients due to its integrated use of PGP. That enables the users to send encrypted emails to a non-PGP user who knows a secret question to decrypt the email.
StartMail allows you to create unlimited disposable email addresses (aliases).
It has no dedicated mobile applications. But complete SMTP and IMAP support allow you to use any third-party email application with the service on almost all operating systems, including Windows, Android, iOS, Linux, and macOS."
Best Private and Secure Email Providers 2026 -
StartMail: https://cyberguy.com/StartMail
Create a private email account to safeguard your privacy and security:
https://cyberguy.com/privacy/best-private-and-secure-email-providers/
"EXCLUSIVE CYBERGUY DEAL – 50% OFF: $29.94 for first year ($2.50 per month, billed annually). Includes a free 7-day trial. https://cyberguy.com/StartMail"
"StartMail may sound familiar, and there's a good reason for that. It was created by the same founders who originally launched StartPage, the privacy-focused search engine known for delivering Google results while protecting people under strict EU privacy standards."
- StartMail email address
- 20 GB of email
- Unlimited custom email aliases with every account at no extra cost
- Unlimited burner/ disposable email addresses with every account at no extra cost
- Access email on any device
- BTC payment (user only creates a username and thus stays completely anonymous when paying with Bitcoin)
- End-to-end encryption via IMAP/ OpenPGP
- Password-protected emails
- Easy email migration without technical expertise
- No ads, no tracking
- Advanced spam filter
https://typewire.com/blog/read/2025-08-05-12-best-secure-email-providers-for-privacy-in-2025
Best email services for security and privacy:
https://www.consumeraffairs.com/news/best-email-services-for-security-and-privacy-052725.html
" ProtonMail, Outlook, and Gmail (!?) are the three top scoring emails for security and privacy.
Mail.com, AOL and Yahoo are the three lowest scoring."
Best secure email provider of 2025: https://www.techradar.com/best/best-secure-email-providers
10 Most Secure Email Service Providers for Personal Use:
https://computer.howstuffworks.com/e-mail-messaging/most-secure-email-service.htm
The 18 Best Private Email Providers in 2026:
https://vpnoverview.com/privacy/anonymous-browsing/secure-email-providers/
- "Proton Mail: The best private email service for ordinary users and top-level executives
- Mailfence: Excellent private email service with strong encryption and aliases
- StartMail: Secure email service with unlimited aliases
- Tutanota: Green private email service with a generous free plan
- Librem Mail: Useful private email if you want a security suite
- Thexyz: Secure email service with a robust spam filter
- CounterMail: Private email to prevent man-in-the-middle attacks
- Soverin: An easy-to-use and secure mailbox
- Zoho Mail: Secure email provider for businesses
- Hushmail: A secure email service for healthcare and law professionals
- Kolab Now: Useful private email for teams and families
- Posteo: Green private email service at an affordable price
- Mailbox.org: Browser-based email service with extra productivity tools
- ServerMX: Reliable encrypted mail hosting with multiple custom domains
- Private-Mail: Excellent mail and file synchronization options
- Runbox: Sustainable email service from Norway
- Disroot: Private email provider for different languages
- Neo: Good cloud storage for entrepreneurs and growing businesses"
What are passkeys? Hint: They're faster and safer than passwords:
https://www.consumeraffairs.com/news/what-are-passkeys-hint-theyre-faster-and-safer-than-passwords-050925.html
CSMWrap: Enable Legacy BIOS Support on Modern UEFI PCs
The replacement was the Unified Extensible Firmware Interface or UEFI, and the chances are you're viewing this on a machine which uses it in some capacity. But what if you only have UEFI and need BIOS to run a piece of older software? Never fear, because here's CSMWrap, which brings it back, just for you.
Under the hood it's a wrapper for the SeaBIOS compatibility support module, doing the work of setting up the memory mapping such that it will load, and ensuring that other services such as the VGA BIOS are loaded. As it stands it can boot FreeDOS and some older Windows versions under UEFI in QEMU, and it's claimed also run on real hardware. We don't often need to run DOS on our 2025 machine, but it's neat to know we can.
Meanwhile if the BIOS interests you, know that there's also an open source BIOS for the earliest of PCs."
CSM wrap 2.0.0: https://www.bttr-software.de/forum/forum_entry.php?id=23205
" PCI BAR Relocation - Automatically relocate PCI BARs from >4GB to <4GB, eliminating the need to disable "Above 4G Decoding" in UEFI settings.
PCIe Resizable BAR Support - Shrink large BARs (e.g., 4GB GPU VRAM) to 256MB using PCIe ReBAR capability, eliminating the need to disable "Resizable Bar/Smart Access Memory" in UEFI settings.
BIOS Proxy Helper Core - Dedicate an AP for BIOS calls from the BSP. This allows usage of CSMWrap with legacy OSes calling BIOS routines from Virtual 8086 Mode and other improvements.
MP Table Generation - Generate Intel MPS 1.4 tables from ACPI MADT for legacy OSes that don't support ACPI.
SMBIOS 3.0 → 2.x Synthesis - Generate SMBIOS 2.x entry point when only 3.0 is available.
Boot Device Detection - Auto-detect boot drive and build BBS table with correct priority."
Tuesday, March 10, 2026
FreeNAS vs. OpenMediaVault vs. Amahi: Which Is Best for a DIY NAS?
winevdm - A 16-bit Windows emulator, ported to 64-bit Windows, for running OLD programs
DOS emulation is incomplete and it is recommended to use DOSBox or MS-DOS Player."
Friday, March 6, 2026
Best Car History Report Services in 2026 (Zilocar, Carfax, AutoCheck, etc.)
"How do I interpret each section of a VIN?
Each part of the VIN encodes specific information such as manufacturer, model details, year, plant, and serial number.
- 1–3 (WMI): Manufacturer & region
- 4–8 (VDS): Vehicle descriptor (engine, body, trim)
- 9: Check digit (validates VIN authenticity)
- 10: Model year
- 11: Assembly plant
- 12–17 (VIS): Serial/production number
Which official or free VIN decoding sources are reliable?
The NHTSA offers a free VIN decoder using manufacturer-reported data, but coverage may be incomplete for some models. https://www.nhtsa.gov/vin-decoder
Download and run Hornady Reloading Guide on PC & Mac (Emulator)
https://www.bluestacks.com/apps/tools/hornady-reloading-guide-on-pc.html
Wednesday, March 4, 2026
Microsoft Planner Alternatives
Best Microsoft Planner Alternatives of 2026:
https://www.projectmanager.com/blog/best-microsoft-planner-alternatives
"Microsoft Planner ... organizes teamwork and tasks for project management. It's a hub for teams to work together, make plans, assign tasks and check progress with dashboards.
The tool acts as a hub for project documentation, file sharing, and team visibility.
...
However, it isn't fully compatible with Microsoft Project—Microsoft's most advanced project management software—because it can't open or edit Microsoft Project files (MPP files). "
11 Best Microsoft Office 365 Planner Alternatives in 2026:
https://clickup.com/blog/microsoft-planner-alternatives/
| Tool name | Use case | Best for |
| ClickUp | All-in-one project and task management app | Teams needing deep customization, AI-powered features, and seamless collaboration |
| Todoist | Minimalist task management | Individuals and small teams looking for simple yet effective task organization |
| Asana | Workflow automation for teams | Mid-sized teams requiring structured workflows, automation, and goal tracking |
| Trello | Simple Kanban organization | Visual organization enthusiasts who prefer a drag-and-drop Kanban system |
| Wrike | Enterprise-grade project portfolio management | Enterprises managing multiple complex projects with detailed resource planning |
| Monday.com | Visual workflow customization | Teams wanting a highly customizable, visually-driven project management system |
| Smartsheet | Spreadsheet-style project tracking | Teams comfortable with spreadsheets but needing advanced project-tracking tools |
| MeisterTask | Intuitive task transitions | Users seeking a clean, modern interface with automation for task movement |
| Jira | Agile development cycle management | Software development teams tracking sprints, bugs, and technical workflows |
| Notion | Flexible all-in-one workspace | Teams requiring a hybrid solution combining notes, databases, and task management |
| Basecamp | Straightforward team communication | Small teams and freelancers looking for an easy-to-use, communication-focused tool |
https://www.linuxlinks.com/best-free-open-source-alternatives-microsoft-planner/
"Taiga is an open source project management platform for startups and agile developers and designers who want a simple, beautiful tool that makes work truly enjoyable.
Taiga can handle both simple and complex projects."
https://taiga.io/ - https://github.com/taigaio - https://github.com/taigaio/taiga-docker
https://docs.taiga.io/ - https://community.taiga.io/
"Focalboard is a self-hosted project management tool that helps define, organize, track and manage work across individuals and teams. The software is available in two editions: Personal Desktop, a desktop app for todos and personal projects. The other edition is Mattermost Boards which is a self-hosted or cloud server for team planning and collaboration."
https://www.focalboard.com/ - https://www.focalboard.com/download/
Best open source Microsoft Planner alternative:
https://www.openproject.org/project-management-software-alternatives/best-ms-planner-alternative/
"OpenProject provides greater flexibility as an open source project management tool with both cloud and self-hosted options. It offers a wide range of features, including Gantt charts, work package planning, task boards, and time tracking. ... it supports both Agile and Waterfall methodologies, making it ideal for tracking dependencies, timelines, and resources. Whether cloud-based or self-hosted, OpenProject users enjoy the same high level of customization, including the ability to create custom workflows, fields, and roles to meet specific project needs."
https://www.openproject.org/download-and-installation/
https://www.openproject.org/docs/installation-and-operations/installation/packaged/
OpenProject on Docker all-in-one container:
https://www.openproject.org/docs/installation-and-operations/installation/docker/
"Kubernetes is a container orchestration tool. As such it can use the OpenProject docker container in the same manner as shown in the docker section.
If you'd like to run OpenProject on Kubernetes, please take a look at the OpenProject helm chart."
Helm chart for OpenProject:
https://www.openproject.org/docs/installation-and-operations/installation/helm-chart/
"This is the chart for OpenProject itself. It bootstraps an OpenProject instance, optionally with a PostgreSQL database and Memcached.
Prerequisites -
Kubernetes 1.16+
Helm 3.0.0+
PV provisioner support in the underlying infrastructure"
Open Source Microsoft Planner Alternatives:
https://alternativeto.net/software/microsoft-planner/?license=opensource
"AFFiNE - Open-source, privacy-focused workspace combining note-taking, project and task management, Kanban board, interactive whiteboard, Pomodoro timer, Markdown support, offline access, real-time team collaboration with @mentions, goal tracking, subtasks, and customizable features."
https://affine.pro/ - https://affine.pro/download
"ToDoList - Organize projects with deeply nested tasks, multi-language support, and flexible XML storage. Streamline scheduling, customize printing with stylesheets, and collaborate efficiently on multiple projects ..."
https://www.abstractspoon.com/
"Org Mode - Your life in plain text -
A GNU Emacs major mode for keeping notes, authoring documents, computational notebooks, literate programming, maintaining to-do lists, planning projects, and more — in a fast and effective plain text system. (Mac. Windows, Linux)"
https://orgmode.org/ - https://orgmode.org/org.html#Installation
"Org mode is an authoring tool and a TODO list manager for GNU Emacs. It relies on a lightweight plain-text markup language used in files with the '.org' extension."
"Org mode is implemented on top of Outline mode, which makes it possible to keep the content of large files well-structured. Visibility cycling and structure editing help you work with the tree. Tables are easily created with a built-in table editor. Plain text URL-like links connect to websites, emails, Usenet messages, BBDB entries, and any files related to the projects."
Tuesday, March 3, 2026
Notee Reviews (2026) | Check if app is safe or legit
https://justuseapp.com/en/app/6745517667/notee-ai-note-taker/reviews
Notee App Reviews – Features, Pricing & User Ratings
https://appshunter.io/ios/app/6745517667
Review: Tisas Stingray Carry | An Official Journal Of The NRA
https://www.americanrifleman.org/content/review-tisas-stingray-carry/
Beat-Sonic CS10B Front Camera Interface for Select 2018-2024 Toyota Mo | Beat-Sonic USA
https://www.beatsonicusa.com/products/cs10b
Draw Your Own Games! - Pixicade!
https://www.abacusbrands.com/products/pixicade
GlucoWatch
https://glucowatch.labaste.fr/index_en.html
Friday, February 27, 2026
Tuesday, February 24, 2026
Foods to Avoid If You Have Anxiety or Depression
Monday, February 23, 2026
Your secret weapon for the storage apocalypse | PCWorld
https://www.pcworld.com/article/3063769/the-secret-weapon-to-survive-the-storage-apocalypse.html
Saturday, February 21, 2026
New Affordable Weapon Lights
Thursday, February 19, 2026
Tuesday, February 17, 2026
Action1 - Free Patch Management with Remote Access & endpoint management.
^ Software Repository with an ever-growing list of common applications
^ Custom application deployment via a private Software Repository
^ No VPN is required for remote, off-site software deployment"
A real standout is that it offers free one-time vulnerability assessment for all your endpoints. Once the agent is installed, it runs a full analysis and reports all detected vulnerabilities."
Monday, February 16, 2026
Apps to help with Procrastination
https://scienceofmind.org/are-procrastination-apps-worth-it/
10 Most Effective Apps to Help You Beat Procrastination:
https://www.lifehack.org/879171/stop-procrastinating-app
Focus@Will - Android & iOS & as a web app ($52.49+ annually):
https://www.focusatwill.com/
"Based on neuroscience research, Focus@Will uses music to boost concentration and get you into a productivity flow."
Focus To-Do combines the Pomodoro technique with to-do list features (Free, $2.99+ per month, or lifetime $8.99):
https://www.focustodo.cn/
"Pomodoro is one of the most effective productivity techniques. It's built around 25-minute work sessions interspersed with 5-minute breaks.
Focus To-Do allows you to define tasks, including subtasks and recurring tasks, and assign deadlines. You can then work through the items on your list one-by-one using the Pomodoro technique.
The app is available on all major platforms, including smartwatches. Your tasks will be synchronized across devices."
RescueTime ($6.50/month):
https://www.rescuetime.com/
"It automatically tracks the time you spend on various websites and applications, and classifies them into categories. Using this information, you can analyze where and when you are productive and what the major threats to your productivity are.
More importantly, RescueTime allows you to summarily block out distractions, which is excellent for Pomodoro sessions."
Time Flow System App: https://p.lifehack.org/solutions
https://www.lifehack.org/start-here https://www.lifehack.org/how-time-flow-system-works
"The app is part of the LifeHack All-Access Bundle developed based on the very principles of the unique Time Flow System."
Forest ($1.99):
https://www.forestapp.cc/
"As a gamified stop procrastinating app, Forest is a great way to motivate yourself to stay focused. Each time you start a focus session, you plant a tree in the app. While you work, it will grow on your screen. However, if you leave the app during the session, your tree dies off.
The goal is to motivate you to not use your phone, removing a significant source of distraction."
Best Apps for Dealing with Procrastination -
https://declutterthemind.com/blog/best-apps-for-procrastination
"The best apps for procrastination work even better when used together strategically."
I am a procrastinator, but these 5 productivity apps help me keep up:
https://medium.com/@olha.novitska/i-am-a-procrastinator-but-these-5-productivity-apps-help-me-keep-up-8908e74021ad
18 best procrastination apps to boost productivity (2026):
https://flown.com/blog/procrastination/the-best-anti-procrastination-apps
insert image
How Zepbound Works for Obstructive Sleep Apnea
https://www.webmd.com/sleep-disorders/sleep-apnea/zepbound-obstructive-sleep-apnea
Friday, February 13, 2026
The Best Raspberry Pi Gear
Thursday, February 12, 2026
Tuesday, February 10, 2026
Sleeper PC Builds
The Ultimate Guide To Building Your Own High Performance Sleeper PC:
https://retrowave.com/the-ultimate-guide-to-building-your-own-high-performance-sleeper-pc/
"Successful builds require retro mid-tower or full-tower chassis from brands like Gateway or Packard Bell to provide the physical space necessary for modern, oversized GPUs."
"Custom cooling modifications, such as using a dremel to cut hidden intake vents and mounting high-static pressure fans in the base, are essential to prevent modern components from overheating in airtight vintage cases."
"A case with a solid metal frame is ideal because it provides a sturdy foundation for all your heavy modern components."
"Cutting hidden intake holes in the bottom or rear of the chassis allows your Ryzen 9 9950X3D to breathe without ruining the retro vibe. You can even hide high-performance fans behind the original plastic grilles to keep that stealthy look intact."
"Since most people never look at the floor of a PC, your stealthy 140mm fans stay completely invisible to the naked eye. High-static pressure fans are your best friends here because they can shove air through those tiny, cramped spaces. Just make sure to add some dust filters so your 1998 office warrior does not become a vacuum cleaner for your carpet."
"Some builders are now tucking slim liquid cooling radiators behind the front plastic panel or even inside the drive bays."
Custom Sleeper Gaming PC (with Case Mods, Etc):
https://www.instructables.com/Custom-Sleeper-Gaming-PC-with-Case-Mods-Etc-and-My/
This one is pretty rough, but it shows what can be done with an old PC case.
What's a Sleeper Gaming PC: https://moderngamer.com/what-s-sleeper-gaming-pc/
"A sleeper gaming PC is a powerful computer that is disguised in an ordinary-looking case to hide its true capabilities.
These PCs offer surprise factor and cost-effectiveness, as they blend in with their surroundings and use affordable components."
" It's an undercover gaming computer with high-powered parts hidden in a typical, less flashy case."
Build Ultimate Water Cooled Beige Sleeper PC With Stainless Tubing Loop:
https://www.mnpctech.com/pages/build-ultimate-water-cooled-beige-sleeper-pc
"... shows how to use water-cooling components with stainless steel hard-lines and a 480mm vertical radiator to ensure that your PC runs as quickly and quietly as possible." It also demonstrates cutting & finishing the case (with u-channel trim) for larger fans and fans in new places. They use silencing grommets at the fan mounting points.
The build includes a 10" touchscreen HDMI display screen that displays the system stats with Aida64 software.
"Advantages of Stainless Steel Hard Line Tubing:
Bright metallic finish is aesthetically pleasing. It doesn't absorb dirt, smudges, fingerprints or scuffs, making maintenance very easy. The biggest advantage to using stainless for PC water cooling is it's corrosion resistant properties, so you can use distilled water in your water cooling loop. It also resists bacteria and germs ..."
"Disadvantages of Stainless Steel Hard Line:
Costs more than traditional flexible tubing for PC water cooling which covers Acrylic, PETG, and flexible tubing. Stainless steel requires specialized tools that include a hacksaw with bi-metal cutting blade, hand files and deburr tool. You must deburr the edges of the tubing to avoid slicing into rubber o-rings for your compression fittings. It also requires a specialty bending tool, like a hand pipe or mandrel bender. The tightest radius bend you can get with 1/2" OD in 0.035" wall thickness is 1-1/2" which isn't small enough for PC liquid cooling, so you have to get inventive with your bends or type of fittings."
The Sleeper PC Build: https://www.howtogeek.com/780208/what-is-a-sleeper-pc/
"A sleeper PC usually refers to a powerful computer that's presented in an unassuming case or enclosure. The term originates in the automotive world, where sleeper cars are high-performance vehicles that look normal from the outside. Under the hood is where the real story lies, and the same is true of the PC world."
"There are many different types of sleeper PC build, from the old beige boxes of the Windows 98 days to powerful machines built inside of old console cases. Many of these enclosures require significant modification for use with modern PC components like all-in-one coolers and graphics cards that are much larger than they were a decade or two ago."
"Some builds require the use of atypical parts, like smaller Mini-ITX or Mini-ATX motherboards."
Monday, February 9, 2026
Raspberry Pi Clock Projects
- Dual LCD Displays: Time and temperature on the top LCD, menu and status on the bottom LCD.
- DS3231 RTC: Accurate timekeeping with battery backup.
- DHT11 Sensor: Temperature monitoring in Fahrenheit.
- 4x4 Keypad: Intuitive menu navigation and settings input.
- Wi-Fi & NTP Sync: Internet connectivity for automatic time updates.
- Buzzer: Audible alerts for timers and alarms.
- Modes: Timer, stopwatch, alarm, stats display, and timezone adjustment."
Saturday, February 7, 2026
Wadcutter Ammo for Self-Defense - Lucky Gunner Lounge
https://www.luckygunner.com/lounge/wadcutter-ammo-self-defense/
Thursday, February 5, 2026
Friday, January 30, 2026
100% disk utilization in Windows VMs and intermittent kernel panic every 2+ months. | Proxmox Support Forum
https://forum.proxmox.com/threads/100-disk-utilization-in-windows-vms-and-intermittent-kernel-panic-every-2-months.119258/
Saturday, January 24, 2026
Best Automotive Oscilloscopes
We've tested the Hantek 1008C for various tasks like checking coils, fuel injectors, and alternator ripples. It's proven to be a valuable tool for automotive diagnostics."
Tracing atypical electrical waves on breaking down equipment will be impossible without an automotive oscilloscope."
Among the different digital oscilloscopes, HANTEK 1008C Automotive Digital Oscilloscope is designed with vast new features and capabilities. It is one of the most cost-effective 8 channels of automotive oscilloscopes ...
Key Features:
Channel and Extraordinary Specs: It is an 8-channel oscilloscope that comes with a real-time sampling rate of 2.4MSa/sec with a 12-bit vertical resolution for spectrum analysis. It provides automatic testing functions of more than 20 types which are like interfaces in benchtop oscilloscopes.
Multiple Sensor Types: It features a lot of sensors such as the lambda sensor, crankshaft sensor, airflow meter sensor, throttle position sensor, distributor sensor, and camshaft sensor that will make the oscilloscope simple to use.
DAQ Card Function: This is the feature used for effective wave determination:
Other Features: Includes a Programmable Generator to give better test outcomes and performance. The camshaft analog signals, crankshaft, and so on can easily be observed with this device. It features a play interface and USB 2.0 plug to make sure no additional power supply is required for it.
HANTEK 1008C is perfect for vehicle testing. You can also use it for the first diagnosis like the idle exhaust ignition, intake multiple vacuums.starting exhaust ignition, as well as petrol fumes adjusting valve vacuum."
Raspberry Pi TV HAT
How to Set Up the Raspberry Pi TV HAT: A Step-by-Step Guide:
Thursday, January 22, 2026
Serial port Terminal software
https://www.compuphase.com/software_termite.htm?fbclid=IwZnRzaANfpdxleHRuA2FlbQIxMQABHnEX0e77BH2sBYFiCkQeh0a8zktga36Uv28AhGqk71olODp87E92Ma1PxHZr_aem_6SFINPVZqE4HNjs5mqIDMg
Thanks,
Adrian
Wednesday, January 21, 2026
PowerToys Workspaces lets you automate desktop & app arrangement
NOTE: Instead of putting lots of stuff in Startup, try setting up desktops for Reading, Programming (Powershell, BASIC, Python, etc.), Car Stuff, Medical, Bills, Taxes, Watching TV, etc.
Microsoft PowerToys 'Workspaces' Makes Setting up Your Windows PC Easy:
https://www.howtogeek.com/microsoft-powertoys-workspaces-update/
"To get to a workspace in no time, save it as a desktop shortcut and pin it to the taskbar."
"Before you can use the utility, you must turn on Workspaces in your PowerToys settings. With that done, hit "Launch editor" in the Workspaces settings or press Win+Ctrl+` on the keyboard to bring up the editor. Clicking "+ Create workspace" will capture your current desktop layout."
"You can also launch an app in a workspace as an admin."
"The tool intelligently handles open apps. Instead of launching duplicates, it repositions existing windows to match your saved layout. And if you're using multiple monitors, Workspaces remembers which screen each app belongs on."
Workspaces utility for Windows desktop management (official documentation):
"https://learn.microsoft.com/en-us/windows/powertoys/workspaces"
How to launch and auto arrange apps with PowerToys on Windows (Nov 2025):
https://pureinfotech.com/launch-auto-arrange-apps-powertoys-windows/
Workspaces is the best PowerToys feature you're not using on your Windows PC:
https://www.makeuseof.com/powertoys-workspaces-best-feature-windows/
"To create a workspace, start by arranging your apps exactly how you want them. Open all the apps you need for a specific workflow and position them using Windows snap layouts or FancyZones. Once everything looks good, press Win + Ctrl + Backtick (or your custom shortcut) to open the Workspaces editor.
Click Create Workspace, give it a name, then hit Capture. Workspaces grabs every open app and its position. Once done, you'll see a list of all captured apps in the editor. To remove any app from the list, select it and click Remove. For each app, click the dropdown arrow to access advanced options."
How to use PowerToys Workspaces to finesse your Windows desktop - Just rebooted your PC? Start your day right with the click of a button:
https://www.pcworld.com/article/2490582/how-to-use-powertoys-workspaces-to-finesse-your-windows-desktop.html
"First, a brief recap: PowerToys is a collection of free Windows utilities, directly from Microsoft. You'll need to download the app directly from Microsoft, then enable any or all of the PowerToys apps that you wish to use."
"Basically, PowerToys Workspaces allows you to instantly launch and configure a collection of windows and/or apps across multiple screens, arranged how you want.
...
You might think of Workspaces as a bookmark of sorts: Get everything arranged just so, and then save your work."
"On my PC, Workspaces had an odd shortcut: Win + CTRL + ' which I changed just by clicking the Workspaces box. Otherwise, you simply need to click the "Launch Editor" from either the Workspaces main menu or within the Workspaces Settings menu."
Windows 11 How To: https://www.windowscentral.com/microsoft/windows/windows-11/how-to
Tuesday, January 20, 2026
FN Five-Seven MRD Review
A 20-round pistol for the 5.7mm cartridge:
https://www.pewpewtactical.com/fn-five-seven-mrd-review/Friday, January 16, 2026
Replace ZFS with Btrfs on a home NAS
"During the Ubuntu installation process, you can choose BTRFS as the filesystem for your partitions. Here are the general steps:
- Boot the Ubuntu installation media.
- Select your language, keyboard layout, and other preferences.
- When you reach the "Installation type" screen, choose "Something else".
- Select the partition where you want to install Ubuntu and click "Change".
- In the "Use as" dropdown menu, select "BTRFS".
- Set the mount point (usually
/) and click "OK". - Proceed with the installation as usual."