Details
-
AboutJust some guy.
-
Skillsphp, js, node, devops, lodb, css
-
LocationBerlin
Joined devRant on 6/27/2019
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
-
Ok, this is a rant against some devRanters.
STOP THINKING THE ANSWER TO ANY PROBLEM IS SWITCHING TO LINUX! STOP!
I am a linux user but i fucking hate people who act like dickheads to other OS users.
-A node.js problem is not a windows/linux problem
-An android studio problem is not a windows/linux problem
-A problem with website x is not a windows/linux problem
Understand the problem and give a relevant answer, don't just spit "Use Linux" everytime.40 -
Just found a crystal subreport with 33 shared variables. For those who don't know what that is (lucky), they're super global variables that exist everywhere.
Please send help. I'm supposed to refactor this...19 -
Millennials are getting right f*cked.
Low paying jobs,
Many hours of travel to work because one can't afford to live closeby,
working 10 hour a day, and
there is no hope of owning a home.
Then people say 'oh what do you do when you get home?'
Sleeeep for the limited hours left!
Then your partner says 'oh you just come home to sleep'
Then you have instagram and all these 'influencers' saying go after your dreams... while they very well know they only get paid for heavily edited images.
Wish things were better for everyone.25 -
I was getting bored and my salary had not changed for over a year. Answered a few headhunters' messages. Got an interview. Then - the second one. Got an offer with >2x the salary I was getting back then. I said I'll think about it
Came back to my office after that interview. 5 minutes later I got an outlook invitation for a performance review with my manager, scheduled for tomorrow.
During the review he appologised he had overlooked the fact that my promo and salary had to be bumped up a while ago. We had a nice chat [he is an amasing manager! I've learnt so much from him...] and he offered a 50% salary bump. There I go and reveal that I got an offer yesterday with 100% higher amount of € and asked if we could meet in the middle. He agreed :)
I was offered a lot and I asked for even more. And I got it! :) I've agreed to a 75% bump because I really like working here. It's an amazing employer.25 -
Used to pay $5/mo on a small instance for my personal site. Then I discovered Kubernetes and realized my site didn't scale! No canary deployments! So I upgraded and pay $200/mo now. Took weeks to configure. Millions of people can now read my resume. Damn, it's never looked better8
-
If doctors were like software engineers, they would say things like “Have you tried killing yourself and being reborn?”4
-
Client asks for redesign to look more like XYZ site.
I deliver a redesign to look more like XYZ site.
Client wants the site to look more like his old site. But different. Gives extensive instructions on how to design his website to his liking.
At some point, I think I'll be owing him money for his design/dev services, not the other way around.
What is it with these people?5 -
My previous employer still (contractually) owes me $5k. I still have push access to the repo and prod servers. Should I add a reminder to the admin dashboard? (After yet another email reminder, ofc.)
I could also mail him an invoice, since I have his addresses. Then again, it has been about a year since I was supposed to receive it, so maybe I'll just file a lawsuit. 🙄
Should @Root sue her ex-boss?37 -
I'm almost an introvert. I don't like talking to people much. I prefer to listen. Today one of the graduating seniors told me I should talk to people more. But I've been doing fine so far without talking to more people.12
-
I'm trying to sign up for insurance benefits at work.
Step 1: Trying to find the website link -- it's non-existent. I don't know where I found it, but I saved it in keepassxc so I wouldn't have to search again. Time wasted: 30 minutes.
Step 2: Trying to log in. Ostensibly, this uses my work account. It does not. Time wasted: 10 minutes.
Step 3: Creating an account. Username and Password requirements are stupid, and the page doesn't show all of them. The username must be /[A-Za-z0-9]{8,60}/. The maximum password length is VARCHAR(20), and must include upper/lower case, number, special symbol, etc. and cannot include "password", repeated charcters, your username, etc. There is also a (required!) hint with /[A-Za-z0-9 ]{8,60}/ validation. Want to type a sentence? better not use any punctuation!
I find it hilarious that both my username and password hint can be three times longer than my actual password -- and can contain the password. Such brilliant security.
My typical username is less than 8 characters. All of my typical password formats are >25 characters. Trying to figure out memorable credentials and figuring out the hidden complexity/validation requirements for all of these and the hint... Time wasted: 30 minutes.
Step 4: Post-login. The website, post-login, does not work in firefox. I assumed it was one of my many ad/tracker/header/etc. blockers, and systematically disabled every one of them. After enabling ad and tracker networks, more and more of the site loaded, but it always failed. After disabling bloody everything, the site still refused to work. Why? It was fetching deeply-nested markup, plus styling and javascript, encoded in xml, via api. And that xml wasn't valid xml (missing root element). The failure wasn't due to blocking a vitally-important ad or tracker (as apparently they're all vital and the site chain-loads them off one another before loading content), it's due to shoddy development and lack of testing. Matches the rest of the site perfectly. Anyway, I eventually managed to get the site to load in Safari, of all browsers, on a different computer. Time wasted: 40 minutes.
Step 5: Contact info. After getting the site to work, I clicked the [Enroll] button. "Please allow about 10 minutes to enroll," it says. I'm up to an hour and 50 minutes by now. The first thing it asks for is contact info, such as email, phone, address, etc. It gives me a warning next to phone, saying I'm not set up for notifications yet. I think that's great. I select "change" next to the email, and try to give it my work email. There are two "preferred" radio buttons, one next to "Work email," one next to "Personal email" -- but there is only one textbox. Fine, I select the "Work" preferred button, sign up for a faux-personal tutanota email for work, and type it in. The site complains that I selected "Work" but only entered a personal email. Seriously serious. Out of curiosity, I select the "change" next to the phone number, and see that it gives me four options (home, work, cell, personal?), but only one set of inputs -- next to personal. Yep. That's amazing. Time spent: 10 minutes.
Step 6: Ranting. I started going through the benefits, realized it would take an hour+ to add dependents, research the various options, pick which benefits I want, etc. I'm already up to two hours by now, so instead I decided to stop and rant about how ridiculous this entire thing is. While typing this up, the site (unsurprisingly) automatically logged me out. Fine, I'll just log in again... and get an error saying my credentials are invalid. Okay... I very carefully type them in again. error: invalid credentials. sajfkasdjf.
Step 7 is going to be: Try to figure out how to log in again. Ugh.
"Please allow about 10 minutes" it said. Where's that facepalm emoji?
But like, seriously. How does someone even build a website THIS bad?rant pages seriously load in 10+ seconds slower than wordpress too do i want insurance this badly? 10 trackers 4 ad networks elbonian devs website probably cost $1million or more too root gets insurance stop reading my tags and read the rant more bugs than you can shake a stick at the 54 steps to insanity more bugs than master of orion 313 -
New programming language alarm!
The V Language sets the goal to compete with Rust and Go. It's main advantage is appearantly it's efficiency and speed. You can build a basic web server with only 65kb file size.
https://vlang.io26 -
For crying out loud stop arguing how you are correct when your dev config was live and you took down 4 web servers. You fucked up and should admit it.
-
The guard at our school thinks I'm hacking
My parents thinks I'm hacking
My teacher thinks I'm hacking
But all I did was only build Redis from source...
Bruh17 -
1. Started in Graphic Design and now able to bring my designs to full products.
2. Gives me a sense of progression.
3. Don't have to be charismatic.1 -
1. I'm lazy
2. It pays the bills
3. I'm good at it... At least compared with all the monkeys I have to deal with
Maybe #3 is not so good... I couldn't think of another though...6 -
1) bugfixing
2) bugfixing
3) bugfixing
No, seriously, I love finding & fixing bugs.. it never gets old..frustrating at times yes, but it is never boring..4 -
1. Socializing with lots of people is tiring (if it’s a few then it’s okay)
2. I want to build something useful around me
3. It looks cool3