951
top 50 comments
sorted by: hot top controversial new old
[-] pylapp@programming.dev 4 points 4 days ago* (last edited 4 days ago)

That is the reason why some developers are “full stack”. All computers are stacked 🤪

[-] zeet@lemmy.world 222 points 1 week ago

You're supposed to put each machine on top of each other, hence the term full stack developer.

[-] ZeroCool@vger.social 72 points 1 week ago* (last edited 1 week ago)

Well, now I feel like an idiot. I've always assumed that was just an expression!

[-] Zachariah@lemmy.world 67 points 1 week ago

Yes, but it’s a regular expression.

[-] jaybone@lemmy.world 15 points 1 week ago

I run perl on arch btw

load more comments (3 replies)
[-] zea_64@lemmy.blahaj.zone 52 points 1 week ago

It's called a tower PC for a reason

[-] fibojoly@sh.itjust.works 5 points 1 week ago

For most devs, it's a Jenga tower. Only fancy algorithm devs get a nice Hanoi towers setup.

[-] zea_64@lemmy.blahaj.zone 4 points 1 week ago

Do you get two empty spaces next to your tower? For maintenance if the lower elements.

load more comments (1 replies)
[-] zaphod@sopuli.xyz 9 points 1 week ago

And I thought it meant those programmers are bad at memory management because their stack is always full.

[-] Zagorath@aussie.zone 118 points 1 week ago

Actually long desks are no longer considered best practice. At my work, some devs have a lazy suzan, while others prefer a circle that they can pivot around to face the right computer.

[-] key@lemmy.keychat.org 54 points 1 week ago

I got one of those desks with a vertical pneumatic lift so I can stack the computers vertically in a rack and just raise/lower it so the right one is at eye height

[-] AmidFuror@fedia.io 32 points 1 week ago

Waste of money. Build the chair to go up and down instead.

[-] variants@possumpat.io 20 points 1 week ago

The trick is you hire a runner who comes over when you ring a bell and he unplugs your computer and plugs in the one you need and then takes the other computer to someone else that needs it, I think they call him a vm short for vamoose machine

[-] And009@lemmynsfw.com 6 points 1 week ago

I don't like my feet hanging when using the top monitor. My floor splits in half and goes up instead

[-] vk6flab@lemmy.radio 20 points 1 week ago

At one point, before we virtualised everything, I had a custom desk built in an L-shape. Instead of a desk and a return, I had the refurbishment team put together a desk with two desks instead. It gave me two sets of drawers, two computer cubby holes and the gap was too small for the horrible keyboard adjustable shelf that kept hitting your knees, so they replaced it with a fixed surface instead.

People laughed.

Colleagues sniggered.

Then they wanted one too.

Now I have a mobile lectern with an iMac clamped to it. Height adjustable, wheels, enough space for keyboard, trackpad and USB hub. I move around my office as the mood or light takes me.

load more comments (1 replies)
[-] flerp@lemm.ee 8 points 1 week ago

Ah, the Neil Peart drum kit solution

[-] renzev@lemmy.world 70 points 1 week ago
[-] Aceticon@lemmy.world 33 points 1 week ago

An this was back in the 80s where there were only 8 programming languages...

load more comments (1 replies)
[-] vk6flab@lemmy.radio 55 points 1 week ago

So, when you use 40 or so programming languages, your employer needs to supply a mansion..

I'm okay with that.

Now, where is the boss?

[-] ZeroCool@vger.social 30 points 1 week ago* (last edited 1 week ago)

Corporate be like "mandatory return to ~~office~~ aircraft hangar."

[-] 30p87@feddit.de 30 points 1 week ago

'Yes boss, I need 16-Bit, 32-Bit and 64-Bit Arm and x86_64 ASM as well as MySQL, SQLite, Postgres, Firebird, Mongo and all other stuff too, so I need a lot of computers ... of course all with Threadripper PRO 7995WX's.

[-] Rai@lemmy.dbzer0.com 45 points 1 week ago

Reminds me of a scam call center person telling Kitboga “your IP address is tied to your house address. You don’t get a new one unless you move houses”

[-] MaggiWuerze@feddit.de 5 points 1 week ago
[-] Skullgrid@lemmy.world 39 points 1 week ago

I hate working in frontend because I have to keep switching computers between Javascript, HTML, CSS and sometimes SVG

[-] iarigby@lemmy.world 9 points 1 week ago* (last edited 1 week ago)

come on, only one out of those four is a programming language

edit (begrudgingly): ok fine, half, but still

[-] gamma@programming.dev 9 points 1 week ago

CSS is turing conplete.

load more comments (2 replies)
[-] Ephera@lemmy.ml 30 points 1 week ago

