grep -r "off" /news · homesearch
grep -rli "off" /news

off

Full-text search across 690 articles. Combine with topic and date filters; results sorted by relevance.

results 690 page 11/35
19:23
2026-05-23
dev.to
developer-tools

Build a Database Connection Framework In 133 Lines Of Code

This article explains how to build a custom database connection framework for ASP.NET minimal APIs using ADO.NET and SQLite, replacing Entity Framework to gain full control over SQL queries. The author demonstrates creat…

19:16
2026-05-23
dev.to
developer-tools

Installing Terminal & WSL (Windows Subsystem for Linux)

This article explains that Windows Subsystem for Linux (WSL) is essential for web developers on Windows, as it allows them to run a genuine Linux environment directly on Windows without the overhead of a virtual machine.…

18:55
2026-05-23
dev.to
large-language-models

Open WebUI: Your Local ChatGPT

Open WebUI is a self-hosted web interface for Ollama that transforms local large language models into a ChatGPT-like experience, running entirely on the user's machine with no data leaving it. It supports features such a…

18:53
2026-05-23
dev.to
developer-tools

Build a streaming UI without overcomplicating it

The article explains that Server-Sent Events (SSE) offer a simpler, browser-native alternative to WebSockets for building UIs that require live updates, progress indicators, or log streaming. Unlike polling, which genera…

18:52
2026-05-23
dev.to
cybersecurity

The Cost of Kernel CVE Patching Frequency in SLA Commitments

The article explains the conflict between maintaining high Service Level Agreement (SLA) commitments, such as 99.999% uptime, and the necessity of patching critical Linux kernel vulnerabilities (CVEs). It argues that pat…

18:52
2026-05-23
dev.to
artificial-intelligence

Gemma 4 Runs on a Raspberry Pi. Let That Sink In.

The article announces that Google DeepMind's Gemma 4 E2B model, released on April 2, 2026, can run on a Raspberry Pi 5 with 8 GB of RAM using only 1.5 GB of memory at INT4 quantization. This capability challenges the ass…

18:50
2026-05-23
dev.to
developer-tools

The Git Filesystem - Recreating the Content-Addressable Database

The article explains that Git is fundamentally a content-addressable filesystem, not just a version control system, and that its core is the object store located in the `.git/objects` directory. It describes Git's four o…

18:45
2026-05-23
veronicaexplains.net
hardware

It's time to talk about my writerdeck

The author converted an old, unused laptop into a minimalist "writerdeck"—a dedicated, distraction-free writing device running a console-only (tty) Debian Linux setup without a desktop environment or browser. They instal…

18:45
2026-05-23
veronicaexplains.net
hardware

Time to talk about my writerdeck

The author describes converting an old Linux laptop into a dedicated "writerdeck" by installing a tty-based Debian system without a desktop environment or browser, aiming to eliminate distractions and focus solely on wri…

17:44
2026-05-23
dev.to
artificial-intelligence

Gemma 4 on Android: Tricks for Faster On-Device Inference

Here is a factual summary of the article: The article provides technical guidance for optimizing on-device inference of the Gemma 4 E2B model on Android using the LiteRT-LM library, highlighting that GPU backends offer …

← prev page 11 / 35 next →