You’re supposed to put each machine on top of each other, hence the term full stack developer.
Well, now I feel like an idiot. I’ve always assumed that was just an expression!
Yes, but it’s a regular expression.
I run perl on arch btw
Stacks are real
Stacks are for idiots, racks are what we need and blades are the real deal.
I’m a Deck man myself
It’s called a tower PC for a reason
For most devs, it’s a Jenga tower. Only fancy algorithm devs get a nice Hanoi towers setup.
Do you get two empty spaces next to your tower? For maintenance if the lower elements.
I thought Tower PC was named after the record store.
And I thought it meant those programmers are bad at memory management because their stack is always full.
An this was back in the 80s where there were only 8 programming languages…
Rocking those classic 990s
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?
'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.
Corporate be like “mandatory return to
officeaircraft hangar.”
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”
I wish
I hate working in frontend because I have to keep switching computers between Javascript, HTML, CSS and sometimes SVG
come on, only one out of those four is a programming language
edit (begrudgingly): ok fine, half, but still
CSS is turing conplete.
SVG? SVG isn’t half a language, it’s a completely functional one!
come on, only one out of those four is a programming language
that’s part of the joke ;)
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. 🫠
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
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.
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.
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)
Since some wsl features started coming with windows out of the box python has been pretty trivial to install. It’s a far cry from the conda/cygwin nightmare hell scape it used to be
Last time I checked, it was way easier in Windows to have a VM running Linux just for Python, than to get Python to reliably work nativelly in Windows.
We have a development system for python on Windows at work, works very well also.
On linux is one pip install, buy maybe first do a venv^^
This is why we need 3, 4, or even 5 monitors at a time.
More monitors the better
HTML CSS XML JSON SQL CRAYONS
Okay, it’s starting to add up.
Not a single real language 😈
JSON and XML can be “real” languages. Mostly because of people who didn’t stop to ask if they should.
It really depends on whether that SQL is the standard one (such as SQL92) or with the database specific extensions (such as PL/SQL).
The latter often adds up to a “real” programming language (were you can define your own functions and everything), depending on the database.
But yeah, the rest not so much.
Features to enhance vendor lock in.
Indeed.
Docker fan mindset
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.
We just have a warehouse with a few big computers. We just use our desks to access them.
That’s why programmers have all those monitors. They’re each hooked up to a different computer.
I use a KVM switch tree and run it off an alternator connected to my desk bike
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
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.
Would it be possible to work around this by using virtual desktops? 🤔
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.