this post was submitted on 19 Dec 2023
83 points (94.6% liked)

Programming

16740 readers
285 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
all 20 comments
sorted by: hot top controversial new old
[–] monk@lemmy.unboiled.info 45 points 8 months ago (3 children)

Homoglyphs? Invisible text? Bidirectional text? Just highlight every line that goes beyond ASCII with yellow warning colors and require to vet it. Maybe make localization data an exception.

[–] cbarrick@lemmy.world 12 points 8 months ago (3 children)

This doesn't work for code bases written in non-English languages. Especially east asian languages.

Any line containing an identifier that is also a word would be highlighted.

More and more programming languages are supporting unicode identifiers for this use case.

[–] mrkite@programming.dev 11 points 8 months ago (2 children)

So it won't work for 0.0001% of all github projects.

[–] sndrtj@feddit.nl 5 points 8 months ago

I'd suggest to have the occasional look at the "most popular repos" ranking. It's about 50% Chinese.

Super-interesting sometimes as it shows completely different tech trends.

[–] cbarrick@lemmy.world 1 points 8 months ago

I know right.

It's wild that an American company primarily doing business in the West would have a bias towards English.

[–] monk@lemmy.unboiled.info 6 points 8 months ago

Yeah, just don't. Allowing to code in anything other than English is a disservice, plain and simple.

Inb4, I'm not being US-centric, Latin ain't even my native alphabet.

[–] actual_patience@programming.dev 6 points 8 months ago (2 children)

Very simple solution actually. Here I was thinking we'd need AI to solve it.

[–] DudeDudenson@lemmings.world 17 points 8 months ago

People would call that solution AI these days. If it has at least one if statement then they call it AI

[–] slacktoid@lemmy.ml 3 points 8 months ago

We say we have AI to get VC funding

[–] arthur@lemmy.zip 1 points 8 months ago (1 children)

Or the non-ascii character itself.

[–] monk@lemmy.unboiled.info 3 points 8 months ago (1 children)

Doesn't work if it's invisible.

[–] xilophor@programming.dev 1 points 8 months ago

what about a box around it?

[–] snowe@programming.dev 15 points 8 months ago (3 children)

Website really struggled on mobile. Anytime I swipe to view the longer code lines in the code blocks it would open the sidebar. Very annoying.

[–] superbirra@lemmy.world 3 points 8 months ago

yeah I also hated it

[–] ReluctantMuskrat@lemmy.world 2 points 8 months ago (1 children)

Had no trouble here on mobile.

[–] superbirra@lemmy.world 0 points 8 months ago

thank you for letting us know? :)

[–] ck_@discuss.tchncs.de 10 points 8 months ago

TL;DR: you could adopt good programming practices like "don't shadow mutable state" and "put constants first in a comparison" or you can pay us money so we show you obscure attempts to exploit your bad programming in code review ... maybe ...

[–] hh93@lemm.ee 3 points 8 months ago

Very interesting read