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

memes

17906 readers
3065 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
988
submitted 22 hours ago* (last edited 22 hours ago) by TehBamski@lemmy.world to c/memes@lemmy.world
you are viewing a single comment's thread
view the rest of the comments
[–] douglasg14b@lemmy.world 28 points 14 hours ago (5 children)

CSV has standard escape sequences. This is pointless

See RFC-4180:

https://datatracker.ietf.org/doc/html/rfc4180

[–] FooBarrington@lemmy.world 17 points 11 hours ago* (last edited 11 hours ago)

That standard won't stop me because I can't read!

[–] BodilessGaze@sh.itjust.works 19 points 13 hours ago (1 children)

CSV existed for over 30 years before RFC 4180. Excel, and countless other tools, have their own incompatible variants. Excel in particular is infamous for mangling separators when exporting to CSV.

[–] ChaoticNeutralCzech@feddit.org 19 points 12 hours ago (1 children)

Fuck Excel's CSV handing. It differs by locale, silently. Imagine the thousands of people every year who patiently wait to import a multi-megabyte CSV from some instrument only to see garbage because their language uses the decimal comma and semicolon separator.

[–] theoretiker@discuss.tchncs.de 7 points 11 hours ago

I think semicolon separated files should be named SSV

[–] nandeEbisu@lemmy.world 4 points 9 hours ago

You would be surprised how many people are simply splitting the string on commas instead of using an actual ascii parser. Especially for one off scripts, like churning through a csv full of passwords.

[–] Pulptastic@midwest.social 3 points 13 hours ago (1 children)

Then add escape sequence to your password!

[–] ICastFist@programming.dev 4 points 12 hours ago

Might as well just make a working regex and call it a password

[–] jwmgregory@lemmy.dbzer0.com 4 points 14 hours ago* (last edited 14 hours ago) (1 children)

yeah unless you’re dealing with some steaming pile of vibe-coded shit this is a dumb as fuck idea.

(have seen people who don’t know how to appropriately use an LLM just let it wholly reimplement standards, read it over, and then say “oh wow that works great!” smh…)

[–] nandeEbisu@lemmy.world 3 points 9 hours ago (1 children)

There was terrible code to long before LLMs, where do you think they got theirs from?

[–] jwmgregory@lemmy.dbzer0.com 1 points 1 hour ago

of course there’s always been terrible code. people used to and still do reinvent the wheel all the time, even without the help of a robot.

trust me i’m one of the last people to shit on LLMs unnecessarily. the tools coming out nowadays are the bees knees. i think vibe coding is fucking awesome and most people’s premonitions against it are things that, similar to the premise, have just always been true - most of the “evil” of vibe coding can be dealt with easily by being a not shit engineer in the first place.

plus, not every problem needs to be a software development problem through and through. sometimes you just need a webui or an api to browse a dataset, for example - it’s not opsec critical and you need it now. that’s okay. the moral police won’t come to your house and arrest you for vibe coding.