Turn natural language into #SQL on Oracle AI Database with
SELECT AI <your query>
But how do you ensure the SQL is "good"?
@MarkHornick gives best practices
Add schema comments & annotations
Assist joins with foreign keys
Make views for common queries
https://t.co/uufzkURUSv
Ollama 0.32.1 includes significant improvements to Gemma 4's tool calling, making it much more reliable in coding agents!
To try Gemma 4 26B with Pi, run:
ollama launch pi --model gemma4:26b
With Ollama's MLX engine for maximum performance, run:
ollama launch pi --model gemma4:26b-mlx
Two critical RabbitMQ flaws allow authentication bypass. One forges TLS client certs; the other tricks OAuth2 JWKS to accept any JWT.
#RabbitMQ#AuthBypass#TLS#OAuth2#InfoSec
https://t.co/bqXP0Qjmle
Linus Torvalds Reaffirms That Linux Is Not "Anti-AI" & Not A "Social Warrior" Project
AI is a tool that will be sticking around the Linux kernel development space.
https://t.co/OCfxKLbFWg
ORDS 26.2 it out
This adds MCP server over streaming HTTPs support
Enabling to you define API AI agents can use to talk to your Oracle Databases
Authenticate with OAuth2.0, JWT
@thatjeffsmith gives the details https://t.co/mmldUsXkUK
An SBOM doesn't need to be perfect to be useful.
But it should pass a basic sniff test.
In this New Stack article, Christian Dupuis shares a five-minute workflow for spotting missing dependencies, incomplete inventories, and other warning signs.
→ https://t.co/Vs2n4TVR1p
🟢 Tor 0.4.8 has reached End of Life. If you run a relay, maintain an Onion Service, or bundle C-Tor in an app, please upgrade to Tor 0.4.9 by September 1, 2026.🧅🌐 Read more: https://t.co/alWVvok68Z
First trailer for ‘ALLEY CATS’, a new animated series created by Ricky Gervais.
The series follows a group of feral British cats who face challenges as they seek companionship.
Releasing August 7 on Netflix.
Coding agents write better #SQL when you provide details of your schema
@anders__swanson shows how to do this in Oracle AI Database with schema annotations and comments
CREATE TABLE ... ( ... ) ANNOTATIONS ( ... )
COMMENT ON TABLE ...
https://t.co/D9Ptznf4aW