TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

"Data" Sucks

13 pointsby JohnScolaroabout 2 months ago

4 comments

brudgersabout 2 months ago
In ye olden days, the computer science term for data was often &quot;table.&quot; [1]<p>The problem with &quot;data&quot; is it is the wrong abstraction layer for thinking about computation because structure is what separates data from random values -- there ain&#x27;t no such thing as random data. If it&#x27;s random it&#x27;s not data. If it&#x27;s data it&#x27;s not random.<p>[1] I learned this reading Micheal Jackson...no not that one.
评论 #43461773 未加载
评论 #43461466 未加载
ssivarkabout 2 months ago
This is basically the debate between Alan Kay and Rich Hickey... on HN, almost a decade ago :-)<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11945722">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11945722</a><p>The key idea is (bare) data -vs- objects (which encapsulate data and let you interpret&#x2F;interact with it).
评论 #43471220 未加载
Chinjutabout 2 months ago
Reading the post, it seems like what sucks is variables without readily accessible types.
Rucadiabout 2 months ago
buffer is also a candidate :)