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

data

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

results 783 page 3/40
03:57
2026-05-24
masswerk.at
hardware

The C64 Dead Test Font

The article provides a detailed analysis of the unique font used in the Commodore 64 "Dead Test" diagnostic cartridge, which is embedded in the cartridge's ROM to function independently of the C64's built-in character se…

03:48
2026-05-24
dev.to
machine-learning

The 20% of ML theory that earns its keep in production

According to a recent discussion on r/learnmachinelearning, approximately 20% of machine learning theory is responsible for handling 80% of production work. The article identifies four key theoretical concepts—bias-varia…

03:43
2026-05-24
dev.to
products

WeiQi - (Go) game based productivity tool

The article describes a productivity tool called WeiQi, inspired by the ancient strategy game Go (Weiqi), which transforms daily scheduling into a strategic game. It visualizes a user's day as a grid of 24 hours divided …

03:25
2026-05-24
gist.github.com
developer-tools

This tool maps cell IDs to their corresponding headings and content. Standalone TOC Generator for Google Colab Copyright (c) 2026 1abcdefggs Licensed under the MIT License Source: https://github.com/1abcdefggs/cell-id-call GitHub: https://github.com/1abcdefggs

This article describes a standalone Python script called `standalone_toc.py` that generates a table of contents for Google Colab notebooks. The tool helps users map cell IDs to their corresponding headings and content, m…

03:11
2026-05-24
dev.to
artificial-intelligence

Introduction to Generative AI

Generative AI creates content like text, images, or video based on user input using a mathematical model trained on vast amounts of multimodal data. A common type is the large language model (LLM), which predicts the nex…

02:54
2026-05-24
dev.to
open-source

Domain-Based C++ Logging With Nova

Nova is a new C++ logging library that uses compile-time types for logging domains instead of runtime string identifiers or global severity levels, enabling independent per-subsystem configuration and routing. The librar…

02:52
2026-05-24
dev.to
data

Seven Types of Data Extensions We Use on SFMC Projects

The article summarizes seven types of Data Extensions (DEs) in Salesforce Marketing Cloud (SFMC), including Sendable DEs for email campaigns, Lookup DEs for reference data, Filtered DEs for point-and-click segmentation (…

02:52
2026-05-24
dev.to
enterprise-software

MES integration with D365 Supply Chain: Azure middleware pattern

The article explains that integrating a Manufacturing Execution System (MES) with Dynamics 365 Supply Chain Management requires low-latency, high-throughput, and reliable data flow, which cannot be achieved by batch jobs…

02:51
2026-05-24
dev.to
developer-tools

Mobile stack decision: FlutterFlow vs React Native vs Flutter

This article explains that there is no single "best" mobile framework; instead, the choice between FlutterFlow, React Native (with Expo), and Flutter depends on a project's specific constraints like timeline, team, and d…

02:51
2026-05-24
dev.to
cloud-computing

Plugin + Azure Function + Service Bus: async integration at scale

This article describes an enterprise integration pattern where a Dataverse plugin publishes a small metadata message to an Azure Service Bus Topic, rather than directly calling multiple downstream systems. Five independe…

← prev page 3 / 40 next →