this post was submitted on 03 Nov 2025
1068 points (98.1% liked)

memes

17922 readers
3284 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] tetris11@feddit.uk 1 points 1 day ago (3 children)

csv's are a horrible format. Tabs are superior in almost all use cases except that 0.00001% use case where someone has put a tab in their name.

[–] frezik@lemmy.blahaj.zone 10 points 1 day ago (1 children)

ASCII values 0x1C through 0x1F: are we a joke to you?

[–] tetris11@feddit.uk 12 points 1 day ago* (last edited 1 day ago) (2 children)

I use 9 from this, and that's all I need! Though I am curious as to what a vertical tab looks like

Edit: oh wow it exists in python

[–] BagOfHeavyStones@piefed.social 4 points 1 day ago (2 children)

Momentary flashback to when I put the bell in the command prompt format. Every time you pressed enter or a command finished, beep.

Couldn't get it to work on Linux though.

[–] tetris11@feddit.uk 4 points 1 day ago* (last edited 1 day ago)

I still hear the damn chime when working on a Windows 11 PC terminal. Every damn time.

[–] JargonWagon@lemmy.world 2 points 1 day ago

Needs the Taco Bell bong

[–] KeenFlame@feddit.nu 2 points 1 day ago (1 children)

I cannot even imagine how that is useful on a terminal in the eighties

[–] Rooster326@programming.dev 3 points 1 day ago* (last edited 1 day ago) (1 children)

Wow an actual unpopular opinion. They're always in the comments.

[–] TrickDacy@lemmy.world 4 points 1 day ago (1 children)
[–] tetris11@feddit.uk 1 points 1 day ago (1 children)

Get the...
Get the HELL outta here
Get OUTTA HERE NOW

[–] TrickDacy@lemmy.world 3 points 1 day ago* (last edited 1 day ago) (1 children)

I don't get the joke.. ?

I am assuming there really is a standardized format that uses tabs? Or do you just see it as intuitive to replace the commas with tabs? I'm really curious. I haven't typically worked with huge datasets but when I've worked with exported/transitional data stored in files it is normally either a json or a csv (or a mysql export).

[–] tetris11@feddit.uk 5 points 1 day ago (2 children)

Bit of a joke related to bringing "what is TSV" to an "intense" TSV vs CSV debate.

As for TSV itself, it's a widely used standard from 32 years ago, and is often a default record delimiter when used with GNU/POSIX tools.

It mostly exists as legacy at this point, as people now prefer quoted values like those given in CSV (ver2) and JSON formats.

[–] dubyakay@lemmy.ca 2 points 1 day ago (2 children)

Also most of (continental) Europe uses semi-colon delimiter, because comma is decimal separator.

[–] monogram@feddit.nl 1 points 1 day ago (1 children)

I hate this so much, decimal localisation should be visually represented and saved with decimal points.

[–] dubyakay@lemmy.ca 2 points 21 hours ago (1 children)

It's only decimal "point" in English though.

[–] monogram@feddit.nl 2 points 20 hours ago* (last edited 19 hours ago) (1 children)

Would you want time to be saved as the 1/1000000 of a moon cycle since the last celestial alignment? Or rather, would you care if it’s visualised as Christian based time?

[–] tetris11@feddit.uk 2 points 19 hours ago

ch-christian time...? that other one sounds insane

[–] TrickDacy@lemmy.world 2 points 1 day ago

Ah, ok. Thanks for this response!