$ yum install -y unboundDiscover gists
Note
Hi, everyone. I've been putting in a lot of work on this over the last few weeks and i'm currently underemployed! If you'd like to hire me to do CMS-based work (i focus on Craft and ExpressionEngine but i do some WordPress work as well), please reach out! Alternatively, if you'd like to chip in toward bills & groceries, that's a big help right now!
Updates (Most Recent First)
| # Add these gems to your Gemfile | |
| gem "rails" # not strictly needed, but I use ActiveConcern, etc | |
| gem "raix" # helpful gem to reduce code needed for function calling etc | |
| gem "thor" # to make a CLI app (not needed if you make a web app) | |
| gem "http" # my preferred gem to make API calls | |
| # This is the main app (`app/models/ai_chat/cli.rb`) | |
| module AIChat | |
| class Cli | |
| # Thor |
Here are the steps to install Zig Compiler in Termux Android...
Install Termux from F-Droid, because the Google Play version is outdated...
Launch Termux on Android and enter...
Onyx tablets reportedly phone home and send "data" to some servers in China. The manufacturer apparently refuses to publish the source-code modifications to the OS and the open-source apps they are using and they even go as far as violating GPL.
Of course I learned all that after buying this tablet. To ease my mind, I spent some time debloating it and then blocked the outgoing traffic to
| <?php | |
| add_action( 'jet-form-builder/custom-action/test-hook', function( $request, $action_handler ) { | |
| //get value of field field1 | |
| $value = $request['field1']; | |
| //or using jet_fb_context()->resolve_request() | |
| $value = jet_fb_context()->resolve_request()['field1']; | |
| # pip install webdriver_manager | |
| # pip install selenium | |
| from selenium import webdriver | |
| from selenium.webdriver.common.keys import Keys | |
| from time import sleep | |
| from selenium.webdriver.common.by import By | |
| from selenium.webdriver.chrome.service import Service | |
| from selenium.webdriver.chrome.options import Options | |
| from webdriver_manager.chrome import ChromeDriverManager |
| <?php | |
| class JEC_Change_Tags { | |
| public function __construct() { | |
| add_filter( 'jet-engine/listing/render/jet-listing-grid/settings', array( $this, 'apply_settings' ) ); | |
| add_filter( 'jet-engine/listing/grid/nav-widget-settings', array( $this, 'nav_settings' ), 10, 2 ); | |
| add_filter( 'jet-engine/listing/render/default-settings', array( $this, 'default_settings' ) ); | |
| } | |
Hence, if you are interested in existing applications to "just work" without the need for adjustments, then you may be better off avoiding Wayland.
Wayland solves no issues I have but breaks almost everything I need. Even the most basic, most simple things (like xkill) - in this case with no obvious replacement. And usually it stays broken, because the Wayland folks mostly seem to care about Automotive, Gnome, maybe KDE - and alienating everyone else (e.g., people using just an X11 window manager or something like GNUstep) in the process.
As 2024 is winding down: