Details
-
AboutWeb Developer, Nerd, Human
-
SkillsPHP, JS, CSS
-
LocationGermany
Joined devRant on 10/21/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
I am trying to organize a Dev meetup in my city. Anyone have any experience with that or general tips?4
-
It's not every day that a client reports his Website as completely down. But when they do, it's always just as I was walking out the door...3
-
So we send a quote out to a client to update his website to make it compliant with the new privacy guidelines: SSL encryption, removing external libraries, removing Facebook Plug-ins, all that stuff. We didn't get a response.
On Monday, he called in a panic. "The website does not work, fix immediately!"
I check out the server, what do I see? An SSL cert installed the Friday before... Client decided to do it himself, on a Friday, without testing. He broke something, but cannot tell me exactly what he did.
And somehow he thinks all that is my fault :D4 -
It happened! It finally happened.
I got to use the XOR operator today, for the first time in my 10 years of development.
Now I feel complete. I am senior developer now!9 -
I'm gonna have a serious talk with my bosses the day after tomorrow. We have so much to do, we are basically at 150% workload. Problem is: they don't pay us for overtime.
This has been going on for 18 years in the company. It will not be easy. But they either start paying our overtime or I am out (and probably taking the whole dev team with me.)
Wish me luck!20 -
Our project schedule is quite full at the moment, we are basically at the limit for the next three months.
In comes one of our sales people: "Hey, can we squeeze in a little project, nothing fancy just a very basic static web page." (No question mark there, it was not a question...)
I say no, we are full, the deadline is to tight (3 weeks), can't do it.
In comes boss: "Sure you can, just push everything else back." (We won't change deadlines, what he actually means is for us to do unpaid overtime for two months so he can barocke make a few thousand extra bucks...)
So I cave and allow it. It were just 4 hours of work, we can squeeze it in, maybe do a little less R&D this month.
Next day, the project scope changed, suddenly we are not taking about 4 hours but 80. Sure, we can squeeze two extra weeks into the month.
That is when I realized, I don't hate my work, just my work environment.4 -
I still have no internet at my new home. The technician will be here in 5 weeks. So I spend my time in the old flat sitting on the floor to get work done.2
-
TYPO3: You can use this hook to modify all links generated on the website. Well, all links except those few over there, which for some reason use a completely different class that does basically the same thing, and will even call your hook, but then ignore the result completely.
Me: Fuck you! I've spent almost a day trying to find the right hook, because they are all undocumented, have stupid names and every time I get close to a solution, some other part of your code decides to circumvent the hook.
Also me: After spending hours sifting through the depths of the TYPO3 core, I seriously wonder why it works at all. Spaghetti code, classes fetching properties directly instead of using the getters, loads of global variables... Wtf is wrong with that thing?
And people say WordPress is shitty code.1 -
!dev
I am about to move into my own house. Yay. But every ISP I called is very insistent that there is no house there.
"Are you sure you entered the right building number? The entered house does not exist." Yes it does! And it has existed since 1912...
Stupid Germany with its stupidly bad internet infrastructure. I guess that's what you get for privatizing the network.7 -
I spent the last weeks rewriting a huge project which I had to hurriedly write a year ago. No comments, no documentation, spaghetti code. Part me was an asshole! But now I am done, all is new, everything is well commented, structured in classes with well defined tasks. Yay.2
-
I have the habit of adding //todo comments to my code whenever I need to implement something later. Very useful to just search your code for "todo" and see what is left to do.
That is all very well, but I just searched my project for "todo" and there are SO MANY //todo comments in the third party dependencies...4 -
Client: Please remove the address inputs from the inquiry form. Our marketing strategist said that more people will fill out the form if there are less input fields.
Me: But you are required by law to include the address in the generated inquiry PDFs!
Client: Can you remove the fields and still include the address in the PDF somehow?
Me: No. How would the website know the users address without asking for it.
Client: Okay. Wait! Can we change the form to just one large input where the user has to enter everything at once? That is even less inputs so more users would do it, right?
Me:...6 -
My boss wants to put an Amazon Echo Dot in the conference room. So I suggested covering it with a cheese cover (those glassy dome thingies). He thought it would be an artsy statement, but I was actually worried about privacy.
Anyone have any experience with listening devices in the workplace?3 -
I recently heard someone pronounce SQL as "Sequel". Is that actually the correct pronunciation? Have I been saying it wrong all those years?9
-
To client: "I will have the project ready in 4 weeks" - starts work on the last weekend before the deadline.
Why do I always do that?2 -
Okay. Four work days remaining this week, but still six days worth of work. My project manager sucks at maths.3
-
The very first sentence in my profile on many freelancing and networking sites is "I am not looking for a full time job at the moment!" I still get fat to many job offers from recruiters, who apparently cannot read.1
-
Our project manager took a one week vacation. So it is either going to be a very productive or a very stressful week.
-
How do you know when it is time for a break?
transition: color 0.5em linear;
When you cannot figure out what is wrong with this transition...2