this post was submitted on 12 Nov 2023
88 points (83.8% liked)

Asklemmy

43516 readers
2163 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Rivalarrival@lemmy.today 25 points 10 months ago (1 children)

With PiHole, you can block it from your network. That's pretty cool.

[โ€“] MrSlicer@lemmy.world -1 points 10 months ago (3 children)

I use it to add comments to code I don't understand.

[โ€“] MomoTimeToDie@sh.itjust.works 18 points 10 months ago (1 children)

I choose to interpret this as you having chatgpt add incomprehensible comments just to make code more confusing

[โ€“] Scrollone@feddit.it 7 points 10 months ago (1 children)

Or, even worse, adding wrong comments to the code

[โ€“] MrSlicer@lemmy.world 1 points 10 months ago

It codes pretty well for what I need. It helped me write a program for my esp32 to fill out a Google form to populate a Google sheet with temperature humidity and barometric pressure.

Its also helpful me with a visual basic program that checks on 3 temp/humidity sensors in my home. Plots it on a graph and turns on my led lights to a blue and white animation if the temperature falls below the trigger temp. This warns me if it's close to freezing in my garage. I'm doing my best and trying hard to learn.. Ai has been fundamental in me avoiding hours of googling because I don't quite understand the syntax yet.

Here's the program in action let me know what you think. It's the first real program I've made. https://youtu.be/T7RhQKH-b70?si=fTgq4_D2w33rGM_2

[โ€“] bitsplease@lemmy.ml 3 points 10 months ago (1 children)

I'm terrified for our next junior dev hire if this is common among beginners now lol

[โ€“] MrSlicer@lemmy.world 1 points 10 months ago (1 children)

So far it has added great comments. It's also great for helping me learn syntax.

[โ€“] bitsplease@lemmy.ml 2 points 10 months ago

How would you know? You don't actually understand the code. It could be making shit up, and you'd never have any idea

Seriously dude, if you run into code you don't understand, take the time to actually understand it, or else you'll never actually improve

[โ€“] state_electrician@discuss.tchncs.de 2 points 10 months ago (1 children)

If you do this at your job, get written permission to paste internal code into another company's data collection engine.

[โ€“] MrSlicer@lemmy.world 1 points 10 months ago

Doesn't copilot do this? I'm just learning now but it's so much easier to code even with Bing Ai chat it helps me understand error messages and all sorts of stuff. What do professionals use?