Yep, programming is fun but working as a programmer not so much. For me writing software is a creative activity. It’s fun to come up with problems and find solutions for them. In my personal projects I decide what problem I want to solve, choose the technology I think will be fun to solve it in and then come up with a solution I like.
At work you are usually handed a problem you don’t care about (we’re decommissioning X, you don’t have to know why, just change everything to use Y), the solution is described in detail by someone else and you just have to turn it into some code using 5-10 years old stack.
Fortunately at my current job I mostly do projects without much technical oversight (proof-of-concept type project) so I can choose how I want to do then. I dislike the company culture but I know that moving somewhere else would mean going back to boring coding agian.
Where I work there is a hardware test, where the voltage needs to be changed on the power supply like 8 times. Currently it’s done by hand.
I gave that to a student with the description that I want that automated, let production show you how the test is done. If you have other ideas how to improve it, just do it.
This was 8 working days ago for the student. She still hasn’t started, because she wants an exact description what needs to be done. If you want me to write down how exactly everything needs to be done, I might just write it myself in python and be done with it.
Amazing how much easier it is to motivate yourself when you have the ability to make significant decisions on the fly, based on the immediate feedback you receive from the system, instead of spending half your time hitting your head against a wall attempting to sus out self-contradictory instructions given by people who don’t actually understand how any of it really works.
If you know that you do. What you probably do not. A proper C/C++ compiler (gcc) will almost always produce better/more optimized ASM than a human ever could.
I like my coding job as long as I have the space to do what I need to do. Without that I just get stressed out and way less productive. The older I get the better I am at setting boundaries and finding the right kind of jobs.
The problem is that every living entity in a 10 kilometer radius around me, seems to be hellbent on getting me to do anything but coding. Refining work estimates, fixing badge access rights, fixing a driver issue, telling people that you cannot do 1000 things at the same time, teaching the new developer how shit (doesn’t) works, mangling Jenkins into a functional state again, explaning that thing I did a year ago but is only now used (it was very high prio a year ago), writing documentation that noboby ever reads, progress meetings, specialty group meetings, knowledge sharing meetings, company wide meetings, etc.
Just say no. Decline meeting requests. Set your own priorities. It’s not like they can fire the guy who operates the CI and apparently the physical security systems as well while still writing code for high priority projects.
Agreed on all of that. As I understand it, periods of better worker markets make for less of that nonsense people are willing endure. I’ve seen a recent trend of corporations turning up the BS because the job market has been tightening up and people are less willing to take risks.
I had a team of contractors working on some code. They had learnt in their previous jobs to document everything in the work wiki (aside from the design documents which have their own repository)
And it was good they did, since the project was put on hold due to too much mismatch between backend and front, and all the contractors were fired (a day before Xmas) leaving the useless doco as the best reference for whoever needs to resurrect our code
My first job right out of college I was writing assembly for some epically old industrial equipment. That shit runs on its own language that was only ever used on that piece of equipment. Usually x86 but with some wacky modifications. There’s no compiler for that, just a manual the size of a textbook and a million chicken scratch notes in it that’s half covered in grease. I’m so glad I don’t do that anymore.
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
Posts must be relevant to programming, programmers, or computer science.
No NSFW content.
Jokes must be in good taste. No hate speech, bigotry, etc.
Yep, programming is fun but working as a programmer not so much. For me writing software is a creative activity. It’s fun to come up with problems and find solutions for them. In my personal projects I decide what problem I want to solve, choose the technology I think will be fun to solve it in and then come up with a solution I like.
At work you are usually handed a problem you don’t care about (we’re decommissioning X, you don’t have to know why, just change everything to use Y), the solution is described in detail by someone else and you just have to turn it into some code using 5-10 years old stack.
Fortunately at my current job I mostly do projects without much technical oversight (proof-of-concept type project) so I can choose how I want to do then. I dislike the company culture but I know that moving somewhere else would mean going back to boring coding agian.
Where I work there is a hardware test, where the voltage needs to be changed on the power supply like 8 times. Currently it’s done by hand.
I gave that to a student with the description that I want that automated, let production show you how the test is done. If you have other ideas how to improve it, just do it.
This was 8 working days ago for the student. She still hasn’t started, because she wants an exact description what needs to be done. If you want me to write down how exactly everything needs to be done, I might just write it myself in python and be done with it.
https://youtu.be/jIrMG10vge0
deleted by creator
Amazing how much easier it is to motivate yourself when you have the ability to make significant decisions on the fly, based on the immediate feedback you receive from the system, instead of spending half your time hitting your head against a wall attempting to sus out self-contradictory instructions given by people who don’t actually understand how any of it really works.
Do we work together?
We need to start a change process for this
The difference is: One you do for fun and one you’re told to do for money.
At least with your assembly code it’ll go brrrrrrrt because of how fast it’ll be.
If you know that you do. What you probably do not. A proper C/C++ compiler (gcc) will almost always produce better/more optimized ASM than a human ever could.
It will go brrrrrrrt¤gdføTJwrgt65&<)5½$¥[[¥½{2ahgfh Segmentation fault (core dumped)
My assembly code only goes brt :(
it reaches ‘t’ from ‘b’ with a lot less iterations of ‘r’. It seems to me that you have a more optimized version. :)
Maybe you switched up
jg
andjl
?/s
Assuming it actually works
A pal in tech school did code golf in assembly. There are people like that.
I always have problems with assembly. Especially after being at Ikea.
deleted by creator
I like my coding job as long as I have the space to do what I need to do. Without that I just get stressed out and way less productive. The older I get the better I am at setting boundaries and finding the right kind of jobs.
But I love coding at work?!
The problem is that every living entity in a 10 kilometer radius around me, seems to be hellbent on getting me to do anything but coding. Refining work estimates, fixing badge access rights, fixing a driver issue, telling people that you cannot do 1000 things at the same time, teaching the new developer how shit (doesn’t) works, mangling Jenkins into a functional state again, explaning that thing I did a year ago but is only now used (it was very high prio a year ago), writing documentation that noboby ever reads, progress meetings, specialty group meetings, knowledge sharing meetings, company wide meetings, etc.
Just say no. Decline meeting requests. Set your own priorities. It’s not like they can fire the guy who operates the CI and apparently the physical security systems as well while still writing code for high priority projects.
You can always write code for Free Software projects in your free time and contribute to a good cause.
Agreed on all of that. As I understand it, periods of better worker markets make for less of that nonsense people are willing endure. I’ve seen a recent trend of corporations turning up the BS because the job market has been tightening up and people are less willing to take risks.
I had a team of contractors working on some code. They had learnt in their previous jobs to document everything in the work wiki (aside from the design documents which have their own repository)
And it was good they did, since the project was put on hold due to too much mismatch between backend and front, and all the contractors were fired (a day before Xmas) leaving the useless doco as the best reference for whoever needs to resurrect our code
That’s exactly it. When I code for my own projects, I don’t have to deal with any of that shit.
Wonder if that’s the “alienation of labor” thing Marx was talking about
I wrote a JavaScript program to write assembly program
You wrote a compiler?
They just ran a line of JS in a browser. 🤭
Nah. Just converting midi into hardcoded assembly code.
https://github.com/North-West-Wind/midi2riscv
Why is this literally the opposite for me?
I have a class where I write in Assembly but instead I’m working on my personal HTML/CSS/JS project.
The result is still the same, isn’t it? (in language you like vs in language you’re forced to use)
It also really depends on what is being made. My Assembly programs are specific homework assignments. My JS project is designed entirely by my will.
I think the main difference is just personal project vs work project
It’s not the language that matters, it’s the obligation vs passion.
Unpaid “breaks” aren’t breaks. They should be illegal.
The funny thing is, both of these are JavaScript for me.
I mean I guess TypeScript if I’m doing coding for work.
My first job right out of college I was writing assembly for some epically old industrial equipment. That shit runs on its own language that was only ever used on that piece of equipment. Usually x86 but with some wacky modifications. There’s no compiler for that, just a manual the size of a textbook and a million chicken scratch notes in it that’s half covered in grease. I’m so glad I don’t do that anymore.
That sounds like a nightmare.
Same. I participate on web game jams for fun.
Amazing how you can work 8 hours without it ever stopping being 1 am. Human beings really are amazing when they are motivated
Motivation: AKA, Chronic Insomnia.
Sometimes programming is my zone.
Nah, being engrossed in something you’re enjoying can consume time like nothing.
Same as the “just one more” turn phenomenon with games.
Chronic flow in an engaging project. Start on a Saturday morning, feel like a coffee since you’re a bit sleepy, notice it’s Sunday
You can use a JavaScript to assembly converter so you get the same pain on your personal projects.
Wouldn’t that just be a JavaScript compiler?
Well, if you put it that way … yes.
Tell me more, I’ve almost achieved webasm
Is there a 6502 backend?