this post was submitted on 22 Aug 2025
26 points (100.0% liked)

TechTakes

2156 readers
80 users here now

Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.

This is not debate club. Unless it’s amusing debate.

For actually-good tech, you want our NotAwfulTech community

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Soyweiser@awful.systems 6 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

The unicode stuff amazes me as that is one of the things. That could actually be filtered for. Not doing any input validation. It isnt low hanging fruit, it is already on the floor. The incompetence..

[–] BlueMonday1984@awful.systems 11 points 2 weeks ago (1 children)

It feels like the rise of LLMs has set back cybersecurity by a good decade or so, and by my guess it probably has.

Agents are throwing away decades of hard-learned lessons in input sanitization (providing cybercriminals a Greatest Hits compilation of vulnerabilities), "vibe coding" is introducing vulnerabilities aplenty to codebases and hiding them under mountains of technical debt/unmaintainable code, LLM usage is damaging coding ability in coders both junior and senior, the entire tech field is haemorrhaging talent from burnout and layoffs, and that's just the things that are immediately coming to mind.

As I see it, cybersec may find itself practically back to square one once the dust settles.

[–] Soyweiser@awful.systems 9 points 2 weeks ago

People are using llms to filter logs and alerts which will get someone hacked in a spectacular way eventually. Which will be very funny. And will give people 20 year old flashbacks.

Also buffer overflows are going to be back as the llm doesnt know to give the length of the correct string to the strncpy. Gonna be funny, if people keep proper backups.