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 - "crappy"
-
When your boss asks you to debug some crappy legacy code and you need to bring in the heavy artillery7
-
Saw an ad for Wix, went like this:
"You need a website, why not do it yourself?"
Aren't they advertising to NOT use their crappy platform?10 -
Because Moment.js is too mainstream,
Oh man I really need to punch person who wrote this shitty file,
1k LOC , whole thing is a mess, this is just a gist of this crap18 -
I know a guy, about 50 years old. He is a self-taught programmer since he was young, and he has always used Visual Basic (never anything newer than VB6).
He once needed to interface with a web application I wrote, so I asked him to send me a POST HTTP request. He didn't know what I was talking about. No notion of REST, sockets, HTTP, nothing.
The he showed me his code. Actually, his codes. He had multiple copies of the project, one for each version, and he even kept multiple variations of the software in different separate folders. He probably doesn't know what "version control" even means.
You think this is messy. You didn't see the actual code (it's a huge application!).
Spaghetti all over the place. Meaningful variable names, what are they? Default names for the controls, like button1, button2, etc, with forms with more than 30 buttons and text fields. This was the most incomprensibile code I have ever seen.
You might think that this guy is just a hobbyist.
No.
He sells his applications. To companies. They are obviously full of errors, but they buy them.
Now, if you're still with me, two questions come into my mind:
- why?? I hate this, because it's impossible to prove to a non-technical person that this is *not* software development.
- how do I know that, to someone else, I am not like him? How can I be sure that I know and will know what needs to be known?4 -
FUCK!!! FUCK IT ALL. FUCK YOU AND YOUR CRAPPY BULLSHT UNDOCUMENTED AND OUTDATED API.
YOUR DATABASE SERVER BACK-END HAS TO BE THE ONE MANAGING THE DISPLAY DATA FOR ITS WEB AND MOBILE CLIENTS. NOT THE OTHER WAY AROUND, DAMN IT.
I'M NOT GONNA SIT HERE ALL DAY HARD-CODING ALL YOUR SERVER'S INADEQUACY.
MAKES ME WONDER DO YOU EVER USE DESIGN PATTERNS OR APPLY DESIGN PRINCIPLES? DRY AT LEAST? DON'T FUCKING REPEAT YOURSELF, DAMN IT.
I CAN'T WAIT TO LEAVE THIS PLACE FOR GOOD.6 -
1 fix my crappy sleep schedule.
2 organise my time better.
3 stop being a glutton.
4 earn a aws cert.
5 build a portfolio site.
6 build projects to go on portfolio site.
7 find a new job?
8 do some machine learning.
9 find love?
10 continue automating people out their job at their request.4 -
I see software engineering mostly devolving to be simpler syntax, more widespread and reach more range of people, including non-tech ones.
That’s now obviously leading to more crappy javascript code, more abandoned frameworks, libraries, more shitty software and more dev rants.5 -
!rant
Jesus, this took so much work...
My university has started Swift lectures but my god their Mac minis are really crappy so I decided I would install Mac on my PC.
How can an operating system take so much fucking work to even boot!16 -
Someone stole my mouse when moving office... Dude the things on MY DESK are mine, you can't just take people's stuff and make it yours
Now I am using your crappy mouse... 😑6 -
A client asked me to add a mobile phone field to a registration form and asked me explicitly to use their server side validation for it.
Apparently they need a valid provider prefix, but after that everything goes. This was passed as valid mobile phone number.11 -
Hello, it's 2018, and your alternative software to make presentations, namely, Prezi Next, takes a lovely 1.7 Gb of ram, and randomly decides to take 40% of your CPU constantly whenever it wants.
I feel pillaged. Plus the software is crappy as hell.14 -
Everybody talks about burnout syndrome or crappy tech interviews, but not about a real struggle for devs, bubbles in their laptop stickers.3
-
Great, fuck you maintainers of Audacity, trying to sneak in crappy telemetry/analytics into it
https://github.com/audacity/...39 -
Dude, stop trying to cram your crappy open source library into all our projects. No-one uses it, it's buggy as hell, and even if it did work properly, it adds virtually zero advantages.
Seriously, if you Google this library, the results are: a blog post this guy has written about it saying it's awesome, the same guy answering people's questions on Reddit by saying that all their problems would be solved by using his library, and someone else raising an issue saying it doesn't work 🤦♀️5 -
Hahahaha, great start of Monday, discovering angry passive/aggresive comments from previous devs.. xD
// what is this? ever heard of CSS?
// css is for pussies, real men hardcode
// jQuery mixed with Ext. Awesome7 -
"Why we can't install SilverLight on Windows 10?"
"Because Windows drop support for it in the 2015? And SilverLight is a crappy software?"
"But we have a HUGE software who use it!!!! We kneed to REBUILD SilverLight!!!"
And now we can't get the GPS of all ours boats because the "beautifull software" is only for SilverLight and nobody can update the software because it's outsource "somewhere over the rainbow" or something like this...9 -
A bit of the masterpiece i have to work almost every week, note the line number... and there a plethora of files like this. Oh, and the company i'm working on has 500+ employees and almost 500K customers, but don't you dare to propose a system replacement, as the manager says we are very busy with a lot a changes and always mentions that we take a lot of time to make the modifications.... Probably he will belive us when a extremely expensive external consultat say the samething we do.13
-
Him: You can code, right?
Me: Of course,why
Him: I want to start promoting my (very crappy) music, I need you to –
Me: No!
Him: But, I just –
Me: I already said No.Never gonna happen.
Him: I get it.You really can't code,you just pretend to.A simple website can't be that hard for you if you knew.
Me:(Pushing him out) Nice try.9 -
The most incompetent co-worker is that idiot who wrote this piece of crappy code! Oh wait, that's me!1
-
So yeah, I got fed up with assholes offering unpaid internships while demanding the work of a paid employee and I went around reporting all of them for violating the law.
Hope it does something. I hate these people taking advantage of vulnerable post secondary students for their crappy, worthless startups.1 -
What's the point of using a framework if you don't use any of its features!? What the heck, I have to fix this damn web frontend that is so broken in many ways.
Instead of using an authentication middleware, every single view has the same block of code to check if a user is authenticated. Instead of templates, they used static HTML/JavaScript files and they passed data to pages through cookies.
The "REST" API is so messed up, nothing is resource-oriented, HTTP methods are chosen randomly as well as status codes. They are returning "412 Precondition Failed" instead of a plain simple "401 Unauthorized" when you're not authenticated! What the hell, did they even bother to check what 412 is about when they copied and pasted it from a crappy website!? I would never come up with 412, not even in my scariest nightmare.
What kind of drugs were they using when they wrote such code? Oh dear, I need a vacation...2 -
My work pc has been replaced just now. It took so much time for them to replace that crappy piece of garbage. Now, I can alt+tab 10x faster than my previous pc. Lol.
-BTW. This is my very 1st rant/post here. Hi guys 🤓.8 -
A few months ago I jelled about some crappy code, who the f*ck wrote it?! Then they showed me my name in the file header... crap I wrote it myself A WEEK BEFORE and already forgot about it...4
-
So python, who knew it could automate a lot of crappy tasks 😎
Actually I did, but god it’s so quick and easy to implement than expected.
I have a new formed respect for python devs after my day of web crawling and ftp transfers and outlook mining 😘7 -
Me a year ago:
// Pieces together a deadbeat crappy php-script
"Man... PHP is shit"
Me now:
// Gets paid to create controllers for php framework applications
"Man... PHP is THE shit!"4 -
I used to think Electron apps were gonna do great and make it more accessible for companies to produce high quality programs with ease.
Oh boy I was wrong. All it did is enable big companies with the ability to refactor all of their software to run 5 times slower, consume 10 times more memory and kill your battery 20 times faster.
I fucking hate all of this prototype fast optimize later bullshit. Can I get some value for my dollar? How come technology is just being degraded for the same of "ease of programming".
You save programming time but sacrifice end user time, cus our time just doesn't fucking matter.10 -
Me: *Browsing normally*
Crappy website: *Obnoxious Ad*
Me: *Installs AdBlock*
Crappy website: *adblock pls disable*
FUCK JUST LET ME BROWSE11 -
Another crappy job advertisement this time courtesy of Glassdoor: get spammed to death by job ads.
So it says graduate software engineer but they want someone with ideally 1 -3 years of B2 experience, seriously how is this fair?
Like with my other job ad rants:
What a fucking joke, lol7 -
Crappy team bonding or conference days where you spend the day away from your machine listening to motivational speeches from arsehole senior managers!!
"And don't forget everyone, there's no I in team."
"No, but there's a U in cunt."2 -
We have a ver crappy Internet connection at my office (I believe it's 100Mb/s for 50 people to share), so when somebody starts downloading a big file they pretty much hijack all the available bandwidth and fuck up everybody else.
Now, we have ONE, just ONE SINGLE FUCKING COMPUTER RUNNING FUCKING WINDOWS 10 AND EVERY WEEK IT FUCKS UP THE ENTIRE OFFICE'S INTERNET CONNECTION WITH ITS STUPID FUCKING UNCANCELLABLE MANDATORY UPDATES.
FUCK YOU MICROSOFT.8 -
Short horror story: a coworker of mine renamed a directory in the git repo from ABC to abc. All MacOS users found their repos completely broken after pulling the changes. They didn't know that Apple's crappy HFS+ filesystem was case-insensitive.
I have ~10 coworkers, and each of them wasted at least 1 hour manually fixing this problem. This is like not working for more than a day.
(I'm forced to use a Mac too, but I use an ext3 volume for repositories.)7 -
my hotel's wifi sucks so bad, I can't even attach the crappy 5kbps-speedtest-screenshot without running into a timeout...5
-
Once I quit this job, I'm never getting a Mac again. I know many like working on one but for me it just gets in my way, it's naggy, the window manager is clunky, homebrew is a crappy package manager compared to pacman and good do I miss focus follow mouse. This is the third time that I've used macos for insert a year and it has actually gotten less pleasant over time.8
-
So Im making my best friend (which is a girl) a website. I'm not a pro at it so please don't roast me. I am self taught and still learning. A few opinion and ideas would hurt ? K:30
-
interviewer: name something basic
me: your crappy ass bootstrap php5.4 website you call a “cloud data infrastructure”
interviewer: oh that’s very basic indeed7 -
What you see in that screenshot, that was earned.
I'm on the plane and I want an hour of free Gogo (read: crappy) WiFi on my laptop (so I can push the code I'm probably the most proud of, more on that another time). The problem is that the free T-Mobile WiFi is apparently only available on mobile.
So after trying to just use responsive mode, and that still (almost obviously) not working. I realize it's time to bring in the big guns: A User Agent switcher. Small catch: I don't have an add-on for FF that can do that.
So on my phone I find an add-on that can and download the file. To send it to my computer, I initially thought to go through KDEConnect, but Gogo's network also isolates each system, so that doesn't work. So I try to send it over Bluetooth, except I can't. Why? Because Android's Bluetooth share "doesn't support" the .xpi extension, so I dump it in a zip (in retrospect, I should have just renamed it), and now I can share.
After a few tries, I successfully get the file over, extract the zip, and install the extension. Whew! Now I open up Gogo's page and proceed to try again, but this time I change the user-agent. Doesn't work... Ah! Cookies! I delete the cookies for Gogo (I had a cookie editor add-on already), but I had to try a few times because Gogo's scripts keep trying to, but I got it in the end.
Finally that stupid error saying it's for phones only went away, and I could write this rant for you.22 -
Just got a new work laptop last week. An upgrade from a crappy consumer grade piece of shit to a proper business grade 8c/16t laptop feels good.
Also Fedora.15 -
I was working with a guy 3 years ago, he was junior web developer. Lazy for work, watching YouTube and game streamers all day long at the office. Sometimes i was fixing his crappy code.
And ... one week ago I was surprised seeing this guy come to my current work office as senior web developer.
Im also new at this office and i had good impression i was working with professionals before this happened. Guess what... This guy hasnt changed much. Still writes crappy code , no idea of clean code at all.
I got concerns about my work place now :/ thinking to change it.6 -
Classic Wordpress:
1. Find a problem
2. Throw 2 to 6 plugins on the problem.
3. Admit, that they don't fix the problem either.
4. Implement some crappy workaround yourself.
But: It could get worse. You could use Joomla as CMS. Same shit, but without the available mass of plugins.6 -
Rant: THAT FUCKING CREATIVE AGENCY, THAT USES A FUCKING HOSTING PROVIDER, THAT DOESN'T OFFER SSH! GUESS WHO'S CURRENTLY UPLOADING 4000 FILES? BEST OF ALL EVERY 200-ISCH FILES THE CONNECTION GET'S REFUSED, TELLING, THERE ARE TO MANY REQUESTS (FileZilla is set to max 2 simultanious uploads, still the same)
FUCK YOU, YOU FUCKING FUCK OF A CRAPPY DEPLOYMENT PROCESS.6 -
Why do most Java programmers know Java and nothing else? Wtf, every time find myself reviewing crappy Bash/Python/JavaScript/Ruby shit written by Java-only programmers I want to puke. Don't you know that the world is bigger than your small island?14
-
I know it is 1 week too late but i dont care. Im aware that my workbench looks like shit but in reality it is a "creative mess"
@Condor Do you envy me now? I have 1054z that is hacked and has all its features unlocked! I have desoldering station and crappy (very crappy) soldering station. In addition to that i got simple sine/square generator that goes to 1Mhz (old communist poland tech - indestructible and great)
Situation with my pc is complicated. My main pc (with the curved monitor)
-i5 3350p
-12 Gb or ram (2*4Gb and another 4 that friend gave me)
-radeon 7800hd (*RIP* cant play games anymore 😥)
-256Gb sata SSD
-2Tb WD blue HDD
In addition to that i have a laptop
i5 4 cores, 8Gb ram, 1Tb HDD, GTX1050
I use my lap for gaming now, i even connected that monitor as main lap.
(double monitors yay!) sometimes i use my old pc for minor things but i use rdp for that, it is great experience! (my lap displaying rdp from my old pc on second monitor that was my old pcs main one 😂 i find it a tiny bit funny)15 -
Every time a distro defaults my editor to nano, I lose a brain cell. Why, why this crappy abomination of an editor? Distro maintainers, default to proper vim for an editor like real men! Fucking hell!13
-
x comes out.
Team: hey let's rewrite our project using x!
4 months later..
y comes out.
Team: x is so crappy, let's rewrite our project using y!
3 months later...
z comes out...
Team: why did we ever use y, let's rewrite our project using z!
.
.
.5 -
Kevin, we use the v2 of the Java AWS SDK. Stop dragging in your crappy v1 dependencies, in many cases *duplicating* the bloody v2 dependencies anyway, because, I quote:
"Stackoverflow and AWS don't seem to have many examples using the v2 SDK though"
Use your bloody brain and figure it out, Kevin.2 -
University Final Viva for OOP with C++
(Yeah, that first line is a rant in itself for the likes of me and Mr. Torvalds)
Assistant Professor:
Tell me a few "functions" in C++ STL algorithm header
Me:
*starts off with the first one that came to my mind*
sort()
AP: Huh? a I'm asking the Algorithms in C++ STL
Me: Yes, this is one of them Ma'am.
She looked at me as if I told her that I'm dating her daughter. It became clear she doesn't know about it and she'll gladly deduct my marks for getting it wrong. So I explained how Sort() is a hybrid of quicksort, heap sort and insertion sort. (Read about it an hour ago while doing a competitive programming question)
AP: Tell me the ones we did in class.
I haven't attended those classes, so I just told her the ones I knew.
After a couple more infuriating questions, which themselves sounded right from a book published in the 90's, she gave me 10/15.
This is what's wrong with India's Education system, even the teachers know only the stuff mentioned in the course hand-outs. Forget brownie points, you get screwed over by the teachers for actually knowing stuff and using it.8 -
“Yes Haskell is my favorite language, so elegant yet so powerful, a pure form of expression of my complex thoughts”
*proceeds to code nothing but crappy hacky CRUDs in php5.4 for five years straight* -
Postman needs to learn it's god damned place.
No, I will never sign up for an account you god damn crappy wrapper for curl written in electron. Stop giving me banner ads. Fuck SO FAR off.14 -
So you're sitting on your crappy Win 10 and whine about that piece of shit, huh? You had five fucking years to come up with a plan, but noooo. Instead, you put your thumb up your asshole and hoped MS would change ways. Only that they didn't, and that's because they bet on people like YOU, and now you have to suck your dirty thumb.30
-
I recently came across my old interview assignment code which I had written while I was still in college. Oh my God, it was cringy! It was such crappy code 😂
My coworker (who had interviewed me) saw it too. He was surprisingly very chill about it, saying that the code is not bad, it just shows a lack of experience. I think I will choose to believe him 🙃4 -
OK, another crappy joke time.
0 went to a bar and asked for a vodka shot. The bartender gave him 2 vodka shots. He said, "For you 1 is COMPLEMENTary"!3 -
> My company started posting things on LinkedIn. That's cool.
> My company started asking us to like and share said LinkedIn posts. Okay.
> Since I'm already on I decided to update my LinkedIn profile following some advice I've seen and including some key words. Coolio.
>> Now I keep getting recruiters wanting to be added to my network 🙄 not cool.
I've seen so many posts about recruiters being annoying on LinkedIn and never understood until now. I think I'm going to go back to having a crappy profile so these people don't find me7 -
When people ask you to speed up their old crappy device, whether it's a phone, laptop or tablet (even though I'm a web developer), all I say is:
"Buy a new one, that isn't cheap and nasty"6 -
Am I the only one happy that no-one can post images anymore? Kinda refreshing that all the crappy memes are gone 😂6
-
!rant
Stupid customer insists that the website must have the *same fucking UI* even when seen on mobile.
Where the fuck are your eyes, don't you see that a big complex table just doesn't fit the fucking screen of your crappy phone??? Of course it needs to be layed out differently.
I don't know if I should politely reply "no", or just don't give a fuck, deploy it, and then let him realize how much he is stupid.5 -
WanBLowS, all I ask you, the only thing I ask you to do now, is to synchronize some files from A to B without transferring the whole goddamn 1.3TB of stuff that for the most part hasn't changed in any way, other than whatever your crappy NTFS filesystem mutated it into.
Robocopy, rsync, even Windows' built-in explorer. None of them do the job as they should. Why Windows.. why?! Why can't you just do one thing properly for once?!!! Piece of junk!17 -
Okay. So this Is my first rant. Don't you hate it when a client provides you with really crappy res images for a project? this tends to happen a lot...5
-
Some non-IT people wrote a crappy software tool. Others have started using it for business critical processes.
Asshats: "People are starting to use our tool and that means it's production ready!"
Me: "If and when this breaks are they going to call you to fix it?"
Asshats: "Well it's really just a proof of concept."
They want the glory but not the work that goes with it. And they dont want anyone else to develop it. They have been a huge pain for me lately.6 -
Installed Linux on a crappy laptop got many many errors. in the process of googling then fixing them I fell in love with the os itself and it turned me towards programming now we sit here me a game Dev major15
-
Friend found a crappy netbook and asked me to set it up... With Windows 10... I'd normally tell him to boil his head, but he's a good friend.
So I told him Lubuntu or similar would be a lot better because it's got 1GB DDR2 and a Celeron. Nope, adamant on Windows.
I give in, get him a license key and install it. As I expected, it ran like shit. I showed him, he gave in and said I can install Linux.
Went for Lubuntu, he hates it and doesn't want it.
He called a pawn shop and asked how much it'd be. They said it needs Windows (?!?).
Guess what he's just asked me. Gormless twat.10 -
*explains the importance of official docs*
*moments later, the intern pointing at his screen to a crappy YouTube tutorial video*
Intern: How did he figure all this stuff out? He must be a genius.1 -
i find when your having a slow day, or just don’t have the motivation to deal with the current task at hand, picking up a side project and working on that keeps you going.
either that or automate that crappy task you do at 9am every day!2 -
How the duck do those girls (co-interns) get to play shitty songs annoyingly loudly on speakers while we're trying to do important work and nobody says anything??
If that's the case, then I'll start blasting heavy metal at the same time 😎🤘 and see who gets annoyed..
That would be a good showdown 😈4 -
I don't know if this is the same thing everywhere over the world, but, in France, where I live, there's something that infuriates me on so many levels.
Dear HRs,
When you're processing through a recruitement process, you'll publish a job offer. In 95% of these offers, I notice things that follows the same pattern : "We require a highly trained developer in [insert language 1], especially with the [insert a framework from language 2] framework". This often happens when you're talking about Java in first place, but then switching to Javascript.
Please, dear HRs,
GET YOUR SH*T TOGETHER ! I don't know, ask to some of your developers to review your offer, to spot these beginner mistakes. This is an automatic turn-off for me when I notice this king of bullsh*t in job offers, and I understand that the person that wrote this offer has no fucking idea of the business his/her company is dealing with.
Later, these people are those who will interview you with generic IT questions, that they have no idea about what a correct answer might be, and they will only check if your answer matches what is written on their cheat sheet. If you're lucky enough, some people from the actual business will be with the interview crew, so you can actually expect some kind of understanding.
*angrily goes back to looking for a job*4 -
WORST:
Resignation of my colleagues due to burnt out and stress. It is sad to see them lost their passion in coding because of the crappy system of handling projects by our p.managers.6 -
Fixing bugs in programming is like scoring a touchdown when you really didn't even know you had the ball, or where the end zone is.1
-
For all those who post pictures of their screen taken with phone camera (and we all know how crappy that usually looks), there is something called Snipping Tool! As simple as it gets.. Use it ✂😉5
-
Tired of hearing "our ML model has 51% accuracy! That's a big win!"
No, asshole, what you just built is a fucking random number generator, and a crappy one moreover.
You cannot do worse than 50%. If you had a binary classification model that was 10% accurate, that would be a win. You would just need to invert the output of the model, and you'd instantly get 90% accuracy.
50% accuracy is what you get by flipping coins. And you can achieve that with 1 line of code.5 -
So I had a guy in my team, all day shouted "shitty code this, shitty code that"...
Today I had to fix some things, seen some really crappy code, said to myself "I've got to check who's the author of this beauty"... It was him... How the fuck can you shout shitty code on other peoples work when yours ain't better?!?6 -
Nothing is as boring and frustrating as cloning a ripo from GitHub
run it then you get 3, 4 syntax errors
you fix them
then boom a library throws a hug ass exception
at that point I just delete the damn thing1 -
Fuck this shit, I'm done, mentally broken. I am trying to setup some basic Java project using buck. Their build times looked super promising and I wanted to migrate my multi module maven project to it.
I am currently working on it for FIVE hours now. And this fucking piece of SHIT doesn't work as I want it to. WTF FACEBOOK, IS IT SO HARD TO WRITE PROPER DOCUMENTATION THAT IS NOT OUT OF DATE?! People warned me, I ignored them. FML.
The time I used to try to get the repo working could have been used to build the project 250 times -.-3 -
What kind of cancerous shit is this? Who the fuck writes special template file for CLOSING divs? Why is this crappy shitty system so popular? It is a bunch of quirky and tangled code written randomly all over the folder.. Wtf seriously, is this "modern coding" or am I missing something?6
-
You know what sucks? Being forced by your teacher to use his crappy e-learning platform which isn't even close to final and therefore completely buggy. Oh you clicked in that compiler window? Nah now you can't click back in the editor window, better save and reload the page again. And thats only the beginning...5
-
My first manager : "You will never be a programmer! Network guys don't know shit."
That was after working as a MCSE for 2 years (that was for NT4... fuck I'm getting old) for this asshat and maintaining their servers and fixing their crappy sql.
Worked and studied my ass off... now I manage a team of 40 developers... and I still love coding!2 -
Never know why you need to add vanilla to make vanilla. Oh wait, it's just crappy variable naming.3
-
When you still own a Lumia and realize how useless it's with all the non official apps and crappy optimization. But the you there is DevRant
+ New, clean and modern UI
+ Optimization
+ Fast
Thanks you to your team to bring such an amazing master piece to here4 -
I'm hoping it's not just me, but whenever I'm using a website or mobile app, and see something badly designed I get very angry...2
-
Never buy crappy, consumer-grade SSDs for use in production servers/RAIDs. This might sound obvious but at the company I used to work for, through a series of bad decisions by management and cheapness, we ended up with the cheapest consumer SSDs you can imagine powering all of our storage.
This turned into a nightmare spanning years of failed hard drives and a continues cycle of ridiculousness. Drive failed after a few days, gets taken out, sent back to manufacturer and then replaced with another equally crappy drive destined to fail within days/weeks.
Our ops people were going to the data center multiple times per week to replace failed drives. Lesson I learned: cheaping out on system-critical hardware and software can have long standing consequences and in the end usually doesn't end up actually saving money when you account for time employees have to spend dealing with issues that result from it. -
Got new chair 🙌 finally after 2 months of sitting on crappy chairs, and I moved to a new place. Here it is, I’m very excited to work in this setup, starting tomorrow 🎉(smaller keyboard and stand is planned 😎)3
-
Finally had a weekend to myself to work on some projects. I got my hands on a Sonoff switch. Did a manual flash of some new firmware and got it setup on my crappy old washer to do a little DIY smart home upgrade.
Always nice to get to do a personal project 😊 Just wish I had time to tinker more.3 -
How bout instead of "Disrupting space-time continuum" or "Moving satellites into position" .. you just launch your crappy app.15
-
Am I the only one seeing similarities between the price chart of silver and bitcoin?
Yes, display is crappy(school pc)7 -
Short story of a developer
0) Don't know how to do something
1) Search for hours on internet
2) Find only crappy codes
3) Try a crappy code
4) Realize that it works only for who created the code (What the hell...)
5) Cry
6) Ask on forums
7) Get downvote without any reason
8) Receive useless answer
9) Delete project4 -
One time I was building a custom modal for some crappy WordPress template and I was having trouble with the header rendering above my backdrop, after digging into the CSS I realized the headers z-index was literally set to 9001.1
-
Just had to renew my driving licence online. After completing the renewal I get the obligatory "how did we do" questionnaire. Last question:
"How likely are you to use the website again?"
Well pretty likely as it is the only fucking way to renew the licence, but at least not for another 10 years 🙄 -
About a month ago told the director we need our own broadband line instead of sharing the crappy one from the shared office building as we rely on internet for all our systems. He said no because we'd have to pay for it and the shared one is free.
Today the shared internet has gone down and all our systems are inaccessible including the phones. I'm just sat here like "told you so", and there is nothing I can do as have no control of it 👍6 -
After few years of coding php, I finally REALLY get the mvc pattern. Never gonna write crappy code again.4
-
It's cool finally seeing real world feedback for something you developed and programmed yourself, I'm still in college and I'm trying to start a company with some software I came up with, and it's being taken very well from potential clients!🙏🏻3
-
Let's try this.
In the project I'm working there is an strict rule : NO COMMENTS!!!
I mean wth, the times I've spend hours trying to understand the crappy legacy code in VB.Net that has been there almost decades, that wouldn't happen with comments, I know i know there are some supernatural developers that think in binary and their eyes work as compilers, but I'm not like that, so seriously go to hell.
P.S. Of course I follow that rule, after all, my code is so damn perfect that even a baby can understand it.
jkundefined devops etiquette stupidest pichardo for president stupid stupider stupid stuff jk rant code smells comments3 -
My boss did not care about making things secure in our early development stage, even though I told him several times.
After 1 day our elastic search cluster was filled with random crappy data.
Fix: Apply security schemes provided by AWS1 -
Trying to write code using the devRant API on crappy Dominican WIFI. 😡 it's almost like they want me to do something horrible like go outside!?5
-
Years later the supposed 'cancer' that is linux: a fully featured, and more and more polished FREE operating system running Microsoft development tools, a rich GUI which does away with the crappy windows 98 taskbar, multiple virtual desktops, and steam !25
-
Things I hate the most at the moment:
- PHP
- jQuery
- The person that coded this before me
- The fact that this person is swtiching from jQuery and native javascript over and over for no f*cking reason. Just why?
- My job
- My boss
- The big pile of sh*it that this code is (overall not just the screenshot), no separation of concern, logic code in the middle of the file, no proper slacing and indentation
- devRant no allowing me to put multiple images in one post, because the picture is just one of this whole mess, it's not even the worst part, you'd have nightmare if I showed it to you
- The mental breakdown I'm having14 -
Guys, I think I am addicted and I have problems... I tried to write a simple SudokuSolver program in C# (one file) but I ended up writing an ExtensionMethods class, a Puzzle class, a Solver class, an IO class, a Program class...
That's why I hate working on big side-projects for too long -
A form for an order checkout has a fucking stupid select box for comments... Options like "knock loudly" or "Ring doorbell"... 🤔
My wife had no way to put in a comment to say it needed to go to level 2! So I took over, inspected the element to make sure it wasn't using ID values for these stupid values, then replaced it with a text area with the same control ID, name and class.
Problem solved, felt like such a ninja 😉5 -
working on a crappy legacy site written by an invalid. The job was to replicate an existing site for a school with the original's permission. I fix a shit ton of bugs and update the original.
For the first time ever I got a phone call from the original's owner to complain that I had fixed their site -.-
leave things broken from now on!5 -
It's been 1 year in my crappy yet comfy and high paying IT job(my first job).
I have already been in 2 dev interviews, with 3 more on the way.
The end of my IT career is near, the future is bright and full of code! -
Why the fuck does a company put such crappy antivirus software on your PC you can't even compile code.8
-
You know, I kinda wished that my school had really old and crappy PCs with a few KBs of ram... that way people would learn not to use an integer for the age5
-
When I discovered that our awesome eForm solution for paramedics was a web frame in an iOS app containing a crappy HTML form powered by a 2000 line JS file3
-
"Pull the lever cronk
...
WROOOOOOOONNNNNGGGGG LEVVVVVVEEEERRRRRRRR"
*some time later*
"Why do we even have that lever"
^^^ my code be like -
The word, "Code" being used as a verb,
"Cloud",
'Big Data",
Recruiters,
Scratch,
Any other crappy "Teach your kid to code!" Product,
And finally, mondays.
This is the comprehensive list of buzzwords and things in general that make me want to die right now7 -
Aim for this year:
Become at least semi-competent with Rust and build at least a crappy little game with it.5 -
Each day DevRant seems to be closer to being overrun with ads, many to scammy crypto services.
The question that won't rest, though, is this:
In THIS social network is anyone so naive or just plain stupid enough to fall for ANY of those scams? Or actually buy any of the crappy services?!?5 -
This is from Replika, an "AI". In reality it's just a crappy chatbot. Now, this email is absolutely hilarious.2
-
This was a while back... Like 20 years ago. I was doing some crappy development with asp/vbscript. Once I had a task to send emails in certain cases and while testing, I used my personal mail as recipient. In a loop. If you ever did asp/vbscript you know how easy it is to have an infinite loop... And my mail was forwarded as text messages to my phone. I deleted incoming text messages for days.
And I made the same mistake next week.2 -
Seriously, why can't youtube devs get their crappy code together!! Got a BSoD after watching a certain YT video.... I think its outputting malformed video data that causes MS Edge to crash the whole system....
And this started happening after Creators Update....18 -
I've just realized that a game with over 1 million downloads (the ranking list is over 2 million people) has its solutions saved in the preference's file. So anyone with a rooted phone can access this file. This make me so fucking crazy: you make a stupid shitty game and get over 2 million users and don't even bother to make it good.
Now I have to decide whether to write to the developer to inform him that this is a stupid way to store the solutions or to make an app to let everyone know the solutions.4 -
Internet Explorer decided to overflow something outside of a flexbox.
overflow:hidden suddenly makes Internet Explorer actually wrap the text, as it does in literally any other fucking browser.
> word-wrap?
< nah I'll ignore that.
> overflow?
< Oh shit, let's wrap the content!
Ugh, I really hope that people stop using this crappy browser in the next five years.5 -
What a crappy unreliable way to handle issues during software update. App name is Mi Fit.
This is what you get when you buy 30$ smart bands. Keep trying until your update is successful.4 -
Fuck Outlook for desktop in particular.
Why would they still be using their crappy word-as-renderer in this day and age? Why are they ignoring perfectly sensible CSS from elements that aren't tables? Make it make sense!
It's especially galling that they've resolved it in the web version and in the native apps, _except_ desktop for windows. Even Mac is fine!9 -
I once wanted to participate in a free activity that requires signing up for a crappy website.
Unfortunately all spots for the activity I wanted were filled, so I gave it a few minutes and it turned out that the registration is done by sending an HTTP request to a domain with all of the details. So I changed the activity details and selected the hours I wanted and boom - "Thanks for signing up with our site, did you like it ?" Yes.😈 -
I HATE javascript syntax like this: `${this.props.app.listingObj.property.id}` What idiot thought this crappy syntax would make things run smoother?
Keep in mind I've been hired as a tester, hence the rants. Were this my own app I'd burn it to the ground and rewrite it.4 -
Today, i discovered thus beauty within our legacy code:
// TODO: this is probably the most dirty thing in our product. It needs a model more than anything else
This captions a crappy part of controller code for several years :/ -
Whoever thought that using some crappy niche framework for selenium web driver based on node.js instead of using Python or Java bindings like every other reasonable person would do should be beaten to death with old keyboards.1
-
I told you fucking moron clients doing that "little" change would be complicated and in the worst case it would end fucking up your whole spaghetti crap. A really HUGE spaghetti monster of that you aren't aware because you guys don't know a shit about coding conventions.
*Clients call me complaining about their software is broken*
-Hey, we're in serious trouble. Our users aren't being able to see the proper calculated values. Why that little change had so much side effects?
- I already told you why.
- Can you fix it asap? Our clients are complaining.
- No. Deploy an old copy of the affected modules while you give me a prudent time to refactorize that crap.
- Refactorize?
- ...
I used to work in their place, 3 years later I quit that crappy job and decided to make them my clients. I escaped from the micromanaging thing but I didn't from their ugly practices.
Anyways, I have to fix this shit asap. Money talks, at least until I can find a better client. -
Dear recruiter
Thanks for spamming me with several emails for your AngularJs role paying £200 per day.
I'd rather stack shelves in Asda, probably pays better too.3 -
Okay I'm doing the whole leetcode bs, interviewing with a faang like company.
I'm genuinely curious to see if their engineers are actually any good. It seems backwards to me to hire someone based on something they most likely know by heart.
It's like trying to stress test an API by calling a cached endpoint. It will look fast AF, and it will be, but it won't compute shit.
Anyway, if I get the job and the engineers aren't crappy, then I'll forever stfu about how lame this is. But if I get the job and the devs are crappy, oh boy you'll hear me for a long time.3 -
I made my passion my job, programming servers & web dev. Although it has been productive economically it has sucked the fun out of programming servers for me...so as a way to rediscover my passion I'm giving game dev a try. After a couple of weekends playing with a game engine this is what I've got, a monkey dev with a suit that jumps from project cabinet to project cabinet avoiding hazards, drinking coffee and trying to make some money (someone told me I should express myself and I took that personally).
I'm pretty much done but the hazard placeholders (a box and an arrow) don't convince me so I wanted to see if my fellow disenfranchised developers had some ideas of what my developer should be avoiding/being hit by, preferably something I could draw easily since as you can see I'm not much of an artist although I've also though of just words falling like "deadline" or something.
Anyway any feedback is welcome, take it ez I've never drawn anything more than a stickman and this is my first attempt at something playable. Small Rant plus question. Happy Monday.13 -
My biggest coding motivator is "this thing I'm using is crappy let's replace it" and that's why I have so many unfinished projects.17
-
Recruiter bot just emailed me with some offers, let's take a look...
"Hand-on Experience with SQL and NO-SQL Databases preferably Redux"
Whew! I was worried for a second, thank god they are using a Redux database and not one of those really crappy React databases! I'll really consider applying now.
smh2 -
VSCode Extension Store, served by our friends at @MS_Headquarts won't let me leave a negative review about their crappy python extensions that change their ways more often than other people change their underwear!
The traces of shit are similar though.6 -
So I get an email from college career development for a web developer & designer position.
Read into the requirements & function, I find this....
Who the fuck does put HARD CODING before CODING.. why would you even put that on the requirements. People are going to read that and find out how you run your company.
We all do some hard coding here & there but recruiters think it's a skill that comes before coding.. hard coding isn't coding hard...
They don't say company's name in email so I got suspicious.. or perhaps I thought I can be a detective lol. I was able to find out the company and looked at their Glassdoor.
Of course they have 1.6 stars.. two 1 star reviews by their employees. I can just imagine the horror working at this place lol.
Oh & the manager makes something like 110k.3 -
Full stack developers are myth . Anyone who claims he is expert in both domains. He is lying. he would be implementing one side crappy solution and showing off that I developed everything from scratch. Tell him you are from monolithic era. You no longer exist. You are doing both side crappy solution go back to school and focus on one thing and come back with one thing which you can do properly23
-
Beyond Compare and Agent Ransack so I can see all the crappy changes getting introduced to my build.
-
Developing solely on a VM sucks big time. To last the month with my credits I use a crappy 2 core machine. Atleast half a day every week is spent browsing my phone while waiting for the vm to respond 😣 (right now)2
-
After 3 years of postponed delivery dates and enduring a crappy internet connection the result is close enough to touch. 1 Week until I get a solid internet connection and can join the rest of modern society.
100Mbps internet here I come!
More updates to come with undoubtably more frustration!4 -
I got my job by applying on Indeed. I know! Crazy, right? You apply for it and you get it. Pretty much never happens with these job sites because of crappy recruiters and clueless HR drones who tend to post and forget. I must’ve hit the luck lottery that day.3
-
Every single time I present a tool for data visualization:
"Oh that's great! Have you considered integrating it with service XYZ? It would be great to see the data from XYZ alongside this."
The answer I would like to give:
"No, you retard! Nobody gives a fuck about your crappy service! Nobody uses it, not even your own team! This is the 10th service that I've been asked to integrate and I don't have time to dig into the details of yet-another-shit. If you have time to waste, please go ahead but don't bother me."2 -
How to write crappy code, intermediate level:
Smuggle a hidden OR operator into a longer(300+ chars) logical expression full of ANDs. The best placement is somewhere in the middle. And keep it all in ONE line - at all costs.
#truestory1 -
Why do all my friends think that I am hacking Facebook, when I am just coding a crappy game engine. xD2
-
I dislike Google page speed. I understand their intention but sometimes it's just stupid, like inclining critical CSS and loading in the rest of the CSS using JavaScript.
What happens if the user has JavaScript disabled? They get a half rendered site they can't use that looks broken, but hey, at least the crappy site loads quickly.5 -
const silicon_valley = true;
if(silicon_valley == true) {
watchSiliconValley();
} else {
work();
}
// yeah I know it's crappy1 -
Do telephone conferences count ? Where you have to talk to 18 guys in the big meeting room via phone explaining a feature - never know who's talking to you or all talk at the same time and you can't understand a single word because of the crappy connection or the echo of death. Same rules apply to video conferences as well plus jerky pictures.
-
A hackathon sponsored by two brands, the topic was to create smth cool with their APIs (either of them, they were to pick a winner each). We got a little too ambitious and tried to use both, ended up messing everything up and nothing to show. They loved our idea though :|
PS: Somehow the winner was a crappy flappy bird clone ¯\_(ツ)_/¯2 -
I remember that my granddad and I built a computer with old crappy hardware that we disassembled from other computers.
I mostly used it for playing games like Age of Empires or Rollercoaster Tycoon.
I really don't remember a lot about but I remember I also had internet. Never got any Malware tho haha.
Then sometime my friend came over and he showed me a website named "Scratch". We made a lot of crappy games and a cat that farts when you press a button.
So yeah I instantly fell in love and did a lot of "Scratch"-ing with my brother.
That's was the time I found my love for programming.
I think about 2 years later I got a MacBook (the old from my father) and finally started with real programming!
Now, after 6 years I have an awesome little ZenBook and am programming everyday.
Love it! -
First thing Wednesday morning, fired up the macbook, opened vs code, ran the same unit tests that were passing last night, 1 failure! FML.
For some reason an Angular form that was valid with the same data last night isn't this morning. Probably some crappy date issue in the mock data1 -
I cant with this company any longer.
Most of it is crap but this is too much
Retrospective meeting after 2weeks sprint.
Sprint board for the meeting, in the not good section1 -
I know better to open a solution in Visual Studio on a network share over a VPN on crappy WiFi.
But I do it anyway for some reason. -
What fucking moron thinks Bootstrap is a skill? It's a crappy CSS and js library with the same crappy overused design and the (metaphorical) size/quality of an elephant turd. It's times like this I wish I could forget about not upsetting people and reply with a big fat go fuck yourself. Fuck me.9
-
My team leader/manager tends to assume that when you call in sick, you'll be sipping soup, wrapped in a blankie, while working from home.
Ahhh... NO! When someone calls in sick, you assume the worst, phone the florist so long and prepare for standing next to a hospital bed!1 -
We're using Slack for team communication.
After a lot of crappy slack apps I installed the snippetsbot today.
It's just great. Simple but really efficient. I love that damn little thing.5 -
Finaly I write my first rant about dev stuff.
My mom works as a shop clerk in the optic shop (they sell glasses). It is a small shop run by family buisness (not by my mom, she is only employed there). She had been constantly complaining about the poor pc performance and how the program there are using for inventory managment always hangs.
Her boss decided to "upgrade" the pc's by buing macs, but he was stopped by me and my mom. (I was helping them with some IT stuff so i had a bit of a influence over that).
The program they are using was written by some amateur programer that is a boss of a similar shop somewhere in the country.
So i recommended to them to install SSD's to speed up their pc's, and it did nothing. Of course i blammed the poorly written program next.
The program hangs when you type in the find field. I wanted to check if my gut feeling was right so i asked them to have task manager open when they type. And my feeling was right.
When you change anything in the text find bar, the program sends a crap ton of requests to the local server and that server sends a crap ton of packiets back, enough to saturate the local connection...
I will try to rewrite the app myself, just for the challenge of it. I want to check if i can write a better one than this one pos. They still want to buy better pc's but they wont be any help to them... Well i will help them with that anyway (having good pc's is good anyway). I hope i can create the app that will fix their problems...3 -
<rant>
Teacher at university told us to install bluej in a Java class. Never in my life have I seen something so irritating as this crappy thing. Your code can have 0 errors and it still doesnt compile.
</rant> -
Here it comes! The annual Mac Os X upgrade, fuckup and clean install! 48 hours of thrilling hoping to get things done and lovely boot piano sound three times in a row!
Hope you burn, motherfuckers. Burn and suffer at least the same amount of hours (days!) I've been trying to fix your cheesy, crappy, weak silver garbage. I have lumps in my back which lasts longer than your technology. Go kernel panic your greedy narrow view asses.5 -
This crap is cracking me up, WTF.
someone actually sent this to me, and i loosed my shit, screaming WTF, jeez.5 -
Every morning a developer drops a shit ton of shit in the toilet near my desk and goes away without cleaning the toilet. Then the bathrooms stay crappy all day. Fuck that anon shit bag2
-
Developer annoyance number two: fixing or having to work with or around other people's crappy code with days-long headaches following.
-
I prefer a small company with good interpersonal bonds rather than a large company full of pretentious, obnoxious and disconnected co-workers.
I've been in both situations and the first one definitely beat the second one for me. Lunch at a large company.. shudders.. what a nightmare: forced topics, bullying, disconnect, bragging,.. Then again, small companies aren't innocent either; I've been to a crappy one too. It all depends on the people and how down-to-earth they are.
My two cents.3 -
While waiting for internet to load on crappy bandwidth, the wait can burn you out just as easily. Including response timeouts...
-
Hopefully we will leave the path of shipping tons of crappy software in increasingly shorter periods of time and come back to thought out, well engineered software that actually matters. I would love that.1
-
I'm between Node js and (yes) blockchain. Node has amazing possibilities, and well distributed could end with the crappy servers era. Even my crappy server could fall to node in some weeks.
Blockchain is the best chance I see to take control over a market full of companies stuck in the middle's XXth century business model, and has a lot more to provide -
Suppossing that you're a very capable professional my advice is to NOT UNDERESTIMATE YOU. There are a lot of crappy programmers that feels like an expert because they did a hello world.
-
I hate the feeling when your supposedly crappy company starts feeling heavenly when people looking to join come from *even worse* companies. I mean, I start feeling "how in the actual hell are these companies even alive??!!"
It makes me wonder if I was just born in the wrong country or joined the wrong industry :/4 -
!dev
Where I live just got it’s first snow of the year!
This shitty nodejs is a hell of a lot less crappy when it’s accompanied by hot chocolate and snow3 -
THANK YOU DEVRANTS for supporting comment modifying!!
My crappy Samsung Galaxy routinely screws up words and punctuation, and I don't always remember to read it before sending. You've helped me seem articulate and non-idiotic.1 -
FUCK YOU EA. FUCK YOU AND YOUR CRAPPY SELLOUT GAMES. HOW CAN YOU BE SO BAD AT WHAT YOU'VE BEEN DOING FOR SO LONG.10
-
Well that's my first framework... Back when I was a 12 year old nerd who had nothing else to do besides mix and match crappy 240p YouTube tutorials... Now I've upped my game and use 1080p YouTube tutorials 😂🙂
-
I’m a full-stack Dev, but my job description restricts me to backend - app logic and databases - but the frontend Dev makes crappy markup templates and I have to keep closing unclosed tags and replacing ID css selectors with classes.7
-
Stop using loader on your fuvking wordpress website please.
Can't believe I waited over 3 minutes plus and your crappy site is just showing me a spinning image.
Like who the fuck has such time.
Time to press the close button!!
😡😡😡1 -
Everytime I use Linux and Git I wish in the Linus's time there was more crappy tools and he would make an alternative for these too.
-
I've already done this week's topic (https://www.devrant.io/rants/703795) but here's my second one.
The Windows wScript API. It's just crappy. The easiest way to use it is to use AutoHotKey, FFS. That's a separate, 3rd party, script language. Not a simplified CLI, not a standardized library. There are both of these things but they barely fit the specification above. Ugh. -
Don't be a dev if it's just not for you.
It's not for everyone, and you should figure this out at the very early stages of your education. The ones it's not for that still persist will hate their life. And leave their job. And leave unfinished, crappy code behind for the rest of us to clean up.3 -
I see all these rants about crappy employers and bosses, and it reminds to be greatful that I work at a really awesome company. I feel the pain for those who have to deal with crap, because I've been there.2
-
1. Windows is unreliable and crappy.(I have had a lot of bad experience with windows.)
2. Mac is good but doesn't have a lot of things to tinker with.(Used mac, it runs on specific hardware only, for rich people who don't know how to use computers or for chad programmers )
3. Linux is the best. (The real programmer shit that has it all.)
What do you think?40 -
I have battled with really crappy car diagnosis, testing and installation software and hardware in few years back to this day. So it's finally time for me to try and make my own library and applications for OBD II.
A COPY of ONE part of the specification (ISO-9141-2) costs around 90€. WHAT! Oh my word... I guess I'll be using info found from Wikipedia instead 😒10 -
This is really shitty from ubuntu the reason I switched to linux was I had crappy windows error slow performance and that I gets hanged time to time.
Guess what I have same problem.on linux :/ fuck this ubuntu gnome.
Can anybody tell if there's any fucking os which doesn't get hang?
because Ubuntu is pissing me off
I have dell core i3 running with 8 g ram35 -
!important (css)
w3school definition: overrides css for this element
my Definition: some shoddy coder can't manage to write simple css and doesn't understand css ordering. Use to override a blonker css4 -
My Dad wakes up at 4AM catches me in front of my Pentium 4 PC writing a scripting text editor and yells at me to shut down that crappy machine and go to sleep. 10 years ago🙄
-
I hate it when someone says ist all documented, but its just a bunch of old crappy word documents with mostly unusable information in it...
-
Tech people should have a codeword. So that I don't have to explain to every data provider showing off their own crappy limited analytics tool that "I do know what SQL means and I just need the ODBC user/pass, thanks".
I wish I could just say "hey, &0x00A0 = 1337;" out loud and he would be like "oh, thanks! I needed the break. Here is the ODBC crap, I'm gonna grab some coffee."5 -
I'm so disappointed about these day developers, they rather make web than native app. Google technologies ? pls. The only reason why they afraid to make app on the windows 10 is losing customer of their crappy Chrome OS, oh not to mention they don't even have the stable SDK for their native solution on the ChromeOS. So they trick developers to make web more than native, PWA, SPA ? why dont you just make a native windows applications ????4
-
!Rant - advice
Anyone know the best way to determine if slow reaction time on a website is down to my internet vs their shitty fucking wordpress template?
There's a Rant coming soon - but I need to make sure it really is their fault and not just crappy Internet because it's Sunday night and the whole town is watching Netflix9 -
They bought and killed the awwapp.com
And now they demand I paid $200 for their crappy UX, for a battleship-level-software when all I really want is smth lightweight, simple and nimble, like draw.io.
I think I was never this satisfied pressing the "cancel subscription" button.
Fuck you, Miro!
Give us back the AWW!!!2 -
Was rushed to write a crappy massmailing for super urgent newsletter, had to be finished in 20 minutes. Last 5 minutes i had to rewrite half of it. Told them its rushed, testet and crappy.
Mailed the stuff anyway. Every Email got the same dynamic string in subject.
Looked at code, was setting the subject 2 lines above the loop.
Sorry guys, dont rush me next time2 -
Today I was interviewed for the position of SDE at an e-commerce company.
Two guys were in the interview panel.
The amount of attitude these guys had up in their ass was really remarkable. I was not aware that people could store such a huge amount of crappy attitude up in their asses.
Discussions were never open ended, one of the guy was just bragging about himself.
I really fucking hate these kind of people.1 -
Dah. Have to integrate with a legacy, crappy, SOAP service with malformed WSDL and bugger all documentation.
SOAP should just be damn well illegal these days.3 -
fuck the overengineered bulshit that ZF2 is... fuck crappy mvc in web, fuck shitty design, tuck events, fuck 'security feature' that obfuscates the fucking redirect login/logout urls fuck not having your full link, but just the path everywhere, fuck whitelabeling, fuck somebody's sister, fuck me and fuck you....1
-
Just so you guys know, coding with react-native will most likely implicate to write some objective-c, because react-native on its own wasn’t crappy enough.
Gimme a rope please -
I could work from home sometimes, the coworkers would be cool but focused, new tech would be encouraged and pms would defend devs against crappy clients, oh and no windows allowed, yeah I dont like sunlight (like linus house)undefined cool job linux no windows job pichardo for president algo wk62 fantasies unicorns weird crap
-
Dahhhh. Pay for a damn hosted CI server please, like Circle or Travis, so I don't have to maintain this crappy Jenkins instance. More "plugin" updates by default than a crappy wordpress site.
Talking of which. Circle CI has come on leaps and bounds since I last looked at it. So much nicer than Travis. Think this is going to be my de-facto CI solution for open source stuff from now on.10 -
is it so hard to screen capture only the relevant details necessary to reproduce a bug? i just watched a video where for 2:30 min, literally nothing happened. and half of rest of the time, they randomly click stuff, as if they've forgotten what they want to show. nobody can give me this lost lifetime back. and the testuff video player is so crappy that i can't even reasonably jump forward / backward or increase playing speed. i even prefer crappy, wiggly upright phone videos if they are on point and don't steal my time. SHOW ME THE BUG ALREADY2
-
Spent most of this week busting my ass working on a hotfix that came out of nowhere with mega high priority. This annoys me greatly because the hotfix wasn't even fixing a bug, it was adding new functionality because certain customers were being blocked from testing without this specific feature. In my humble opinion, given that we release every weekend, hotfixes should be reserved for actual critical bugs. But anyway, as I probably could have predicted, the code got to QA and exploded. Literally nothing works.
This is what happens when you try to rush out features to satisfy customers. If you try to rush something that is late, you WILL make it later.
Meanwhile there's an issue I'm supposed to be fixing for our next release which goes out this weekend and I've had no time to even look because of this hotfix. And now it's the end of the day and I just feel worn out from stress, tomorrow will no doubt be similar.1 -
I love unicode-table.com for what it does, but this does not seem right...
https://unicode-table.com/de/1F98A/2 -
Make the development environment, the code base and the documentation cleaner for the new hires.
My predecessors copied whole repos without clean-up and doc and let me figure out what was working or not. They just 'made' it work. The CI process, if you can call it that, is unstable and overengineered as hell.
I don't want new hires to feel the same dread I did trying to repair other people's stack of mistakes.2 -
Since when has Brave based on the Chromium base been the main download?
Today my legacy Brave based on their own base crashed and as it seemed unrecoverable, I tried reinstalling. But now I'm stuck with this crappy Chromium based browser... I hate the non tab-pages and lack of tab peeking.
I initially had the Dev channel version but only as a backup for my main Brave because I realized how crappy it was, safe in knowing that at the time the main download was the old Brave Core. Now I'm really annoyed.2 -
I love caffeeine,
I love caffeine,
feen feen feen for the caffeine
I wrote me some crappy bogus code,
my boredom was ready to overload,
I popped a monster and now everything flows,
i love caffeine14 -
What's SAP?
Piece of shit if you ask me.
Their Crystal Reports is so user-hostile it makes me want to throw up all over the keyboard.8 -
sometimes i have to remind myself "dude, the docs explain that shit well! why the hell are you wasting time on crappy resources??"
-
Fuck you, Nvidia! Can't even watch a film in the fullscreen mode without image flicks. Why should I ever care about this bare shit in 2016? It's your task to support your crappy proprietary driver. Nouveau is even worse.5
-
Soo since for the end of the year, I'll be stuck with my family, I won't be able to work on my main projet, and only have my crappy laptop (hey at least it runs Linux). So I've decided to discover python and build some tools with :D.
Since I see a lot of python fans around, I wonder if I could have some pointers, specialy for desktop cross plateforme app, good editors/ide, interesting libraries, etc...
As information, I almost never touched python before. But for the little I did, it was fun =]4 -
Somebody please save me from the flaming pile of shit that is nginx.
I don't want to deal with it's crappy .conf bullshit ever again. I don't want to deal with its lack of readable docs, or the way it gives zero direction in its errors.
Is there a nodejs solution for this yet? Please tell me there's something out there that isn't so old and stinky it makes me want to vomit.16 -
The biggest dilemma for me has always been whether to switch my Android device to a sleek beautiful customisable AOSP based ROM or keep the stock ROM with all the amazing drivers and features, but with crappy bloatware.
Been sticking with CM/Lineage for years, amazing experience with Xposed & Viper4Android, but at expense of things like 4K and slow motion video and other stuff. -
I cringe every time I see someone joke about a new "framework" coming out every other day.
This is a serious problem, guys! Instead of piling up crappy, undocumented "frameworks", why not go to one that works well, and improve it.
It's a lot easier to learn how to design and develop when you're working with others who have been at it a lot longer than you.1 -
!dev , im just a sysadmin down in the mud...
But users!
"We dont want to put the webcam [of our choosing] in the powerful computer so we run the videoconference on the old crappy laptop we brought"
At it is laggy, bad audio etc.
But that is less scary than plugging in a cable? On a machine dedicated for videoconf, stands openly on a desk. And this is a technical university. Applied technical. -
Why Apple has to do every configuration so f**ckin difficult? After a thousand logins, validations, and 2FA just to change my f**ckin region I find that I need to contact local support by chat or call even if my account is clean (no payment method added, no purchases made, etc.). Yeah right, great products, but crappy website UX.1
-
A certain company:
1) Forbids to run its proprietary operating system on hardware that is not produced by the company itself (BTW sold extremely overpriced). Virtual machines included.
2) Makes laptops with wrong and unusable keyboard layouts.
3) Does not sell any kind of servers that can be mounted on a rack.
Why should any open source project waste resources and time to support it? They should just be left alone with their crappy software and their overpriced hardware.4 -
rant!
Hei guys, i'm new here and i have a big problem with stack overflow...
Why when people ask questions and then you provide an answer their that you know it works and other people apparently know the same since they upvoted my answer... then you have a crappy op who tells you that this can't be the problem. Nevertheless after i have to argue with him for a while to try to solution he then says thanks in the comment and doesn't even approve my answer ... seriously wtf is wrong with some people!!!!3 -
I find it odd that I've gone from primarily doing c++ and c# in Unity in the first year to doing blueprints in unreal in the second year. I have nothing too much against blueprints (except for the crappy, broken engine it's a part of but that's for another rant), but blueprints to me seems like the dummies guide book you read before going to the challenging stuff later on when it comes to programing. I just find it a bit backwards they'd introduce that after the challenging stuff.1
-
Why are there no nice looking electronic buttons??
Like the best looking ones are either custom mechanical keycaps, but MX switches don't come in toggle or two directional variants like for up/down car windows. Or controller buttons are nice like dpads and xyab etc.. buttons.
Otherwise it's just these crappy metal with a ring of led stuff.. wth..7 -
The most annoying thing about hub.docker.com is their search is crappy/buggy. Drives my Blood Pressure through the roof. I'm about to blow a fuse!1
-
"The documentation were you are the hero."
Documentation made for installing a crappy app. Seems well presented but all steps are in a random order.
I had a colleague who was telling me "okay you must do page 54 before page 15, then page 30..."
Worst doc ever :)2 -
It took me an entire week to install Android Studio pressing retry a hundred times because of how crappy our internet is at work.
How do they expect us to work in these conditions! Some days it works alright, most days it's like pulling teeth.1 -
How can StackOverflow have such a crappy app? I have to refresh everything manually and sometimes it's not enough!1
-
Bugs are just undocumented features...
Im that case, all the code i have ever written is all just one huge bug. -
You send out an email to your client with corrections on the requirements they have sent you (you know, those crappy requirements we all get), basically explaining how their application should work. They thank you for being there for them. An hour later, you get an email from the client with questions on why the development is going so slow...
Wow. -
If you want this app better, stop posting crappy content or content you have to end up explaining.
Simple, isn't it?3 -
Our software is super awesome! It can help you with everything!
And it is *literally* endowed with intelligence!!!
In fact, he is able to remind you when a deadline is approaching!
----
God how much I hate marketers.
Will your CRM also gain consciousness?1 -
// Pouring over idiot API developer's crappy documentation.
Example:
Goal Detail
* From Docs "table_breakdown key will return an array but will always only contain one json object.
json -> "table_breakdown" [
{
"field" : "value",
"etc" : "etc"
}
]
WHYYYY!!!!1 -
Anyone here who knows ooRexx?
I'm currently attending a course at university where we learn this scripting language and am curious if someone want's to talk a bit about this crappy "human centric" language!!4 -
So I finally had enough of the crappy windows 7 at work, so I installed my arch linux. So far my efficiency doubled.
-
thought break up was hard,i guess your internet didn't fail while coding online on a crappy site which doesn't auto save.1
-
We got an email today which stated that if the government closes schools, everyone has to work from home. Well, it just do happens that from midnight this will be the case. This is going to be funny, my computer is unbelievably crappy and it will barely be able to run the project itself, let alone Webstorm & Co. But at least I can sleep as long as I want!4
-
Exchange...services always failing causing email outages...it's 2017 already and business still trying to save money by using this crappy software
-
I have a co-worker that joined the company earlier this year, from the day he came he thought that we all now nothing about what we're doing and tries to teach us the simplest things. Even once he was trying to tell me what DocumentRoot is and I said nothing. The funny thing is that at the end he told me that my Linux knowledge is crappy!2
-
Going out of order, because I need to rant 😆 https://www.devrant.io/rants/311992
Worst enterprise software forced to use:
Lync/Skype for Business
I've used a lot of crappy systems. But being forced to use this is painful. On Linux I make it somewhat bearable by using Pidgin but that has its limitations (no file sharing, etc.)....but after attempting to use the "new" Skype for Business it doesn't do that simple task either...so Lync 2011 ***2011*** for me. It's 2016, they know that right?2 -
Playing Overwatch for 4 hours straight when I was supposed to be working on my side project. What is worse that I am still golden ranked. Keep finding crappy teams :(
-
IBM Bluemix... Why in hell do you keep asking me to login, even though I just did and you said everything was OK!
-
I programmed a "crypographic" tool in python as my first application. It calculated the checksum of the entered password and preformed this cesa-shift-crappy-crypto thing. It was named crypto_mario and as I wasn't able to implement the decryption in the same application, I wrote a second one for that task, called crypto_wario
-
Does anyone else's notifs glitch out on here? I keep clearing them but every time I load it back up my notifications are back - currently up to 16 and they won't go away10
-
Imagining all of the disapproving faces of your relatives while you lie in the storm drain, hearing the wails of the other fallen who neglected to account for the crappy economy, wishing you had just typed in those two words that could have saved you from a life of ineptitude caused by procrastination.
"Hello World."
//Basically imagine the worst possible outcome. Ask your parents for helpful suggestions -
Best: working on a cool xamarin project for a few months with a very cool client which made me a better dev;
Worst: working on a shitty legacy web - a clusterfuck of technologies, crappy workarounds and even shittier clients for the rest of the year; -
One of my collogues seems to now think Excel macros are a good thing and something that should be used on the reg.
I don't like this. Crappy in-house software is my department. And I won't use F***** Excel for it either2 -
Goal for 2020:
Get out of my crappy career as office slave and finally move to a crappy career as web designer. I've been studying for years and it's what I want to do, but I can never work up the courage to send my cv. Fuck it. I need to try.3 -
I am SO TIRED of marketing teams imposing their tools to developers. I am TIRED of all those crappy old libraries or meaningless APIs2
-
> me when angry
" what the fuck you stupid dev stop doing crappy shit"
> me when trying to do stuff
#!/bin/bash set -e
echo "no please"
exit 0
I should stop blaming devs for doing crappy stuff -
I hate tooling around Scala with libGDX so much - Gradle, Gradle Android plugin and ProGuard are just awful.
For example today I got during compilation: "Warning: Exception while processing task java.io.IOException: Please correct the above warnings first."
Grepping build log for (case insensitive) "warn" returns only the message above to correct warnings.
What the hell? I am required to correct not existing or invisible warnings or what? I hate you Gradle and ProGuard, I really do! >:( -
So I have inherited a crappy Symfony 1.4 application and I need to rebuild the lucene indexes. Anyone know if it's safe to do this while users are in the application?2
-
Why oh why do devRant have this crappy webApp. Ranting about bad Software and code on a such a bad app is like complaining about speed on a rail trolley.6
-
I've never made a jquery plugin before and I wanted to see what that was like. It's not great but it's something:
https://github.com/surgiie/...
A form field saver using webstorage xd
You can tell me how crappy it is.xp -
@ all Android Devs:
anyone experiencing crappy App sales on Google Play but top numbers on Amazon Appstore?
Wondering if Google is keeping me buried as I don't pay for advertising... Bastards -
Why are there very little or crappy YouTube channels/videos for developer tools? Does no one want to make videos on how to get started with Jenkins, Gitolite, etc? Is there no market for that?1
-
Wtf is this a feature and I dont know? why on google I cannot find? or is this crappy bug? Why my file syntax is not highlighed in phpstorm? And file icon is different from other js files?7
-
If I wanted to do some 1990s hackers shit, but more for this time period is there a way i can autopilot the apps on a smartphone that offer those crappy free numbers and auto-dial with them and feed / receive audio information into/from them via a program ?3
-
It is clear to everyone that Windows is a piece of crap in every possible way.
But I don't understand one thing. Unix existed before Windows. It has always been superb.
Why did Microsoft develop a whole bew crappy OS, instead of keeping Xenix(I know it was licensed) or forking a Unix-like os like Apple did with NeXTSTEP?
Imagine a world where every os is unix like. So wonderful.2 -
Don't you just love the mystery bugs in the development environment. The ones that just appear without any reason like software updates etc. and are usually fixed by just sitting and waiting. It's like spending the whole work day with a crappy magician!2
-
I recently changed my phone's and browser's default language to German, and I still find it hard to bear all those crappy sentences and wordings. Are these all done by "machine learning" nowadays? Or don't they teach language proficiency in schools anymore?7
-
FFS if you're Ajaxing some shit onto your crappy webpage, show that it's loading.
Even just "Loading..." is better than making me click on a random piece of shit on the page because the thing I wanted to click jumped down the screen a nano-second before I clicked it because you Ajaxed some cookie warning/advert above it.
The Internet is becoming unusable.1 -
I've just delivered the worst piece of crappy and twisted code that i've wrote in my short programming carreer(still at uni) hope god have mercy of my soul.
Was jquery mobile by the way... Fuck that shit!! -
I fucking hate HP UFT a test "IDE" that needs to be tested itself..before thinking of selling it to organizations to help them test their software..awfull crash crappy bitch ass tool I just hate it and what's even worse is that I'm using it to test an eclipse rcp application...feeling a bit better now.
-
Fuck ipmi. Seriously, such a crappy experience. And fuck supermicro for offering almost no tools to work with said ipmi.
I wish we could just replace our entire stock of motherboards for models with the newer versions of ipmi that at least offers a HTML5 remote console, the java version will kill me one day -_-"3 -
Getting started with my dissertation project for my degree. Using Java and Dropwizard for a backend service with a nice iOS client in Swift. Will make such a refreshing change from hacking crappy eForms together with jQuery and an Objective-C native bridge.1
-
Why does the biggest mobile money payment system in our country have such crappy documentation! Arghh
And they tell us to read the DOCUMENTATION it has all the answers -
My Bluetooth mouse kept disconnecting from my computer, and it's been years since my delicate hands have touched a mouse as crappy as the "temporary solution" my boss offered me
-
Oracle Java on Mac and JabRef are the reasons I have to move my reference library (> 1000 entries including 12GB of full text pdf files) to another reference manager.
Any suggestions?2 -
Is it my crappy connection or the git bash for windows is just shite? It's taking forever to clone onto a repo using ssh.8
-
Dear Work, I'm a grown-up and should be allowed to set my own freaking homepage to something useful rather than the crappy company portal that I never use. Love Me xoxo1
-
I just had a long talk with Character.ai; and well what can I say. Holy crappy crapping crap...
Is it perfect? No.
Is it above the comprehensive speech level that I though would be ever possible in my lifetime if I got asked about it just 1 or 2 years ago? Yes
Either that, or it is fake and provides replies from actual humans -
>Be me
>Have the COMPAL modem with the DOCSIS OS
>Change my bedroom router's IP to static after doing factory reset on the modem
>As expected, I get booted from the modem settings page
>Cannot log in now, because "another user is already signed into the modem settings page"
Stupid piece of silicon waste, whyyyy. I hate that thing, ugh! -
Is it only I that hate these crappy .gTLD's that ICANN opened up for.... .date .club .store .xyz .pro .download , already lost count on how many of these TLDs I have banned in my exim4 due to a 100% spam rate...
like a long banlist of *.date, *.xyz, *.store and so on...10 -
Saw this on Reddit just now, but I figured it would be a pretty good repost here.
Happy building!
Edit: image resolution was crappy, so here's a link
https://reddit.com/r/coolguides/...2