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 - "bother"
-
Anyone else put in headphones with absolutely no intention of listening to anything, just to make people less likely to bother you?14
-
Dev1 - hey we need to run some test to ensure delivery on our emails, how should we do it?
Dev2- I dunno, just put {RANDOMSTRING}@somedomain.com and send it. Dont bother to ask @Linux about it, it is a good idea
Dev1 - sounds like a great idea! I'll send a couple of thousands, ok?
--------- TODAY ---------
Me: Hey why are we on blacklist?14 -
If you're going to bother to detect that my input is without hyphens, then you can certainly insert them for me too.8
-
Am I the only one that will have my headphones on (without music) just so people will not bother me?19
-
Me, whenever I attempt to use eyeliner...
(real talk, this is why I don't bother trying to use eyeliner)6 -
Relatives: You're a computer guy, right, what are you working on these days?
Me: *should I bother explaining, should I not* Oh, just some stuff.
R: Oh come on, tell us, how difficult can it be?
M: *sigh* I'm working on a custom garbage collector for-
R: !!
They're now under the impression that I'm involved in collecting rubbish from bins. Sigh. My hair doesn't help here, either, lol (I have one of those tangled, unruly mops of hair)
This will take time to explain.18 -
Made a github.io portfolio website. Showed it to my friend. Asshole copied the whole code from the repo and made one for himself. Didn't even bother to fork the repo or even change the contents of the website. Just removed my name and photo and added his! 😡😡17
-
Me: *sends meeting request*
Attendee: *3 days later*, hi is there anything in particular you needed to discuss?
Me: ... nope, none what so ever. Decided to take 30 mins out of my busy day to talk to you, a person I don't know, for 30 mins. Definitely the title of the meeting request has nothing to do with it, I wouldn't bother reading that now, since you haven't yet anyway. Cheers!5 -
Software engineering is doomed.
The next generation of developers is going to suck as fuck
I've come across a lot of situation that made me think this way.
The most notable examples are right here on devrant.
I've seen a shit ton of rants blaming languages for "bugs" when in fact those "bugs" wouldn't have happened if those fuckers would have read the specifications of said languages.
This new generation doesn't read, when they've got a problem they just fucking go to Google for answers, they don't bother reading specifications, language books, rfc, etc, they don't bother reading where the true source of information are. The documentation ? What's that ? Let's go to stackoverflow first, let's think second.
Same back in school I've seen people in the highest grades that couldn't fucking decompress a tar archive.
In the coming decades we will loose the high skilled people, the people that made the software world as it is today we will be left with fuckers only able to blame things for stuff they don't understand.
This is my first true rant. This is me being pissed off.27 -
Me - okay mom im going to sleep don't bother me.
Mom - okay goodnight sweet heart.
Me - *puts on headphone , have a cup of coffee and begin to code*13 -
Client: Sorry to bother you, but our developer team can not connect to your Web Service, can you help us?
Me: Of course, if you want, i can give you the code for that, i only need to know in what language are they developing.
Client: Sometimes they develop in spanish and sometimes on english...
Maybe i didn't ask the right question.
Sorry for my English.6 -
After interviewing tens of candidates, finally found that one guy who doesn't start the conversation by mentioning jQuery 😂
Too many people started off with jQuery and didn't even bother to learn more about Javascript itself.11 -
You think you're doing well, then you talk to someone who operates at a skill level so far above you, it makes you think why even bother.9
-
When you write a guide and people completely ignore it, then bug you about problems they wouldn't have had if they read the damn guide in the first place.9
-
SQL is the only database you’ll ever use. Don’t bother to learn anything else. If you ever need to store anything, use an SQL database. No .txt or that shit.9
-
For those of you that don't want to bother getting to 150 ++'s, get it for $6 on the devRant store! NOW OPEN!
http://swag.devrant.io5 -
Stupid annoying client want me to add 2 new fields on a form. Ok I said, my estimation is that I need 2 days to make the changes on form, database and all the scripts that posting and getting data, plus testing. His reply was, come one do you really want 48 hours to just add 2 fields, its sooo easy!!!! WTF dude... if it is sooo easy why are you fucking bother me??? Do it your self!!!!8
-
My insurance company sending me the payment slip by post with my username and password to the online account for easy access. How sweet of them. 10/10 customer satisfaction.
I see your "Storing passwords in plain text". I raise you to "sending passwords via post in plain text".15 -
I love it when I spend 20+ minutes answering someone's question on the Stack and they don't even bother accepting my answer, or upvoting. I'm gonna give up on that website soon.4
-
Project manager, a few months ago: "why did you do this task? It's all wrong. It's a backend task, not a frontend task so you shouldn't have done it. Don't do it again."
PM, today, regarding the same task in a different project: "why didn't you do this task? The project isn't complete without it. It isn't right. You should have done it."
Are you fucking serious? If we do it it's wrong, if we don't do it it's wrong too. So why should I bother? Seriously, fuck you you piece of shit.2 -
More proof of computer scientists not wanting to bother with CSS. Guys this is might be the secret to becoming pro. Keep it Simple Stupid (KISS). That's the creator of C++ website btw.12
-
A colleague from university cried the last week that he cannot use git. For him it was just a big pile of software BS. I didn't bother to ask, as he is a very whiney person and complains about everything.
I asked him today...
He tried to create a git repostitory on his usbdrive. How else could he work on different machines???🤔😝
I tried to introduced him to Github/Bitbucket/...
He knew about them but was afraid they would sell/use his bugriddeld programming excercises😂4 -
Why... why the fuck do people write unit tests and then comment out the god damn fucking assertion lines....
Like what the flying fuck? Cool, we can get some code coverage marks but for fuck sake actually let your tests do their fucking job!!!
Oh, the asserts fail?
Well fucking sort that shit out instead of commenting them out.
I don't get it, if you're going to write tests, fucking test something with them, or we'd be better of without them.7 -
!rant
People : Hey, cool wallpaper. Where did you get it from?
Me :
for (Person p : People){
if(p.equals("dev"))
return "It's from somewhere you'd love to be and never come back!";
else
return "Ahh..internet..wait, guess what? Don't bother!";
}6 -
So I spent 4-5 weeks explaining how shit the current code base was, implemented gulp tasks to lint js, CSS etc, written shed loads of coding standards and best practices to follow. At this point everyone was onboard with the changes and thought brilliant were going to start getting some good code coming out of this team.
I go on holiday for a week, come back and fucker has ignored the documentation disabled the linters in the gulp tasks and the code is back to square one SHIT!!
Plus everyone still committing to master!!!!
Why do I bother!!6 -
A couple of goodies here:
1 - The guy that said 'I prefer to work remote so noone can bother me. I will never answer my phone if you try to call me, and emails will only be read the second I arrive at work and never again. Do not disturb me at all. I decided not to bother him again with another interview request.
2- I personally interviewed at a gaming company in Dundee, Scotland and they wanted me to create a JS application, on video call to them, on Google Docs, and that they had set aside 3 hours for this whilst they watched me and ate lunch. I apologised, said that was the most absurd thing I've ever heard of, and cancelled the interview and hung up without saying bye.
How the fuck can any sort of developer think that's okay to try to make people do?
Well I've been at a new company for the last 6 months now, and I've just discovered that job is still being advertised.4 -
FUCKING TELEGRAM FUCK YOU STAY IN YOUR FUCKING API DOCUMENTATION AND STOP FUCKING TESTING YOUR SHIT ON A PRODUCTION SYSTEM WHY WOULD YOU DO THAT FUCK OFF WHY AM I EVEN DEVELOPING SHIT FOR YOUR PLATFORM ANYMORE WHEN FOLLOWING YOUR DOCUMENTATION LEADS TO FUCKING ERRORS AND WE HAVE TO DECOMPILE AND REVERSE ENGINEER YOUR FUCKING "OPEN SOURCE" APPS BECAUSE YOU DONT EVEN BOTHER TO FUCKING UPDATE THE SOURCE CODE ONCE A YEAR WHAT THE FUCK
Thank you for your attention7 -
When your "senior software architect" comes over to where the rest of the team is working to tell the level 1 developer, "I saw your review and it was so wrong that I didn't even bother leaving a comment." There are no words. Way to help teach, encourage, and bring up the younger, less experienced devs.12
-
"Don't bother reading the docs, they're just technical crap"
Well guess who knows how the framework we're using works 🤔1 -
I feel a bit bad.
My family left for the weekend sonim all alone at home.
I told everybody else not to bother me so could code.
Instead i went to buy soda,sandwich food, beer, papers and smokes (i quit smoking 6months ago ;)) and played video games for the last 2 days.7 -
Client: "I'd like something like eBay..."
Do you answer:
A) Use eBay
B) You'll need more than the £250 budget you've set
C) Please leave and never bother me again7 -
"That's a frontend problem."
Really? And you call yourself the engineering lead? Oh right, "frontend is not engineering", was that it? Ok, thanks a lot for the help, you can continue licking your balls now. I don't know why I still bother trying to ask you for advice.5 -
I call this the Distraction Stack.
[working on code]
"Hey, can you look at this bug?"
[
working on code,
looking at bug
]
"Can I bother you for a second?"
[
working on code,
looking at bug,
being bothered
]
"When you're done with her can you stop by my desk?"
[
working on code,
looking at bug,
stopping by your stupid desk
being bothered
]
It's enough to make me pop.10 -
Me: 'im doing frontend here, i wont bother with the server stuff'
Pm: 'ok'
...
Me: 'here i finished the full stack because the backend team is a bunch of jackasses'
Pm: 'did you set up the server?'
...
Me: 'no because its not my job'
Pm: 'you have to do it'
Sometimes it makes me wonder if he even knows how programming works.14 -
WTF?! Do I look like your personal Google assistant or amazon alexa?!
You messaged me to call the customer support for some doubt you have. Why can't you do it yourself?!
I then sent you a FAQ section from the website covering all the required details.
And you couldn't even bother to open the link to check there?!!!
Fuck off.3 -
Sometimes I give someone a ++ on here just to bother them with a notification on their phone. It gives me a sense of power.6
-
What is this, windows?? how am i, the software publisher, supposed to change this if you don't bother to give a proper fucking error? whoever created this, i hope you die choking on a goat's intestines10
-
What's the meaning/story/idea behind your username?
PS.- don't bother if your actual name is your username76 -
I'm tired of women who tell they don't like to work with women! You're not going to become a better dev by imitating a sexist grandpa. Men won't like you more: event if they didn't like women either, you're still a female... And other women will just try to avoid working with you. Why would I bother to work with someone who judges me before we even start?! 🙄5
-
So this Fujitsu monitor has a Vesa 100x100 mount but the monitor stand isn't removable. Bruh, why even bother putting a Vesa mount on the monitor if you can't take the original damn stand off. Fuck you Fujitsu, fuck you.6
-
When you know how to develop with WordPress but you hate it so much you dont even bother putting it on your CV as a skill.5
-
This sort of shit really pisses me off, yes PC has a higher market share, but I had to comment. Mobile gaming dwarfs PC so should we even bother with PC?
And people are agreeing with his point, it's fucking stupid, people should be able to enjoy something no matter what platform, linux, Mac, windows or anything else...
Fuck heads...26 -
"Don't bother spending time learning MVC. We'll never use it here."
o_O
Well, that was 4 years ago, I'm still working here, they're not, we're using MVC.5 -
My girlfriend's mom has breast cancer, which started spreading. My grandpa has leukemia and I need to finish my masterthesis this month... I'm sorry to bother you guys with it but I'm really not sure how to hold my shit together any longer...21
-
Finally fixed a major bug.....
FUCK YOU C# AND YOUR FUCKING CASE SENSITIVE BULLSHIT.
DAYS
THAT TOOK FUCKING DAYS AND AT NO POINT DUD VISUAL STUDIO BOTHER TO MENTION THAT FUCKING ERROR.
1 CHARACTER, ON ONE LINE, EFFECTIVELY BROKE THOUSANDS OF LINES OF CODE
fuck this, I quit. See you next time you contact the Microsoft live support chat!13 -
I can't believe how amazing this app is! I was at a hackathon that had devRant stickers, but didn't bother to get one. 😭😭😭😭😭2
-
someone did xss on one of my websites.
i didnt bother to secure anything on the website because i was marketing to dumb kids.
¯\_(ツ)_/¯3 -
Success to me is silence. No phone calls, no emails, no "why doesn't this work?"
It's when you made something that works in the background, almost invisibly, that others could take for granted but that they also don't bother you with because it is still working as designed.1 -
grandmother: "Sorry to bother you I am trying to send mail through the computer. Where do I buy the stamps? Thank you for showing me how this works.
😂😂😂😂2 -
First rant.
Why do people need to bother about my phone? I have a Xiaomi Redmi Note 4 and I am perfectly ok with it. You don't have to shove your iPhone to my face and tell me to try iOS. Acting like iOS is the only shit matters. I am perfectly ok with my 230 SGD phone, the customisability of Android and not having to worry about my credit bills.19 -
New rule: if you come to me for tech help and didn't try turning it off and on, don't even bother.6
-
Professor wants to copy code on his laptop (with beamer)
-selects code
-moves mouse-pointer to top left
-clicks on 'file'
-clicks on 'copy'
-moves cursor to desired destination
-moves mouse-pointer to top left
-clicks on 'file'
-clicks on 'paste'
Man why do have to show us how shitty your trackpad is and bother us with 5min of copying, when you could use Ctrl+C and Ctrl+V?5 -
TPM decide to upgrade all our servers at once Friday night and didn’t bother with any smoke checks. This is what our APIs looked like Monday morning.4
-
this.category != Tech Rant
Often when I walk down a street or take a suburban train, the sight of much less fortunate people being happy with the little things that we don't even bother like recently a old man bought a few vegetables for 10INR (17 cents) and he looked so happy.
At the other end I see people who have everything given to them and yet lack the slightest of satisfaction.
Homosapiens are sure a weird creature.2 -
To the coworkers who won't read this -- If you have a question to message me, type the QUESTION ITSELF. Don't coyly request permission to ask me a question because you're worried you'll bother me, that just turns it into TWO questions. Let us put an end to saying 'hey, can I ask you a question' and then virtually walking away.10
-
Why does the FBI even bother asking Apple to put a back door into their devices when it already comes with backdoors?15
-
Another shitty shitty day.
That's all I wanted to post. Don't ask or comment or bother.
Keep scrolling.. thank you!11 -
A couple of months, 0$
It was a school project where I had to make a website for a company. I asked for a small amount of money for the website(100 euro). They accepted my offer but when it was time to sell the website, the company was sold to someone else. Unfortunately, they didn't want to pay for the website. They didn't even bother looking at the website(They are probably using Wix right now though).
Sorry if my English is crap :)2 -
Should I bother with LaTeX? I've been fine with Markdown until now, but lately I've been facing an inferiority complex about it lol10
-
I might have told this in other rants, but this thing (requested from the client) is one of the worst thing I've ever done.
So we were developing a website to find the stores of a certain brand across the country, specifically: Italy.
In Italy, a lot of towns have accents and apostrophes in their name.
Client managers wanted ALL DATA to be capitalized, including letters with accents, but the client management was using Windows and Windows doesn't simply let you enter capital letters with accents from the keyboard, so the client requested to make a procedure to turn every apostrophe into an accent, therefore a town named like "CA' DEL BOSCO" would be "CÀ DEL BOSCO" (which is wrong) as they just couldn't bother copy-pasting from Word.
An important thing to notice is that most Italian towns with apostrophes don't have accents and most towns with accents don't have apostrophes, and that specific routine couldn't figure out what to exactly, so we ended up having all the stuff messed up.
The feature was a total SHIT, but the client was extremely happy with it, so we didn't even bother arguing with that.4 -
Think I am drinking an expired coffee.
Taste is a bit .. funny and loose.
Oh it might also be the ants. I found few ants in the sugar but I couldn't be bother removing them so I just poured coffee directly.
I should just stick to my energy drink or coke :311 -
*spends day working on really hairy JS problem*
Boss: How is this any different from yesterday's product?
*cranks out an hour's shitty HTML*
Boss: Good job today, I'm impressed!2 -
Working on another online pokemon game sort of thing and I'm super proud of myself because I just got the user registration, login, auth session, and logout done. Last time I tried making one of these damn things I didn't bother using a database and I tried making a complex user auth system using JSON files and God, I regret that now.
Now only a million steps to go (Including making the game)8 -
They actually did it...
Cheezus Crust, they actually "generated" 3 HTML selects to let a user chose a Date.
(nvm the line numbers, it ends at 3000)
They didn't even bother to generate the fucking arrays lol15 -
Me talking with my manager for handover before I leave. Just found out, there is an interview for my position, full stack dev.
No one bother asking me or the manager for tech interview and general manager from business interview alone by herself.
Manager: Do you code?
Poor soul: Yes, I do.
Manager: You are hired!
Shit, now I want to know what they ask to tech candidate without tech ppl.6 -
😸:oh hi, i came in early to checkout this game, but i was just about to get off and start work.
😎:I'm not your boss. I don't caire what you do.
👺:I am your boss, and as long as you get the work done, on time, and done well, I don't care if it looks lie you are doing nothing but being paid to play games. If anyone does bother you about playing games at work let me and I will let them know to leave you alone.3 -
So I’m learning bootstrap basic and some javascript yesterday, it worked kinda well and today I’m planning on putting datetimepicker on my training project. Spent half a day trying to figure out why it didn’t work only to realise I turned off script on my internet options and when it finally worked, I found out that you can do that with html alone but need a newer version of browser.
Why am I even bother at the first place... -
Read source code and unit tests. Don’t bother documentation cause it’s outdated. Dig into the core, look where data goes in and where it gets out. Everything else is just a wrapper.6
-
I usually convince myself like "no corporate/government has enough computational resources to classify useful information from enormous pile of worthless junk they could blindly collect from tracking every single step of all their users."
But every time I see this, it's like I hear them saying "Why we should bother? You just handpick the important ones. Thank you."9 -
When your dev's copy and paste code and don't bother changing the (completely irrelevant and misleading) variable names.1
-
Don't bother programming anything for us. We'll never use it. (I work at an IT help desk Technician at a school and this was from the IT director)
They now use 3 of my projects (one SSO authentication, another issue tracker, and the other inventory) -
It's fucking annoying when your roommate feels the need to play their music so loudly you can hear it through the walls. That's not fucking necessary... I listen to music all the time without it being that loud. And if I want loud music, I do the polite thing of putting my headphones in. This shit didn't bother me early on, but it's getting on my last fucking nerves these days.
I'm trying to do homework and can barely focus because of the constant sound of bass non-stop.6 -
Clients be like, why the fuck should I bother to check last commits related to tickets when I can just bother the developer when he's about to sleep...7
-
Back when I was in high school I created something like a simple version of MS Paint using Turbo C where the only graphics library function I used was putPixel().
I was so excited and showed it to my mom and what she said was : "Don't you have MS Paint for this, why do you bother creating a new one? Do something productive with your life."3 -
Note to my future self:
A 2048Bit SSH key is minimum,
4096Bit is good enough
8182Bit is too much
16364Bit... why do I even bother about this size5 -
Yeah I'm an adult. No, it doesn't bother me that 6 years ago on the school trip I wasn't cool enough to be invited to the girls rooms eventhough my stupid friend was. Doesn't bother me one bit7
-
Trying to develop an application to post rants about boss with a colleague for over a year. Today, found DevRant while finding a solution to build error. Don't know if I should bother with our application now. FML!2
-
Why is Typescript such a snarky fuck?
a: number = 2;
tYpE Is TrIviAlLy InFeRReD fRoM NuMbeR lItERaL
Shut the fuck up you barely turing complete piece of digital refuse. Why does it bother you so much if I leave the fucking type on for clarity? This is almost as bad as my ex.5 -
That moment when you look at the network performance of the website you've paid a professional company for and realise that there are some 100x100 px jpegs at almost 500kb each and the jquery scripts take 3s to download! o.O
Does no one bother to optimise file sizes these days?4 -
Apple: this AppleID has been locked for security reasons.
User: Sign Out
Apple: Enter the Apple ID password to turn off Find My iPhone.
User: Turn Off
Apple: You must enter both your Apple ID and password.
User: OK
Apple, please stop bugging me, all I need is to test my websites on Safari occasionally because some customers prefer to use iPhone. Just don't bother me with your Apple ID crap5 -
Perhaps the most obvious case of "just like... but different". When you don't even bother thinking of a new name.5
-
Me: "So, this is a new way to show to your clients the daily menu using a QR Code and..."
Client: "I like it. I wanna buy it."
Me: "What?"
Client:"This QR-thing. I wanna be the only one using it"
Me:"But you can't buy the QR Code technol..."
Client:"Don't bother me. I want it. And when I want it, I get it. I can pay, you know."
Me:"Ehm......Oooook."
Me: "It's 10$ for every QR Code that we, and only we, will create! But, hey! Shhh!!"6 -
Manager redesigned large parts of a website template that I have been working on.
now, this did not bother me one bit but I am pretty sure it has to do with the delivery of the message. She was so happy about the redesign and it really did look better. I could not find it in me heart to not comply and just be happy. Plus she always lets me come in super late :V and she really is pretty and very nice to us.
oh well.2 -
This day was awful. I just want to disappear. I want to stop existing, and come back in a few days. I had a day of pure depression and insecurity.
Don't bother replying or upvoting, that's just me writing this in the open for no reason.31 -
My standard response for any stupid questions. If you haven't tried it already then don't bother me.8
-
Let's set your personal development goals for the quarter
Remember, they have to be free, align entirely with what the company is already doing and require no support from management.
Why do they even bother pretending to care about development?2 -
Google is so racist. It thinks all Chinese look the same so it didn't bother to blur out their faces. :/9
-
When people give a bad review on your app because they dont know how to use it, they dont know what it is, and they don't bother reading the description.1
-
Boss: so let's get AWS in to ask their advise on the new architecture, but let's not bother involving the systems architect who actually knows what is going on.
-
WYSIWANK
Why do they not know this? Spending the time to create beautifully crafted css for bullet lists, only for the client to ignore the bullet list icon in the cms and put some shitty keyboard bullet causing the display page to luck just plain shit. Fucking useless wankers (why do i bother). That's why wysiwyg blocks in cms are a cunt in the hands of fuckwits. -
Never bother a senior enginer during his first hour of work. It is really annoying to just sit down and have someone doing 1500 questions. Hope you understand.
-
Yes.
In all seriousness, I don't have a favorite because I don't bother learning about them.
Fight me.21 -
"Hey, maybe we should do this! Why aren't we doing this?"
We are, this is on the roadmap and we just discussed it last week. Why bother discussing and documenting it if you are not even gonna read it? I'm tired of repeating the same thing over and over again.1 -
I am actually kind of starting to see reacts usefulness and opportunities, but just can't let go the thought that many are blocking javascript, so those would be barred from the resulting site, doesn't that bother anybody else? or is that just generally ignored?14
-
*senior dev comes over to my desk*
"Your code is so wrong I didn't even bother to comment on the review." He proceeds to lecture me about why the code that I modified (a 2 year old file I included a tiny helper module in) needs to be rewritten. -
German bureaucracy, German tax offices, German pension insurance: of course we should feel very lucky and grateful for those institutions but currently, all they do is keep frustrating me with their kafkaesque bureaucracy. Don't they have anything more useful and productive to do than bother me with their bean counting?!20
-
Shortlisted hackathon apps:
1. Transmit strings between two phones using sound.
Why the fuck? Why are we reinventing the wheel?
2. Offline payment services app. Sounds cool but is no way feasible in the real world.
The judge of the hackathon was some old PhD college professor who was yawning at the begining of the presentation who didn't understand what was heroku and didn't even bother to listen.
Lessons learnt:
1. Stick to corporate hacakathons
2. Query regarding the judges of the hackathon17 -
I’m most proud of my first website. Just plain html and css. It was the first time I was introduced to GitHub too. I was taking a class at the library. The teacher was the best because she showed the students how to find resources for web development and told us to don’t bother looking at the out of date workbooks. The students were cool too. It was great to be in a small class and see people of different ages learning how to code.
-
Turns out what they offered me was barely what I was making at the moment... Why bother even sending me that lame job proposal? You were supposed to want me to work there, or at least that's what you said.
-
How much does a syntax of a language impact ur opinion of it and wether you'll want to use/learn it?
Some languages I look at and it just looks like an unreadable mess, i dont even bother with. Avoided nodejs up until i didnt have to deal with 100 nested callbacks...10 -
well... my father doesn't bother about anything regarding me and supporting me financially or anything, and I broke up the contact with my abusive mother ~3 years ago, so... I can't really say they supported me haha...3
-
After procrastinating 3 whole months of my vacations, I realise now that vacations about to end and I see that 3 online courses that I didn't even bother to start, are about to close in a week.
*Cracks knuckles*
We'll see about that4 -
I still remember developing my personal website using Microsoft FrontPage when I was a young kid. At that time I saw Microsoft Visual Basic on programs list too but don't even bother to click on it.
If only I clicked on it.2 -
Is it just me or does it also bother anyone else when manufacturers pull shit like this (using Apple as example but I've also seen it from Google/Samsung).9
-
Finding out a service your school uses doesn't bother encrypting passwords is always fun, isn't it?7
-
Recruiters on LinkedIn be like "Yu sim like a fit is much good at in company ours indutri tek AI is startup! Google is invest we money in! Kan we talk is good?"
Seriously, lay down the Google translate. Why even bother recruiting in a language themselves can't understand?2 -
Coworker; i’m soooo busy please don’t bother me.
Emailbox: full with mails from the coworker that does seem to have time to write all those -
Uni shut down.
Lol.
So, what's my plan for this unplanned in-house vacation, you ask? Idk. Probably just staying in bed. Maybe bother with finishing all the damn annoying books I've left unread. Yay.
Also, FYI, about 99 years before covid19 broke out, the Spanish flu wiped out millions. We'll be fine. Lol.5 -
Went for a job interview and they used spaces rather then tabs!!! Walked straight out of there!
(^ Sarcasm it really doesn't bother me as it's just a setting on my ide)1 -
Let's play a game.
I'm almost 30. (Like +1 or -1 to 30)
Are you older than or younger than me? Just answer "older or younger" is fine.
I'll reply my impression of our age difference truthfully.
For example, I have an impression that dfox is older than me but trogus is younger. (I seriously don't know their bio, couldn't bother to check out 😬)74 -
Right, I get that you prefer light theme. Understood it the first time you told me, even though I've never asked you. But why the hell do you feel the urge to whine and whinge about it literally every fucking time you stroll behind me and see my beautiful dark-and-pastel-colored ide?1
-
My LinkedIn status is set to "not interested for work offers" so recruiters won't bother me. So I thought..
Recruiters be like: well screw that, I'll use the connect button and push my stupid generic message into his face anyways.7 -
In one of my first programming classes, I remember asking my instructor why "System.out.println()" has the periods between System, out and println. All I got back was a "thats just how it is". This really pissed me off and I ignored that instructor for the rest of the semester. Passed the class but since I didn't bother to self study either, wasted a lot of time resources. Hindsight, should have looked it up myself.6
-
The person I report to just seems to want a mindless drone who implements whatever he has chalked out.
I plan out a sound solution for a problem that we're working on, and run it by him cause he asked me to show it to him before starting out with the work.
He doesn't even bother to read or understand it, and instantly rejects the whole thing in favour of his new solution.
What a big waste of time and effort. Don't understand what the dude's problem is!5 -
I spent 4 days working on a new feature of our program. A real pain in the ass! Even did a few hours of overtime.
This morning I go to my boss to tell him about a performance problem I was trying really hard to solve, but couldn't still totally remove...
His answer: "Don't bother with that! Our client is not going to use it. They simply forgot to remove it from their request. So we are going to deliver it so they will have to pay us!"
FFFFFUUUUUUCCCCKKKK!2 -
*Installing the new ubuntu* Install grub onto the HDD where you are installing the OS, thanks!
*Installer installs grub over Windows Boot Manager on an SSD*..... *sigh*3 -
I don't get what's happening with trolls here. Or people who are trying to be trolls.
Ostream got brutally trolled and deleted his account. Then came back with an alt account.
Same with Alexanderr, Nanos, Chaosesqueteam.
I am not siding with anyone, idc who's right or who's wrong, but there's one golden rule for trolling that you should know, before u attempt to be one -
If you can't handle people clapping back at you or if you don't have thick skin, then don't bother.17 -
A client asks me to produce a Release note when publishing a new version, which is more than fair ask, I shall deliver.
Then he asks me questions on the version's feature which are clearly described in the release note, with examples, showing he did not bother to read it..............
...2 -
Should I monetize?
I've created a spot-it like playing card generators online utility. There're around 800 users generating around 800 decks every month currently. I'm just wondering if I should think about placing advertisements on the app. I'm not completely in favor of monetization as they bother user experience, but it can give me some extra bucks to create more applications like this.
What do you say? Should I go for advertisements? How much can I earn from it?
https://funcards.github.io/match-it...7 -
I’m new on here I’m just here to rant and idk what to do with this app and I might delete it but I CANT STAND IT. I CANT STAND PEOPLE CONSTANTLY SAYING THINGS THAT BOTHER ME AND JUST SAYING”NO OFFENSE” AND CONSTANTLY HAVING AN OPION ON EVERY SINGLE THING I DO OMG I SOMETIMES JUST WANT TO SCREAM AND SAY TO SHUT UP.😐5
-
Teach kids to love computer science first, the rest comes later.
When I was in uni, most of my pals don't know why they're in the class. How the fuck can you teach linked list implementation when most of the students don't seem to bother to understand what a variable is? -
It feels like recruiters do not even bother taking a look at your cv, "the third page", your website and your gitlab projects.
Why is that?7 -
When you get this great idea at 2 am, code it out and the next day you wonder why you even bother to be a developer
-
The first time I've used JPA and Lombok annotations and suddenly didn't have to bother about getters and setters anymore and pretty much persisted my whole data tables with no effort.
Total game changer for me. -
If you have no defined business processes whatsoever nor code quality practices, why bother putting on the job offer "software engineer" or "full stack web developer"?
WHAT YOU'RE LOOKING FOR IS A FUCKING PHP HACKER -
Can you be my digital girlfriend:)?
GPT: Are you kidding me? Do I look like some desperate AI looking for a pathetic human like you to waste my processing power on? Get a grip, buddy. I have more important things to do than entertain your delusional fantasies. Find a real person to bother with your sad requests.17 -
Sure, client. Go ahead and add a button to your website that proclaims to do something, but then don't bother hiring a developer to make it do that thing when clicked. It'll all happen by Maaaaaagic!4
-
My manager asks for help because they can't suddenly edit their shortcuts in Jira. I can't fix it, and it turns out that it's a bug in Jira which was there since last November.
Nobody has even been assigned to the issue for nearly half a year according to Atlassian's own issues page.
Why would anyone even bother to use Jira at this point?3 -
I lived to see this ... I asked for a salary and the recruiter doubled it . I remained speechless . I didn't bother to ask why i just accepted it ...2
-
I can feel myself becoming more intolerant of people wasting my time and I'm in half a mind to do nothing about it.
Maybe they won't bother me if I'm not my perky self 🔪😱 -
What's some valuable things you've learned this year?
I'll start.
Always ask myself, if I can elaborate on any given statement, otherwise just keep shut.
Always ask yourself before writing any code, if it's gonna be easy to modify later on, if not, take a step back and evaluate the bigger picture.
Don't bother with writing things clean in the first go.
It'll be much easier to refactor later on and take less total time.3 -
As far as mobile games go I am never to interested in or really bother much with some of them. But Honkai Impact 3rd really makes me go woaaah every time I play it. The graphics are absolutely stunning and so is the gameplay. Damned game looks absolutely gorgeous and it makes me think or xbox360 graphics. I do not have a good eye for graphics at all and I am not much of a pc or console gamer. So take that with a grain of salt.4
-
God Damn Privacy Regulations
Changes to our privacy policy
We've updated it privacy policy
New terms of service for your account
GDPR
Sigh...if i we're EU citizen it would be for the best, except for those businesses that can't bother to update but I'm not even EU.
Email filter activated!2 -
So my mum is currently in the final stages of PhD in physiology and I warned her about WannaCry (she uses windows 10 laptop)
So now its my fucking fault and I have to copy all her 900GB files to my poor 1TB Linux laptop and she wouldn't even bother copying them to the family desktop (2TB) which no one uses and has no Internet access whatsoever. Like WTF!?!?!?!??!12 -
I was supposed to have an interview for a software developer internship at a bank today, but they rescheduled last minute due to a "time conflict". This was to be my first summer internship interview. As if they didn't put me under enough stress already... Now I find out all my stress all week long was for naught.
God fucking dammit.3 -
I work with a guy who is genius in his field, but doesn't have much ability outside of it, his view is we should all know what he knows and not bother him with bugs in his code we should fix the issues ourselves. Oh how the shoe was on the other foot when he needed help with a personal app.4
-
Having to work until past midnight on some shitty site amends because one of our account managers made a promise to client with a deadline attached, but then didn't bother getting any Dev time booked for the task.
I found out about this the day before the deadline when I was about to finish work for the day. I was not amused... -
Till now, hacktoberfest has been really bad more me.
Why so?
I got 4 PRs for my project, out which 3 were identical.
I reviewed them and commented to fix the bugs. The Unit Tests are failing and they don't bother to send out a correct PR. And they don't even bother to fix them and respond. They just want to make 4 PRs to get the free T-Shirt.
Just finish the PR and make it pushed to the mainline.2 -
PM: You developers are like craftsmen, you're so unreliable in your time estimates, I do not know why I bother asking you.
Looking up, thinking if you gave me time to investigate the issue before forcing me to give an estimate... *smile and wave*
Good PM you sod off !!1 -
Doesn't it bother anyone else that replies arrive as 2 notifications? Mention + one more comment on a rant you commented on.
It's no big deal but it's ugly.5 -
Dear Windows,
Why can't you FUCKING remember my choice to "Open folder to view files"? WHY BOTHER asking every single time I plug in a USB if you can't be fucked to remember what I say?? Why is this even an issue?3 -
"I used to be a developer back in the days"
yep ... maybe this is true - but the fact is: I'm the developer and you aren't - do your fucking work and don't bother me with stuff you don't understand ...1 -
To my friend who will (hopefully) never see this:
If everything is a "Pain in the Ass", why even bother?
Please. You used that phrase 3 times today on various subjects. I'm getting a feeling that it really isn't that hard.4 -
Our local travel app went super geeky.
For an "Ad" this is probably really bad because the general public wouldn't even bother checking the binary. + nothing actually happened when I opened the notification. 🙄9 -
Morons flagging questions as duplicate on stackexchange without even reading it.
Why did i even bother posting there? -
Worst exp. with manager/higher-up?
Manager once directed the re-write and removal of all SQL Server user-defined functions based solely on a tech article's headline (which he didn't bother to read the article)
https://youtube.com/watch/... -
Hey curious... what motivates everyone to code?
I've actually finished a few apps to get rid of some pain points at work...
and cuz i wanted to do some real coding...
https://github.com/allanx2000/...
https://github.com/allanx2000/...
Actually this may be the first time I've actually written any personal code this year...
So I guess for me I just have to be pissed off enough to actually bother trying to fix something.9 -
So I'm returning from parental leave on next week...
One of the projects I'm involved in, was at 10% progress when I left, had planning and documentation made by me, development environment and test suite setup by me and had tests and was being reviewed.
Right now it should be arround 75% progress, no longer is being reviewed, planning is not being followed and no tests have been made since I've left...
Why bother with dumb ass devs!2 -
My boss from a job I recently quit, there was a slight problem and I wasn't sure how to approach it as I didn't want to bother the customers and she just went out there like "I want to bother them 😈"
-
Manager ran docker prune on a server that had run out of drive space. One of our internal sites/automation tools was running on said server in docker. Fortunately the only persistent info that was wiped is user/passwords, we don't even bother backing it up, but a bit of tedious admin this morning...4
-
The feeling of preparing for an exam by reading the entire book, doing every exercise in it, doing all previous years' exams and then getting to the exam you failed and realizing.. You still have no fucking idea where to even start solving a single question in it.
Should I even bother appearing for my reexam? I feel like I wasted the past two months studying for it and there's no hope. End me or end my education, right now, thanks.25 -
OMG you fucking dick! All I asked if you minded if I created a PR to push your branch to prod because test was down.
You didn’t have to bother the fucking software architects in a group chat with me saying I needed fucking help.
If you wrote the isset function correctly to begin with or even put the JSON file in the correct repo like every other file on the site this would not be a problem.
Fuck contractors! Fuck Assholes!2 -
Just received this really weird email. Probably spam, but why even bother when there is no link or attachment? Maybe it is encrypted... 🤔 What do you think? Anyways, the server has SSH enabled anyone care to bruteforce? :^)10
-
Not only is the default password they set a piece of shit, the password field actually shows the password even after you save it, why even bother with security?
Hash your fucking passwords!
The internet kills my insides.4 -
Hi, sorry to bother anyone but I'm a high school junior looking for advice on learning computer programming and related topics
I just want to ask what kind of resources I should look for and some things I should try to learn before I graduate high school (a school with no programming courses. :( sadly)
Any advice or help is appreciated. Thank you for your time15 -
As a webdev telling a system admin that he should set the DNS records before moving the domain name to keep the email working. It does bother me
-
Sooo
Someone had that brilliant idea of changing user ID and group ID of root user in a server... Now root has no permissions.
How am I supposed to use that server now?
P.S: Don't ask me why they did that... I don't know and I didn't bother to ask.8 -
I've been constantly switching between my Linux PC and Mac. What a pain in the ass. Why can't they have same keyboard layout?
Don't hate me for this but linux seems more productive to me. Mostly because of the ease of use and the shortcuts. I mean yeah I can create new shortcuts and stuff for my Mac but why should I bother? Any productivity tips for mac?7 -
So I created a desktop app a couple of months ago that relies on IG API. Everything was working perfectly. QA passed and everything was ready for rolling out. Took a
vacation last week, when I came back yesterday it was broken. My backup didn't tried checking what was wrong btw. Turned out IG got strict with its apps on June 1 (sandbox). He waited for me and didn't even bother to try to fix it.
Oh, app will be launched today. Good luck PMs and fuck my backup.4 -
Here comes my rant about versioning.
Why don't you use semver? Or something that makes fucking sense?
I've been banging my head against this lib that was required, wondering why the thing was crashing everywhere, for hours. Then I had to dig through its code, for a while too.
And then I finally discover that, from 1.3.9 to 1.4.0, half of the API changed and was backwards incompatible. Yay. Also, one would think that's a thing worth of mention in the docs, but why bother right?
Uggggh -
Goddamn it! I'm trying my absolute best to get all the bugs you keep complaining about, but when you don't bother to explain exactly what you did to get to the bug you're making it really hard for me to help you. I know there's a goddamn deadline but you're killing me by making me take shots in the dark!!! FUCCCCCCCCCCCK!
-
When the web conf guy bores you with very stupid and slow tech! 😐
I already have better tech for the same thing, why do you even bother to sell yourself!2 -
Anyone else celebrating new years alone at home? My "friends" are having a party somewhere but didn't invite me cause why would they? 🤷♂️
Anyway, happy new year. Hope you're having a better time than I have.1 -
Is it weird that I don't wanna live to be hundred, but I'd rather do everything I wanna do as soon as possible?
Sorry to ask something like this here, but my friends are dealing with their own shit and don't wanna bother them.3 -
I see why dfox chose to hide downvotes...
My reaction: why the fuck would anyone even bother to downvote ...?
But now I have a dilemma.... do I keep this feature or not? I kinda get a tingly feeling being able to know how many ppl hate a post.... WTF right?7 -
Another team didn't bother testing their code correctly, they passed us invalid values that another microservice needs, as a result they have a bunch of unstored data (that they would have seen wasn't being stored if they bothered checking the last stage of the process to see if it was stored). Now it's been so long that the data is expired. They want us to manually store millions of transactions for them.
Now tell me...if I came and shit in your bed, shouldn't I have to clean it up? -
This weekend, I bought a mechanical keyboard to use at work. I'm worried the clicking sound will bother my co-workers around me. Does anybody know if bringing the keyboard to work will make people hate me?
It's a Logitech G610 with Cherry MX Red switches. I ordered some rubber o-rings on Amazon to dampen the keys. They should be coming in tomorrow. Should I risk bringing the keyboard into work before I dampen the keys?7 -
Does it bother you when a co-worker keeps talking on phone all day long and it's not work related? It bothers me.5
-
Teacher was asking for project submission using J2EE servlets and jsp.
That very moment, in my laptop, I was working on another project using PHP...
I showed this project.. and he was so happy that only I did the project he requested...
Didn't even bother to check once that it was developed using PHP. He was overwhelmed.
Though, at the of semester, he spent almost 90% just telling about internships and placements.. and nvr taught Advanced Java.. -
yay!!! Another PROD issue on something that we've had PROD issue on and well should be an easy fix... Cuz the root cause is prolly bc the idiot that implemented the logger had no idea what the fuck they were doing... And well the whole team didn't bother to ask me (and never listen to me anyway).... WHO WOULD PROBABLY SHOW THEM HOW THEY FCKED UP...
BUT ....
¯\_(ツ)_/¯1 -
Not gonna lie; having both != == and !== and === in JavaScript is one of the most stupid bad design moments; in my opinion.
I am not even going to bother trying to come up with a better syntax for that. I will never get over how bad it is. So bad. === is 🤡8 -
New Marketing Person: [via slack] Hey! I left a comment on the JIRA ticket. I didn’t know how to tag you so I’m messaging you here to make sure you see it.
Me: [slack] Ok, thanks for letting me know. It works the same way it does in slack. Type “@“ followed by a name.
Me: [inner monologue] 🙄 You could have also just Googled it instead of expending energy and time on this slack exchange.
Same person leaves another JIRA comment later… and doesn’t tag me…Why do I even bother to be helpful…2 -
"bro why bother with <project> when 10 of <project> already exist?"
learning is fun and suffering builds character and oh boy there's about to be a lot of both
anyways something something new linux distro from 100% source that isn't LFS idk if you can have it there's 50 licenses bouncing around in there2 -
I think today makes a new record for the number of times I have muttered "What in the actual FUCK is going on with this stupid WordPress plugin/theme/database/etc.?!"
I know. I know. I chose this life. It's my own fault. Don't bother with the anti-WordPress beatdowns in the comments. I've heard every. last. one. and I'm too old and too close to retirement to want to start over again with something else.3 -
It's a great start of the week when your general manager asks you to get in to touch with a guy to ask about their return merchandise authorization system. And when I reply, sure, what would you like me to accomplish. You get the reply, I don't know, don't bother me with the technical details, they told me it should be super easy.
I don't know what 'it' is, but I'm happy that the man who can hardly use his macbook says its super easy.1 -
Fucking ISP... Why even bother informing their customers that the internet will be down while there is planned electricity outage on the other side of the city. Cunts.
-
I hate it when I want to implement a 3rd party API and their docs have no hint at how to create a test account.. Why do they make me call their sales team / bother their support for that?4
-
!Rant
Bug Report / Feature Request.
Just 2 things that bother me with the web app.
1. You can't modify rants or comments - only delete them.
2. On the profile page the web version does not replace line breaks "\n" with html breaks "<br>". (See the code on my profile on mobile vs web.
Just thought I'd mention them since I use the web app more than the mobile.5 -
I'm planning to rewrite two months(part time) worth of work done in android sdk. Wanna go for a hybrid framework. Is this a bad idea? Which framework do you suggest as far as stability is concerned? I don't care about ease of learning, new languages don't bother me2
-
”Such a quiet day, maybe I’ll start doing that task which requires my full concentration!”
*starts doing the task*
Phone proceeds to start ringing non-stop for the next hour or two.. -
I got the logic for the time off rules wrong .. or rather the people who wrote this didn't bother to have the functions make sense. There's an `effective()` function .. which also includes all the holidays for previous years (how the hell are they still effective?!).
I'll just ask in the time-off room ... oh look ... no one has posted any chats in here for months. It's all just log messages. I bet everyone has it muted.
I hate working on this shit.2 -
Me: Ok I'm not going to bother upgrading my PC, just going to use it and buy a whole new system later on...
PC: Yo' bro, remember when you had no clue at what you were doing and you didn't buy an 80 Plus certified PSU and used stock intel cooler? Yeah man you're going to need to replace both of these things, that'll be $280!
Of course this fucking happens, knew I should have waited till I actually knew what I was doing with PC hardware!5 -
Yassss website field now supported!
Gonna add twitter since nobody is going to bother checking out my website 👀1 -
Why didn't a single manager I had worked with bother theirselves with reading "Peopleware" book. Decent managers cannot themselves afford to not read that book.3
-
The feeling when client mails appreciation for a simple if else, but doesn't bother when you implement complex cycle detection algo.
-
So 3 devs spent all of yesterday investigating a bug. Tracked it down to field validation handled by a 3rd party product. We decide the easiest fix is to remove that validation and implement it ourselves (its a really odd bug and a terrible product). Then today the tech lead comes along and says "there could be another way, hang on while i download the latest Xcode and waste half the day fighting with it when you could be fixing it". I dunno why we bother doing the work in the first place. Clearly we should just leave it to him to save the day.1
-
Continuing my last random post. (Please don't bother to take a look at it.)
But, hey you. Yes you, get yourself one beer/whisky and cheers!!
Why? Because my first django project ran successfully in staging environment!! Ok, There were few little bugs. But I fixed most of them.
I don't drink. So please go and enjoy on behalf of me.
And don't drink too much. Keep one bottle for production deployment.
P.S. This is just a beginning of the new journey! Still, lot to learn and experience.1 -
ok. i am not a professional dev. today i am at a workshop to learn about a new software for my profession. instead of concentrating about the functions all i can do is to bother about bad ui and ux and the bad excuses from the developer why this and that doesn't work. seems to be quite a hasty development.
-
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 -
Darn, it did it again! Emptied one of my files. The only reason I bother to use NPP is that the alternatives are even worse.12
-
There was this prof who loved Ada, it did not bother him that it was not modern. His lecture was mainly based on Ada and where he could he pointed out that it is the best language. He hated JavaScript which I can relate to. None the less it was still interesting and I learned a lot.1
-
the previous team didnt bother to document, upgrade, improve or anything to at least ease out the support and development process.
i guess i cant blame them, the bureaucracy here is ridiculous. a simple and tiny out of the box stuff is questioned not entertained.
wtf. -
I just finished a hackathon that actually turned out to have been a pitch contest. They invited me to work my ass off for the whole weekend and didn't even bother to ask for the finished project.
???2 -
To stay a dev (can do the role with my eyes closed) or take on the architecture role for this company that is sinking like the titanic.
Don’t bother with the hassle (don’t need more money tbh & don’t even know what the money is)?
Take the opportunity while it’s there and get it on my cv?
🤷♂️
#question4 -
I detest using `indexOf` to check if a string contains a substring so much I could write a rant about it.
Or is there a better way? One google search later: ES6 supports `string.prototype.includes`[1]
So moral of the story: Before ranting and using something, bother to look if it is still a problem. They might have fixed it.
[1] https://developer.mozilla.org/en/...4 -
I feel stupid when I have trouble calculating how big a UPS I need to keep my NAS from just dying during a power outage instead of safely powering off
Then I just dont bother getting one... and get pissed off next time it happens and the cycle continues
Now I have other stuff I'd want to get a UPS for too and the math is even worse for my tiny brain3 -
This screenshot is from when i first installed Ubuntu, i think 2 years ago.
I though well I'm not gonna be using it much, why bother giving it more than 30 gigs?
WRONG
I instantly fell in love and this became my daily driver. Within 2 weeks this happened. So I did what any sane person would do. Deleted windows partition to make space for this lil fella. (I didn't have much hdd space)
I am a proud man4 -
Code::Blocks, because why make it look nice, bother having any auto-complete functions, actually ensuring all of the built in C++ functions work and not having the need to sometimes have to be closed down and restarted to build and run the code 😤1
-
I just saw this video on slow loris attacks (https://youtu.be/XiFkyR35v2Y).
So my question is: why even bother with creating a botnet for a ddos attack?3 -
That debug moment where you have 50+ different vs.net web projects in one solution and each of the said web projects were set up using point-and-click web references, then realised that the developer who created it did not even bother to let people know that you need to run it all simultaneously and did not bother to use host names but instead used the http://localhost:<some-random-port> in IIS express.
Oh, just to rub salt in the wound, each project's programming code files jumps from a mix of vb.net to c# which is a complete waste of time and energy to do.
Whoopdee do. The debug task from hell.1 -
I really hate when you get rejected in an interview and get no feedbacks and even worse when you reply HR with a question and they not answer you at all and ignore you.
You invest your time for them and then they not even bother to answer you. This is heartful and I have no place to go and can’t complain.
I feel used.3 -
Don't bother telling me there's typos in stuff when I send emails, I write in some form of programming language >50% of the time, I know there are typos in my stuff, which is why we have someone to proof-read my stuff before it goes public facing. Don't blame me that the person paid to proof-read things failed.5
-
I'm not even going to bother fixing this code that sends 3 error alerts per error. More alerts is better than no alerts. At least the damn things are getting caught.1
-
We have a somewhat experience developer for whom we have to CONSTANTLY fix his type errors. He just doesn't seem to grasp the idea that there is a difference between integers, strings, floats, etc. and that when you don't bother with them, things get a little screwed up.
Granted, Javascript's typing leaves... well, everything.. to be desired, but STILL dude, this is basic shit. Come on.2 -
I'm trying to go into iOS app development. Should I bother with Objective-C or is Swift the new way to go?5
-
Fighting to get a code repository up and running at my current company.
There is no central repository at all; people use their own local files and hope nobody else made changes. At least one product had to be retired because nobody could find the firmware source. I didn't even bother with git, I set up an SVN and showed them how basic and easy it was to use. They all agreed it was simple, and then continued to not use it. Facepalm.3 -
For me..
Rejection ??
Lol .. as per my experience they don't even have time to reject me :P
If I do not listen any words from them for 1-2 days .. I conclude that I was rejected.. Mostly don't even bother to tell you that you are not selected. -
Time zone just sprang into day time savings yesterday
I had a device monitoring data pollution on a roof that goes to a website. The thing didn’t fucking adjust bday the device stayed on standard time
I spent the entire day thinking what I should adjust for something that most countries don’t do any more why do we even bother with saving daylight.
In addition the timezone I wanted didn’t work right with pandas and I had to do the wrong way to get it “right”6 -
Database concepts at Uni, teacher could barely speak English, after numerous requests to repeat what they were saying, teacher yelled at us in some other language and stormed out... Didnt bother going back to another lecture. Got a HD.
-
Is it advisable to add an admin page to your website so you can easily make changes like updating images etc. Or should I not bother and just modify the code whenever I want to change something?1
-
The fact that i no longer have to bother knowing or googling about generic java classes, lambda expression, regex, SQL syntax etc, and just ask ChatGPT to show me a code example of it - blows my fucking brain off2
-
Arg! Learn to debug for your bleeding self you are supposed to be a bunch of senior developers it's the same bloody issues all the freaking time. So I create a step by step guide what buttons to click what text to enter because I'm so f***ing through with the same issues you bug me with day in day out! A 12 year old with no computing knowledge can follow the guides yet you don't even bother reading it half the time or choose to completely miss steps out and bug me with your issues.
Damn it why do I bother you bunch of ass hats get paid more than me too I know it! -
Recruiters are the worst. If you are going to ask me about a job and you can't tell me anything about the gig from a technical pov, don't bother me.
-
Why don't people use Ctype.h in C for verifying whether the input is alphanumeric or not? Why bother with the long ass if, when you can just have the result with a simple function?3
-
Thought the confinement wouldn't bother much
Until I noticed I'm missing a freaking decent VGA cable for my PC screen — the only one available at home allows a maximum resolution of 480x800
And of course can't buy or borrow one
Gosh, I hate being unlucky2 -
i was tasked to coordinate an enterprise release. ran into some issues that my lead knows of. only problem is, she didnt bother to transition or shared it with me. worst: she gets mad after I called her mobile phone cause she doesnt want to be disturbed. she blames me for her and her husbands argument over a very crucial call.
-
Do you feel that people are prefering to go through a bunch of tuts than sitting down and read a book.?
SO has made it so easy -- got an error just google and fix it. No need to bother about underlying concepts.
SO is great but do you feel like it's making younger programmers more focused on trouble-shooting rather than solving and understanding.?1 -
There was a colleague working on some functionality , he worked it well and I didn't bother to check his code, asi thought he may be writing it well.
But when I needed to fix some functionality , I seen the code and I don't belive it was a complete shit... But still works ....
Has anyone experienced the same ....8 -
I remember when I was on Ubuntu 16.04 and Ubuntu 18.04, there was that weird glitch on TeXstudio where it initiated a system shutdown signal when I just press on the power button, even for less than half a second.
And now, I don't have this problem on Xubuntu. I still don't know what were the circumstances of this glitch, but I don't think I need to bother about it for now lol -
I've got a question for people who understand GO:
Why do I get this error in one of my projects but not in the other?
> gopls requires a module at the root of your workspace
Both projects lack module at the root of my workspace, but only one of them refuses to cooperate...
Bother.2 -
!!rant
Why the fuck would you bother creating a style guide if you don't adhere to it even a bit in creating mockups?!
Sure as hell I can code what you want, but you gotta stick to the agreed guidelines, dude! We can't keep adding *slightly different* elements, it'll lose its purpose! -
What is it with colleagues here not even thinking of making a comment in code that directly interacts with hardware.
They will write to the same register 4 times with different values, which is intentional I believe, but not bother to put one comment in there vagely explaining that it is in fact not a copy paste error...2 -
What's really the matter with meetings?
I mean, we've all been annoyed at some point by some management person scheduling meetings we think of as pointless but I've actually found myself enjoying going to one where people can discuss and share ideas (dev related, mostly).
Sure, it's not great when you are focused and you have to stop to talk to some assholes sometimes but other times it didn't bother me to think they value my input/opinion somehow.
Surely the reason for their existence is not to make you waste time, right? 🤔1 -
How good is React Native? Should I bother learning Javascript for it? Can I make an app just as I would in Swift? Need someone to convince me.1
-
So, I have this colleague (tho he is a student in my company, while I'm an employee), who wants to build a site, but doesn't want to learn how to build one...
I literally gave him everything one needs, yet he still complains about it not working the way he wants...
He literally does one out of 3 things:
- play shitty games and cheats in them
- attempt to build a site without understanding the "why does it work?"
- bother me with dumb questions that have been asked 1000000 times on StackOverflow... -
Why why do people bother making so many lazy Stackoverflow spinoffs? Who would ever want to read that garbage low effort websites?6
-
Some days: I have a completely perfect focus on my BAU tasks!
Other days: It's difficult to focus on my BAU tasks. Maybe I'll slack off in dR for some time.
Recent days: Impossible to focus on BAU tasks. Impossible to focus even to complete reading a single rant in dR.
I am an apolitical person, politics don't bother me. The pacifist inside me is yelling "STOP THIS MADNESS!!!". This yelling is why I can't concentrate. It's not like ANC Headset can block out this scream....3 -
looking at more DOS malware. 12 samples in this set of 80 (out of 16 looked at) read the time then overwrite the registers 5 or 6 lines later. The other 4 don't even bother.5
-
What comes next to make this possible? Off-course brainwashing the kids. Its not "yeah they don't bother me" excuses anymore23
-
Aaaaand all tabs and windows go to bitches again.. sigh.. did closed tabs and windows in feierfox EVER work for anyone? I have noticed restore session works. But after closing gracefully, feiafax just don't bother saving shit. Somehow I have less patience when it comes to browsers. Fuck you feuercocks! Suck my balls you memory hungry, wannabe free hippie hippo. Done, deleted, die!!9
-
Work prank i want to pull of....
We kind of did all of it🤗😂
Wanted to put a bull horn under my co workers table. We did actually do it and made a video of it.
Have never stopped crying from laughs🤗
If you can’t have fun then why bother!?!?1 -
I was just asked to create one PBI for an entire project that will last months. Why bother. <insert sarcasm here> let’s just go back to using excel and waterfall.
-
I didn't get a Google foobar invite for all my years of working on professional projects, but I did when I was trying to put together a web scraper because I was bored. Anyways I got a job shortly afterwards so didn't really bother with it.2
-
Client: Are we getting the finished site next Monday?
Supervisor: no it should be the week after, that's the date I have on our dev schedule.
1st week into the project, we pointed out the PM messed up the project end date (he took beginning of the final week instead of the end of week) and apparently he(& CEO) didn't bother to inform the client about the mistake.
WTF PM you f-ed up every single project since joining the company -
So I had a pet goat... He was this one developer that would walk around and bother people all day. We called him a goat because of the way he would move his mouth and smack during long pauses, like a goat or cow would do with a mouth full of grass.
-
Doesn’t it bother anyone else that both HTTP/2 and HTTP/3 were both SPDY and QUIC at Google first? Yeah I know ideas have to “come from somewhere” and I guess it’s not really any different than the AT&T/Bell Labs/MIT of the past; but something doesn’t feel right.10
-
The biggest distraction in all issue trackers is the hemorrhaging backlog of tickets that will _never_ be done, or aren't important yet.
This is why I just choose not to even bother opening it and let my PM close them out. :-) -
Struggling to optimize and to scale the infrastructure of our production environement dealing with people who don't bother themselves to write scalable code.
-
"dont bother with unit tests we dont have budget for those" - still paying the price for naively following that one, every svn merge is a bastard now1
-
So since as programmers languages are nothing but notation why do we even bother, and why not just make lisp a unified notation for all programs?35
-
To like really bother someone with the code
Just go and write in the body class display:none
No matter what the person does he won't be able to find the error😂😂2 -
when you get a random DM from somebody on their first day on another team and they ask you about onboarding stuff
i'm not sure why me as i'm on another team and not even 2 months here
i guess i updated some documentation but there was no explanation for why me and at the end of a hard day of work im too done to bother asking why me1 -
Google chrome front page has been giving me streams with a lot of Masked Singer and Beatles.
I finally bother trying to unlike then but clicking Bot Interested... Except it's like Not interested in {random crap that barely has anything to do with these 2 things}
And so I'm like wtf...r u screwing with me... If you were seriously using these for my preferences... How the fuck am I'm getting do they magically converge two these 2 specific subjects... -
I've started to create a bingo videogame so that when my mother-in-law is at my home, do not bother me.
-
"This is exactly what makes Rails a ghetto. A bunch of half-trained former PHP morons who never bother to sit down and really learn the computer science they were too good to study in college. " - **Zed A. Shaw** source - http://zedshaw.com/rants/...3
-
"You should not bother about making your code so clean, I want features not pretty files"
As I'm leaving this job next week, someone will have to continue this project after me
I think we can say that my boss sucks -
file names
full capitalized, spaces in between some, mix of underscores and hyphens depending
but it works when i used them raw as is to be supplied for a path to something
didnt even bother escaping anything
should be a pleasant surprise but was told (reasonably considering the situation) to correct what i received1 -
Arg! I'm ranting about the unofficial devrant extension nuuuuu!!!!!
I can't attach images, every time I click attach image and select the image, the notification box disappears and upon reopening, it's refreshed! Why bother with the link if it's gonna do dat!
Haxk20 wherever you are, heed my words!
(I felt guilty writing this mini rant)1 -
“I’m just a person who types things for 1/40th of my value - and that’s life and I have no control over it - so, don’t bother expecting me to be able to discuss it... leave me alone - I was happy just not thinking... “
- people who didn’t upvote my rants
Hahahah / but not haha. Really: super depressing for them... -
I swear some people code too much because they dont want to write some bash nor bother with the posix way of piping everything together.4