this post was submitted on 13 Apr 2024
0 points (NaN% liked)

Technology

38611 readers
404 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


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

founded 3 years ago
MODERATORS
 
top 15 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 1 year ago (1 children)
[–] [email protected] 0 points 1 year ago (1 children)

Can ya please go back to the Drop-Down thingy for your license? It's already annoying on its own, but it gets even more so when Voyager adds the Link-Preview

[–] [email protected] 0 points 1 year ago (2 children)

Dropdown doesn't work for at least 2 clients. This is the best I can do.

If it really does bother you, block me 🤷

Anti Commercial-AI license

[–] [email protected] 1 points 1 year ago

You know what's funny, the two clients that don't support your dropdown/spoiler for anti-commercial licences were commercial closed-source Lemmy clients.

I say sod them and go back to your dropdown.

[–] [email protected] 0 points 1 year ago (1 children)
[–] [email protected] 0 points 1 year ago

LLMs will replace the programmers right before they replace the satarists.

[–] [email protected] 0 points 1 year ago

It's like if farmers were just letting plants do all the work, instead of manually assembling the potatoes themselves

[–] [email protected] 0 points 1 year ago (1 children)

Framing libraries as cheat sheets is hilarious

[–] [email protected] 0 points 1 year ago* (last edited 1 year ago) (1 children)

Some time ago:

  • Me: "Programming is fun, but user interfaces are a PITA"
  • CS student: "What!? The algorithms I'm given to solve are really complicated!"
  • After a year on a job: "I hate testing user interfaces..."

Some other day:

  • Me: "Programming is mostly copy&paste"
  • Engineering student: "What!? We have to come up with a new solution for every problem!"
  • After a year on a job: "I don't program anymore, just copy&paste..."

Told ya.

[–] [email protected] 0 points 1 year ago (1 children)

Programming is mostly copy&paste

I don't know what y'all are working on but these comments always scare me ...

[–] [email protected] 0 points 1 year ago

No matter what you work on, programming is one of:

  • Check the documentation for a library, copy&paste the interface call, fill in the blanks.
  • Pick the best algorithm for the case at hand, copy&paste, change a few variable names.
  • Get out your snippets archive, copy&paste the one you need.
  • Write some boilerplate, copy&paste over and over, then fill in the blanks.
  • Look up how someone else solved your problem, replicate it in a way that doesn't look like copy&paste.
  • Once in a blue moon, come up against an actually novel problem, spend some days figuring out the best way to solve it... then copy&paste the solution back into the project.

Doesn't matter what you're working on, in the end it's mostly copy&paste 😂

[–] [email protected] 0 points 1 year ago (1 children)

The biggest scam about programmers is they barely program

He's got a point, though, the further you go, the less time you spend inputting code. Although some people prefer to continue going head first and then remaking everything.

[–] [email protected] 0 points 1 year ago

like with many jobs you're learning to only do the work that matters, and oftentimes when you can avoid doing work that actually improves the product.

There's a reason why construction workers aren't making their own planks and nails, that would be horribly time consuming, inefficient, and they'd probably make shitty planks.

[–] [email protected] 0 points 1 year ago

Sometimes it feels like most of my job nowadays is deleting code now.