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

data

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

results 806 page 11/41
20:00
2020-03-16
distill.pub
artificial-intelligence

Visualizing Neural Networks with the Grand Tour

Deep neural networks can be understood as pipelines of simple functions, and that the intermediate values (or "activations") within these networks can be viewed as high-dimensional vectors. To analyze training behavior, …

01:35
2017-08-11
gist.github.com
developer-tools

Swift Concurrency Manifesto

The Swift Concurrency Manifesto, authored by Chris Lattner, outlines a long-term vision for introducing a first-class concurrency model to Swift, focusing on task-based abstractions like async/await and actors to elimina…

15:21
2026-05-18
rosmine.ai
artificial-intelligence

Fixing LLM writing with Distribution Fine Tuning

Distribution Fine Tuning (DFT) is a new post-training algorithm designed to correct the formulaic and repetitive writing patterns common in standard supervised fine-tuned (SFT) language models. The method improves output…

20:42
2026-05-23
dev.to
cybersecurity

How to Know If a Threat Actor Has Accessed Your Server

This article explains that every internet-connected server is a target for unauthorized access, and it provides a guide for detecting a compromise. It details common indicators of a breach, such as brute-force login atte…

16:52
2026-05-23
dev.to
open-source

An In-Depth Overview of the Apache Iceberg 1.11.0 Release

Apache Iceberg 1.11.0, released on May 19, 2026, introduces major structural changes to enhance security and file format flexibility. Key improvements include native encryption for manifest lists using the GCM stream cip…

15:01
2026-04-29
huggingface.co
large-language-models

Granite 4.1 LLMs: How They’re Built

The Granite 4.1 family consists of dense, decoder-only LLMs (3B, 8B, and 30B parameters) trained from scratch on approximately 15 trillion tokens through a five-phase pre-training pipeline that progressively refines data…

00:00
2025-09-11
jxnl.co
artificial-intelligence

The 12% RAG Performance Boost You're Missing (Ayush, LanceDB)

Fine-tuning re-rankers and embedding models can boost RAG system retrieval performance by up to 12%, with re-rankers acting as a plug-in between initial retrieval and the LLM. It details training approaches using query-c…

18:09
2026-05-13
technologyreview.com
news

AI chatbots are giving out people’s real phone numbers

Google's AI chatbot Gemini has been exposing real personal phone numbers to users, with multiple incidents reported since March. A Redditor claimed his phone was inundated with calls from strangers seeking services after…

21:08
2026-05-23
dev.to
developer-tools

Stop Letting AI Guess Your Playwright Tests: Use Context7 MCP

The article explains that AI coding assistants often generate outdated Playwright test code due to their training data cutoffs, as Playwright's features and best practices change rapidly. Context7 MCP is introduced as a …

08:49
2026-05-20
grid.raster.finance
web3

Show HN: The AI Quant Desk for Onchain Finance

"The AI Quant Desk for Onchain Finance," a platform that provides portfolio management tools for blockchain-based assets. It offers features such as risk analysis, performance tracking, correlation data, and optimization…

00:00
2026-04-28
mitander.xyz
developer-tools

Not Every Byte Gets a Vote

The article explains that for deterministic game replay, not all data should be included in a checksum; only "authoritative" state that can affect future gameplay (like player health and projectile position) should be ha…

18:53
2021-10-04
gist.github.com
developer-tools

Nuke Docker from Orbit

The article provides a series of commands to completely remove Docker and all its associated data, containers, images, and clusters from a Linux system. It warns that verifying the Docker root directory is dangerous and …

09:58
2019-12-30
gist.github.com
news

Step 1: Create a file called rarreg.key Step 2: Paste into the file the raw content of this gist Step 3: Go to Winrar install directory (by default => c:\ProgramFiles\WinRAR\ ) Step 4: Paste the rarreg.key into WinRAR directory Step 5: Enjoy

The article provides instructions for activating WinRAR by creating a file named "rarreg.key" and pasting specific registration data into it. It then directs the user to place this file into the WinRAR installation direc…

19:12
2016-11-29
reenigne.org
policy-regulation

Letter to the headmistress of the school my children attend

In a letter to their children's headmistress, parents Andrew and Genevieve Jenner declined to provide the countries of birth and nationalities of their children for a Department for Education census, citing concerns that…

16:00
2026-05-08
stackoverflow.blog
artificial-intelligence

No Dumb Questions: What is an MCP server and why do I care?

An MCP (Model Context Protocol) server is a standardized bridge developed by Anthropic in late 2024, designed to allow large language models (LLMs) to securely connect to external data sources and tools. It solves the co…

13:30
2026-05-23
dev.to
large-language-models

95. Fine-Tuning LLMs: Make a General Model Do Your Specific Job

Fine-tuning adapts a general pre-trained language model to perform a specific task by continuing its training on a smaller, task-specific dataset, allowing it to gain deep domain knowledge and understand required formats…

← prev page 11 / 41 next →