return2ozma@lemmy.world to Technology@lemmy.worldEnglish · 3 months agoSomething Bizarre Is Happening to People Who Use ChatGPT a Lotfuturism.comexternal-linkmessage-square218linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkSomething Bizarre Is Happening to People Who Use ChatGPT a Lotfuturism.comreturn2ozma@lemmy.world to Technology@lemmy.worldEnglish · 3 months agomessage-square218linkfedilink
minus-square🇰 🌀 🇱 🇦 🇳 🇦 🇰 🇮 @pawb.sociallinkfedilinkEnglisharrow-up0·3 months agoIf you’re also dumb, chatgpt seems like a super genius.
minus-squareOniononon@sopuli.xyzlinkfedilinkEnglisharrow-up0·3 months agoI use chat gpt to find issues in my code when I am at my wits end. It is super smart, manages to find the typo I made in seconds.
minus-squarefelixwhynot@lemmy.worldlinkfedilinkEnglisharrow-up0·3 months agoIf you’re running into typo type issues, I encourage you to install or configure your linter plugin, they are great for this!
minus-squareNostraDavid@programming.devlinkfedilinkEnglisharrow-up0·3 months agoPresuming you’re writing in Python: Check out https://docs.astral.sh/ruff/ It’s an all-in-one tool that combines several older (pre-existing) tools. Very fast, very cool.
If you’re also dumb, chatgpt seems like a super genius.
I use chat gpt to find issues in my code when I am at my wits end. It is super smart, manages to find the typo I made in seconds.
If you’re running into typo type issues, I encourage you to install or configure your linter plugin, they are great for this!
Thanks ill look into it!
Presuming you’re writing in Python: Check out https://docs.astral.sh/ruff/
It’s an all-in-one tool that combines several older (pre-existing) tools. Very fast, very cool.