The Era of Cloned Humans
AI has tremendous possibilities but also a number of security issues. Steve highlights one scary security issue today.
2025-01-27
42 reads
AI has tremendous possibilities but also a number of security issues. Steve highlights one scary security issue today.
2025-01-27
42 reads
Most of us don't work on budgets, but we are affected by them. Is it a good idea for IT management to use AI to help plan their budgets? Steve has a few thoughts today.
2025-01-22
68 reads
I set up a local AI LLM to run and then conducted some experiments. This post shows a bit about the experiments and a little code. The setup is on my blog using Docker to containerize an Ollama LLM, which you can read about. The Basic Setup If you read my blog, I downloaded an […]
2025-01-20
1,509 reads
Searching for relevant information in vast repositories of unstructured text can be a challenge. This article explains a Python-based approach to implementing an efficient document search system using FAISS (Facebook AI Similarity Search) for Vector DB and sentence embeddings, which can be useful in applications like chatbots, document retrieval, and natural language understanding. In this […]
2025-01-17
1,441 reads
Everybody’s coasting and looking back. Let’s kick our heels up, get comfortable, and talk big picture industry stuff.
2025-01-17
2024-12-13
95 reads
This tutorial will show how to use an AI model with Python to respond to queries.
2024-11-04
5,330 reads
Steve has a few thoughts on how AIs change the role of databases.
2024-10-14
241 reads
2024-09-14
82 reads
One of the strange side effects of AI might be junior staff struggle to get hired and get experience. Where does that leave the industry when senior staff retires?
2024-08-26
139 reads
You can’t just exec DROP ROLE your_role_name; if it’s granted perms or other roles...
By Steve Jones
I have a presentation recently on Continuous Integration Using Local Agents in Azure DevOps...
By Steve Jones
I ran a small ollama model in a container and have been doing some...
Comments posted to this topic are about the item Why you should avoid Implicit...
Good evening, I have a rather peculiar issue while trying to calculate Numerator and...
I inherited a mess. The previous developer did not understand how to set up...
In a SQL Server 2022 Enterprise Edition AG, how many replicas can be configured with synchronous commit mode?
See possible answers