this post was submitted on 20 Nov 2023
1749 points (98.2% liked)

Programmer Humor

33546 readers
375 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Gabu@lemmy.world 12 points 1 year ago (3 children)

On a more serious note, ChatGPT, ironically, does suck at webdev frontend. The one task that pretty much everyone agrees could be done by a monkey (given enough time) is the one it doesn't understand at all.

[–] Strawberry@lemmy.blahaj.zone 11 points 1 year ago (3 children)

The one task that pretty much everyone agrees could be done by a monkey

A phrase commonly uttered about web dev by mediocre programmers who spend 99% of the time writing the same copy-paste spring boot mid-tier code

[–] duck1e@lemmy.ml 5 points 1 year ago (2 children)

most of the websites are bloated and shit. Webdev is shit upon because they write code that can't work 4 months without needing a rewrite

[–] frezik@midwest.social 2 points 1 year ago

A good chunk of that has to do with trackers and ads. Things forced on webdevs by management.

Not that webdevs couldn't improve anything otherwise; there are certainly optimizations to be had. But pop open the dev network panel on your browser, clear cache, and refresh the page. A lot of the holdup and dancing elements you'll see are from third party trackers and ads.

[–] Strawberry@lemmy.blahaj.zone 1 points 1 year ago

I agree, and in addition to way too many trackers and advertisements clogging up the page, this is also due to the time, effort, and knowledge not being provided to write performant and compliant code, which should be important given the infinite possibilities of client machines. This can be worsened by only having full stack developers who aren't knowledgeable in web dev (especially CSS) or by sacrificing performance for trendy javascript-bloated design features

[–] Gabu@lemmy.world 3 points 1 year ago (1 children)

Right, the pretty little button needs more shadows

[–] Strawberry@lemmy.blahaj.zone 0 points 1 year ago

I am astonished at your ignorance and your arrogance

[–] veni_vedi_veni@lemmy.world 2 points 1 year ago (1 children)

I still have nightmares dealing with a11y requirements

[–] Strawberry@lemmy.blahaj.zone 2 points 1 year ago

Same but it's very important

[–] poopsmith@lemmy.world 5 points 1 year ago* (last edited 1 year ago) (1 children)

I don't think it's very useful at generating good code or answering anything about most libraries, but I've found it to be helpful answering specific JS/TS questions.

The MDN version is also pretty great too. I've never done a Firefox extension before and MDN Plus was surprisingly helpful at explaining the limitations on mobile. Only downside is it's limited to 5 free prompts/day.

[–] cows_are_underrated@feddit.de 1 points 1 year ago

Chat gpt is also great if you have problems with Linux. It is my nr 1 trouble shooting tool.

[–] httpjames@sh.itjust.works 2 points 1 year ago

GPT 4 Turbo is actually much better than GPT 3.5 and 4 for coding. It has a way better understanding of design now.