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

data

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

results 1897 page 85/95
01:24
2024-03-28
thegradient.pub
news

Mamba Explained

Researchers Albert Gu and Tri Dao introduced Mamba, a State Space Model (SSM) that rivals Transformer performance while overcoming the quadratic bottleneck in attention mechanisms, enabling efficient processing of sequen…

13:09
2023-01-14
gist.github.com
developer-tools

Medium's API Documentation

Medium's API is a JSON-based OAuth2 API that requires secure HTTPS requests to endpoints beginning with `https://api.medium.com/v1`. To publish on behalf of a user, developers need an access token, which can be obtained …

21:55
2026-05-21
davidoks.blog
hardware

The memory shortage is causing a repricing of consumer electronics

The decades-long trend of consumer electronics becoming cheaper and more powerful is ending due to a global memory shortage. This shortage is caused by the massive demand for memory from the AI industry, which has divert…

21:55
2026-05-21
davidoks.blog
hardware

AI is killing the cheap smartphone

The era of cheap smartphones is ending due to a global memory shortage driven by AI's massive demand for memory chips. This has caused a steep price increase for consumer electronics, pricing out millions of people in de…

15:00
2026-05-20
dev.to
artificial-intelligence

Gemini vs. ChatGPT for Coding: A Developer's Guide

This article compares the AI coding assistants Gemini and ChatGPT, highlighting that Gemini excels at comprehensive, structured problem-solving while ChatGPT is better suited for rapid, code-centric tasks. Both models no…

08:22
2026-05-11
gist.github.com
developer-tools

TokenZip v2 — PRD, HLD, LLD

TokenZip v2 is a token compression engine that reduces LLM input token costs by up to 95% for coding copilots like Claude Code and Codex by transforming an entire codebase into a multi-level, queryable knowledge graph st…

07:40
2026-05-08
stackoverflow.blog
artificial-intelligence

AI giveth and AI taketh CPU

In a podcast episode at HumanX, AMD CTO Mark Papermaster explained that the company's AI success stems from a decade-long focus on customer-driven innovation and a unique ability to integrate CPUs and GPUs, a practice th…

23:38
2026-05-01
blog.calif.io
ai-research

MAD Bugs: Finding and Exploiting a 21-Year-Old Vulnerability in PHP

A security researcher has discovered and exploited a 21-year-old use-after-free vulnerability in PHP's `unserialize()` function, affecting code paths that have been vulnerable since PHP 5.1 shipped in 2005. The bug, caus…

21:50
2025-10-31
chipsandcheese.com
semiconductor

Strix Halo’s Memory Subsystem: Tackling iGPU Challenges

AMD's Strix Halo mobile processor uses a 32 MB Infinity Cache as a GPU last-level cache to balance high bandwidth demands with power efficiency, supported by a 2 MB L2 cache and 256 KB L1 per shader array. The Infinity C…

02:55
2025-05-10
righto.com
semiconductor

Reverse engineering the 386 processor's prefetch queue circuitry

The 386 processor, introduced by Intel in 1985, used a 16-byte instruction prefetch queue to improve performance by fetching instructions from memory before they were needed, taking advantage of idle memory bus cycles. T…

14:01
2026-05-27
a16z.news
artificial-intelligence

Avoiding Death on the Yellow Brick Road

Apollo's Marc Rowan told a16z that AI application layer startups can still succeed by avoiding direct competition with OpenAI and Anthropic on horizontal tools like code generation and writing. Rowan argued that the most…

23:48
2026-05-25
lesswrong.com
ai-ethics

Pope Leo’s First AI Encyclical – Summary and Commentary

Pope Leo XIV released his first encyclical, *Magnifica Humanitas*, addressing artificial intelligence and calling for global moral engagement with the technology. The document warns against using AI to exploit and dehuma…

16:24
2026-05-23
righto.com
hardware

Reverse engineering circuitry in a Spacelab computer from 1980

The article details the reverse engineering of a processor board from the Mitra 125 MS minicomputer, which was used to control the European-built Spacelab module flown on the Space Shuttle. Unlike modern computers, this …

06:07
2026-05-21
dev.to
artificial-intelligence

93. GPT: The Model That Predicts the Next Word Forever

GPT models are decoder-only transformers that generate text by predicting the next token one at a time, conditioning each new prediction on all previous tokens. Unlike BERT, which reads entire sequences at once, GPT's au…

← prev page 85 / 95 next →