this post was submitted on 05 Mar 2024
100 points (100.0% liked)

196

16098 readers
2005 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 5 months ago (2 children)

I’ve used it for basic coding stuff a few times, to great success. Nothing over a few dozen lines, but it’s great when you don’t want to bother looking up the specific functions and syntax for a particular language. For instance, you can have it write basic batch files for you. Then you simply double check it to make sure it’s accurate, (which is much easier than starting from scratch,) and you’re golden.

[–] [email protected] 7 points 5 months ago

Ask it for a bash script that deletes the french language pack.

[–] [email protected] 3 points 5 months ago

I have used the hell out of it for a project that needs to be written in go. I have no experience in go (but I do in over a dozen other languages). It has helped me tremendously. The autocomplete freaks me out sometimes as if it's reading my mind.