Perplexity Health – führt fragmentierte Gesundheitsdaten und Laborwerte zusammen um medizinische Fragen personalisiert zu beantworten

März 21st, 2026

AI LLM MiniMax’s M2-series ‚minimax-m2.7:cloud‘ – for coding agentic workflows and professional productivity and 100% free

März 21st, 2026
root@ra-llm-01:~# ollama run minimax-m2.7:cloud
You need to be signed in to Ollama to run Cloud models.
If your browser did not open, navigate to:
https://ollama.com/connect?name=ra-llm-01&key=<…>
root@ra-llm-01:~# ollama list
NAME ID SIZE MODIFIED
minimax-m2.7:cloud 06daa293c105 – 36 seconds ago
qwen3-coder:30b 06c1097efce0 18 GB 24 hours ago
llama3.1:8b 46e0c10c039e 4.9 GB 6 weeks ago
ministral-3:14b 4760c35aeb9d 9.1 GB 2 months ago
root@ra-llm-01:~#
root@ra-llm-01:~# ollama launch claude –model minimax-m2.7:cloud
To use minimax-m2.7:cloud, please sign in.
Navigate to:
https://ollama.com/connect?name=ra-llm-
01&key=<…>
⠙ Waiting for sign in to complete…
esc cancel
Launching Claude Code with minimax-m2.7:cloud…
────────────────────────────────────────────────────────────────────────────────
Accessing workspace:
/tmp
Quick safety check: Is this a project you created or one you trust? (Like your
own code, a well-known open source project, or work from your team). If not,
take a moment to review what’s in this folder first.
Claude Code’ll be able to read, edit, and execute files here.
Security guide
❯ 1. Yes, I trust this folder
2. No, exit
give me the spec of the pc
● Bash(lshw -short 2>/dev/null || cat /proc/cpuinfo && echo „—MEMORY—“ && free -h && echo „—DISKS—“ && lsblk -d -o NAME,SIZE,TYPE && echo „—GPU—“ && lspci…)
⎿  H/W path Device Class Description
==========================================================
system CELSIUS M730 (S26361-Kxxx-Vyyy)
… +60 lines (ctrl+o to expand)
● PC Specifications:
┌───────────┬────────────────────────────────────────────────────────────────┐
│ Component │ Details │
├───────────┼────────────────────────────────────────────────────────────────┤
│ System │ Fujitsu CELSIUS M730 (workstation) │
├───────────┼────────────────────────────────────────────────────────────────┤
│ CPU │ Intel Xeon E5-2620 v2 @ 2.10GHz (6 cores, 12 threads) │
├───────────┼────────────────────────────────────────────────────────────────┤
│ RAM │ 64 GB DDR3 1333 MHz (8x 8GB DIMMs) │
├───────────┼────────────────────────────────────────────────────────────────┤
│ Storage │ 500GB Samsung SSD 850 │
├───────────┼────────────────────────────────────────────────────────────────┤
│ GPU │ 4x NVIDIA Tesla M10 (GM107GL) + AMD Radeon X800 GT (secondary) │
├───────────┼────────────────────────────────────────────────────────────────┤
│ Network │ Intel 82579LM Gigabit Ethernet │
├───────────┼────────────────────────────────────────────────────────────────┤
│ Audio │ Intel C600/X79 HD Audio │
├───────────┼────────────────────────────────────────────────────────────────┤
│ OS │ Linux (EFI partition ~453GB on sda3) │
└───────────┴────────────────────────────────────────────────────────────────┘
Summary: A Fujitsu workstation with a 6-core Xeon CPU, 64GB ECC RAM, and 4 Tesla M10 GPUs — designed for compute-intensive workloads like virtualization or rendering.
───────────────────
❯ 
───────────────────
root@ra-llm-01:~#

Klinikum Ebersberg München Ost – eines der allerersten Häuser in Deutschland das einen „Escape Room“ in der Ausbildung einsetzt

März 21st, 2026

Es geht um das Leben einer Patientin gespielt von Demo Puppe „Chloe“ im Raum sind Aufgaben und Rätsel versteckt  nur mit der Lösung kann die nächste Aufgabe gefunden werden  es sind 45 Minuten Zeit während die angehenden Pflegefachkräfte die Aufgaben lösen beobachten Praxisanleiterinnen und Praxisanleiter wie sie sich schlagen

Motorradland Kärnten – Seen Speck und Pässe im Dreiländereck #1

März 21st, 2026

Sixt – bleibt eine betriebsratsfreie Zone und möglichen Gewerkschaftern wurde fristlos gekündigt

März 21st, 2026

Dell Pro Max GB300 – The AI supercomputer built for your desk

März 21st, 2026

Nardini Klinikum St. Elisabeth Zweibrücken St. Johannis Landstuhl – der Iran Krieg sorgt dafür dass das US Militärkrankenhaus in Landstuhl Platz für verwundete US Soldaten schaffen muss und so werden Geburten von US-Angehörigen jetzt nach hier verlegt

März 21st, 2026

Claude Code versus OpenClaw versus Claude Cowork versus n8n

März 21st, 2026

MikroTik hAP S – ist ein kompakter und erschwinglicher Wi-Fi 6 Access Point der für schnelle stabile und zuverlässige Home Labs entwickelt wurde

März 20th, 2026

Sana Krankenhaus Benrath Düsseldorf – behandelt zwei ukrainische Soldaten

März 20th, 2026

Claude Code & Ollama – is now compatible with the Anthropic Messages API making it possible to use tools like Claude Code with open models

März 20th, 2026
root@ra-llm-01:~# ollama pull qwen3-coder:30b
pulling manifest
pulling 1194192cf2a1: 100% ▕██████████████████▏ 18 GB
pulling d18a5cc71b84: 100% ▕██████████████████▏ 11 KB
pulling 69aa441ea44f: 100% ▕██████████████████▏ 148 B
pulling 24a94682582c: 100% ▕██████████████████▏ 542 B
verifying sha256 digest
writing manifest
success
root@ra-llm-01:~#
root@ra-llm-01:~# curl -fsSL https://claude.ai/install.sh | bash
Setting up Claude Code…
✔ Claude Code successfully installed!
Version: 2.1.80
Location: ~/.local/bin/claude
Next: Run claude –help to get started
⚠ Setup notes:
• Native installation exists but ~/.local/bin is not in your PATH. Run:
echo ‚export PATH=“$HOME/.local/bin:$PATH“‚ >> ~/.bashrc && source ~/.bashrc
✅ Installation complete!
root@ra-llm-01:~# echo ‚export PATH=“$HOME/.local/bin:$PATH“‚ >> ~/.bashrc && source ~/.bashrc
root@ra-llm-01:~#
root@ra-llm-01:~# ollama launch claude
Launching Claude Code with qwen3-coder:30b…
Welcome to Claude Code v2.1.80

President Donald J. Trump – Participates in the Commander in Chief Trophy Presentation

März 20th, 2026

Harry G – bei Benzinpreisen um die 3€ kommt man schneller von München nach Kitzbühel ( … da die Autobahn konstant leer ist )

März 20th, 2026

Open WebUI v0.8.10 – update to the latest version and features

März 20th, 2026

Google Chrome OS Version 146.0.7680.154 – steht zum Download bereit

März 20th, 2026