There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

programmer_humor

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

chicken , in What I want to become Vs What I do

Programmers mostly aren’t really engineers and that’s ok. I don’t want to be an engineer.

thequickben ,

I personally disagree. Took 3 years of Electrical Engineering courses in college but finished with a B.S in Computer Science. Both are valid engineering disciplines, the only thing lacking on the computer side are standardized licensing tests and an oversight body. Software engineers have to build software that can affect life and death too, but somehow we don’t have as much regulation in the US which is super odd to me.

chicken ,

What makes something engineering vs not? Personally what I do doesn’t feel like engineering because I imagine engineering as being about following a particular process and doing things in a very cautious and structured way, where programming is normally way more chaotic.

madkarlsson ,

Your notion of an engineer is correct in a wide sense

en.m.wikipedia.org/wiki/Engineer

The fact that you feel programming is not that makes me sad. But likely dependent on what software and what you work with. For example, if you build software for NASA or Baxter and dialysis machines and the likes, you’ll get fired fast for not being structured. Working for Elon Musk and Twitter… Well…

chicken ,

I don’t think it has to be a sad thing. Without that sort of structure you can be more imaginative, which has many advantages. Again, I don’t want to be an engineer, I feel that would suck all the joy out of it and just isn’t my style. That isn’t to say an engineering approach to programming doesn’t exist or isn’t useful/necessary in some cases, but I would say it isn’t the norm and probably shouldn’t be.

madkarlsson ,

I personally think it’s a bit of a fallacy to equal structure with less creativity.

Look at Calatrava duckduckgo.com/?q=calatrava&t=fpas&iax=im…

Further, you can’t design something like the Burj Khalifa without creativity

Maybe the line goes where you are risking peoples life or not, maybe somewhere else. It still makes me sad that you equal programming with chaos. But that is very context driven. The drive for new software, new interfaces, new tech overall naturally breeds less oversight and less structure naturally ofc. But it doesn’t have to be that way, nor should it be if you ask me

eldritch_horror , in Every Family Dinner Now

Could AI repair a bicycle?

That would be awesome.

Or “digest” a hoard of used bicycle parts and secrete assembled bikes.

rikudou , in X is just better!

Easy, because Cinnamon is on X. When Cinnamon is on Wayland, so will I (and when I don’t have an Nvidia GPU, I guess).

namingthingsiseasy ,

Same here. Sure, KDE and Gnome may have great Wayland support by now, but what about other DEs? The situation in XFCE seems to be pretty grim:

It is not clear yet which Xfce release will target a complete Xfce Wayland transition (or if such a transition will happen at all).

MATE seems to have piecemeal support. No idea what the status of LXDE/LXQT are. And there are plenty of other window managers that don’t have the manpower to support wayland either.

The deprecation of X is going to leave a lot of dead software in its wake.

rikudou ,

Yeah, people like to pretend KDE and Gnome are the only options. I dislike both. Cinnamon is the (unintended?) spiritual successor to the last Gnome I liked, which is Gnome 2.

dukk ,

It’s very much intended. Cinnamon was forked from GNOME 3 when it was released. It was intended to preserve the old GNOME 2 layout, but ended up evolving into the Cinnamon we know today.

will_a113 , in Why pay for an OpenAI subscription?

Is this old enough to be called a classic yet?

Sabata11792 , in Guys! Should I accept the offer? 😂
@Sabata11792@kbin.social avatar

Putting an app on the app store was one of my worst mistakes. I still get spam years after it getting delisted due to being abandoned.

DeathsEmbrace ,

Nah you learned a valuable lesson. Make a dummy email for the app(s).

Sabata11792 ,
@Sabata11792@kbin.social avatar

I made a whole dummy domain. Still inconvenient when one shows up.

Cwilliams , in Fitbit Clock Face

If only fitness apis were actually that easy

AzureInfinity , in Rust project startup kit

This actually wrong way to do it, here the pro way:

1.Start writing a game/app/engine/os.

2.Write dozen utility packages for it.

3.Write high-level packages for #2

4.Write a “light-weight” version of #3 when disgusted with bloat of #3.

5.repeat #2 with more modern rust code.

porgamrer ,

you have been looking at my private github repos and are clearly a witch

dejected_warp_core ,

I’m in this picture and I don’t like it. Also, you forgot:

1.5 Get completely wrapped around the axle by writing tooling to support said game engine art assets.

Anders429 ,

Don’t forget to upload them all to crates.io. Add them to the list of useless crates that no one will ever use.

slazer2au , in Happy New Year Coders.

Surely a regular day should have a rubber ducky.

onlinepersona , in Happy New Year Coders.

I was getting emails about pull requests and issues all night. It’s like some people just took advantage of everybody being outside of the house to code 😅

CC BY-NC-SA 4.0

kameecoding ,

Why do you have a link to CC in your comment?

embed_me ,
@embed_me@programming.dev avatar

Pfffft why wouldn’t you?

CC BY-NC-SA 4.0

kameecoding ,

I don’t know, waste of characters?

nilloc ,

I was about to post a tshirt with their comment on Etsy, but the NC stopped me.

nilloc ,

I was about to post a tshirt with their comment on Etsy, but the NC stopped me.

kpw , in no.. just no

The most offensive thing here is the amount={5} attribute. What is it? It's not XML.

MostlyHarmless ,

It’s JSX. It’s used to embed markup into javascript

sndrtj ,

It’s to embed Javascript into embedded markup in Javascript

xmunk , in We're not the same! (period)

Personally, I open source my code as a resume.

DoomBot5 ,

Is that why nobody would hire you? /s

JonsJava , in GitHub Desktop or Git CLI?
@JonsJava@lemmy.world avatar

I’d love to like the desktop app, but I just don’t understand what it’s doing under the hood when I click a button. When I click an icon, is it syncing my changes up as it pulls down, it just pulling down? I guess point and click is more scary to me when prod is on the line.

Feathercrown ,

Why are you syncing directly to prod

JonsJava ,
@JonsJava@lemmy.world avatar

I’m not? I just don’t like UIs

JonsJava ,
@JonsJava@lemmy.world avatar

Prod being on the line meant “I’m on main”.

Yeah, I set up branch protection, but I hate the fact that some UIs are all “I know you just want to pull, but let’s push while we’re at it”.

Fades ,

How about you utilize proper CICD

JonsJava ,
@JonsJava@lemmy.world avatar

I do. I just don’t like leaving the terminal

kuberoot ,

If I may shill for a moment, that’s something I like about sublime merge - the buttons mostly map to git commands, and it has a nice log showing the commands it ran and their output.

muntedcrocodile , in GitHub Desktop or Git CLI?
@muntedcrocodile@lemmy.world avatar

Vscode plugins?

kSPvhmTOlwvMd7Y7E , (edited ) in Need a rust version too.

So let me summarise this:

Only C and Lisp actually completed the initial task of getting the princess free, and Author clearly favors C over the drooling and homeless lisp hacker. Also, turns out, C greatest weakness helped to save not only the princess but everything she ever possessed! How convenient!

Shareni ,

Naah, C stabbed himself in both of his feet while planning. The rest of it is his dying mind hallucinating saving the princess.

Lisp is the true hero, but the author has parenthophobia

AnUnusualRelic , in Walking Desk Is More Annoying Than A Standing Desk
@AnUnusualRelic@lemmy.world avatar

Isn’t this bad for the Ethernet cables?

Hazzia ,

Just get a wireless ethernet adapter (which exists and I loathe the fact that it does)

Valmond ,

If they are straightened out they might not be able to mingle/mix-up.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines