The HAPPY Stack
- Read more about The HAPPY Stack
- Log in to post comments
Selenium Server is a powerful tool for browser automation and testing. Running it in a FreeBSD jail provides isolation and security while maintaining easy management. This guide walks through setting up Selenium Server with Firefox and Geckodriver in a classic FreeBSD jail.
Upgrading major versions of PostgreSQL on FreeBSD (e.g. from 12 to 13) can be tricky. The challenge is that pkg upgrade removes the old binaries before installing the new ones, but pg_upgrade requires both versions to be present to migrate your data. If you just delete the old package and install the new one, you're left without the old binaries needed to read your existing data format.
Pair programming with an AI agent under close supervision will drastically improve your efficiency and throughput at completing tasks. While at the same time providing you with an interactive learning environment for new skills or improving existing ones. I'm currently a fan of the Windsurf IDE - recently rebranded as Devin - with its Cascade AI. However it does not natively run on FreeBSD (despite it being a VSCode fork).
There is a serious lack of basic documentation on how to use Apache Solr on FreeBSD. Lets change that.