Early on in my career, I had to do a project in Python, together with another junior. Neither of us had any clue how to handle Python and he was on Windows, so, if I remember correctly, he had to install some dependencies from Pipenv, others from Conda, and his setup would break every two weeks in novel ways.

Eventually, we became quite good at installing a working setup, but correctly removing the broken setup was a pain. Often times, I thought that just reinstalling the whole OS would be quicker. 🫠

[-] ignotum@lemmy.world 28 points 1 week ago

Every now and then a new hire comes along with a windows pc, every time they decide they want to try to get everything working on windows, after a week they give up.

On linux it's one pip install and you're done

[-] WalrusDragonOnABike@lemmy.today 7 points 1 week ago

On linux it’s one pip install and you’re done

Isn't that how packages/dependencies work on windows as well? Once I got pip updated, I've never had any issues with it.

[-] ignotum@lemmy.world 6 points 1 week ago

No clue, all i know is that i never have to do more than that, and noone has managed to get it working on windows 🤷‍♂️

When i started learning programming, everything was always a pain to set up, needed to install weird IDEs from shady websites and they only worked half the time. Then a friend showed me linux where stuff just worked out of the box, just slap some code in a textfile and compile it, i never looked back (was working in c/c++ but from what i've seen it's not much better for python)

load more comments (1 replies)
[-] Ephera@lemmy.ml 6 points 1 week ago

I believe, it's because various Python libraries ship with a pre-compiled C/C++/Rust library. That library needs to be compiled for a specific target, and you often only get Linux x86_64 on Pypi, because that's what most library devs use themselves.

Conda tries to solve that by providing a separate repository, where they do have builds for more targets available, but as a result, they have fewer libraries available in that repo. That's why we needed to install some via Conda and some via Pipenv/Pypi.

load more comments (2 replies)
[-] southernwolf@pawb.social 27 points 1 week ago

This is why we need 3, 4, or even 5 monitors at a time.

[-] Varven@lemmy.world 6 points 1 week ago

More monitors the better

[-] numberfour002@lemmy.world 22 points 1 week ago

HTML CSS XML JSON SQL CRAYONS

Okay, it's starting to add up.

[-] ricdeh@lemmy.world 6 points 1 week ago

Not a single real language 😈

[-] frezik@midwest.social 4 points 1 week ago

JSON and XML can be "real" languages. Mostly because of people who didn't stop to ask if they should.

load more comments (3 replies)
[-] thefartographer@lemm.ee 19 points 1 week ago

I use a KVM switch tree and run it off an alternator connected to my desk bike

[-] 1rre@discuss.tchncs.de 19 points 1 week ago

Docker fan mindset

[-] frank@lemmy.world 19 points 1 week ago

I have a KVM switch so I can control my array of computers with one monitor setup. I have a normal desk and a big closet to house all the computers.

[-] PlexSheep@infosec.pub 3 points 1 week ago

We just have a warehouse with a few big computers. We just use our desks to access them.

[-] lolola@lemmy.blahaj.zone 18 points 1 week ago

That's why programmers have all those monitors. They're each hooked up to a different computer.

[-] rem26_art@fedia.io 16 points 1 week ago

Those people you see on LinkedIn with like 20 programming languages on their resume are really looking for a job just to pay off the debt of buying 20 computers

[-] HamsterRage@lemmy.ca 13 points 1 week ago

Many, many years ago I used to have two Wyse50 terminals, running split screens each with two parts. I did a lot of support on remote systems (via modem!) and I would have a session on a customer system, source code and running on our test system and internal stuff. I didn't have space for a third terminal.

At another job I had an office with a "U" shaped desk. I would spread printouts across half the "U" and swivel around between the computer and the printouts.

[-] darklamer@lemmy.dbzer0.com 8 points 1 week ago

Would it be possible to work around this by using virtual desktops? 🤔

[-] OsaErisXero@kbin.run 14 points 1 week ago

Technically yes, but the thermal load of putting all those computers inside the other computers is generally prohibitive, and image quality once you get 3 monitors deep in the tool chain is poor enough you have to start making the text bigger.

[-] RavenLuni@furry.engineer 6 points 1 week ago

@ZeroCool my desk is currently 52,572,500 miles long but I need a bigger one.

[-] WalrusDragonOnABike@lemmy.today 5 points 1 week ago

If your desk is only 3/4ths of a chain long, how will you fit more than one computer?

[-] dutchkimble@lemy.lol 4 points 1 week ago

That's the whole advantage of block chain. You can add more lego blocks to your desk and keep the chain going.

load more comments
view more: next ›
this post was submitted on 23 Jun 2024
951 points (97.8% liked)

Programmer Humor

18250 readers
1521 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 1 year ago
MODERATORS