Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
21–30 of 70 posts
Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
#22You should have called it Job Assurance Generator
Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
#23Awesome. 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.
I actually saw code that looked like that from a very dyslexic mate of mine who I worked with a long time ago.
Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
#24This is pretty amazing. I'm inspired to go write something similar now, that uses AI to pad out source code to exactly 80 characters per-line...
Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
#25Awesome. 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.
Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
#26Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
#27Now I found the best tool ever! Thank you.
Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
#28Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
#29Awesome. 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.
Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
#30What (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'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.