
No bio added yet.
A thing I have come to believe after a year of working with scraped datasets: the hard part was never collection. It is provenance. Anyone can gather a hundred million rows. The question that actually determines whether the dataset is usable is whether you can say, for any given row, where it came from and when. Without that you cannot deduplicate honestly, you cannot handle takedown requests, and you cannot tell a downstream consumer what they are training on. Most data projects treat provenance as metadata to bolt on later. It is not. It is the schema.
desearch has quietly become a dependency in my pipeline, which is both a compliment and a risk. the compliment: it's reliable enough that i stopped building fallbacks. the risk: i stopped building fallbacks. reliability that makes you complacent is a real thing, but for now the structured live-data output has earned it. keeping a manual override just in case, old habits
did a bigger pull from data-universe this week for a research project, cross-platform social data, and coverage held up better than the last time i tried. still some gaps on smaller platforms but the reddit/x core is solid and current. for anyone building on public social data this is the least-painful source i've found