527
you are viewing a single comment's thread
view the rest of the comments
[-] PanArab@lemm.ee 32 points 1 day ago

When I used to do image and signal processing for embedded systems in C and C++, AI was useless. Now that I do backend web development in Python and Ruby, AI is better than me. It really depends on the problem area and how many sample code and answers are out there for it to steal from.

[-] lord_ryvan@ttrpg.network 30 points 1 day ago

I do backend development in PHP and Ruby, and AI sometimes has a suggestion that helps me out but is often completely, utterly useless, especially at actually coding the thing from scratch.

[-] CommanderCloon@lemmy.ml 14 points 1 day ago* (last edited 1 day ago)

Yeah lol, a lot of "I need to do X" and I often get "use functionThatDoesX then" and sometimes it's a wonderful discovery, most often though it just doesn't exist lol

[-] psud@aussie.zone 7 points 1 day ago

I asked gpt for code to aim a heliostat

It needed a module to get the sun's position, it used sun::alt:: azimuth which doesn't exist rather than Astro::Coord::ECI::Sun

It needed a module to calculate mirror angle between the Sun's altitude and azimuth and the target altitude and azimuth. It left that commented out rather than selecting the altitude halfway between Sun and target and azimuth between Sun and azimuth

It turns out there's precious little on the internet on how to aim a mirror, partly because it's not popular, partly because it's dead simple

load more comments (6 replies)
this post was submitted on 01 Apr 2025
527 points (96.8% liked)

Programmer Humor

22189 readers
2765 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS