Using Visual Studio Code VSCode IDE with PERL
Research Links: VS Code
- YTsearch: perl visual studio code
- YTitem: Perl programming in Visual Studio Code in Linux tutorial – July 2023 – 4ff5d480
- GAI: ubuntu linux how to set up visual studio code to work with perl?
Research Links: VSCodium
- GAI: what is vscodium
- GAI: does disabling telemetry in visual studio code result in AI being disabled? – No but…….
- GAI: can I use github copilot with vscodium? – ….. it becomes a bit of a handjob.
AI Artificial Intelligence Install on a Fully Local Machine
Research Links YT: How To Run Private & Uncensored LLMs Offline | Dolphin Llama 3
Local Artificial Intelligence AI Search On a Website
Research Links
Here is the step-by-step process for the easiest local setup:
1. Set Up Your Local Environment
- Install Local (formerly Local by Flywheel): Download and install Local. This software allows you to run a WordPress site on your laptop without any web connection.
- Import Your Site: Drag and drop your WordPress backup file (.zip from Duplicator, All-in-One Migration, or WP Vivid) onto the Local app to create an offline, local copy.
2. Implement Local Vector Search
Install a Semantic Search Plugin: Inside your local WordPress dashboard, install a plugin that supports vector embeddings.
- AI Vector Search (Recommended for Easiest): This plugin allows you to run search locally out of the box ("Lite Mode").
- WPSOLR: Good for indexing content locally using Docker containers.
- Vectorize Content: Go to the plugin’s settings and click "Index" or "Re-index." The plugin will convert your post content into vectors (embeddings) and store them in your local MySQL database.
3. (Optional) Enhance with Local LLM (True Local AI)
To make it "totally local" (meaning no OpenAI API), you can connect the plugin to a local model runner:
- Ollama: Install Ollama on your machine to run open-source models like Llama 3 or Mistral locally.
- Connect Vector Search: Configure the AI Vector Search plugin to use Ollama for generating embeddings instead of an API.
Summary of Tools
- Environment: Local (LocalWP).
- Plugin: AI Vector Search (Semantic).
- Search Engine: Local MySQL or Dockerized Weaviate/Solr.
This setup ensures that all your data stays on your machine, no external API calls are made, and your search functionality remains active without internet access.
Dell T3610 nVidia Driver Issue
Research Links GAI: When I install ubuntu I get the following error messages. How to fix dpkg: dependency problems prevent configuration of nvidia-driver-470: nvidia-driver-470 depends on nvidia-dkms-470 (<= 470.256.02-1); however:Package nvidia-dkms-470 is not configured yet. nvidia-driver-470 depends on nvidia-dkms-470 (>= 470.256.02); however: Package nvidia-dkms-470 is not configured yet. GAI: how to fix Read more…
Speed of Light as a Fundamental Property of the Universe
This is an AI creation.
- I do not think it was written directly by Feynman – but it was clearly derived from his work because I recognize too much of its style and content from Feynman Lectures on Physics
- Voice cloning is extremeldy well done
YT: Why Light Speed Is The LIMIT? What Feynman Uncovered Will Collapse Your Mind
From video notes: Derived from
- "Six Not-So-Easy Pieces" by Feynman — the relativity chapters are very good.
- "The Feynman Lectures on Physics Vol. 1" — Chapters 7-9 (gravity), 15-17 (relativity)
- "The Character of Physical Law" — Chapter 4 is a masterpiece
DIY Electronic Kit LED Fidget Spinner Kit
AliExpress Listing DIY Electronic Top Kit LED Fingertip Gyro Manufacture DIY Kit Fun Top Welding Electronic Components Circuit Board Kit AEstore: Ba Ga Ya Lu Store
Using SOLR and Weaviate by way of Docker with Linux
Research Links
- How to (Easily) Configure Apache Solr on WordPress
- How to (Easily) Configure Weaviate (AI search) on WordPress
- G: dreamhost solr server
- G: how to install weaviate without docker – looks like the way to go is to install Weaviate with Docker. Wonder if RocketChat and otherwise would work well?
- GAI: how to install docker on ubuntu linux
- Docker: Install Docker Engine on Ubuntu