Live data from Hacker News

Show HN: Spaghettify – A VSCode Extension to make your code worse with AI

spaghettify.dev

51–60 of 70 posts

Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI

#52

What (presumably!) was built as a joke will actually help me a lot. For my side-project (devscreen.io) we have to make lots of realistic coding tests and pull requests with bugs in them for candidates to work on as part of a technical interview. It's actually more time consuming than you'd think to intentionally insert bugs into code in a way that isn't super obvious, so thank you!

Just ask half the candidates to add a feature to the code, ask the other half to find the bug.

Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI

#54

What (presumably!) was built as a joke will actually help me a lot. For my side-project (devscreen.io) we have to make lots of realistic coding tests and pull requests with bugs in them for candidates to work on as part of a technical interview. It's actually more time consuming than you'd think to intentionally insert bugs into code in a way that isn't super obvious, so thank you!

I think use cases like this are the right ones for generated code from language models. I'm pretty sure the vast majority of training data is more buggy than not and literally writing the code is only half of what it takes. The other half is comprehension of the problem it solves which is usually missing from documentation at the level of mere snippets.

Something I wonder is what the computing landscape (and tech recruiting) will looks like once we reach a critical mass of "GitHub Co-Pilot native" devs. Especially with the bootcamp craze.

Are we going to see hires basically trying code generation until it builds?

Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI

#58

What (presumably!) was built as a joke will actually help me a lot. For my side-project (devscreen.io) we have to make lots of realistic coding tests and pull requests with bugs in them for candidates to work on as part of a technical interview. It's actually more time consuming than you'd think to intentionally insert bugs into code in a way that isn't super obvious, so thank you!

Bugs-as-a-Service (BAAS)

"Because, you see, bugs are a way of connecting people to the real world. Reminding them that, at the end of the day, it is just a game." — Matt Jablonsky, Head of Bug Creation Department

Quote from an Aprils Fools video for The Witcher 3.

Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI

#60

Awesome. Evil ideas for improvements. Random typos in class name, function names, comments, such as: inheritance -> enheritance class -> clas cannot -> cannont Pick related words: person -> user, account, customer Random swapping plural/singular users -> user Append "Class" to classnames. example: User -> UsersClass Insert rant comments about, politics, religion, profanity.

Don't forget homonyms: InActive (not active) inActive (in the Active list)

I'm so triggered
Post reply on HN