38
submitted 1 year ago by Micah@beehaw.org to c/programming@beehaw.org
top 19 comments
sorted by: hot top controversial new old
[-] Schedar@beehaw.org 20 points 1 year ago

I’ve used it to create a little dashboard page for my home sever - it made a page that displays the uptime, network status, the remaining disc space, links to all my hosted services (including indicators showing if they are online or offline) automatically grabbing the favicon for the links etc

Everything nicely styled and formatted in a dark theme with status colours etc

It did absolutely everything, picked the language added step by step instructions of setting it up even suggestions on styling options.

[-] along_the_road@beehaw.org 4 points 1 year ago

Do you have any screenshots of what the dashboard looks like?

[-] johnpaton@beehaw.org 2 points 1 year ago

Do you have more details or the code shared? I’d be very curious to see the output

[-] Lemjukes@lemm.ee 14 points 1 year ago* (last edited 1 year ago)

I made this dumb thing with it

It can handle the entire bee movie script in one go.

[-] HangingFruit@czech-lemmy.eu 6 points 1 year ago

I just said the translated text to my dog and she didn’t understand me. The ai have made a mistake somewhere.

[-] Lemjukes@lemm.ee 4 points 1 year ago

May I ask what kind of dog she is? There may certainly be some holes in the localization.

[-] HangingFruit@czech-lemmy.eu 4 points 1 year ago

the three-legged-reddish-color type

[-] Lemjukes@lemm.ee 4 points 1 year ago

We're you standing on one leg when you tried speaking the translation to her?

[-] HangingFruit@czech-lemmy.eu 4 points 1 year ago* (last edited 1 year ago)

I was lying down on my back. Let me check again.

EDIT: Holy shit it actually works!

[-] Meloku@feddit.cl 7 points 1 year ago

I use ChstGPT as a slightly-higher-tech version of my desktop rubber duck. Whenever I'm stuck at work, I explain ChatGPT what I'm trying to accomplish and how, and in the process of correcting ChatGPT to actually get working code, most of the time I find a better solution during my explanations.

[-] Calidro@feddit.de 7 points 1 year ago

Crazy that you are all using it for entire projects! I'm using it when I get stuck programming with some traceback I can't resolve or similar, mostly for Python/Django. Even then it often forgets to close a loop or similar.

[-] Olon97@beehaw.org 5 points 1 year ago

I tried with GPT 3.5 to make a site with gamification currency and a job board users could apply to or post tasks.

It introduced me to the world of Wordpress (and helped me figure out some free hosting options). Unfortunately the plug-ins it told me to use conflicted with each other and somehow bricked everything to the point where I couldn’t figure out a way to troubleshoot. I gave up on the experiment.

If I try again, I’ll use 4.0 and have it code the site from scratch (JavaScript & HTML5) without using so much middleware.

[-] flathead@quex.cc 5 points 1 year ago

used it to create an animated birthday card. end result was quite good and lots quicker than coding it all manually. it's better at basic css and javascript for layout and effects than I would be.

[-] notfromhere@lemmy.one 3 points 1 year ago* (last edited 1 year ago)

I used it to build a character.ai competitor that I got bored with and didn’t finish passed the proof of concept. React programming, typescript, AWS CDK, typescript APIs, helped me come up with the high level architecture with the CloudFront configuration etc etc etc. Took me about a month working on it after work to get the working prototype built including Cognito+Google login working and CICD pipeline running.

[-] HumbleFlamingo@beehaw.org 2 points 1 year ago

I'm converting a bunch of fixed-width reports to html at work. Used it to generate a basic left-right-center header for them. Just some basic boiler plate stuff, but way easier than googling. I'm not ready to try and have it create something I can't easily review/validate. I'm sure there's a non-zero number of examples it was trained on saying "This is just a simple example, don't actually do this in production".

[-] t3rmit3@beehaw.org 2 points 1 year ago* (last edited 1 year ago)

Never used it for a website or web app, but I've used it for getting scripts for managing my servers started. It always requires a lot of refactoring to make it actually usable. Since I know when the code is wrong, I can coax it through fixing the code itself, but it's faster to just change it myself. I don't think a non-coder would get a whole lot of useful code out of it.

load more comments
view more: next ›
this post was submitted on 16 Jul 2023
38 points (100.0% liked)

Programming

13269 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS