35 comments
Imnimo · 18 days ago
Somewhat tangentially, I really dislike that Ultralytics (and others) started slapping higher version numbers of their YOLO variants. Redmon used the numbering scheme v2 and v3 for his improvements on his original model. But Ultralytics' 11 is it's own thing with no connection to Redmon. I just think it gives a misleading impression of what the history is.

Show replies

anakaine · 18 days ago
Google Collab banned affected users.

I wonder how that's going to be resolved, of if Google will just do their usual and make it close to impossible to appeal and get unbanned.

Show replies

quuxplusone · 18 days ago
Serendipitously comes one day after this story[1] was on the front page: at least one Debian maintainer failing to realize the risks of non-alphanumeric usernames. "What could go wrong?" Well, here's Git allowing branch names to contain dollar signs, backticks, etc., because "what could go wrong?"... and... well, this could.

Names are identifiers. Allowing identifiers to contain anything besides identifier characters merely opens new and weird attack vectors.

[1] https://news.ycombinator.com/item?id=42338134

zb3 · 18 days ago
This appears to be a code injection in a PR branch name, not an AI model compromise..

Show replies

aucisson_masque · 18 days ago
> Ultralytics tools are open-source and are used by numerous projects spanning a wide range of industries and applications.

Open source and popular doesn't necessarily mean safe.

Technically you can read the code source but no one does that and especially for each update.

Show replies