One AI Chat Is Not a Research Workspace
Originally published on omid.dev . I was deep in a research thread that was not going to become a weekend post. The topic started small: juniors ask…
Tech news from the best sources
Originally published on omid.dev . I was deep in a research thread that was not going to become a weekend post. The topic started small: juniors ask…
An AI data agent turns a plain English question into a query, runs it, and hands back an answer. The demo is always impressive. The part that decide…
The 59% in that headline is not a feature-branch number. It measures the year-over-year increase in the average number of daily workflow runs across…
Most football data scrapers on the market only extract high-level final scores (e.g. 2-1 ). But quantitative sports analysts, data scientists, and p…
These articles come from lessons learned while building Eterna Clarity and the operating system I use to run it. One of the hardest test environment…
Every published gamma-exposure construction — including the one Cboe's own research uses — prices gamma the same way: Black-Scholes, one implied vol…
Every print on the SPX options tape carries an OPRA condition code naming the pipe it came through: electronic book, complex order book, price-impro…
Every dealer-positioning story assumes the same mechanism: customers force option delta onto dealers, dealers hedge it in the underlying, the hedge…
For 12 years I handled international onboarding at a company that shipped hardware to 90+ countries. Every month someone asked me the same thing: "D…
The data lakehouse has become the default architecture for analytics on AWS in 2026. It combines the best of both worlds: the low-cost, schema-flexi…
Data has become one of the most valuable assets for modern enterprises, powering everything from business intelligence dashboards to machine learnin…
I've spent the last few years working with tactile sensors in robotics. And if there's one thing that drives me crazy, it's this: every sensor speak…
__ If you've ever received a spec that says ASTM A36 while your supplier quotes S275JR , you know the moment of dread: are these actually equivalent…
Python makes it easy to pass data around as dicts, nested JSON blobs, and “whatever the client sent”. That flexibility is useful when you own the sh…
BambooHR's public job endpoint has an isRemote field. Across 50,616 postings from 9,711 live BambooHR boards, not one had it set. Not "most were bla…
Statistics isn't a supporting subject in data science, it's the thing that makes the "science" part of data science actually mean something. Code Gi…
Spaceflight Now covered Starlink 10-39 here . Reposting this because the interesting part is not only the launch image. Starlink 10-39 moved from a…
I had a content-research problem that looked easy at first. Our local Reddit corpus contained 310 jewelry-related threads and 9,575 stored comments.…
Raw web pages are terrible training data. Nav bars, cookie banners, "related articles" and ads drown the signal, and near-identical syndicated text…
Someone asks for yesterday's maximum temperature in Belgrade. We don't have it. We won't have it for another four days, and when we do have it, the…
Ask any data analyst what tool they touched first, and there's a good chance the answer is Excel. Despite the rise of Python, R, and cloud-based BI…
Object-Oriented Programming (OOP) taught a generation of software engineers to model complex domains by creating class hierarchies. In games and rea…
IoT systems can tell you what is happening in the physical world. AI can help you understand patterns in the data those systems produce. Put them to…
A user reported that my TV tracker was showing the wrong air date for Silo . Their favourites card said the next episode aired today. Google said to…
Introduction When we hear the term data science , the first things that may come to mind are Python, SQL, machine learning, or perhaps artificial in…
A lot of company-data schemas have an arpu field: total revenue divided by monthly active users, stored as one number per company per period. It's a…
tags: powerbi, dax, troubleshooting, tutorial canonical_url: https://pbidocs.com/blog/key-didnt-match-any-rows-error The full error reads: The key d…
Most tools that support both SQL and Python support one of them properly. Python arrives as an escape hatch: a different execution path, a different…
Data privacy is one of those topics everyone has an opinion on, but few people fully understand, and that gap is exactly where bad decisions get mad…
Consider what a data engineer has to learn before writing a single useful transformation on a typical 2026 data stack. dbt, for SQL models, sources,…