25
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 27 May 2024
25 points (100.0% liked)
technology
23283 readers
212 users here now
On the road to fully automated luxury gay space communism.
Spreading Linux propaganda since 2020
- Ways to run Microsoft/Adobe and more on Linux
- The Ultimate FOSS Guide For Android
- Great libre software on Windows
- Hey you, the lib still using Chrome. Read this post!
Rules:
- 1. Obviously abide by the sitewide code of conduct. Bigotry will be met with an immediate ban
- 2. This community is about technology. Offtopic is permitted as long as it is kept in the comment sections
- 3. Although this is not /c/libre, FOSS related posting is tolerated, and even welcome in the case of effort posts
- 4. We believe technology should be liberating. As such, avoid promoting proprietary and/or bourgeois technology
- 5. Explanatory posts to correct the potential mistakes a comrade made in a post of their own are allowed, as long as they remain respectful
- 6. No crypto (Bitcoin, NFT, etc.) speculation, unless it is purely informative and not too cringe
- 7. Absolutely no tech bro shit. If you have a good opinion of Silicon Valley billionaires please manifest yourself so we can ban you.
founded 4 years ago
MODERATORS
I learned how to code (barely) in my 30s and bullshit my way into a dev job for a big corporation. I've been doing it for like 5 years now and I still don't really know what I'm doing a lot of the time. I've gotten really good at using copilot/gpt to check my work. Copilot especially seems to save me a lot of time. I'll write some code and then let copilot look for improvements, simplifications, etc. It's not quite at the level where I trust it to just write all my code from a prompt, but it can use context from the rest of the file (or other files) and really does a good job most of the time, especially if I give it a lot of info in the prompt too.
It's GREAT at writing tests for code. Like I can just about give it something like "write some tests for this file", but it still makes small mistakes here and there or it'll give really generic names to things.
The predictive text function, where I can start typing out some code and it'll give me options for the rest of it, I've found to be incredible, but that tech has existed for quite a while now so I'm not as impressed by it