Y
Hacker News
new
|
ask
|
show
|
jobs
by
TylerE
20 days ago
There's no such thing as "Tab format". Tabs are just ascii text.
2 comments
Affric
20 days ago
I had people who had been writing Tabs on paper for a very long time. I would wager that ascii is just a representation
link
djtriptych
20 days ago
lol markdown and html are also both ascii/unicode and by themselves disprove your point.
link
TylerE
20 days ago
Um, how exactly does that even tangentially relate to my point?
link
djtriptych
20 days ago
all textual representations of data are "formats" and one being easier to edit is a totally valid use case. like 'x57675' instead of a full tab. or # title instead of <h1>title</h1>
link