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 - "karma?"
-
Long but worth it...
So I was cleaning out my Google Drive last night, and deleted some old (2 years and up) files. I also deleted my old work folder, it was for an ISP I worked for over 2 years ago. After deleting the files I had a little twinge of "Man I hope they're not still using those". But seriously, it'd be a pretty big security risk if I was still the owner of those files... right? Surely they copied them and deleted all the info from the originals. IP addresses, Cisco configs, username and passwords for various devices, pretty much everything but customer info.
Guess who I get a call from this morning... "Hi this is Debbie from 'ISP'. I was trying to access the IP Master List and I can't anymore. I was just told to call you and see if there's any way to get access to it again" (Not her real name...)
I had to put her on hold so I could almost die of laughter...
Me: "Sorry about that Debbie, I haven't worked for that company for over 2 years. Your telling me in all that time no one thought to save them locally? No one made a copy? I still had the original documents?!"
Long pause
D: "Uh... Apparently not..."
Another long pause
D: "So is there any way you can give me access to them again?"
Me: "They're gone Debbie. I deleted them all last night."
D: Very worried voice "Can... Can you check?"
This kids is why you never assume you'll always have access to a cloud stored file, make local copies!!
A little bit of background on this company, the owner's wife fired me on trumped up "time card discrepancy" issues so she could hire her freshly graduated business major son. The environment over there was pretty toxic anyway...
I feel bad for "Debbie" and the other staff there, it's going to be a very bad week for them. I also hope it doesn't impact any customers. But... It is funny as hell, especially since I warned the owner as I was clearing out my desk to save copies, and plan on them being gone soon. Apparently he never listened.
This is why you should have a plan in place... And not just wing it...
PS. First Post!25 -
When you "fix" a bug not by actually fixing the bug but by disabling the user's ability to cause the bug.14
-
Dear Websites,
If I have to go through a fucking slideshow or even multiple pages to see your content, I won't be on your site for more than 5 seconds.
Sincerely,
Everyone8 -
A big FUCK YOU to everyone who called me a nerd in high school.
Who's earning more now? Ha!
Jokes on you!
But seriously, I didn't realise intelligence is highly appreciated until I started working as a developer. 🤑5 -
If you are a System admin and blocking Spotify for the devs know that you're a fucking asshole and karma is coming for you!12
-
There are times when being "friendly neighbor it guy" pays back.
I have a neighbors, their son is little less intelligent than average person after being injured in accident, I help them from time to time. He gets the pc trashed with adware, usual stuff, they ask me to clean it up.
Recently I broke my arm. They offered to cook for me until I recover to full health... Seriously, that's huge help when you live alone and spend most time working. I'm glad to have them.
Wanted to share with you guys, there are people who appreciate your help with their pc and can give back if you're in need.3 -
Client got hacked and mauled to another dimension. Why? Telnet w/o limited login attempts. All because Sysadmin likes to have the option of bruteforcing in case he forgets his own password.. karma?10
-
LOL this was actually a true story, it seems she had to delete her twitter account and make a new one! 😂😂😂10
-
I saw a commit with suspicious code days ago. After warning my immediate superior he ignored me and yesterday proceeded to deploy.
Now we have items in cache for days instead of minutes. I guess next time he will listen to me.4 -
Damned, my wife's pms (aka "premenstrual syndrome") is synchronize with the windows update...
What have I done in my paste life's?5 -
Me and a junior coder are working on a project. However, he likes to think he's funny and say "Ok google" to stop me from using my phone.
He said "Ok google, search midget porn" when I was calling my mom so naturally I need to get back at him, so when he's in the rec room, I backed up all his code on my flash drive, and copied it to the clipboard, and removed all project files from his computer.
He came back while I was in the bathroom, and when I reentered the room and was balling his eyes out, that his project was gone. I said to him, don't ok google me again and I handed him the flash drive back. He has never done anything bad again.12 -
Friend: I don’t need git. Git is for people like you who cant do good backup of their code
Me: Yeah, yeah, go do whatever you like...
2h later comes to me:
Friend: Can you make me repo and show how to use it...?
Me: What..? You drunk?
Friend: Naaah, no... My disk broke while ago...
Karma is a bitch :D6 -
Not directly a rant by me, but it would be a rant if my co worker would write it.
So lets the story start. Today my coworker wanted to see my new smartphone. And one of them is a little troll. After I unlocked he shouted "Ok Google call 666666"...
Lucky for me, my phone didn't respond. 10 minutes later he wrote me, that his phone is calling 666666 for 10 minutes xD.
There are about 20€ gone.
Karma5 -
Cursing under your breath at some crufty, amateurish, slow-as-balls code... Checking the repo history to see what sad, soulless sack committed this abomination.. And its me.1
-
Once I had to do a 'hands on' pair programming session for a position I applied for... Together with the lead dev we would switch coding every 15 minutes It was somewhat of a horror story...
The assignment was to implement an password reset flow, connecting it to the api and then handling the entire password reset flow, in Angular becahs ye know has to be Angular...
After drafting the ui and setting up the click events, I wanted to hookup the api calls, but then it was time to switch around...
The fucktard dev first started to adjust my classmappings to be more in line with his preference, without touching the css classnames... Ok... Micro managing ... Check...
So after breaking the styles, he wrote the fetches to the api endpoints and that was his 15 minutes of shame...
I continued only to find out the endpoints we were using had errors in them and would not return anything workable...
The dev said he'd tested the endpoint before and it worked, but clearly it didn't...
After about an hour of going back and forth trying to get this to work he got a call from a client because server was down (surprise), he excused himself and had to prioritize on this, running out and leaving me there for the remaining morning ...
I just sat there waiting for the HR checkout talk, only to lean towards rejecting the position...
Fucking waste of time, and in the end the feedback was they doubted MY TECHNICAL SKILLS ... And wouldn't make me an offer 😂👍 nice story bro...
K THX BAI!7 -
Remember those innocent looking two lines of code that you didn't write a test case for, because they can't possible break, right? Well, they are going to fuck you up.3
-
$ npm audit
> found 19 vulnerabilities (10 low, 5 moderate, 3 high, 1 critical)
$ npm audit fix
> fixed 0 of 19 vulnerabilities in 11987 scanned packages
> (use `npm audit fix --force` to install breaking changes; or do it by hand)
$ npm audit fix --force
> npm WARN using --force I sure hope you know what you are doing.
Me too, buddy. Me too.1 -
FUCKING FUCK JAVASCRIPT AND IT'S FUCKING 10000 DEVDEPENDENCIES.
LET ME FUCKING CODE AND WRITE TESTS AND NOT SPEND FUCKING ONE FUCKITY FUCK WEEK TRYING TO FIGURE OUT HOW TO FUCKING MAKE MOCHA AND KARMA PLAY WITH FUCKING ES6 CODE YOU FUCKING FUCKTARD PIECE OF SHIT TECH.
I NO LONGER FUCKING KNOW WHICH PACKAGES I FUCKING NEED AND WHICH I FUCKING DON'T FUCKING DUMBFUCK FUCKWIT OPEN AND HACKABLE MY BROWN ASS PIECE OF TECHNOLOGY STACK.8 -
At a former job, the company decided to replatform to Salesforce. The entire dev team was laid off. But it would take an outside agency a year to build the Salesforce site. The company wanted the devs to stay for an additional year.
The only severance was something they called a stay bonus. It was 30% of our gross income but it was still contingent on performance. And if they decide to let you go earlier, it gets prorated if you still qualify for the bonus. Not a good deal.
Each month a dev left. By the time I secured a new job and left, all that remained of the dev team was a junior frontend dev and two team leads (one FE and one BE) with no team to lead. Well, there were contractors, but they were only brought on after the Salesforce replatform announcement. I’m pretty sure the company had to hire even more contractors. No idea how much that cost them.
For me, I think it was serendipitous that I gave notice during their busiest time of year. They actually tried asking me to extend my notice. Karma was coming back to bite them. Not just for the Salesforce thing. But also for their lack of support when I was blindly accused of being both insubordinate and incompetent.4 -
I have never written a single unit test in my life. Hence my code breaks from time to time. Karma is a bitch 🤣3
-
So, I had a friend who hated VS Code like a fuckton alot however, most of my friends are VS Code users and he's the only one who uses atom. He say that it's greater than VS Code and code then would die sooner.
Fast forward to today, he now ranted at my Discord DM about atom ahving slow startups, extensions that doesn't work, that kind of shit, not to mention hentried to commit improperly indented code (we have nazi style enforcement in out projects regarding codestyle) and made CodeClimate ranted over it.
"That's what you get for shitting VS Code" I said. Hours later, he tried VS Code and he instantly fell in love with it.
One down, more to go12 -
So ... Facebook somehow found out I used a 'fake' rear name and forced me to switch it back ...
So now they can again sell my data, and I am again haunted by stupid ads I don't want ...
Fucking Zuckerberg!!!!52 -
Karma...you're the best.
An ex-team member was complaining to me about his manager reviewing his code. Shortened version of the convo:
Mgr: "Why didn't you use the new C# built-in extension methods?"
Dev: "No reason. I thought using the straight forward approach would be easier to maintain"
Ha!..you conceded, arrogant mother <bleep>er. How many times did I have to listen you berate other developers in code reviews for not using some random C# syntax sugar? Comments like "If you bothered to read the new C# 7.0 language specification like I did...you would have known not to use the string.Format anymore..."
Now you're pissed that the manager embarrassed you? How does it feel d-bag?
That's too evil...so I simply responded "I don't think Nick meant anything negative about your code, he's just trying to help."
Seeing him stir around all pissed off does make me giggle like a little schoolgirl.7 -
Hell is accidentally clicking on, instead of copying, an email URL and having to wait forty years for some email program you didn't even know existed to rise from its slumber like some Lovecraftian ancient god, meanwhile the fans on your laptop are preparing for takeoff and you stare dead-eyed as the rainbow spirals, spirals, spirals. you wait and suffer this cosmic karma. days pass. “just a few more seconds” you slur. your laptop freezes and the concept of time is no longer comprehensible. your family and friends forget your name and you fade from existence.2
-
I was reading about AI, and now I want to buy a self driving car, and set it free... We shouldn't cage up AI in a car, what if it wanted to be an apache helicopter?
Ow wait that's even more scary 🙃7 -
I was going through random old files of mine and ran an old prank script that made my screen black and played the clicking sound a fucked hardisk makes.
My heart fell out my asshole and I rebooted before I remembered I have a solid state. FML. 🤦♂️4 -
2 more interviews tomorrow 🗣️
🛣️ Drove 350km today
😴 Much sleepy
⏰ Such early wake
🚗💨 Many travel
WOW12 -
I work at a startup and our office is inside a collab-space. Last week they organized a workshop called:
"Using the blockchain to prevent loeliness".
And even worse: people were paying to attend it :(7 -
My favorite excuse overheard for running Windows over Linux: "I like my sh*t to work."
Then... as if it was planned, his presentation PC running Windows force rebooted to install patches.8 -
take your fucking feelings out of the equation
AND GET OVER IT
feelings don't get market share, features built, or any growth
so shut the hell up and grow up
AND DO YOUR DAMN JOB
you'll be proud devRant, I've finally decided to leave these clowns. updates to come...
only sad part is my rage posting will likely drop to very low levels, but i guess my own well being is a bit more important than devRant karma :) 🤷♂️6 -
When I was younger I would start ironing a shirt poorly knowing full-well my mother would see me doing it badly and take over to do it properly.
Karma is a bitch. Now my colleagues ask me over for help and I normally end up taking over control of their pc to rewrite shit. I swear they do it on purpose.4 -
Worst thing I've seen a Dev do? Blame others even if it shows in the git blame that it is his fault 😂 no equality, ego and hard headed. Wants to show every one that he's always right 😂 well good luck with karma. What an attitude lol
-
After 2 interviews and an make home and pitch project...
'Sorry we were not really looking for a new frontend developer'
Like... How?!?!4 -
Do you know this?
You are the small guy, you are dancing the whole evening with a girl and then a big asshole comes around, h
Judges you and want to be better that you?
Than je comes and insult you?
Damn that's the moment, when self defense save your life. :)
He tried to punch me, but then underrated my skills 😌
Ohhh man I love karma😌🤗7 -
WebDev jobs should come with big warning signs:
"You absolutely will lose your sanity!"
"IE11 might indirectly lead to impotence!"
"You won't get laid more often by using CSS Grid!"
"You will have to fix websites which only appear broken on iOS Safari!"
"Get some extra terabytes ready for your node modules!"
"Get ready to yarnify your npm dockerized webassembly blobs while gulping on your mocha chai latte with no karma!"
Can't we just go back to the good old times with Quick Basic and chill?
Man, the ladies were flocking around those programmer boyz, I tell ya... Klickety klackety on the mechanical6 -
One of our senior dev enjoys berating the other devs because they don't check-in code according to his schedule (once a day, once an hour..he flip-flops a lot), then when they do, he 'reviews' their code, beating them up because of incomplete features, commented out code..petty..petty nonsense.
Ex. (this occurred couple of weeks ago).
Ralph: "The button click code in this event isn't complete"
Dev: "No, its not, the code in my development branch. You said it was best practice to check in code daily whether the code worked or not. I didn't finish the event last night and ..."
Ralph: "Exactly. Before you check any code into source control, it has to work and be 100% complete. What if someone moved that code into production? What happens if that code got deployed? I'm not even going talk about the lack of unit tests."
Dev: "Uh..well..the code is on the development channel, and I branched the project in my folder ...I didn't think it mattered.."
Ralph: "Ha ha...you see what happens when you don't think...listen..."
- blah blah blah for 10 minutes of hyperbole nonsense of source control check-in 'best practice'
This morning Ralph's computer's hard-drive crashed.
Ralph: "F-k! ..F-k! ... my f-king computer hard drive crashed!"
Me: "Ouch...did you loose anything important?"
Ralph: "A f-king week of code changes."
Me: "You checked everything into source control on Friday ...didn't you?"
Ralph: "F-k no!...I got busy...and...f-k!"
Me: "Look at the bright side, you'll have a good story to tell about the importance of daily check-ins"
Oh...if looks could kill. Karma...you're the best. -
When I started learning PHP. I used various warez sites to get PHP scripts to get familiar with how 'things' are built and it really helped me develop into a better dev.
Now I sell PHP scripts on envato and my very item's trending on a warez site somewhere.10 -
In the last one and a half days I optimized our Angular UnitTests. There‘re written with Karma and Jasmine. Before the optimization they needed ten minutes for around 400 tests. Now the same tests are executed in 12 seconds.4
-
The moment you realize, you are not getting your own website's Google Analytics information because of your Ghostry and Ad block plus installed :|
It hurts 10 folds when you spend 8 hours in debugging and on SO before epiphany ://
Karma is a Bitch :| -
Boss: We need to disable CSRF and any other form of security, because that shitty, insignificant client has a website that is abomination anyone's eyes, can't pay because of the iframe thingy.
Me: I'd advice against it. This is a significant security issue that just screams to be exploited and there has to be a solution, but idk much about this situation.
Boss: Idk we need to kiss every clients ass till they come. Remove all the security
Me: *Just wants to get home, last one in the office besides the boss* fine
*removes it, deploys and gets the fuck home*
...2 weeks later
Payment gateway: Yeah, we blocked your account, because someone was trying to purchase 30k product in a span of 1h
I'm not even mad about that, but rather about the fact I fucking called it.
* Achievement unlocked: Targeted by scammers
P.s. no major damages, cause the guys from the payment gate understand shit about security.3 -
Okay karma, why?!
I made some backup scripts, it should dump our MongoDB every 30 Minutes... Nope I didn't test if there's something in the tar and yes it's my fault but now we needed this backup AND THE ONLY BACKUP SCRIPT WHICH DIDN'T WORK WAS THE ONE WHICH BACKUPS THE DATABASE...
COME OOOOON8 -
I know being hostile to new users is not ok.
But have you seen the shit new users post? Who wants to be part of a community of simple minded and unexperienced idiots?
New users do it all: awful english, strawman, meme reposts, and now, advertising.
I wished there was a "above certain karma" filter, so I could avoid the trash.
But there's not, so the only tool I have is telling them their arguments are stupid.
I don't mind someone BEING a beginner. But as such I would expect them stfu a bit.16 -
Fucking first rant here:
So we tried to teach Two new colleagues to typescript and git and testing and stuff and we have a SPOC “which claimed to be very technical”. The SPOC’s task is to keep an eye on the work, and today we have had a review...
After two weeks, the created multiple branches into our git, all with one commit of 400 LOC changed, no merge requestet, issue in Redmine set to “closed”.
Well, by the way they were supposed to write Unit tests for our app.
But I thought, ok, we’ll check their branches.
Their tests all passed (cz) but man, the app didn’t and on compilation there were errors, the app is broken. Damn.
Is it really so far off, that even of They wrote tests, that the app should still work?
AND I THOUGHT IT IS COMMON SENSE. Damn!
Guess how needs to fix it6 -
I'm working on a redesign of a website and their logo is so bad… (I made it years ago, but ssshhh)…
And they love it so much, so I can't even change it.
It's killing my creativity, because the only way you can put it seems to be at the top, inside a white header.
I hate its' designer so much… and it's me! Fuck myself.
I designed it thinking about a particular website look, so it was perfect back then, but now I have to do something "new", "different", but without changing the logo.
Any suggestion on where to put it, how, or how kill myself?17 -
New job starts june 19!
Then Iceland the week after that 😍
One week to dev around and upgrade my website abit 😁3 -
...programming class at school. First of all, we have to fucking write that shit on paper. >.<
Then, my neighbor just copied my code, but Karma reks him, because the teacher asked him to explain why he used what he wrote. He couldn't explain anything. Just so you folks know why I'm ranting about my neighbor:
You were supposed to output this using a for loop (lets take 10 as an example):
"10 * 2 = 20
20 * 3 = 60
...
720 / 8 = 90
90 / 9 = 10"
He couldn't do it, even though we learned how to do it before and he said he understood it.6 -
Referring to my previous rant
https://devrant.com/rants/1274499/...
Now I got a job as a java developer. 😑😑😑
Karma bites you in the ass.3 -
In other news ... The company that booted me and 5 colleagues in april had a water leak and now the entire sales floor was flooded, resulting in +10.000 euro water damage 🤣 good luck making your Q1 sales targets 🤣
Karma much bitches 😂3 -
Got a new job last October. And so far, I've nothing to rant about, it's absolutely perfect, too perfect.. Me scared of karma3
-
Installs Plugin to do certain tasks _faster_ on Android Studio..
.
.
Android Studio loads/runs _slow_ because of certain Plugins..
.
INSTANT KARMA 👏🏼 👏🏼4 -
When our company (past employer) got acquired by another company and everyone got to have a meeting where you got a black or blue envelope. One indicated you were being let go, the other indicated you were being offered an "opportunity" if you would relocate to NJ. What was an awesome company -- they destroyed the soul of it in one day.
Oh well their CEO got let go after a US Congressional investigation earlier this year. Karma, bitch! -
So ... Yeah ... I survived a week in my holiday apartment with no wifi...
Now to wait for that phone bill 😂 oh well -
When my kids would not seriously injure themselves (scrape, bruise, etc) I would suggest we cut it off. They would respond, "NO DAD!"
Now, I go to the doctor because my dentist found something growing on my uvula. My doctor sits me down and says, "Lets cut it off. The whole thing. You will snore less." I am like "...okay!" Then it reminded me of what I used to tell my kids.1 -
Python syntax is almost like KARMA! 😒😓
Karma is "what you do is what you get" while
Python syntax is "what you see is what you get"1 -
I don't pay much attention to my local file system when developing-- that's what my operating system and IDE are for. ...So I've thought, at least.
Today, my code didn't compile. I'd been noticing some pesky 'running out of memory' notifications, and mostly brushed them aside. I've spent the last hour deleting various log files and defragging the drive. -
Ranting too much on Windows updates comes with karma.
(I know, I guess it’s about time to clean its screen)11 -
let gfInput = '';
try {
gfInput = getInput('Will you marry me? ')
if(gfInput == 'Y'){
// KISS HER
}else{
throw {msg: 'she dumped you.', code: 'red'}
}
} catch( err ) {
//if err.code !== red . just cry but if red... uh oh
if(err.code == 'red'){
// GOTTA DO SOME DAMAGE
let msg = {
sender: 'anonymous',
recipients : ['dad', 'mom', 'brother', 'sister', 'uncle'],
messageBody: '****ntha has been fucking some dude...'
}
sendText(msg);
}
} finally{
// send ****ntha a good bye message
var msg = {
sender: 'pk359',
recipients: ['****ntha'],
messageBody: 'I invite you ****ntha to my wedding with your best friend *licia. PEACE, bit*h'
}
sendText(msg)
}3 -
Don't use tables!!! Tables are bad MKAY??
said the designer that needs to tripple wrap links to render them as buttons...
3...
2...
1...
Facepalm.init()7 -
Just posting the rant a team mate gave today after nothing worked:
Fuck ionic... fuck Karma... fuck webstorm and fuck this company.
After he said it he went home.
I could totally understand him because I felt the same way1 -
So they were renovating the toilets on my floor this week and despite all the noise from the drilling and taking down walls I was very productive 😍4
-
You are not prioritizing your work!!!
Well I am but you keep throwing more work in my direction on like a daily basis ...3 -
That moment you want to shazaam a song in the bar... Then open up skype and before you recall what app you wanted to open the song just ended ://2
-
Lmao I have a class that the professor described as "50 to 60% linux"
Is this karma for liking windows?14 -
If you ++ this post, you will get good developer karma credits for the next 10 years, and every piece of code you write will eventually work.
Trust me this actually works, you can try it yourself.2 -
>be me, a student taking Discrete Math and probability
>Professor really loves hearthstone, gives out a problem set that is hearthstone themed
>Somebody posts the problem on the hearthstone subreddit
>1464 karma
>354 comments
>A few commenters wrote down their answers
>A week later
>9 people get caught cheating.
>Turns out the commenters did the problem wrong. Professor took screenshots of the comments and told the graders to check if the submitted homework matched the picture3 -
So @dfox ... when I subscribe to people, why not show their posts in my feed??? This is overuse of the notifications system I think...6
-
PO: Is it done yet?
PO: Whats the status?
PO: Any progress??
My brain: Did we have requirements for this, or just a deadline2 -
Today I submitted my code without making sure it doesn't have any bugs because I was running out of time. Fuck.
Let's hope I'm brilliant and this works out.1 -
To make matters even worse, my manager gave the horrible client also access to another clients environment just to 'compare' things, and nitpick over configuration that he is missing, but just hasn't setup yet...
Fucking fuck fuck fuck fuck fuck my manager, what a total 🌰🔩🥜nutjob5 -
Great... None of my coworkers know about this tiny bit of undocumented code, and the guy who wrote it, I replaced ... Fucks sake ... Next weeks gonna be hellish2
-
Someone gave me his code and told me to improve it and being the nice guy I am I agreed. Then while trying to work on that, a dozen other people asked me to help them with their code too, so in the end I barely got any work done.
I should stop helping people2 -
Website for a gallery that wanted a 10k website for just 1k ... Must haz super CMS so that they could send me word documents each week so I could manuallly copy paste that shit into the CMS, and somehow extract and restore the lowres embedded images in full resolution ...
I guess it was safe to say this was my first client from hell 😅😂😂😂
The second was a website for some ballroom dude that got my referral from gallery X ... Yup, same shitty type of client3 -
Finished all my tasks for senior promotion ... Teamlead was like ... What promotion? I thought you wanted to stay medior? RLLY????
While he kissed asses for his senior promotion, not even having a skillset for teamlead nor senior... -
Somehow I keep thinging that dyson is judging my cooking skills when I see this, all I smell is spices and herbs but nooooooo
Mr air quality do not approve4 -
I've spent some days converting paddings on wrappers into margins for it's children, because our lead designer was a pure genius 🙋♂️🤦♂️1
-
We had a zx spectrum with a rubber keyboard.
Later we switched to the c64 and we wrecked a shitload of controllers 🤪 -
So ... All my favorite shops are either closed or closing down soon...
Thank you online shops I guess5 -
<rant>
I was once a pure server side developer. Then came full stack development. So in order to keep up with the competition, I had to brave through front-end development.
But goddamn javascript, make up your mind between functions, and “Objects”.
Also variable visibility. Goddamnit. I thought ES6 was widely supported. I was happy doing const and let bbut goddamn testing frameworks, grunt and shit. Can’t make up it’s mind to support it unitedly.
And lastly, IE. Goddamn it, why the fuck are you not supporting Promise by default. We’re fucking 2017. [insert slowpoke meme]
</rant>
One good thing though, I like the library vuejs.
Bad thing is, this is just the beginning of a much more upcoming headache.4 -
I bought an aquarium, needs some weekly maintenance, is very comforting to watch and it is nice to see things grow.7
-
got my left bicep bone fractured from srm wrestling. dude just took my hand and half bicep bone away with him. what a happy new year 2024.
and just few hours ago, i was having death thoughts just because my parents were not allowing me to take car to work on a foggy morning.
karma can hit anytime. be humble.3 -
FUCK reddit
Seriously fuck reddit. I just wanted to post a fucking Question but noooo you must have Karma to post it. Your account has to be old af. Which dickhead designed the god damn karma system???? I'll never try to use that fuckin platform again, the user experience is horrible and their official app is absolute trash. It's slow and buggy, even a fucking 12 year old can code a better client.
Argghhhh I am angry12 -
Love it when a shady colleague of mine says something to me and another to someone else within a few months. She also kinda told me I shouldn't do a PhD, cuz not everyone is made for it.
Sexism is well and alive in academia! The worst part is that half the time it comes from women.
I hope karma pays her back, cuz I'm too busy to do so. ¯\_(ツ)_/¯7 -
Today a senior developer and a colleague started looking into my code reviews and started commenting best practices that were never used in the team.
Got my chance back at the senior developer's code when he raised a code review, which had none of the best practices.
Gave back a good set of review comments to him :D
Karma is a boomerang :)2 -
The more songs and the more photos you put on your phone, the heavier it gets. Only by a trillion-billionth of the tiniest fraction of an ounce, but still2
-
Stackoverflow moderator election, time to down vote those who are going mark our question as duplicate!
https://stackoverflow.com/election/...1 -
!dev
I was so tired of work last week and weather was so good I ended up in a bar.
People were so nice there so I got there second day in a row.
I met new nice people and cute female bartender who laughed from my jokes.
Was to drunk and tried so much to make her laugh that l forgot to get her number.
Got there next day asked bartender for her shifts, turned out it was last day of her work, she moved out from city for at least a year. So I got drunk again, and so on 5 days in a row.
Well that’s my life. Lucky me... again.
Karma is so funny I can’t laugh for some time anymore. -
My Test-Suite with karma and jasmine, they saved my ass multiple times. Wouldn't have noticed so many things at rewriting without the tests.
-
Life quote : Your Karma is directly proportional to the Number of bugs you get, when you are on call.
:D -
I don't know if this is a joke or a miracle.
I was pooping myself on a toilet, and beside me was a bucket of water, then there was a mosquito in my palm where I held my phone. after I snap it, I accidentally threw my phone at the bucket of water.
First and foremost. It's not a water-proof phone, so don't expect that I'm rich. I immediately grab it and it's so wet.
After a while, it gets a lot of touch bug and plugged in headset which is full of water in it.
tried to wash it after I'm done pooping. shut the phone and wait until it's all dry.
After that, my phone went to teamwip(bootloader) telling me that the custom OS is missing.
After some coding, I checked my phone and it's all normal now.
Lesson Learned: never shit when you have a phone with you.4 -
Mandatory training ... Coarse introduction video crashes 20 secs before end, can only proceed with the coarse by finishing the introduction video ... 🤦♂️🙈🤷♂️
-
Is it just me or is it just really hard to set up and test frontend JavaScript? 🤔
Karma + Mocha + Chai + whatever
is a pain
And it doesn't look very pretty..3 -
So my recruiter decided to calc his own bruto salary(gross) over my netto one...
Turns out he missed about 800 euro in his conversion ratio... Motherfucker ... That sets me back 5 years in salary u asshole 😶 -
I'm making the assignment in full flexbox, they still using floats tho.
The cringe is never enough.4 -
I estimated 4 days for a task, took me 1,5 and I fixed an issue in there while I ran into it and made a nice fallback for when some edgecase thingy is not supported, which is somewhat of a new feature...
Oh and its paydayayay! Olé! -
Played with the hololens today ... Its kinda nice but felt a bit glitchy in use ... Have to play with it some more
-
Dum di dum ... One more day of work, and then snowboarding all over dem pretty mountains... We came up with a theme, cokelympics, since it dumped loads and loads of snow...
-
My department was tasked with building browser extentions for Shopify to add functionality to their admin panel.
We warned the bosses about how unstable these extentions could become as there is no warning of changes to Shopify's code. If they make a small change it could break everything.
Instead of listening to us, what did they do? They doubled down and had us build this massive plug-in that adds dozens of complicated UIs and features to run the core of their business. I actually left the company over this and several other questionable decisions.
Last week I was catching up with their last remaining dev. Appearently a few weeks ago most of it fell apart and some of its not fixable unless Shopify makes some changes.1 -
I was looking at some code to add some quick features to it and muttering to myself, "whoever wrote this piece of shit... I'd possibly torture the guy to death if I get my hands on him now". Guess who's the guy... I'm sure two years from now I'd be saying the same thing about the stuff that I've written tonight...1
-
I proposed a feature at work where the services would react based on some karma system to encourage a better behavior from the users.
"We already have that feature. Nothing actually works for me."
Oh. Yeah. Forgot reallity somehow works like that.1 -
so today was my physics exam(optics and optical devices) and this weird thing happened..
and before i get to tell you what happened , 2 months ago another set of examinations were going on and there is this attendance sheet that we have to fill up with a code provided on the answer sheet and signature. It has 2 columns(code and signature) and 5 rows(5 exams) and every student has his 5 rows unseparated by any space. So i filled the code and realized that i have filled it in the wrong area(last row of the guy before me). As it was first exam , i just cut it and thought its no big deal. In last exam ,this guy asks me "what have you done?" so i said its no big deal just write the code on the side. He said ok that was it(i thought)
now getting to what happened today, again it was our last exam , i got the attendance sheet and what do i see, this guy ahead of me filled up the code in my area and cut it. At first i thought ok maybe he was mistaken but then i realised that this is our last exam and we already have 4 signatures so how could he not see the difference between the signatures.
So he did that on purpose?
what kind of moron does that?
well maybe he felt delighted by doing this. idk too much weird for one day.1 -
Sure, clear the DB every day... Makes testing so much easier zomgs!
Its a database not a dailybase 😂🤔 -
Why do I always have to refactor bad written code ? Is this some kind of karma ?
Undocumented, written by a senior but looks like it was a junior, no unit tests, variables with meaningless names, duplicated code and every possible thing you can find in that kind of code.3 -
Colleague: hoe you like your coffee
Me: make it a Latte Macchiato
Colleague: wait what???
Me: see attached image4 -
Maybe not the place to rant about this but I was unable to post on r/VPN nor r/NordVPN because I have insufficient karma (I have negative karma). I just want to ask some questions!!!! It's the same frustration as in Stackoverflow when I want to upvote something and tells me I don't have enough points (I only have 2 points). Thanks internet for reminding me every day that I am not enough important to say what I want and making me feel like less. Is devRant going to shut me? Wouldn't be surprised! Anyways TGIF and have a nice weekend 0/9
-
Actually there was a restaurant where without menu they serve what people are eligible of.
That is: Karma1 -
Remember this post of mine: https://devrant.com/rants/4537512/...
Now this happens. LMFAO
https://linkedin.com/posts/...
If you have time, go through the entire series posted by Mona.8 -
I have been struggling with managing and keeping track of config secrets and keys. I know that keeping secrets in code is bad karma, but managing them with environment variables becomes cumbersome with multiple microservices running on multiple servers. To worsen this, add humans and access levels.
Whenever I Google, I feel like I am the only one who has this problem. Do you guys sometimes feel like this?
If you have any solutions, hacks or services that you use, please recommend.4 -
We had a bug with our Karma test (JavaScript unit tests). The headless Chromium crashed after test 272 or 273, every time since a week. I fixed it, but I even don’t now, we Chromium crashed 🤷🏼♂️
-
Its hard to move forward, when everything is hung up on the past... Keep the mess of the past, or change for a better future... I don't care2
-
Spent long time in tech company and wanted to change, landed in a company where there are all managers :( ... Thats the bad karma...
-
I'm currently developing a Node.js tool. Now I want to write some unit tests, but I never wrote unit tests for a node app before and I don't know which framework I should use. Do any of you have any experience with the available unit testing frameworks? In the past I only used Karma and Jasmine for Angular unit testing.2
-
One more week till holiday...
Yesterday's demo went well...
Product owner compliments team for efforts...
This week is going somewhere 😄 -
Hey guys,
I'm waiting for the first round interview result...I know my result...I didn't do well...I don't know why im waiting, may be karma turn back and change my results...3 -
How do people make money off reddit? I know this might sound stupid, but is there a way to monetise your karma or whatever medals we get?2
-
Trying to wrap my head around writing unit test cases using Karma/Jasmine. Seriously, writing test cases for a specific directive is a bit tricky in angularJS 😑
-
What's a good way to learn proper testing? I'll be starting in a position before long that uses JUnit, karma, mocha, etc.1
-
StackOverflow gamification gave me 329 karma or whatever, which reminded me of the vintage computer game Paradroid. So I now have the rank of a wheeled robot that looks like a jester!2
-
What do you guys consider as toxic work environment in dev world?
I havent had a toxic one by now (or i cant recognize how toxic environment looks like)
But i feel like i sharpened my dick so good that no one would be able to spread toxicity onto me. Im like a bee 🐝 sting me once first and you'll get stung twice as much harder. No one would be able to fuck with me especially women
Dont give a shit if ur a dev manager hr boss or God. Disrespect me first and watch me do karma back to you immediately15 -
RES software
They got bought up by Ivanti but such assmonkeys evrything is next next finish untill something doesn't work or comply 🥲
Then it's backtrack backtrack undo till you find out what is wrong, within the development cycle they assume alot everything works, and you want the settings they recommend ... LOL
Errors are a thing for professionals. -
What stack are you using to test your angular app and why?
We’re using Karma + Jasmine for writing unit tests, because it’s the default, and run them on GitLab CI in a Docker container. For UI testing we don’t use the default Protractor but Selenium, because we haven’t found a way to run Protractor tests with a dedicated webserver.1 -
Any Karma experts in the house? Really want to blow my brains out :D
https://stackoverflow.com/questions...