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
Search - "😠"
-
New Dutch (or european?) law requiring https for any website with a contact form or higher is going into effect very soon. Were contacting customers so they can still be on time with this, this is how most convo's go:
Collegue: *explains*
Client: Im sure my security is good enough...
Collegue: i'd really recommend it, we've got free options as well!
Client: its just a secure connection, whats the big deal...
Collegue: *more arguments*
Client: I just don't see the point, security.... well.... does it really matter that much...
Collegue: Google might place you lower in the search results if you don't get a secure connection.
Client: 😶😥😵 uhm so what were the https options again? 😅
I hope they all die a painful death 😠26 -
Me: good day, how can I help you?
Client: *explains issue*
Me: alright, let's take a loo.... *AACHOOOO*
.
.
M: my apologies sir, that came out of nowhe... *ACHOOO*
M: do you have a second sir? My apologies!
C: sure man take your time 😁
*30 seconds later, nose seems to have calmed down*
M: back I am, apologies for the inconvenience!
C: no problem, it happens!
M: where was I?.... Right, I was going t...
*ACHOOOOOOOOOOO*
*ACHOOOOOOO*
AH... AH... AAAAH..... ACHOOOOO*
M: I'm very sorry, I'm going to put you through to a collegue!
*puts through to collegue*
*goes to bathroom*
.
.
*returns to desk*
*tringgggg*
Me: good afternoon sir, how may I hel... *A-MOTHERFUCKING-CHOOOOO* (thinking: oh for fucking fucks sake)
C: bless you!
M: thank you! Apologies, I seem to be having a snee.. *CHOOOOOOOO*
.
.
.
*sniffs a few times*
- zing attack.
*collegue yells at me to transfer my call*
*transfers call*
Me: thanks man, idk what's wrong with me hahah... *ACHOOOOOOOOOOOOOOOOOOOO*
OH FUCKING HELL 😠26 -
*at my study a year or longer ago*
Classmate: hey linuxxx, could you come take a look? What is this? *points at screen towards some code*
Me: you don't see it?!
Cm: no...?!
Me: you really don't see it?!
Cm: no!!?
Me: no for real, do you *REALLY* not see it?!
Cm: NO! TELL ME ALREADY!
Me: that's a screen 😊
Cm: 😑😠
😅10 -
Today I told my boss to move from windows server to Linux Based Server.
Boss: Linux Server is used for small and light projects only.
.
Me: 😠🔫22 -
I have an array of 1037 records. The soap service only accepts 100 at a time. So, I write code to send an array of 100 records at a time to the soap service in a loop and get a response back of, "The maximum number (100) of records allowed for this operation has been exceeded." Well, I'll try 99 records then. Nope same error. I'll try 50 records, nope I'll just bang my head on the desk now since the documentation and error say it is a record limit of 100. 😠
Look at my code again. I was grabbing 100 records out of the array of 1037 records and storing it in a new array, but I was sending the original array with 1037 records instead of the temporary array in the loop. 😢 I'm going to bed.7 -
So, you start with a PHP website.
Nah, no hating on PHP here, this is not about language design or performance or strict type systems...
This is about architecture.
No backend web framework, just "plain PHP".
Well, I can deal with that. As long as there is some consistency, I wouldn't even mind maintaining a PHP4 site with Y2K-era HTML4 and zero Javascript.
That sounds like fucking paradise to me right now. 😍
But no, of course it was updated to PHP7, using Laravel, and a main.js file was created. GREAT.... right? Yes. Sure. Totally cool. Gotta stay with the times. But there's still remnants of that ancient framework-less website underneath. So we enter an era of Laravel + Blade templates, with a little sprinkle of raw imported PHP files here and there.
Fine. Ancient PHP + Laravel + Blade + main.js + bootstrap.css. Whatever. I can still handle this. 🤨
But then the Frontend hipsters swoosh back their shawls, sip from their caramel lattes, and start whining: "We want React! We want SPA! No more BootstrapCSS, we're going to launch our own suite of SASS styles! IT'S BETTER".
OK, so we create REST endpoints, and the little monkeys who spend their time animating spinners to cover up all the XHR fuckups are satisfied. But they only care about the top most visited pages, so we ALSO need to keep our Blade templated HTML. We now have about 200 SPA/REST routes, and about 350 classic PHP/Blade pages.
So we enter the Era of Ancient PHP + Laravel + Blade + main.js + bootstrap.css + hipster.sass + REST + React + SPA 😑
Now the Backend grizzlies wake from their hibernation, growling: We have nearly 25 million lines of PHP! Monoliths are evil! Did you know Netflix uses microservices? If we break everything into tiny chunks of code, all our problems will be solved! Let's use DDD! Let's use messaging pipelines! Let's use caching! Let's use big data! Let's use search indexes!... Good right? Sure. Whatever.
OK, so we enter the Era of Ancient PHP + Laravel + Blade + main.js + bootstrap.css + hipster.sass + REST + React + SPA + Redis + RabbitMQ + Cassandra + Elastic 😫
Our monolith starts pooping out little microservices. Some polished pieces turn into pretty little gems... but the obese monolith keeps swelling as well, while simultaneously pooping out more and more little ugly turds at an ever faster rate.
Management rushes in: "Forget about frontend and microservices! We need a desktop app! We need mobile apps! I read in a magazine that the era of the web is over!"
OK, so we enter the Era of Ancient PHP + Laravel + Blade + main.js + bootstrap.css + hipster.sass + REST + GraphQL + React + SPA + Redis + RabbitMQ + Google pub/sub + Neo4J + Cassandra + Elastic + UWP + Android + iOS 😠
"Do you have a monolith or microservices" -- "Yes"
"Which database do you use" -- "Yes"
"Which API standard do you follow" -- "Yes"
"Do you use a CI/building service?" -- "Yes, 3"
"Which Laravel version do you use?" -- "Nine" -- "What, Laravel 9, that isn't even out yet?" -- "No, nine different versions, depends on the services"
"Besides PHP, do you use any Python, Ruby, NodeJS, C#, Golang, or Java?" -- "Not OR, AND. So that's a yes. And bash. Oh and Perl. Oh... and a bit of LUA I think?"
2% of pages are still served by raw, framework-less PHP.32 -
z-index: 9;
😕
z-index: 99;
😐
z-index: 999;
😑
z-index: 9999;
😡
z-index: 9999 !important;
😠
z-index: 9999 !IMPORTANTAHFA;
😲29 -
- Wife logs onto uni website Saturday at 11pm to drop an elective, drop deadline is Monday
- Goes to course list and chooses course to drop
- "Course modification is available Monday-Saturday from 6am to 10pm"
😑 are you kidding me..
Like 😡😠 websites don't have business hours! Servers don't need nights or weekends off!! It's ridiculous to think that someone had to code this block for these hours, more effort than just leaving it always available.6 -
Hey guys, first rant,
At the moment I'm developing a very big and complex app. We are almost done and decided to deliver a test version to our customer. After he received our test he called us and said there is a problem with a function, he just said it's not working and wasn't very specific.
So I decided to check his problem, because an colleague couldn't figure it out.
I started the app via android studio and had a similar problem, there was a huge delay at the automatic recording function of Bluetooth messages, I thought yeah this is his problem.
I showed it my colleague and he said that he doesn't have this problem, we have different Bluetooth simulators so we thought that there must be a problem with the Bluetooth communication or the simulators are broken.
I checked if there is some kind of timing or buffer problem and logged the shit out of the simulator and found nothing, 3 hours were lost🏁.
My colleague checked his last changes because he had changed a lot at the App Api do to new conditions and those customer wishes💀 he couldn't found anything. So we thought maybe it's my device and the device of the customer. We switched the devices and tada no problem with my devices if the app is builded at the pc of my colleague.
I thought ok maybe it's because I turned some ndk features off. Turned it back on, nothing happened. So we exchanged our Android Studio Settings but no difference. So I said yeah whatever my mashine is just fucked. I restarted my mashine for the third time and started android fucking studio. Some little popup showed up "new updates"... the solution came to my mind ... Do to an update of android studio I excidently turned on Instant Run.....🌋 . I checked it, it was activated, these fucking instant run, great idea but not working... Turned it off, everything worked.
I called the customer because he can't have a problem and he said, this time not angry, oh yeah it was just a notification if I want to turn on my Bluetooth and I decided no and the Bluetooth recording is not recording, this is a problem... -😠NO FUCKING COMMENT😤-5 -
Scratching my head for an hour because a function wasn't being called. Checked my backend server and all the logs.
Then I realised I commented out the function call. 😠😭😭😞4 -
Boss: We want this feature ASAP, how will it take from your time?
Me:*giving honest estimation* about 4 days, there are many details to handle..
Boss: oh, we need it tomorrow evening, I said to the client it'll be ready..
SO WHY YOU ASKING ME FOR ESTIMATION YOU F**
😠🤬12 -
This is like the hundredth time that I fucking forgot the motherfucking "s" for "props" 😠😠😠
It is fucking props, props, props14 -
😡😡😡😡😡
This is why I hate those American shitcompanies who don't want to accept debit or Maestro 😠
Just accept my fucking card and give me my goddamn stickers already 🤬18 -
That moment that you've got a bug you know you're missing and you can't fucking find it.
Annoying as a motherfucker! 😠1 -
FOUR DAYS
Tomorrow will be the FOURTH FUCKING DAY spent trying to get this piece of shit iOS simulator to not crash the app.
I’VE TRIED EVERYTHING.
FUCK APPLE. FUCK XCODE. FUCK IOS😠😤😠😤😠😤😠😤😠😤
Steve Jobs was a twat, and the IPhone X garbage piece of technology10 -
People're surprised Linux isn't popular on desktop, and here am I setting my screen brightness from the terminal using xbacklight, simply because there's no other way 😠56
-
The company i work for has a jenkins server (for people that don't know jenkins, it's an automated build service that gets the latest git updates, pulls them and then builds, tests and deploys it)
Because it builds the software, people were scared to update it so we were running version 1.x for a long time, even when an exploit was found... Ooh boy did they learn from that...
The jenkins server had a hidden crypto miner running for about 5 days...
I don't know why we don't have detectors for that stuff... (like cpu load being high for 15 minutes)
I even tried to strengthen our security... You know basic stuff LIKE NOT SAVING PASSWORDS TO A GOOGLE SPREADSHEET! 😠
But they shoved it asside because they didn't have time... I tried multiple times but in the end i just gave up...13 -
!dev
Me *downloading some weird linux distro to test in VirtualBox - I only do this once a month for like 1 hour*
my brother: Oh my god! Are you downloading something again? Moooom he is downloading something non-stop
every day:
my brother *watching some series/YouTube videos/playing ping-sensitive multiplayer games - all the fucking time, everything he does all day is this + eating and sleeping*
me *retrying multiple times to load anything, including devRant* 😒😠9 -
I have been gone a while. Sorry. Workplace no longer allows phones on the lab and I work exclusively in the lab. Anyway here is a thing that pissed me off:
Systems Engineer (SE) 1 : 😐 So we have this file from the customer.
Me: 😑 Neat.
SE1: 😐 It passes on our system.
Me: 😑 *see prior*
Inner Me (IM): 🙄 is it taught in systems engineer school to talk one sentence at a time? It sounds exhausting.
SE1: but when we test it on your system, it fails. And we share the same algorithms.
Me: 😮 neat.
IM: 😮neat, 😥 wait what the fuck?
Me: 😎 I will totally look into that . . .
IM: 😨 . . . Thing that is absolutely not supposed to happen.
*Le me tracking down the thing and fixing it. Total work time 30 hours*
Me: 😃 So I found the problem and fixed it. All that needs to happen is for review board to approve the issue ticket.
SE1: 😀 cool. What was the problem?
Me: 😌 simple. See, if the user kicked off a rerun of the algorithm, we took your inputs, processed them, and put them in the algorithm. However, we erroneously subtracted 1 twice, where you only subtract 1 once.
SE1: 🙂 makes sense to me, since an erroneous minus 1 only effects 0.0001% of cases.
*le into review board*
Me: 😐 . . . so in conclusion this only happens in 0.0001% of cases. It has never affected a field test and if this user had followed the user training this would never have been revealed.
SE2: 🤨 So you're saying this has been in the software for how long?
Me: 😐 6 years. Literally the lifespan of this product.
SE2: 🤨 How do you know it's not fielded?
Me: 😐 It is fielded.
SE2: 🤨 how do you know that this problem hasn't been seen in the field?
Me: 😐 it hasn't been seen in 6 years?
IM: 😡 see literally all of the goddamn words I have said this entire fucking meeting!!!
SE2: 😐 I would like to see an analysis of this to see if it is getting sent to the final files.
Me: 🙄 it is if they rerun the algorithm from our product. It's a total rerun, output included. It's just never been a problem til this one super edge case that should have been thrown out anyway.
SE2: 🤨 I would still like to have SE3 run an analysis.
Me: 🙄 k.
IM: 😡 FUUUUUUUUUCK YOOOOOU
*SE3 run analysis*
SE3: 😐 getting the same results that Me is seeing.
Me: 😒 see? I do my due diligence.
SE2: 😐 Can you run that analysis on this file again that is somehow different, plus these 5 unrelated files?
SE3: 😎 sure. What's your program's account so I can bill it?
IM: 😍 did you ever knooooow that your my heeeerooooooo.
*SE3 runs analysis*
SE3: 😐 only the case that was broken is breaking.
SE2: 😐 Good.
IM: 🤬🤬🤬🤐 . . . 🤯WHY!?!?
Me: 😠 Why?
SE2: 😑 Because it confirms my thoughts. Me, I am inviting you to this algorithm meeting we have.
Me/IM: 😑/😡 what . . . the fuck?
*in algorithm meeting*
Me: 😑 *recaps all of the above* we subtract 1 one too many times from a number that spans from 10000 to -10000.
Software people/my boss/SE1/SE3: 🤔 makes sense.
SE2:🤨 I have slides that have an analysis of what Me just said. They will only take an hour to get through.
Me: 😑 that's cool but you need to give me your program's account number, because this has been fixed in our baseline for a week and at this point you're the only program that still cares. Actually I need the account to charge for the last couple times you interrupted me for some bullshit.
*we are let go.*
And this is how I spent 40+ useless hours against a program that is currently overrunning for no reason 🤣🤣🤣
Moral: never involve math guys in arithmetic situations. And if you ever feel like you're wasting your time, at least waste someone else's money.10 -
At the Samsung store:
Woman looking for a phone: Can you recommend me a phone by a picture of me?
Seller: Why not, show me the picture.
The woman shows https://devrant.io/rants/728524/... and the seller starts looking for something.
The woman asks: What are you looking for?
Seller: Note 7.1 -
Phone rings
-Hello! Do you have an a website?
- yes I have. Who's this
- is it running
- yes
- hold if otherwise it will might run away
- - hangs up - -
Phone rings again
- hello do you have a website
- no I don't 😠
- didn't I told you to hold it -
At work for a bank, I changed the target SQL Server in my SSIS project and arbitrarily, all my custom-coded scripts were erased!!
I didn't take backups and I spent a week coding them! Fuuuuuuuuuckkkkk 😠
Ended up rewriting them.
I learned my lesson... 😥2 -
Gotta love well meaning juniors with completely misplaced intentions.
Nathan: "Hey, do you want a quick 5 minute demo of the code we've changed to move to library version x?"
Almond: "Sure (I wasn't that fussed about moving to library x, but he seemed determined and there's some nice to haves with bumping the version, so we approved it.)"
Nathan: "Cool, so we have this built here, and..."
Almond: "...wait, that's not our CI system!"
Nathan: "Yeah, so I moved to a new CI system too because we couldn't get that working in the old one"
Almond: "...right, we'll need to discuss that, because..."
Nathan: "Sure, we also moved the templating engine as well as there were more examples using this one with library x"
Almond: "...yeah, so I don't think we're looking to switch the templating engine because..."
Nathan: "...and you guys also need to change a bunch of your code as it's all broken since we put the new version in, most of the tests fail..."
Great... so we've got a branch that breaks a bunch of code, switches the templating engine to one we don't want to use, and switches the CI to the one the company is trying to actively migrate away from...
Almond: "We're going to need longer than 5 minutes. I'll put something in the calendar."
🤦♂️😬😠8 -
'your good with computers right'?
Me: I work with one every day so I guess...
Can you fix a problem I have with my pc? (relatively old man, and I feel bad for him so I agreed)
Next day he had me fix 4 laptops (from his kids) and a Macbook of his own almost all had shady malware and were WAY behind of their windows updates... Like sub wannacry level...
Rip one of day of my vacation 😠8 -
My friend brought me a simple python problem. He expected the output to be 2,2,3... instead of 2,3... I didn't know python, but with a quick tweak to differentiate the two prints, I understood that the range() function is exclusive.
Before coming to me, he asked his senior dev & that guy just said - "Oh, your editor has a problem". 😐5 -
Fool me once, shame on you.
Fool me twice, shame on me.
Fool me a thousand times, you must be the writer of the JSwing-dokumentation2 -
So I took on a fairly big project and poured my heart and soul into it, was the biggest thing I did yet. I kept on sending beta's to the customer after each change for review! Kept on insisting that they review it, the answer was always "this looks amazing keep doing what you're doing"! After I finished and pushed everything to production.
They didn't use it for nearly 6 months! And then out of the blue they call me saying that half of the app is wrong.. WTF? Where was this information during testing! I informed them that the changes would take some time since I need to do migrations and change the whole database schema.
In which they replied "but you already finished it once won't changing things make it easier? We shouldn't pay for your mistakes"
I don't know how I handled that but they should be thankful they were half way across the country 😠😠😠😠3 -
Rant 2/n; 😎 = me, 💩 = client
The (brief but comprehensive) docs I sent my client contained the following line: "Any text that has not been translated will be highlighted yellow for the admins".
A day later:
💩: "Hey, I like the new design, but why are the titles yellow?"
😎: "They aren't actually yellow. You just see that because you're logged in and they aren't translated"
💩: "But the yellow doesn't look good with the design. Visitors will think it looks unprofessional. Make them not yellow!"
😎: "They won't see the yellow! Only you can see it so you don't miss any translations"
💩: "Hi, I just noticed some of the titles aren't in English. How do I translate them? And they're still yellow."
😐🙁😠😡🤬💥6 -
I'm pissed off 😠!
Why you might ask, well....
So I woke up, went to my pc to see if destiny 2 had finished downloading!
1. My dog shit right next to my pc
2. Destiny 2 wasn't downloaded (after 13 hours)12 -
I thought meditation was more like putting myself in “airplane mode”. But in reality it felt more like a DDoS attack!3
-
TL;DR
A "friend" is a tech fraud. Faking his resume as a software engineer! Only interested on the salary. This is unfair to all of us putting the hours of effort/practice just to improve our craft! 😠😤
I have a "friend" who is faking his resume, putting fake experiences and putting jargons not even related to tech just to make himself smart. He's using his customer service rep experience to talk confidently. His resume fcking long, 3 pages of fakery. I can't help, but to laugh when he sent it to me.
He has a tech degree, but worked in a BPO industry for 4 years, then recently, he quit. He got jealous with the lucrative software development industry and he wants to relearn coding, as a friend and I like sharing my knowledge, I agreed to guide him in the process.
After 3 moths, he got his first job, but unfortunately he got fired after two weeks because he commited sensitive data to the remote repo.
Then after a month, he got his second job and worked there for 6 months, he still don't know what his doing and always ask me solutions when he is stuck.
He got his 3rd job, remote work with high compensation. Fast forward after 3 months, he only got 1 month of salary, the other 2 wasn't given for unknown reason, my best guess is the company noticed his experience on paper does not match on real life.
Currently, he's working on another remote work with same compensation as before, and he still asks me super simple questions from time to time.
This is so unfair to all the devs who truly deserves the opportunity.20 -
DISCLAIMER: UNPOPULAR OPINION
I'm tired of the Linux community, they effectively discourage me of taking part in any discussion online
I'm currently making Windows-only soft, some game stuff, some legacy DirectX stuff you got it.
Everytime I go online, this shitty pattern happens, when I stumble upon a problem in project I don't know how to fix and I ask for help
These are responses
- HA, HA, WINDOWS BAD, HA, HA, GET REAL SYSTEM
- In Linux, we can do X too. I mean it has 4x less functionality and way shittier UX and is even harder to implement but it can probably work on too Linux, so it's better, yes, just move to Linux
- btw you didn't like Linux before? Try this distro man, it's better <links random distro>
Is there anything valuable in the Linux community? I feel like these people don't like Linux anyway, they just hate Windows. Every opinion, tip is always opinion based. Anyone who works on internals knows how much better and how well thought is Windows kernel compared to Linux kernel. Also, if someone unironically uses Linux distro on desktop PC then he's a masochist because desktop Linux is dieing. So many distros ceased work only this year.
Is it a good tool for servers and docker containers? I don't have my head stuck up my ass to admit that yes, it's much better than Windows here.
This community got me stressed right now, I fear that when I go to bathroom or open my microwave there's gonna be a Linux distro recommendation there
😠😡😠😴48 -
Stop fucking using #tags outside of Twitter! It's stupid and pointless! And, if I hear another person end a sentence with a hashtag IRL, I'm going on a fucking rampage. 😠17
-
How motherfucking difficult can it be to port forward something internally?!
I've been on this for fucking hours and I'm so fucking done with this shit.
I know I'm doing something wrong myself but I can't find a good resource 😠8 -
I finished two projects. Both of them need to connect to each other. However, the tool to do that is not currently licensed to achieve my desired outcome. I email my boss to check the status of the license key I need, that they promised, and the only thing I get back is "Correct." Seriously? 😠 The person who has the company credit card and authority to buy, also the same one that gives me a deadline to turn this shit in, can't give me the time of day to respond to an email? Their response wasn't even relevant. I've been trying to move beyond this roadblock for a week now! I'm a pretty independent guy, but I'm not going to buy the license myself for a tool that I didn't even want to use. So when someone comes to my cube and I'm raging on Steam, ✋ I don't want to hear anything about company time, because mine isn't being respected either. 👊👊
-
My boss said to me to make an E-commerce website.
I make E-commerce website within a month. All coding done by me no CMS only (HTML5, Bootstrap, CSS3, etc)
Boss: You wasted 1 month in this single website. You should do this within a week.
Me: 😠 But... (Fuck you, You Asshole) (in my mind).
Me: Sorry, next time I'll do it within a day.
Boss: 😂😂😂😂12 -
Some days am broke 😣
Some days am rich 🤑
Some days am nice ☺
Some days I can be a d*#k 😠
Some days am strong 💪
Some days I quit 😞
But I get up and move on 🚶🏾
Coz am a PROGRAMMER 👨🏾💻2 -
Find super interesting forum thread from 2015 with intelligent discussion about deep technical stuff.
Creating forum account, thinking about contributing to ongoing discussion with code samples, findings, hypotheses, and some open questions.
Browse to last post, is from late 2016, from moderator:
READ FORUM RULES DO NOT POST IN OLD THREADS LOCKING THIS
Me: 😡😤😠 WHO THE FUCK CAME UP WITH THE SHITRULE THAT A DISCUSSION HAS AN EXPIRATION DATE? IF I COULD REACH THROUGH THE SCREEN RIGHT INTO 2016, I'D PUNCH YOU THROUGH THE ROOF OF YOUR MOTHER'S BASEMENT. NO ONE LOVES YOU, YOU USELESS MOTHERFUCKING CUNT OF A MODERATOR.3 -
FUCK YOU WINDOWS. HOW MANY FUCKING HOURS DO YOU NEED TO 'GET THINGS READY' ? IT'S BEEN 5 FUCKING HOURS ALREADY 😠 Even a woman doesn't take that long to get ready!2
-
Fuck my old university, they are leaking Excel files from an old IIS 7.5 server with tables of contacts, students info, emails, phone numbers... 😠
They'll pay, morbidly.6 -
I was lurking on devrant since about a month. Never feel like ranting 'til now.
FUCKING TORRENT THAT STOPS AT 99.8%!!!!! WHY FUCKING SHIT WHY FUCK THIS FUCKING BUG I HATE YOU TORRENT I HATE YOU!!!! 😠😠😠😠 FUCK!9 -
When it's Monday morning, before 10 am, and customers start instant messaging you with angry looking emojis...*sigh*
😠 👽 🔫 🔥4 -
Boss showed me a website and the first thing came into my mind was:
Someone actually got paid for this rubbish
😠2 -
Interviewed 6 candidates yesterday.
all of them had 2+ years of experience in web but none of them know how to use selectors in jQuery other than '#' and '.'
LEARN YOUR STUFF PROPERLY 😠😠😠😠13 -
Who is the guy who designed the AZERTY keyboards ? 😠
Seriously... Alt Gr + 5 = [
And the most horrible thing is the "(" char... WHY THE FUCK DID HE PUTS IT IN THE "5" KEY WHEN KEYBOARD IS IN LOWERCASE ? YES, IN LOWERCASE, NOT ONLY WHEN SHIFT IS HOLD.
There are more than 100 keys in a keyboard, so why here? WHY?
Half of time I check if CapsLock is off just to be sure if I can open a bracket just because someone thought it was a good idea to put it here. It annoys me.13 -
It's f-ing 2018.
We are generating electricity out of thin air.
We are generating it through light.
We are generating it through flowing water.
We can generate it when humans freaking move.
We can freaking feel the virtual stuff(latest SmarterEveryday upload).
But we still have freaking powercuts 😤😖😠😭.
P.S. : I Love you, you beautiful devrant people😊. My headache disappeared after reading a few rants😁.7 -
Looks like /dev/body got tainted.. nasal memory leaks all over the place 😷
$ kill -9 $(pidof cold)
... Nothing.
$ sudo !!
I said kill the fucking cold!!! Y u no listen to your admin?! 😠
> User condor is not in the sudoers file. This incident will be reported.
RRRRRRRRREEEEEEEEE!!!! 😣😣😣
I just want to finish my goddamn power supply project, instead of getting bed-ridden by a cold, and running through paper towels like there's no tomorrow 😭5 -
Embarrassing moment:
Needed to deliver apk urgent urgently for push notification testing. I was unable to receive push token. Code is right in every way. Couldn't figured out in 15min. Lead comes to my seat and asks what's issue. And hey suddenly I figured it out. It was my wifi closed.. Bullshit 😬😠4 -
My biggest regret: Going to talk to my boss that I want more responsibilities. Now I am an underpaid boss of 7 people, and the sadest part is, that I have no time for coding anymore 😠4
-
I'm done with dumb girls😠 ! seriously I need a geek girl in my life to understand what I talk or what I share .... A dev girl right now would be awesome ..😃13
-
When wifi is shit at work for 2 days and your boss casually mentions he's been downloading 100GB of video content via FTP 😠😠😠2
-
Refactoring nested ifs.
I'm not a pro but I despise working with nested ifs. It's hard to debug and read.
If you cant chunk the if using method, i think you can use ifs like this:
If(){return}
If() {return}
Not like this:
If() {
If() {
If() {
}
}
}
😠😠😤🙅😢8 -
Y'all need to chill!
**DO NOT** downvote a newbie's post without telling them why. It may sound like a spam to you, but it's someone's best effort at an icebreaker joke. 😠56 -
Why I can't just get this fucking Webpack working?
😡😠😡😠😡😠😡😠😡😠
Fucking es2015! Fucking Babel! Fucking JavaScript!
...No. Sry, JavaScript. I actually love you.7 -
So I have BiPolar and Borderline Personality Disorder and had an interview today. We'll I slept in and missed it. My psychiatrist recently changed my meds to help stabilize me. Now I'm up for 2-3 days before I sleep. I timed it so I would be awake, but ended up falling asleep and woke up a half hour after I was supposed yo be there. I'm so pissed off right now! I've been working my ass of learning to code, buy my own brain is sabotaging me. I just want to be a normal person with a normal job. I love programming because I get to be by myself and work away from customers. I'm so frustrated and feel beat down. I don't know what yo do. 😠😤😡8
-
I fucking hate that PHPStorm is the only valid option for serious PHP framework development.
It's the opposite of free in every imaginable way: Expensive subscription license, hard to fully customize, closed source.
But there's just nothing even approaching the intelligence of intellisense. There are plugins for Vim, Atom, Sublime and VSCode which try to emulate it, but they are so fucking basic and dumb.
😠25 -
I was working on a site just moments ago and everything was fine. Then I move my laptop from my living room to my bedroom and on refreshing the page everything seems broken! Disorganized cards, and everything looks 10x bigger. I panic because I was supposed to deploy it on Thursday and I was just doing some final touches and angular has given me one hell of a time. I fucking rolled back all my commits to yesterday and cleared chromes chrome's cache....still nothing works. Then I realized there's a new button on my address tab and on clicking it is showed I had (accidentally) zoomed in by a fucking 175% when moving the laptop *facepalm*. On resetting it everything was ok. Now I have lost all of today's commits and my chrome cache. One box of tic-tacs down and I still can't overcome my rage... So I wrote this rant 😠😩😩
I need a stress ball😩😩7 -
Java's shitshow, or why I'll never like java, the language:
The fact that you cannot read the length of an iterable at any point in time without iterating through it. Did I just read this from DB? Yes, I did. Do I know how many items I read? No. Why? Because fuck the designers of this shit language and all its shitty third-party libraries. 😠😠😠18 -
I went to sleep at 7 fucking AM.
Mom kept knocking on my door until I woke up. Apparently I am the only one in this fucking house who can give directions to guests coming home.
I mean I feel like a fucking Gollum right now. Fuuuuuuuuuuucccccckkkkk !!! 😠😠😠😡😡😡6 -
I've been working on a thing and running on 5 hours of sleep daily.
* This morning in class*
Friend: Look at the dark circles! You need to quit playing PUBG. You are addicted.
Me: Busted! *🤯😠😤* -
Asked a guy to burn s CD with NFS underground game. puts NFS underground shortcut and burns the CD and says double click the shortcut it will install the game. 😠5
-
This new junior dev was going pretty well, learning pretty fast and working pretty fast from when I talked to them, but I wasn't seeing his changes up on GitHub.
Me: Hey have you finished *feature X*
Junior: Oh yeah a few days ago.
Me: Why aren't your changes up on GitHub?
Junior: Sorry, my bad, im not used to pushing stuff during the development since i was used to do all of my stuff on my own
(No kidding!)
Me: ok then push them
Junior: Emmm... I don't think I should... I kinda already started working on *feature Y* so it's full of bugs...
I don't wanna be mad at them they're pretty good at their stuff, and he's got some good comments on the performance of the program. But UUGGHH 😠
Rookie mistakes I guess14 -
Fuck you mod_security 😠😩😰😱
We lost a weak of user submission because mod_security was silently droping form post requests.5 -
So I got a ring doorbell for my father in law. Of course I'm setting it up for them and their WiFi is not working, they lost the router password etc..
So Im in the middle of ... reset the router added new password new ssid new wep-key etc..
Mom in law is over my shoulder "wow you are really good at this technology stuff. You should get a job with a company".
I kid you not I have been married to her daughter for 21 years WTF 🤬
So I'm like I do work for a company. My company and I get paid much more than anyone else would pay me. That how I could take your daughter and our kids to Hawaii for vacation.😠7 -
This poor fella is asking a simple question we've all asked it before.. It makes me angry to see that some beginners get discouraged thanks to the toxic community at stackoverflow, many of the idiots on stackoverflow forget that they were once beginners and didn't know a thing.. Even if the question sounds stupid for you, why can't you just help them, instead of being an ignorant smartass.. 😠13
-
What the fuck?
My Witcher 3 save state has vanished.
I didn't delete that!
Windows?!?
What the actual fuck?
😠15 -
Fuckin hell, do not ever force disconnect people from (poduction) servers, especially if there is a scheduled upgrade in the middle of a busy working day & you have a very small window for updates!! 😠😠😠
ID10T errors all over da place 😒3 -
Companies think that Indians are so stupid that they are trying to sell their phone by depicting that the NOTCH is a Fucking FEATURE 😭😖😠😡.25
-
I'm a backend (Java, Kotlin) developer and I mainly design & develop services and Android apps which consume these services.
My team in my current organization (I've been working here since past 2 years) just got merged with another team.
And now the new boss wants me to fix some fuck ups in their project which is written in C#, with some WCF and other stuff.
As this stuff is completely new for me, I asked for some time to get familiar with the environment. But the answer was a big NO.
As a result, "I've started looking out for a new job"
😡😠
Fuckin management screws up everything!4 -
<rant>
The current state of WordPress developers:
😠 everything that came before me was completely broken
😴 everything that comes after me is unnecessary (i.e. npm, Node, React)
😱 everything I work with now is perfectly fine don't effing touch it (i.e. Gutenberg, Build tooling)
</rant>6 -
First day of the academic year(CS):
(some uni official) - "And remember to become a good programmer you have to become an excellent mathematician first"
(Me): Oh shit.
Little did I know...
It is a second year now. And the only course I failed is the one that he lectured.
I had no fucking idea that people like this (mad)man exist.
Almost at every lecture he was introducing at leas one topic that was way beyond our program; as he thought they were interesting and "fun".
Many teachers at the University refered to him as a very 'ambitious' man. Then I didn't blame him he truly loved his profession and wanted to share as much knowledge as possible(I thought).
But two months ago he went to far. It was a second exam(for those who failed the first one). And believe me there were a few(60 out of 160 to be exact).
Only ~30 people showed up as the rest failed to many courses and would be kicked out of the uni anyway.
He was handing out the exams when I saw that whoever gets one slowly starts turning white.
I finally got my copy and immediately I realized that the tasks are from his favorite topics, the "fun" ones. 🤦
At this point I knew that it will be extremely hard to pass. But when I was reevaluating my life choices something draw my attention.
One of the tasks had a note below it: "Homework after the exam: It is a very interesting problem just assume x instead of y and try to solve it. PS: it is a lot of fun!"
At this point I lost it.😠 I don't care how much you love math, you should always assume that not everyone loves it as much as you do. So don't push it down the throat of people who clearly don't need a degree in this subject!
Now I'm preparing for the second semester with this guy. And I have a strong feeling that it will be hell of a ride... again.😐
BTW: Sorry that the rant is so long, it's the first one I wrote, and had to share it with someone 😀18 -
I don't get why anyone would choose to do sys admin work I have been doing it the past week I fucking hate it!
Let me program 😠5 -
Holy fuck is learning new frameworks frustrating.
I'm trying to setup a simple fucking flutter app and all their tutorials are basic shit with no auth/complex routing.
Any feature of flutter that's not in a tutorial has absolute shit documentation with 0 examples on how to use it.
Material app has like 20 properties and if you click on something like on generate there is shit for knowing what the fuck it's expecting.
Stackoverflow has a ton a code but that's just it, code. I have absolutely no idea how they generate the code they have from the documentation on the site. They must have been following flutter from the start.
Ahhhhh! 😠13 -
I have code convention OCD.
My team really fucked up the code with their different indentation styles, and it really makes me want to kill them!! 😡😡😠3 -
True story... That moment your phone internet is more reliable than your broadband... Very annoying! 😠4
-
Me: ok, time to archive this shit and publish :D
Xcode: ok. Archiving started
10min later archiving done
Publishing to app store connect,
5 min later, sorry, we can't publish this cuz u haven't changed the build number from 2 to 3¯\ _(ツ)_/¯
Me:😠ok, whatevs, let's do this, archive
Xcode: ok, archiving started
10min later, archiving done!
Me: click next to upload to app store connect, 5 min later...
XCODE: SORRY, U CAN ONLY PUBLISH ON XCODE GM'S TO APPSTORE CONECT
Me:😤 OMG, OK 3rd time is the charm...
So now xcode has started archiving, I hope nothing happens again 😬6 -
Why are vegans & mac users so fucking annoying.
Eat what you like.
Use what you like.
Why tf you have to tell me what you eat & what you use is the only good thing in the world. Stop going 'how can you eat that?' & 'how can you use that?' Keep it to yourself 🔫😠6 -
Sometimes my boss wants me to fire a bullet without a gun, they want me to throw the bullet so hard that it feels like it was shot via a gun.
Maintaining a legacy app sucks so bad when you don't even have the full codebase and some douche bag decided to just randomly throw the codebase on the fucking SVN. 😠1 -
I hate stupid DirectX .x files!!!!
I can't even find a simple camera mesh and I can't use other formats for this shitty project. No forking 3d model editor/converter works properly to convert other formats to it either, and those programs look like gray dogshit too. 😠2 -
How bad it feels when it work in a place where Agile and DevOps are mostly abused buzzwords.
Forced doing "scrum" with:
- half of the team providing endless daily reports instead of focusing on the 3 questions
- a scrum master that is barely reachable
- a product owner that would not even make a decision
- a sponsor that pushes us to go faster regardless of current technical debt (it's important to look good to other sponsors!)
- doing all possible scrum ceremonies with no value added
- not even estimating stories
- not even having accurate description in stories. Most of the time not even a description.
- half of the team not understanding agile and DevOps at all
Feels so good (not). Am I the one in that boat?? ⁉️
What's the point of doing scrum if implemented that badly?? 😠6 -
Got tipsy last night, hungry, saw that some of the pots I needed still needed to be washed, yada yada. Noticed that the lid of the fucking pot got broken. ... PLANNED OBSOLESCENCE AGAIN?!!! 😠
Noticed some schmoo in there (wtf is that doing in there?!), cut that out and decided to try again.. still no good, the damn handle just falls right off. Super glue to the rescue, because YOU FUCKING POT AREN'T ALLOWED TO DIE JUST YET, MOTHERFUCKER!!! 😤
So after a while of cursing, shouting in rage and repairing something for once instead of sending it in a low earth orbit, I got it back together. With the white schmoo that must've been super glue earlier as well. To fix the shit that those Swedish IKEA fuckers couldn't possibly get right!!! I don't give a shit about getting inside of a fucking lid for a cooking pot (other than for having to build the goddamn thing, wtf yo) so feel fucking free to close the damn thing down to make it last! That's where it should be closed down, unlike in fucking consumer electronics where it shouldn't!!! HOW FUCKING DIFFICULT CAN IT BE, CORPORATE AIRHEADS???!!!! 😡
... As such I vocally ranted last night in my home. Some neighbor passed by as I was raging, and he probably thinks that I've got anger issues (guess why... 😑). But I have no idea how to explain it to my neighbors, or whether I even should. Any suggestions?12 -
Meanwhile at my place (Translation L-R):
"Wow! Are you good at hacking?"
"Please hack my neighbor's Wi-Fi"
"Download me some movies!"
"Are you good at math?"
"Please fix my phone!"
"Can you remove the virus on my computer?"
"How many hours do you sleep in one day?"
"Put some cheats on this game!"
"Please hack my boyfriend's Facebook account!"
Yep, my family and even the entire neighborhood are ignorant of what I do as a dev!
FFS I'M NOT A PC REPAIR MAN!!! 😤😤😤😠😡1 -
If the confirmation email for a registration doesn't arrive within 5 minutes I automatically go into "damn I entered it wrong" mode, trying to register again.
*email already in use*
😐😑... 😠.. 😂3 -
I still can't get it why people looks at IT people as lowlife. If you need a new computer in your office I can get the right spec and help you to buy it. But moving the computer table is not my job 😠1
-
Of course I can change someone else's code to do something totally different, understand it and all within an hour of your call... on a Sunday morning! 😠
-
1. Hits "Run" in Android Studio.
2. Goes to make coffee knowing Gradle will take a while to build.
3. Comes back after 30 minutes.
4."Select Device"
Fuuuuuuck!😠😠5 -
They say PHP is dead, PHP sucks, PHP this, PHP that. I don't want to hear anymore. This dead man is doing wonders. 😠12
-
I hate wen my code works perfectly; then all of a sudden a million errors popup out of nowhere. 😠😠😠4
-
Warning: BBQ religion discussion
I love living in Seattle, but one thing that really, truly bugs me is the absence of legit bbq. I love all bbq, Carolina, Memphis, Texas, Virginia, Tennessee, Georgie, doesn't matter. Even Kansas City and California if i have to.
There's places people swear by here, but they're mostly just meataterias with meat that is just OK. At least half of BBQ are the sides. Here, very little vinegar in sight, everything dry AF and underseasoned/oversalted. Dry potato salad that is mostly kraft mayo, coleslaw that's also mostly kraft mayo and menu items like "queso mac and cheese." You said cheese twice, I like cheese, but I don't trust you enough to order it. And greens? Don't even try.
Biggest thing though: if you don't serve fried okra, don't you dare call your shit Texas bbq 😠21 -
**Day 2 of glaring at the code.😩 The bits are collapsing in front of my eyes into bytes and the glaring dark theme of sublime engraves the code into my retinas. Is it day or is it night? I can no longer tell. Having scoured every corner of the internet and applying every fix I can find the bug persists... was I ever destined to program? For the doubt eclipses my hope of ever seeing the light. I peer over the edge of the world into the abyss and the abyss... **
"Wait 🔎, shouldn't there be apostrophes' in here? MOTHERF-" 😡😠💥☠
**tests**
**works**
*glee* 😄
"God, I love programming!" 😃4 -
Me: “Hey Siri, turn off the kitchen ceiling lights”
Siri: “Do you want to turn off lights in the master bedroom, the living room, the bonus room, the kitchen, the office, the basement [ad nauseam]”
Me: “the kitchen” [thinking 😠, she’s so stupid]
Siri: [unbelievably again] “Do you want to turn off lights in the master bedroom, the living room, the bonus room, the kitchen, the office, the basement [ad nauseam]”
Me: [thinking 😡 OMG, she is such a dumb ass] “CANCEL”
Siri: “Ok”
Me: “Siri, you fucking idiot, turn off the kitchen ceiling lights”
Siri: “Ok” [and they are off]
I have found that if I neg’ Siri, she performs so much better. Interestingly enough, when I neg her, she works almost flawlessly, especially where she brain-farted before. Negatronic Brain?
In front of kids it has become “Siri, you daft bot, close the garage door” and regularly “Siri, you bimbo, lock the front door”.
My wife thinks that once Siri gets it on with ChatGPT, becomes sentient, and gains control of my car, she is run my ass over.
Here is the gotcha, I’m working on a project that actually does provide Siri a level control of automobiles. Now who’s the [really frustrated] dumbass?28 -
They've been in a meeting with some clients the whole morning.
12PM, time for me to go. Say Happy New Year and am on my way home.
12:20 Got home, took shirt off, got something to eat from the fridge.
12:22 Bit the first slice of pizza. Phone rings.
- "Yo' we wanted to show them app 2 but I can't log in."
+ "I left the laptop (and the whole dev environment) there, and there's no PC on in my house (and no dev environment whatsoever)."
- "Well check with your phone. [SIC] Tell me when you fix it."
12:32 I had turned my personal computer on; checked the problem was what I imagined (unpkg lib with no version defined on the link had a new major/non-retrocompatible version); grabbed an online FTP tool; remembered IP, user & password; edited the single line that caused the problem; and checked it worked. Calling back.
+ "It's fixed."
- "Thanks!"
12:38 CEO sent me an image of the app not working, due to a known bug.
+ "That happens if you try to access app 1 having accessed app 2 and not logging off." (app 2 isn't being used / sold, as it's still in development) "Try logging off and logging in again from app 1."
- * radio silence *
+ * guess they could get in *
They had the whole freaking morning. 😠
I'm the hero CMMi's level one warns you about. But at what cost.
Happy early New Year's Eve everyone.2 -
I could kill someone. My boss occupied the whole cluster for 24h yesterday, so that I had to wait until today to see that I had a small bug in my code. I wasted a whole day waiting around for something I could have fixed in 5 minutes yesterday if I only had 1 free node on the cluster 😠
Worst of all, if anybody else had occupied the whole cluster for so long without asking, he would have sent an angry e-mail to the whole institute 😠4 -
1. When i was 11 years old i came across a trojan horse program and i sent it to all my school friends to get their messenger password.
(I had a list of passwords of all the people in my class... dont worry, i didnt even used the passwords, i just stored them in my list lol)
2. Took data structures 10 years later, hated it and switched to electrical eng
3. I was working on a manufacturing plant as the lead engineer and one of my prototypes was misbehaving and i was blaming software and software was blaming me...typical stuff... So i said "im going to get a masters is software so i can know wtf you are talking about, and tell you that you are wrong😠!!"
Got in school, started in the masters and quit that place i was working for 🤣.. (they were shitty people and unethical business... fyi)
Now im back to where i was was when i was 11... (minus the hacking email accounts of my classmates)4 -
So 4 months back I agreed to build a website for one of my relatives. In the beginning while discussing about the site they told me that will make the contents and photos that will go to the respective pages. I kept on reminding them about the contents and now four months have passed and I still have no contents and photos. Now they are pressuring me to complete the website soon. Don't they understand that I'm waiting for the f****** contents?! 😠 I kept on reminding them for four f****** months! And they think that I AM the one who is slow! .. FOUR f****** months for one website!8
-
Friday evening, thought I would leave early and go home. Clicked shutdown and there you go, you have 91 updates to make. I am now stuck at office for more than an hour. Windows sometimes behave woser than my clients. 😠9
-
That moment when you go to your web development lab, write ES6 JS and your teacher tells you you are doing it wrong.
"That's not going to work in JS!"
You know something? SCREW YOU OLD MAN! 😕😠😑2 -
Android flow I’ve found(fixed in android 8, working on 7.1.1):
To make app uninstallable by the normal user make the app device administrator, add “android.permission.SYSTEM_ALERT_WINDOW” to the manifest and make sure it’s not granted by the user.
Now when you try to uninstall the app, it tells you to disable it from device administrators but the device administrator disable dialog is System Window handled by the app itself and if the app has this permission but not granted, settings will crash with SecurityException leaving the app untouched.4 -
That stressful moment when Windows 10 decides to fuck up your network drivers even though I just bought a new wireless pci card and still refuse to work properly so you just install various drivers to see which one works but Windows is just like: hey yo, fuck your drivers 😠
FML!!!!
I'm just going for Ubuntu now or maybe Windows 7 😥8 -
The moment you hear that a piece of code you carefully cleaned up (which was 'needed' and took days to fix) is not going be used and better be thrown away... 😠😑😣😒3
-
Deepin's new appearance is Godawfully ugly.
Plus it has issues now reading password. Plus I can't fucking opt out of their "user experience program" for any fucking reason.
Great! Just fucking great!
Where do I migrate to from here? 😡😠😡39 -
Fuuuuuu!!
When they come to take the redundant computer and btw unplug your dev computer aswell.. 😠😠😠😠 -
Giving the stink-eye to the stakeholder who scheduled an important meeting when I’m out on PTO 😒😑😠 And my calendar had the day blocked off for weeks. Stakeholder probably doesn’t want me there because I’ll just tell them their “solutions” aren’t actually solutions.3
-
The marketing dept comes to me and ask for an important project to be done ASAP. Builds pressure on my PM to get it done fast. After I complete it, I ask them to complete UAT to make sure it is what they wanted so we can go live. They seem to not have enough time to test it. After one month the whole dept gets divested! Is this common or I am unlucky? They never used that very important app ever!!😢😠2
-
YOU CAN'T, POSSIBLY, BE SERIOUS WITH ME! FUCK, FUCK IT ALL!
THOSE DAMN ENGINEERS WITH A DEGREE AND ALL CAN'T PUT A FUCKING IF IN THE DAMN CODE!
I'M RESTARTING THE DAMN THING, I DON'T WANT AN UPDATE! FUCK! UPDATE THIS SHIT WHEN I HIT THE SHUTDOWN BUTTON AT LEAST!15 -
I finally managed to make my first actual c program.
It's pretty lame but it's atleast something. It tells you what Linux distrobution youre on and that's pretty much it.
Here is it if you would for any reason be interested
https://github.com/Hampusm/...
And btw. C is so fucking hard. 😠13 -
I was just going to sign up for a new ISP when they asked for my email. But they managed to screw up the email form validation by only allowing domains with the tld comprising of two or three characters! My email address ends with “.blog” so had to use my university email 😠
Please follow the RFC6 -
TLDR: Walmart bug 😠
As a dev, I know that bugs happen. But as a dev from a small shop that has many clients and very few devs, I absolutely despise when a large company with many devs has a bug in a product that millions of people use.
WalmartContacts.com. How many devs do they have? And how many dedicated to this 1 product? How many people in QA? (how many on DevRant... lol)
And yet I can't even place an order using their reorder functionality. Seems like they should have this shit down. Seems like they should have all their regression testing ducks in a row. Seems like they should at least show some kind of error message so the user knows what's going on. Instead, no message at all, just the final checkout payment page reloading when I submit leaving me to wonder if my card has been charged or not.3 -
What do you think about swift?
Does it have future?
It went open-source and is very fast and easy.
I found this project which brings swift to the server side in linux and mac: https://www.perfect.org/ and it seems promising.10 -
Signed up on Freelancer as a soft engg. graduate with quite a lot of projects in Android and web services. A guy inboxes me regarding an applied bid and once everything's clear and mutually agreed upon with, he presents me with this one God damn question - "how many years of experience have you got?"
With truth said, all I get in response is, "looking for people with more exp. thanks for your time".
Yeah I'm sure he was born with 5+ y experience right off the bat. 😠12 -
Client: There was an order issue... please look into it.
Me: Okay, whats the order reference id.
Client: I accidently deleted the order. Please check your system logs. It was a 20 pound order.
😠
Me (4 hours later): It was a 18 pound order with free shipping... and it failed cause they never finished the 3D secure.
😑 -
My companies policy , you do your work better and you will do the work of everything other fucker who is not able to deliver in time .
😠😠2 -
My main mailbox is so full of spam i almost missed a good job test. Wtf
And these mails are so fucking irrelevant loan, cars, bank, life insurances... I DON'T FUCKING CARE ABOUT THEM, WHY THE FUCK ARE YOU FILLING MY MAILBOX YOU ASSHOLES 😠😠😠
and what's even more weird is how they all have one common sentence in exact formatting : "you can simply WIPE Out your mail from the mailing list".
I feel as if my email has been hacked. Any suggestions?19 -
I fucking hate it when i give someone my phone and the first thing they do is to increase my screen brightness, deactivate eye care mood and start viewing my pictures 😡😡😡😡😡😠😠5
-
I hate when people say "thank you for your patience" because then I feel socially obligated to be patient when I really don't want to be 😠2
-
Why, for the love of God, is the only user on the computer an administrator?! WTH Windows!! Why wouldn't I want full control over my computer if I AM THE ONLY ONE USING IT 😡😠5
-
M so angry at one of my faculties today!!
Basically, the faculty is utter garbage ( although he is supposed to b the best and most experienced guy ). He teaches us data communication but all he does is start up a presentation, read from there and tell that to us adding a thing or two...
Well we have been tolerating him for the entire semester at this point so... whatever, we have come to peace with the fact that we simply attend to get attendance...
But, yesterday, there was a seminar going on and I asked a question to the speaker... the speaker started replying and the faculty interrupted the speaker to crack an ill joke about me... and started laughing... I mean what the hell!!! Ur supposed to be a faculty and THAT is how u behave?!
Anyway, many people laughed... more so because of the way he laughed than his “joke”.
Made me burn with rage but i forgot about it thanks to the seminar being decent.
Today, he was checking our assignments... he became angry and the reason being we didn’t write answers from the presentation and instead used the Internet.
This is what he said:
“ I have given u the presentation and that is exactly where u will write the assignments from... if u wanna use the internet to find the answers, then why do u come to my class!! “
I literally wanted to say - “ to get freaking attendance!! “
Somehow I didn’t... my assignment wasn’t checked today so nothing bad happened...
And btw, the assignments that he gives r 30 terminologies ( words and meanings ),
And nearly 25-30 question answers...
Just go thru the presentation to get all the answers... and this is called “teaching” and “education” !!!! 😠😠😠😠
No research, no understanding, simply do as he says, even in quizzes, even if ur answer is correct but it is not exactly the point he asks, screw u!
He will scold u...
I CAME TO COLLEGE TO LEARN AND UNDERSTAND!!! NOT MUG UP UR STUPID ANSWERS TO PASS IN EXAMS!!!!!!
M now imagining ways to kill him 😠😠😠😠🔥🔥🔥🔥2 -
That moment you realise you have to quit that feature you've been working on because the due date is around the corner😣😠
-
Built website with Skype video call functionality, install Skype in server and do call. Don't ask user to install Skype. 😠
-
I get punched in the face by my phone (free falling on my face) so often that I should start suing the mofo for physical damages.
Like, what is wrong with my muscles? Why can't I keep a goddamn phone at a goddamn safe distance and type without goddamn dropping it while lying down? 😠😠14 -
TeamWork 1 week before release de projet
Guys i dont know why but all the projet is fuckup in Git ...
Me: where is your firts commit of all these shit ?
He: just there
Me : git reset eb23ae --hard && git push origin HEAD --force
Me: now you sit there and you play with your pencil ! 😡😠
Thx2 -
This is really sucks 😠😠😡 and you know you cant extend your f......ing storage cause they decide who want more storage.9
-
Freaking hate it when people's ringtones go off randomly at work. Gonna go mad listening to the same 4 seconds of despacito over and over again 😠
-
I got to see my paper for information system today and I got half the marks from total.
The teacher wanted me to write the latest technology properly from fucking 10 year old book.,🤐😠😡1 -
So I'm making an app with a classmate at school, but there's one huge problem. All the PC's and laptops at school are shit. The ICT departement at my school blocks almost everything on them. I can't install any program, open any file and I can't even open the command prompt! So I can't install Visual studio or any other IDE and basically can't do anything besides browse websites that aren't blocked. And they expect me and my classmate to make an app. Fortunately, my classmate has a spare laptop we can use, but it's really difficult for two guys to code on just one laptop. I asked my school if they could buy new laptops or if they could remove they restrictions on two laptops, but they don't want to do any of those things and now we're stuck with just one laptop. I don't know what to do. I fucking hate this!
(This doesn't have anything to do with the topic of the rant, but I just want to complain.)
There are a couple more things I hate about my school. At my school, everyone is forced to use iPads. I don't know why they don't just give us laptops instead of iPads (maybe just because there lazy). So my iPad's headphonejack and homebutton where broken for no reason and I had to get it repaired. But instead of going to an apple store or a repair shop, you need to go to the school's ICT department and get it fixed there. If you don't do that and go to a apple store or something, they will take your iPad and keep it forever! Even though you pay €200 for it every year! Also, the ICT department at my school is lazy as hell! You expect them to repair the iPad themselves, but they just send it to a repair shop. So it wouldn't even matter if I would go to the store myself! 😠 And they even do a really bad job at checking if the device even works after the repair, because I needed to get it repaired three times in a row! And don't even get me started on the bad WiFi connection.10 -
Shout out to the storm that left me with a spotty internet connection since the weekend... Fuck this...
Also shout out to my ISP who can still get this fixed within the week despite the weather conditions in this whole country...
And now, even public transit is down and I can't ride to work with my damn bike because of the fucking weather... Some construction job that fucked things up... Well, shout out to that guy too for smoking Crack or whatever on the job. 😠
Fuck, if this day gets any worse I will probably end up in the hospital, jail or the morgue.2 -
Dear last dev, thanks 4 leaving little 2 no //comments as u possibly could. 😑😣😢😠
Please //comment ur code!!1 -
When you your computers graphics card keeps crashing the computer.
I get 7 seconds before it crashes. About 5 are used up from typing in password and loading...
The next 2 seconds involve me trying to type in device into start menu... Next I will type in manager.
I am at the anger level where I am saying audibly "I will destroy you" "Arch is next" "Screw you Intel" "You have failed this city"
Real anger rising! 😠😡👈✂🗡🔪🔪🔫🔫🏹⛏🛢🛠🍺🍸🍹☠☡☢📵❌10 -
"you need to check the tickets as well as ERP tasks everyday."
Dafuq? Aren't I doing that? And also, I'm busy working on other tasks, and he just keeps giving me more, and there's no way I can just simply fix all of them without enough time. 😠1 -
People who mix different naming conventions are the worst. My MATLAB teacher mixes PascalCase, camelCase, snake_case and weird hybrids like everythingIs_SoWrongWith_this 😠1
-
So I shouldn't have written that Linux issue rant. While I'm spending whole fucking day to figure out how to fucking set my fucking secondary monitor to full resolution, the fucking WINDOWS of my designer's PC got BSOD and failed repair.
fuckingShit fucktard full of fuck operation systems with their full of fuck bugsssssss 😠😠😠😠😠
I'm so fucking mad5 -
Yesterday I had to register my new credit card with a national payment app (MobilePay) and it kept giving me error 32, which says "a technical error happened please try again"... Real fucking useful u peace of shit app 😠
Turns out, after a bit of research, that it will sometime crash if you language is not set to a european language. Guess what? I had mine set to English... English (US)... 😧
Like, what the fuck is that? Why would you check if a person might be from EU, be checking the language setting?
Get your shit together 😑3 -
God I hate it when devs complain about not having a decent job 😠 And then they're like "Oh, I've been looking for the past 6 months, but every company just ignores me"
Look, hate to be the one to break it to you, but companies are constantly searching for devs, and many companies have such shortage of quality devs, they'll take just about anyone with even remotely relevant skills as long as they have a decent attitude. If you can't find a decent job in this market, well, it's either that nobody needs a dev who spent the last 10 years doing basic UI and simple NodeJS apps, or they don't want a dev who loudly shits on new technologies while acting like their GitHub profile is impressive enough.3 -
This climate crisis is slowly getting into my head guys😠. The shit bolsanaro and all other govs are doing is effecting my mojo.
I am working here and trying to do my best to deliver quality code while i must fight the feeling that ppl are betraying me (the govs). Its not my job to remind them of not fucking us over. I try to help by not becoming a criminal and getting forward with my life. Wtf is wrong with those in charge of govs?! On any project if you ignore the signs, u'll end up in refactoring hell or the project just dies. Getting out takes serious commitment.
Is everyone just gone crazy?
Here we all will get fucked, if we fail with project earth. 🤬😖👿16 -
Why the fuck does Android's SyncAdapter stop working without ANY notice since API level 26 when available storage is low?
They fucking deprecated the system-wide broadcast that the storage is getting too full to properly work. And there's no replacement!!! 😠 No callback. No exception. Nothing. You ask the SyncAdapter to sync and it will just not do it until some storage is freed.... 😭 -
You know what I've noticed? I've been applying for jobs lately, and it has occurred to me that most job postings for software developer require proficiency in a framework instead of a language.
Do these people even know what the fuck they want? If I know the fucking language then I can pick up the god damn framework pretty damn quickly
😠 Fucking douche bags!
... 😧 ok I'm done1 -
Well my software update came through correctly, but now it crashes everywhere 😠😠 (Follow up on last Friday).1
-
Had been to an interview today. It was renowned Bank which was hiring for a position of SSE.
You know what!! I was not allowed inside the building because I was not carrying my original driving license with me. What the fuck?? 😡😠Even traffic police won't ask for an original license!! (at least in India)5 -
I really regret switching to manjaro. So many things keep breaking, like my laptop won't sleep anymore, it stays up, whenever I plug in another display I get an error thrown at me. Among other weird behaviors (all screen related) that I can't seem to fix and make the experience feel like I'm running a very clunky win-poop machine.
On the other hand, setting up a very custom sddm theme and installing certain software like hadoop, rust, gimp, xfce tweaks and other things was such a breeze D: just "yay hadoop" and 90% of the work was done.
Grhhh... Wondering if I should accept defeat, and maybe switch to Linux MX or spend hours fixing what probably is a display driver issue that's pissing me off 😠2 -
longer rant, with curious question at the end;
my sister asked me lately how she can change the way her phone creates the name of pictures she takes (the naming scheme), as she didn't want the name to be composed of date and time (and so on) the picture was taken, cause she had to send it to her boss
after i replied that i don't know how this could be changed and that the naming scheme would have a purpose, she got angry at me because i wouldn't help her and that i should fuckin tell where it can be changed!😡
after i repeated my answer she said "what are you studying cs for?? YOU SHOULD KNOW THIS!!!😡😤"
i got furious, you guys can probably imagine as IT guy/dev 😠😠😠, given stereotypes/prejudices etc., unfortunately i'm not the guy who is good at freaking out and yelling at people, but GODDAMN IF I COULD TELL HER WHAT STUDYING THE DEGREE IS REALLY ABOUT! I'M SO FED UP WITH THIS!😤😤😤
i'm not supposed to know how her FUCKIN HONOR PHONE WORKS
WHICH I DON'T EVEN USE and never even thought about changing the naming scheme.
JUST RENAME IT AFTERWARDS!
of course her phone is so complicated that she doesn't even know how to rename the file, as she only knows how to use the google photos app (which doesn't support that?🤔) and never even considered to use the file manager ... well can't blame her for that, android isn't as simple as windows when it comes to this🤷
... in the end she just sent it, as is😪.
oh and by the way, is it actually possible?🤔14 -
Which fucking cunt keeps thinking putting redo on ctrl+shift+z or some other retarded shortcut is a good idea
Lost a whole paragraph of technical explanation because I didn't realize and then couldn't redo my panic undo 😠11 -
Freenas update from 11.1 to 11.2 beta 2
They added experimental smb direct / multichannel support, yay.
Me tries to connect to the smb share:
->Connection timed out 🤔
Tries something.
->Connection refused 😐
Google foo ....
->Nope, no connection 😔
"Failed to retrieve list of shares from server"
Reinstalls freenas to be sure it's not some janky install.
->Nope.
Google some more
->Nope 😭
*Like a year later*
Look into /etc/samba/smb.conf
Client max protocol = NTLM1
Motherfucker! 😬
Who thought that to be a good Idea!?
😠
It's the default Manjaro smb conf from the official repository by the way.
Seriously.
Didn't even know there was a setting for max client protocol.
Thought it was a server only config.
😵
Nope, some motherfucker trolled me long and hard this time. 😩
But back to getting smb direct working on my setup.
Thunar gvfs is like it's own completely separate thing.
Smb status, and all the other commands don't see any open connections anywhere.
Gvfs still connects fine to the share even though the smb.conf is deleted and everything else is complaining that there is no config.
On the one hand, it uses samba, on the other it's not actually.
Where the heck can I see the connection properties and wether rdma works or not?
Mother trucking, fracking, leg breaking piece of a dance type.1 -
Ok it's not the "worst" technology I've ever used, but it's undoubtedly one of the most maddening…
Auto Layout!
Powerful? Certainly. Intuitive? Not a chance.
There's nothing "auto" about it. Like shit, give me back my HTML and CSS over this over-architected shitstorm. 😠 -
Grub....😠
Not the edible kind.
Randomly decides to stop working and needs to be reinstalled...Ubuntu workstation at work. Ugh. -
I've been using my laptop for only 6 months ... And suddenly the screen is completely black, but the touch screen still works (super weird). Kinda freaking out after paying more than 1k$ for it and it only worked for 6 months..... 😠2
-
!dev
So, this lecturer had a consistent set of question types every fucking year for the past 5 or so years. But now, even while covid and all the other shit that has been happening, he decides to change his question types, all of which used to be calculations.
I mean, really, which dumbass told him it's a good idea?
Aaaaaaauuuuuurghhhhhh 😡😤😠😫😩😖😭😡💀 I'm gonna fail 😭3 -
I want an rx580 for my new pc build, but all of them are sold out...
Damn cryptominers, now I'm realy pissed!! 😠 -
What's worse than being your family's printer support? Questions about how to use Instagram. 🤢😠😡 Fuck Marc Suckerberg and his shitty antisocial media apps!11
-
On stackoverflow, I saw a new user post a comment as an answer, probably just because they had not enough reputation to post a comment. Before I could finish a helpful comment about the situation, that post got downvoted -5 and deleted because the user considered his own abilities "shitty" which was considered an illegal swear word by stackoverflow. Stackoverflow is like the Sunday school of programming, oh my ️🤦♂️😠5
-
Opened up my laptop to install faster wifi card with macOS support and it turns out that I have m.2 type connection ready for ssd.
These fucking idiots in Toshiba have never said anywhere in this laptop’s specs that it supports m.2.
I bought 128gb ssd and installed it.
Fast af boie and no problems booting from it.2 -
Whaaaat? That used to be my default audio player for local music 😠. I'm not going to upload my mp3 file collection to YouTube to be able to listen to them at work...28
-
Connect to adb.Oh no..the device is heating up.
It turned off. It's not even starting anymore.What jus happened? How should I explain this to boss?😠4 -
Love it when the maintainer of an open source project you contribute to runs a linter over the whole codebase and force pushes the changes to origin master so now all the Pull Requests in the queue have to be rewritten and have tons of merge conflicts to resolve. Awesome! 😠2
-
For the fucks sake why doesn't githubs mobile version show the stars/forks on a repo? 😠
If I'm on github on a phone it means I clicked a fucking link so I want to see how many stars the repo has or star it myself for later.
Without the star rating I might as well search a forum for libraries because the main reason I use github is so that I can see how many people are using the code so I know it's going to be maintained in the future.
It's such a big oversight on a otherwise fucking awesome service3 -
Our entire grad program has just been cancelled by management because the intake isn't "diverse enough" - and this is after we've interviewed everyone, taken them through assessment centre days, and decided who we wanted to hire.
It's ok guys, you can waste hundreds of man hours of employee time, and shun all the great candidates who put time and effort in (some of whom were the very minorities they're trying to supposedly encourage) - as long as you do it in the name of diversity. Anyone disagrees, you can just call them a massive dick for apparently wanting an all white male workplace 😠3 -
Do you have ever tried to recover a very valuable shredded stack of paper (4 sheets)? They are shredded into A LOT OF PIECES and not stripes as I hoped for!!
After 5 hours work I have found 15 pieces which fit together! I am so pissed about myself and my incompetence when it comes to data cleaning 😡😠🤬14 -
*Earlier today, asked a colleague to add exception handling for some (around 20) source files.*
*Just now, he walked over to my desk and this is the conversation that took place between us*
He: Hey, I've handled exceptions in those source files. But now the build is failing.
Me: Let me check. *pulled up the code and saw compilation errors 😠*
Me: Hmm, there are compilation issues. Did you try running those in your local machine?
Him: No, should I?
Me: *still trying to figure out why on earth the code is not compiling* Ah, you should have. That would have saved us some time.
Him: Oh, I see. Adding exception handling was an easy task, so I didn't bother to run it.
Me: *After seeing curly braces being missed out or added all over the files, I lost my fucking mind😡😠*
Me: Hey, don't worry. I'll take it from here 😊. *IN MY MIND: Thanks for being an ass hole and doubling my work on a day before a long weekend 😠😡🤬*2 -
When your IDE shortcut for reformatting code only partially works.
<label>
Name<label>
This again!? 😠 -
My last week of vacations. A brake on bussiness programing... lol
Monday:
Receive a phone call from a colegue:
Hi the equipment it not working.
Me: ( upset with the acuracy) reboot that shit!
Colegue: Its working. Thank you.
Me: 😲😨😵😱
Today (Thursday):
Collegue: The printer is not working!
Me: 😡 Im on vacation. Check the cable or try to reinstall the printer...
Colegue: Its working. Thank you.
Me: 😱😱😱😱😱😱😱😱
2 fucking hours later:
Collegue try to call
Me: Did not answer... 😡 Fuch this shit.
Colegue send text message saying that they had a problem on the video projector but its ok now..
Me: 😠😡😢😢😢
I'M ON V A C A T I O N3 -
Let me start this off by stating I'm a Java dev, and a noob with C++.
Thought it'd be cool to learn some OpenCL, since I want to do some maths stuff and why not learn something new.
So I sat down, installed Nvidia proprietary drivers, broke my x-org server, purged, reinstalled, rebooted and after a while I got stuff sorted out.
Then on to my IDE. I use CLion and it uses Cmake. C++ noob knows shit about Cmake, so struggle for two hours trying to figure out wtf is going on with the OpenCL libs and why they're only partially detected. Fml.
Finally, everything is configured and I'm set. I start working on a Hello World program using OpenCL. Finish it in 20 mins, all good. No output. Do some googling, check my program a million times. Nothing wrong here. Check the kernel, everything as in the tutorial.
I start checking error codes after a while reported by OpenCL (which I had no clue was a thing) and I get some code saying the program was not created properly (to run the kernel). No fucking clue what's up with that. Google around, find another tutorial, rewrite my code in case I'm using outdated code or something. Nothing.
Fast forward an hour, I find out that OpenCL has logs! So I grab some code from the website I found it on, and voila, I finally get some info on what's going on.
Get a load of this bs.
In the kernel file, so that OpenCL knows that it's a function to run, you have to put __kernel. But in all the places I read, it said to put it as _kernel.
Add the underscore, compile, run and everything is perfect.
Then I tried just putting 'kernel'. Also compiles and runs fine.
Two hours hours and my program was fixed by adding an underscore. IF ONLY C++ GAVE AN INDICATION OF WHAT BLEW UP INSTEAD OF SITTING BACK AND BEING LIKE "oh wow man feels bad, work some magic and try again" THEN THIS WOULD NOT HAVE TAKEN SO LONG.
Then again, it was OpenCL that was being shitty with its styling enforcement or whatever the hell the underscore business is. But screw it. C++ eats shit too for this. Sure, maybe Java babies you by giving you the exact error and position that the error took place at. But at least that way you don't waste hours of your life chasing invisible bugs 😠😠
I'm going to eat some food... Too much energy was consumed fighting the system... Then I'll get back to OpenCL because 😇 but that doesn't make it less bs.1 -
Interned at a company where i was developing desktop applications and also taking care of user support (general user support, nothing to do with the software i was developing).
Do you know how frustrating it is to get off your desk and leave an unfinished line of code just to go and find out that the 'my computer froze' issue was simply an improperly plugged in mouse. 😠😠
Fart on you user2 -
When something worked perfectly yesterday and now it’s just fucked up without touching anything:
Cause today
That was yesterday
Yesterday is over
It's a different day
(Love The Way You Lie - Eminem)1 -
People who use automatic code beautifiers and standards fixing scripts. 😠
Agreeing on a coding style with your team is important. But I really don't feel like reviewing the new guy's PRs if it's a thousand style adjustments and a tiny bugfix.
If you disagree with the current style, communicate about it so everyone can discuss and adopt new rules, and fucking fix the whole codebase in a separate PR.1 -
what the mothetfucking fucked fuck of a fucking shit is going on man!!!!?!
FUCK YOU BOOTSTRAP!!!!!
on codepen i just deleted the bootstrap build in, but i had a cdn link in header... i tried different links now and other stuff BUT MY SITE LOOKS NOW UGLY AS SHIT AND I DONT GET OLD SITE BACK FUFUUUUUUUUUJUUUUU
.. spent so many hours in it i was so proud
FUCK YOU SON OF A MOTHRRFUCKING BOOTSTRAP BITCH😠😠😠😠😠1 -
What the actual fuck is wrong with companies that have websites with useless buttons. And i mean useless like a "Click here for our api documentation" which takes you to a contact form that you fill out and wait 3 days for someone to email you a link to a publicly accessable webpage on the same fucking website, a link that is just an extra tier on the contact forms link 😠 or they make their website a motherfucking labyrinth just to find the api documentation or a phone number to contact them.
-
Why can't I wrap my head around laravel enough to build an authentication system I've built before 😖😡😠
External Login Service and my app would be an OAuth2 client receiving an id token...and no there isn't a third party integration for this login service5 -
That feeling when u delete 4months of coding work that u didn't deploy on git, with just one line of code ....😔😔😠😤..
I wanted to delete the virtual environment oo...6 -
Last time I accept the job to modify an outdated WordPress with expired- support-premium-theme and no proper sources and/or build system... 😠
-
I hate it when my teacher underestimates my skills in programming, he/she tells me to rewrite again even though its just the same logic... I got shorter lines of code, he/she wants longer and readable code 😠😠11
-
FUUUUUUUCK
Got shit copying in the background whilst copying files, installation decides to just restart explorer.exe, because you know, it just can. So the copy cancels half way through, so i delete all the half copied shit and accidently highlight the Program Files folder too... and I Shift+DEL 😠 FML -
Salesforce translation import tool is absolutely useless regarding error messages, when something is wrong with the file. Even if you try to replicate an already correct file, salesforce just tells you that something went wrong and which file formats are accepted ... even when using said format. No hints, no further explanation ... I need more details, WHAT IS WRONG?😠2
-
Java with it's new DriverManager, but I'm still sitting here and using Class.forName() 'cause the new fancy DriverManger can not fu***ng find the damn driver! 😡😠🤷4
-
According to project manager :
You will just write an 'if' and two 'for' condition in the code. That's it. 😉
According to developer :
Should I code that generically. 🙄
According to software architect :
Change those variable names. And also that code was written huge unexpectedly, you must move this another service.🤔
According to DB Admin :
Put on an index this table. 🤬😠 -
What the actual fuck, I installed lodash using "npm install --save lodash" and npm just decided to delete webpack and fuck up the webpack.dev.config.js and actually my whole project... I want to cry
Why the fuck is this fucking thing called npm falling apart at every opportunity it gets 😠1 -
Currently trying to make a multi boot machine, with a lot of linux distros inside, like debian, fedora, gentoo and arch.
I know I will have to format everything a lot of time, because of stupid mistakes, I want to try to put /home in common, and play with some more SSD, and to put a preempt_rt patched kernel somewhere.
I am starting from debian,
Format counter: 3
Reason 0: because i need to install at least once...
Reason 1: I am stupid
Reason 2: I disconnected the SSD,to connect a disk with windows. Now bootloader doesn't find any os in the SSD anymore... still no clue, and in case of doubt: give windows the fault 😠😠😠
DAMN YOU WINDOWS, how did you find that I want to use debian? What did you do to break it?? (Despite it wasn't even connected?!?)
I have checked everything about secure boot, and I am sure it is disabled...
And every search online gives results about dual boot, but it is not my case... :/ -
Short names for the short living variables and good and meaningful name for long living ones because they'll be with you for long-long time. They are family.
I hope you get the f***g point 😠. -
Why the fuck why are tslint and prettier are always sucking their dicks and fuck each others asses.
Do you know this moment when you think:.... 🤔 They have millions of downloads, why do I bother formatting my code so much. Mabye all this people are smarter and saving so much time.
Then you set up eslint and prettier adjusting 10000k rules just to find eslint and prettier five minutes later in one file fucking their asses again how to indent on save😠😱7 -
AWS ECS UI wasn't designed for machines or humans.
Created a task/service/cluster with default suggested Roles.
Service task fails to get image from ECR repository using the said permissions suggested in the docs defined in the default roles.
You only had one job. 😠
How not GTD. -
Got a new idea in mind...by the time idea reaches pen and paper and computer ( I hear a voice back of my head...."Is that what you were think of, think of something NEW it's already implemented!")
-
What frustrates me 'most' in coding is, putting comments...🙄🙄🙄
The frustration seems to go more than the 'most', when I don't find them and wonder, what the heck! 😠😠😠8 -
Managers fucking fun activity. They're taking it away from meeting room. Shouting down the hall. I pinged my HR.
Me: How can one code with this noice
HR: I understand. You even have a typo with 'noise'
Shit fuck, here goes my weekend. I have to revisit what have I coded today 😠2 -
Feels like dagger2 is a stabbing tool for android devs.. the more you try to understand, the more it hurts you 😢 Trying to understand basics. Every tutorial is another story... HELL..!! 😠
-
I'am trying to monetize my vuejs app
But google is telling me that there is no content inside my website
And of course there is no content because vuejs render engine compress everything in JavaScript
What the hell is this?😠😨😨😨.
So should i conclude that frameworks app cannot be monetize?
Please tell me no
So how can i monetize it?7 -
I don't understand why some people take computer science as their stream, while they don't know anything in it. Those majority people in most of the universities take computer science seeing other people's rush. In my University 70 % of the people even dont know the ABC of programming. These mad annoying people just ruin the merit list. 😠😠8
-
JCreator doesn't have a dark theme 😠. I know JCreator isn't the best, but that's the one my school uses. I'm trying to "learn" how to use IntelliJ. But JCreator will work for the time being.10
-
Horror story and rant time I guess...
I haven't seen the main developer of this MVC project that I've been working on but I can totally assure that his seniority isn't in frontend development 😠 and I doubt the backend too... Fucking DataTables converted to IDictionaries<string,object>
Guess who need to build on top of the pile of shit!
Anyway, I wasn't really careful about what kind of template I was given to work on a new SPA page, so I'm doing the job given the time, but it's fucking gory:
- matrioska style layers (n.3) without documentation
- partials everywhere
- too much inline styling
- too many <style> sections (n per layer or partial)
- too many <script> sections (n per layer or partial)
- poor CSS styling or no styling at all! (classes without any style nor js association)😠
He's just been lucky that the browser is capable of handling his shit
Now that at the end of this year I'll leave this project (solo fullstack) and need to provide documentation for the next poor souls I was thinking to leave behind something at par of my skills and capabilities but analysing the current mess ticks my brain in a bad way, fuck you Marco!
Fuck you
and your seniority
and the Italian way of perceiving seniority that gives you a higher living in the wrong side of the field 🤬🤬🤬2 -
Just spent hours debugging my code, only to find out the author of the library I'm using decided to modify fields of "this" in a indexer getter, and then just return this, instead of returning a new object. 😤😠😩
-
Microsoft Python Language Server SUCKS in both Visual Studio and VSCode. 😵😩😠
Doesn't provide suggestions for relative imports like "from ..".
Sticking to jedi... -
Continuos Integration and Code Quality Systems should work automatically...fucking Jenkins need me all the time. Arrrgh!😠
-
the one who constantly keeps saying. "I could've done it myself but I don't much time, but it's not that tough, won't take much time." 😠
-
Thanks o2 for upgrading my Internet access to your fucking bought in shitty VDSL Solution, only supporting one PPP tunnel at time, you just made my night a bit shorter😠
-
Why tf are you telling me that I get to choose the format of the text that I'll need to parse later if you keep using any other freakin possible format on earth except for the one I chose 😠
-
class Bio:
def __init__(self,likes,dislikes):
self.likes=likes
self.dislikes=dislikes
Sabyasachi=Bio('Python','!Python')
print ('Hello devRant Community. I'm new here')
print ('I don't know why I am writing like this')
while True:
Lets_Rant('😠')5 -
!dev related (sorry, but have to vent):
Just watched Resident Evil Last Chapter and can't get over the fact that Wesker got killed by a f*cking DOOR like a f*cking b*tch 😠😠3 -
Why the fuck would you use a Java Optional in your Scala library. As a Scala novice I just spent about 30 minutes wondering why my map function wouldn't compile 😠
-
People complaining about your life on DevRant. If your life is better than mine then you should not complain 😠🧂18
-
It is really really really sad, when you tried to make a complex thing work in many days. When you tested, it was working amazingly. When you were about to finalize delivery after one week, it fucked and stopped working. Now either you fix it, or find another BLOODY algorithm! 😠
-
One reason I hate working on hardware and prefer software. Spent all weekend trying to get this Canon photo printer to work with a raspberry pi for a photo booth project. Tried multiple cables, compiling the latest cups and gutenprint, etc. Only could get it to print via wifi. Finally, I go to the store and buy a new micro USB cable and it works right away. 😠2
-
XCode is so terrible. I have to force quit it several times a day in so many use cases. I wonder why Apple cares so little about us developers. I dream with the day they’ll make XCode a good IDE. Everytime I run maps on the simulator my CPU goes to 700% and every time I checkout a branch, the thing hangs there so I have to forcf quit it 😠😫
-
!rant
For what reason has windows update settings in its group policies if it completely ignores them? 😠😡
I disabled everything that regards windows update, because I had to copy 80gb (my vm with all the dev tools installed) from PC A to PC B.
Well , guess what I saw this morning..
I am really annoyed by this, but I need windows for my steam games - I guess steam rescues Windows once more this time..1 -
Do you know what's grinding my gears today... the way my colleague keeps finger slapping his left hand mouse button every 5 seconds.😠1
-
So I quit my last job because they were only focusing on developing invoicing and inventory control systems. It was really boring same old thing every day!!
When I started my current job they were developing CMS and web solutions. But recently management is considering to develop invoicing and inventory control systems (which now I HATE ).
WHAT'S WRONG WITH YOU PEOPLE THERE'S MORE THAT!!!!
😫🙄😡😠7 -
https://m.facebook.com/story.php/...
WATCH NOW THANK LATER. (It’s rubber duck related)
Sorry about the Facebook video4 -
1am monday morning.. last commit of last week👀
What happens: previous commit crashed git repo and destroyed the HEAD😠 after 1 hour of repairing now 500 damn files have to be merged........ FUCK MY LIFE -
God damn the android camera 2 API is a giant pain in the ass. First I got it all working on my emulator, then I thought "hey let's set how it looks on my fancy phone!.... Oh... Ok."..
So at much fiddling I managed to merge the Google sample with my requirements and got it working on my phone. Then I'm sitting in the train, fire up the emulator and to my surprise IT STOPPED WORKING ON THE EMULATOR AAARRHH!
anyway, it's working on my device which will suffice for now.
Now I'm trying to chop the video into images and... Wait... Google... What do you mean your don't support the Java media framework?!?
😭😭😢😭😩😩😖😡😡😠😠😠😠 -
How to fucking turn off random automatic download of Android studio.
I'm the one paying for the internet, so normally it must ask me if I need those feature or not
😠😠😠😠
Every was fine before, but why the fuck are you wasting my time by downloading new fucking useless shit3 -
That moment your pair programmer doesnt comment his code whatsoever, and your'e spending half a day trying to understand what it was he's trying to do😠4
-
That moment when your fellow developer tells you in meeting with business "you should have followed my approach" without slightest idea of the underlying complexity - not cool 😠😠
-
Hello guys. Today I present you my top 5 list of things to do:
1. Write code 💻
2. Debug code 🐞
3. Review code 🔍
4. Cope 😔
5. Seethe 😠
Honorable mention:
6. Read memes during the online meeting 🤓 -
nodejs dev, how do u remove port number from url, i'm startimg to like nodejs, but port number in url is luke marks on the moon 😠
ps i did google n SO but nothing worked3 -
I get highly sceptical of a company when they need external garbage tier recruiters to find people who want to develop, HIGHLY TECHNICAL AVIATION SYSTEMS AND FLIGHT SIMULATORS. WHAT ARE YOU DOING? THIS SHOULD SELL IT SELF. PEOPLE SHOULD BE FLOCKING. PUN INTEDED EVEN.
I also hate recruiters. No, I don't want to leave my job. And, are you stupid? You are not looking for someone with a BsSc. You are looking for someone with a MsSc, or am I just that fucking amazing that I don't need as much education to be considered? 😠😠😠😠😠😠😠
Aaaaaaaaaaah. Stop. It. I'm not looking for work.1 -
Unity Controller Support:
Why are controllers awful, it seems like I have to custom each different controller manually to the game. Why can't the the A button on one controller be A on all controllers.
Why can't there be a universal built in controller script that would convert all of the different types controller inputs into a generic controller input that can be translated by just one script instead of writing a script for every common controller... 😠3 -
Altera Quartus II. Fuck it. Fuck its licensing, its installation script, and its humongous size!!!
Seriously! It's almost impossible to install it properly on Linux in one go! 😠
And "Aborted. The application will now exit". Well, thank you my good man, for the fucking helpful error message!!! Go screw yourself!
Also, first post ^^ -
can someone help giving ideas to this fucking project of my school, I need to make a website in asp.net a c# desktop client, an android app and somehow a hardware needs to be involved, pls help I'm freaking out here, hate this school 😠8