ls /news/data · home newsdata
grep -r --recent /news/data | head -17

Data

Data news and analysis on Web Pulse: 577 curated articles tracking the latest Data developments, tools, and research, updated continuously from vetted sources.

577 articles page 29 of 29 0 sources 30 min sync cycle updated 2020-10-30

// latest articles 577 indexed

02:01
2020-10-30
gist.github.com
research · 2m read · neu

Quantopian Lectures Saved

The article lists 56 lectures from the Quantopian educational series, covering topics from Python programming and statistics to portfolio optimization and pairs trading. Each lecture entry includes links to Jupyter Noteb…

18:48
2020-08-28
gist.github.com
developer-tools · 1m read · neu

Repair MySQL data directory (for XAMPP)

This article provides a PowerShell script to repair the MySQL data directory in XAMPP by backing up the existing data folder, creating a new one from a backup, and then selectively copying user databases and the essentia…

20:00
2020-05-05
distill.pub
machine-learning · 21m read · neu

Exploring Bayesian Optimization

Bayesian optimization is a technique used to tune hyperparameters in machine learning algorithms by optimizing black-box functions. The article explains the process using a gold mining analogy, where the goal is to find …

20:00
2020-03-16
distill.pub
artificial-intelligence · 23m read · neu

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, …

00:00
2019-10-19
jola.dev
developer-tools · 5m read · neu

Push-based GenStage

The article explains that while GenStage is typically a pull-based system where consumers request events from producers, it can also function as a push-based system. In this push-based approach, consumers register their …

00:00
2019-06-05
jola.dev
developer-tools · 13m read · neu

Patterns for managing ETS tables

This article provides an introductory overview of using ETS (Erlang Term Storage) in Elixir and Erlang, focusing on basic patterns for table management and practical usage. It explains how ETS offers fast, concurrent rea…

13:43
2018-11-21
gist.github.com
developer-tools · 1m read · neu

jq Tips

This article provides a curated list of practical tips for using **jq**, a command-line JSON processor. The tips cover common tasks such as extracting key names, prettifying JSON, counting array elements, and retrieving …

jq
13:35
2017-07-27
gist.github.com
cybersecurity · 15m read · neu

Export TOTP tokens from Authy

In August 2024, Authy discontinued its desktop app, and subsequent backend changes have prevented users from logging into older versions, making token export difficult for those not already logged in. This guide provides…

09:45
2016-10-24
gist.github.com
developer-tools · 1m read · neu

JQ to filter JSON by value

The article explains how to use the `jq` command-line tool to filter JSON data by a specific value. It provides the syntax `cat <filename> | jq -c '.[] | select( .<key> | contains("<value>"))'` and notes that numeric val…

09:05
2016-02-06
gist.github.com
developer-tools · 7m read · neu

System Design Cheatsheet

This article provides a factual summary of system design principles, emphasizing the importance of clarifying scope, identifying constraints, and managing trade-offs. It outlines key steps including high-level architectu…

15:27
2013-09-28
gist.github.com
developer-tools · 2m read · neu

C++ Standard Template Library (STL) containers

The C++ STL containers are categorized into sequence containers (vector, deque, list) and associative containers (set, map), each with specific iterator capabilities and time complexities for operations. Sequence contain…

08:15
2012-05-31
gist.github.com
developer-tools · 1m read · neu

Latency Numbers Every Programmer Should Know

The article presents a table of approximate latency times for common computer operations, ranging from L1 cache references (0.5 ns) to transcontinental network round trips (150 ms). Compiled by Jeff Dean and originally b…

← prev page 29 / 29
LIVE [news/data] indexed:577 page:29/29 en · ua 2026-05-20 ·