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 - "failure"
-
As a developer, sometimes you hammer away on some useless solo side project for a few weeks. Maybe a small game, a web interface for your home-built storage server, or an app to turn your living room lights on an off.
I often see these posts and graphs here about motivation, about a desire to conceive perfection. You want to create a self-hosted Spotify clone "but better", or you set out to make the best todo app for iOS ever written.
These rants and memes often highlight how you start with this incredible drive, how your code is perfectly clean when you begin. Then it all oscillates between states of panic and surprise, sweat, tears and euphoria, an end in a disillusioned stare at the tangled mess you created, to gather dust forever in some private repository.
Writing a physics engine from scratch was harder than you expected. You needed a lot of ugly code to get your admin panel working in Safari. Some other shiny idea came along, and you decided to bite, even though you feel a burning guilt about the ever growing pile of unfinished failures.
All I want to say is:
No time was lost.
This is how senior developers are born. You strengthen your brain, the calluses on your mind provide you with perseverance to solve problems. Even if (no, *especially* if) you gave up on your project.
Eventually, giving up is good, it's a sign of wisdom an flexibility to focus on the broader domain again.
One of the things I love about failures is how varied they tend to be, how they force you to start seeing overarching patterns.
You don't notice the things you take back from your failures, they slip back sticking to you, undetected.
You get intuitions for strengths and weaknesses in patterns. Whenever you're matching two sparse ordered indexed lists, there's this corner of your brain lighting up on how to do it efficiently. You realize it's not the ORMs which suck, it's the fundamental object-relational impedance mismatch existing in all languages which causes problems, and you feel your fingers tingling whenever you encounter its effects in the future, ready to dive in ever so slightly deeper.
You notice you can suddenly solve completely abstract data problems using the pathfinding logic from your failed game. You realize you can use vector calculations from your physics engine to compare similarities in psychological behavior. You never understood trigonometry in high school, but while building a a deficient robotic Arduino abomination it suddenly started making sense.
You're building intuitions, continuously. These intuitions are grooves which become deeper each time you encounter fundamental patterns. The more variation in environments and topics you expose yourself to, the more permanent these associations become.
Failure is inconsequential, failure even deserves respect, failure builds intuition about patterns. Every single epiphany about similarity in patterns is an incredible victory.
Please, for the love of code...
Start and fail as many projects as you can.30 -
Holy s**t, I was wondering why my fans were noisy and my computer so warm lately. So I checked inside to see this. The CPU fan is fucking resting on the graphics card like Dr House on his stick.18
-
My recent failure to build a responsive website according to a template tells me I should have worked with CSS a bit more.
The thing is, I write the type of CSS that passes the CSS validation with flying colors, but doesn't work as it should. Am I a minority(I hate that word), in that?
Now I have to redo the website or I'm not passing the exam. Lovely.5 -
I really appreciate devs that aren't complete assholes when you admit ignorance and embrace failure. Be a teacher, not an asshole!9
-
1. Purchased GTA San Andreas from Google Play
2. Always got a download failure at 85% downloaded.
3. Contacted Google support, got asked how my day was going
4. Had no idea how to answer that11 -
I just got a text from T-Mobile telling me about their updated privacy policy and that I can “opt out.” So, naturally I do exactly this.
After a little bit, I land on their “Do not sell my data” page and discover that, not only does it have 175+ trackers,
it doesn’t even fucking work. Also, on the desktop version of the site, the very control allowing the user to opt out of having their data shared/sold doesn’t even render.
These are all absolutely inexcusable.20 -
Today I was searching Android docs and found something interesting:
To write Android log statements, you use the android.util.Log class with the following methods:
Log.v()
Log.d()
...
Log.wtf() 😮😮😮
According to Google it seems to mean "What a Terrible Failure".
WTF?!?!?!12 -
I just found out that there is a method in Java/Android called "Log.wtf()" which stands for...
... What a Terrible Failure!
Don't believe me? See for yourselves! (way to go, guys!)9 -
the official Android documentation says it stands for "What a Terrible Failure"...sure it does Google, sure it does....1
-
Client: "I have a problem."
Me: "No problem, can you say me the error message? "
Client: "No I have clicked the message Away... "
Me: 😣🤐5 -
The proper use of comments is to compensate for our failure to express ourself in code.
Quote of the book "Clean Code" by "Uncle Bob".
#ShotsFired6 -
Debug.Log("Works")
Debug.Log("WORKS")
Debug.Log("WORKING")
Debug.Log("WORKIIIIIIING")
Debug.Log("WORKSES")
Debug.Log("WOREJRIE")
Debug.Log("KILL ME")
Debug.Log("TRUE")
Debug.Log("FALSE")
Debug.Log("I NEED TO TAKE A SHIT FUCKING WORK")
Debug.Log("IF YOU SEE THIS YOU WIN AT LIFE")
Debug.Log("IF YOU SEE THIS YOU ARE A FAILURE")
Debug.Log("FUUUUUUCK")
Debug.Log("FUCK ME")
Debug.Log("EICUEF738DKWIS")9 -
devranters account registration could include coding knowledge test to keep out snooping PMs? but instead of denying them access on failure it could just silently filter them all to their own channel >:)8
-
Early morning I walk in to a build failure email.
"Oh shit! It failed and I'm on the Cc list."
.
"Please don't be me. Please don't be me. Didn't I build it already?" *compulsively launches local build*
*Ctrl-C's current build and feels angry for doubting self*
*Repeats, while trying to replay the incidents of last night in the head.*
"Fuck this. I'm certain I built the module."
.. scrolls email ..
"This is not even my change!"
.. scroll ..
"This is not even my code base!"
*feels foolish, but MAJORLY relieved* -
I hate this country!
This was the third time this month that the power cables got stolen. Looks like it is going to be takeouts and project planning on paper tonight.11 -
The feeling when you try to be creative on the first commit message but end up using 'Initial commit'...5
-
Rather than singling out one person, I wanna present what I see as incompetent/stupid/ignorant:
- no will to learn
- failure to follow the very specific instructions & later asking for help when they FUBR sth & not even knowing what they did to fuck up in the first place
- asking how to solve stuff, then ignoring the suggestions & doing sth totally against recommendations
- failure to remember most basic stuff, especially if not writing it down to look at later when needed
- failure to check logs & 'google' stuff before asking why something isn't working the way they want it
- after two weeks, asking me how feature xy works, mind you they coded it, not me
- asking me why they did something in a specific way - WTF, am I a mind reader?! Who designed that crap?! Me or you?!!
- being passive/aggressive & snarky when told to do something or being asked why isn't it done already
- not testing their shit properly
- not making backups when upgrading (production) servers
- not checking the input value, no validation.. even after many many debacles on production with null ref exceptions
- failure to admit they fucked up
- not learning from (their) mistakes8 -
Falcon Heavy launch coming up!
I can't wait. That's something people should watch, fuck the superbowl!
I would say it's 60% as significant as the moon landing was, if not more; a field of technology we should really focus on, but governments rather spend money on stupid war
Make sure to tune in tomorrow, 18:30 / 06:30pm UTC, on SpaceX's YouTube channel
It's going to be spectacular, success or failure7 -
This isn't really a Dev related rant, more of a life rant. Things have been going pretty badly for me lately, so I apologize if this comes across as complaining or whining.
This morning, I got in a car accident that totaled my car. It was a 1996 Chevy Camaro that I had been fixing up and restoring over the last few years and I had it running pretty well. The accident was my fault and I told the police as much, because I value honesty over screwing over others for my own benefit. Money has been very tight lately because my wife was out of work for the last bit of her pregnancy, so we ended up having to move to a 1 bedroom apartment that I could afford rent on my own. She also has a son who is now 13, so space is pretty tight. Money got even tighter once we had the baby. She's 10 weeks old now.
I've barely made the $1500/month rent on my own here, usually paying 1-2 days late because we're living paycheck to paycheck. Our lease is up at the end of July and they won't let us renew because of this.
The bad part is that I was driving a car that had expired registration because I couldn't fix it to pass the state smog test and my license expired two weeks ago. I haven't been able to afford insurance, so every time I drove, it was a gamble.
I'm now going to have to pay these damages out of pocket for the other car.
We're now having to move into my mother in law's house for about 4 months so we can get out of this financial hole we've gotten into.
I feel like I've failed as a father and a husband.10 -
Is that a message describing windows altogether, or just the copying routines... Can't figure that one out.7
-
Reminder (and probably some form of repost)
Food and sleep are key parts of human behavior.
I forgot and experienced system failure3 -
Thanks java! FAILURE :java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available5
-
At lunch, someone asked a question about our Sunday Hack-a-thon. Our PO said it was a "Smack-a-thon." I told her, "No, don't make stupid names. Let's call things what they are. It's Management Failure Sunday." Manager was sitting across the table when I said it.4
-
My Razer laptop died due to a hard drive failure so i filed an RMA. They didn't have the replacement part in stock, so they're replacing the laptop all together. Mine is a 2019 model with a 2060, but the current equivalent model has a RTX 3070, so I'll get that instead. I'm not complaining 😏9
-
A personal memo to all developers on devRant:
* Assume every external line of code, (including every service you consume) is an unreliable crock of flaming shit. These services can and will fail in the most glorious ways. Write your code to be resilient, and ASSUME FAILURE of dependencies. Even if it's your own team writing the other service.
Heard in a meeting today: "Your team's service outage is going to cause my service to corrupt the database!"
Response I wanted to give: "No, you asshat, my service outage is a normal part of living with microservices. Your app should have been smart enough to recognize the failure."9 -
There is no other way to put this.
My HR manager just sent out her tax declaration sheet containing all her salary details out to the entire company via email.
The worst part, she makes as much as I do yet fails at the one single job she's supposed to do.3 -
When you have to take a rest cause you're tired & exhausted after a day of coding..
..but your code is not done and you feel empty and you feel like a failure..3 -
"Failure is not an option. It comes bundled with your Microsoft Product."
- Wise Old Man
(Taken from ebtionko.wordpress.com) -
big 2+ years project finally canceled due to failure. About to have a meeting about "the future of the team".
Pray for me.3 -
I do love u ranters
.
.
.
.
.
.
.
.
Whenever I feel like I’m not good enough at my trade, I come here to read a few rants. While I am a failure, it’s so nice to know there are even more disappointing devs around.13 -
Due to hardware failure build server was wiped out.
So all configurations are gone.
- There is no code to recreate builds
- No backups :D
The bright side, we can finally do it right ;)2 -
That horrible feeling when you have to abandon your small project because litteraly nothing works... Even after 2 straight weeks of work, on a single f***ing function... Fml2
-
I am now officially 23 years old.
So many hours of work invested
So many countless blood spilled
So much sweat made
So many years passed
So many projects worked on
Summed up in 0 successful projects
If someone were to ask me to showcase what I had done in 23 years of my life, I cannot show them something that no longer exists. The projects are dead. I cannot even prove my friends what I had done other than blindly say what I had done. But behind the scenes I worked so much and am completely demotivated by all of the pressure from failure. I have actually never felt so bad on my birthday. 2020 really is the worst year ever. I feel like a failure while life is just exponentially passing by.....18 -
Why I love Salesforce 👀
- Run a test method
- failure: no field found
- checks test, queries field
- checks field security (access permissions) visible to user
- runs test again
- failure: no field found
- adds debug log of queried field
- runs test again
- succes
Thanks, thanks for fucking with me today 🥲6 -
"I don’t know the key to success, but the key to failure is trying to please everybody." - Bill Cosby5
-
Just got a call from someone claiming to be from an ISP (they assumed we were with them because that ISP is one of the popular options, we weren't) they claimed that someone was using our internet illegally (which they cannot find out from what I know unless it really was an assumption), that were using too much data (we are on an unlimited plan and have fibre LOL)
The nerve of some people, my dad was the one who answered the phone and when he handed it off to me, they hung up LOL.
So in saying that i have their phone number thanks to my router's caller id, anyone want it to sell off to more scammer for some good ol' karma?5 -
someone posted this saying "tor isn't effective". Tore them a new one and explained how each failure point is only worst-case.8
-
Months after joining devRant, and seeing all the people with 5000 +1s while I'm still stuck at 400, I think of them as people with gold badges on stackoverflow as I bury deep down into the abyss of my social failure again.5
-
Normal people dream about shit before they go to sleep.
I, on the other hand, try to formulate a hypothesis that I'm already stuck on for 3 business days, thereby giving myself anxiety, henceforth failure to sleep.
I'm just perfect! 👌🤦🏻♀️🤦🏻♀️29 -
Well that's indeed kinda funny
But I'd really like to know if it all had to do with Google Cloud Networking, because they had a failure of their systems in us-east1 for 25 hours and it fits the time in some way (https://status.cloud.google.com/inc...).2 -
When you work hard for something and you are sure that you gonna get it, but some ass licking guy who doesn't even know how to code gets it. Yes, it happened to me. I was working for an open source organization called PROBOT. I was working my ass off to get into GSoC with that organization. I created PR(pull request) after PR and solved most of their issues. But later on, I came to know they didn't even saw my single PR. Life surely teaches you some hard lessons but it's you who should not give up I would say. I do not regret working my ass off and writing those code and not getting into GSoC but I cherish those moments where I learnt many new things. And as for that organization, I would say they don't even know how to manage. This was my exact reaction when the result came3
-
I feel like my Uni is setting me up more for failure then success.
One of my courses needed for graduation is only offered in the spring of even years. Can't wait for 2020!9 -
We had a major core router hardware failure in our LA datacenter today and every one of our services has been down since 6am, including all production servers. We have about 15,000 sites down across our entire platform. Our manager came over and told us to just go home because we need to replace the hardware and the process is expected to take all day, and we can't do any work until then because all the production servers are down. So you could say that it's been a pretty easy Friday so far! I'm headed home to play Spider-Man2
-
Failure is not the problem.
Problem is not admitting and accepting that you failed.
Problem is not learning from your mistakes.
Problem is causing the same damage over and over again.
What's worsens the situation is defending the dumb act.
If you cannot handle failure then not only you stagnate your growth, but you also negatively affect people around you.
Mistakes make you perfect only when you fix them.7 -
I was fired by a client about a month back. I had spent about a year building a web application using angular.js for said client. Of course, it was my fault because it took about 8 months longer than I had forecasted but I believe what I was shooting for was something solid. I went as far as giving a full refund of the initial deposit on the project. My take away was I learned something new, going in I wasn't remotely aware of such things as CI/CD. Sad thing though they are trying to rebuild the app using wix.5
-
Just came across a job description where the first qualification was:
° Smart and intelligent
Really? Do better HR.8 -
That moment you receive an email: your CI build is failing.
Ok. What went wrong?
Three new commits that do not seem to alter anything related to the failure.
*reverts commits and tries again*
Still failing.
WTF?!
*restarts previous builds*
They now fail too.
FUCK! BASTARD! Are you kidding me?
*investigates*
Turns out that repo of dependency changed and is not compatible anymore.
Argh! Son of bitch! -
a girl from my class made a presentation and it was really good, and now i'm thinking "how did she do it? what came to her mind that she could prepare such a good presentation?"
and also, "i know that no matter how much i try, my presentations will not be that good, because those are MY presentations"...13 -
I let my studies suffer to build a CRM for a company only for them to say they have no money to pay me. I feel like a failure. That was my first ever successful project.6
-
Exams of two weeks starts tomorrow. We'll be doing a project. Only, 70 percent will be documentation :/. I'm trying to keep my nerves, fair of failure and everything else as low as possible but that's not particularly working anymore 😞10
-
GodDAMN, C# 7.0 is so ridiculously feature packed. I can pattern-match inside a predicate on an exception filter. Want to catch ONLY NHibernate's exceptions caused by a SQL timeout? Boom:
catch (GenericADOException adoEx) when (adoEx.InnerException is SqlException sqlEx && sqlEx.Number == -2) { return Failure("timeout"); }7 -
Dat moment when your contact person phones you and ask If you delete the whole Release Folder...
YEAH SURE I WAS IT BECAUSE I LIKE TO WORK ON WEEKEND
Fyi: FTP with one user for everyone - harhar stupid bricks -
I had a USB WiFi dongle installed and working great. Then someone pulled it out of my computer, without talking to me, so they could use it. I found another in the office...exact same model...plug it in. Drivers don't work. Can't update them. Reinstallation crashes. Try to restart computer, it crashes. Restart computer and now Outlook won't even open. No idea what to do now, but this is going on an hour and counting of no productivity.
WTF Windows? You can't even handle a WiFi dongle right?3 -
Oh my God I'm a failure. Been working on this booking system backend for two weeks, refactored some code, and now it doesn't work at all.
I've gone back through the entire thing, and I can't find the problem.
Open up indeed, start browsing for low-skill jobs. Maybe the carnies will have me back!
*Re-reads error message, adds missing underscore to function call.1 -
"Stop throwing errors in your library! They cause my app to crash"
Who amongst us hasn't hear of the popular maxim: "Fail late even after you know something is wrong, and then make sure the failure cascades over the whole app in mysterious ways"5 -
"Why would you make your own when you can just get one for like $30 online?"
One of the single most disheartening things I've heard from a peer.
Seriously, are you really so incompetent and dependent upon other people's work that you can't even come up with a single reason why I would do this?! Don't you dare try to call yourself an engineer. Call yourself a cheat, cause that's the only way you passed that class.
Even after explaining that making it yourself is one of the best ways to learn about/understand it, they still couldn't understand.3 -
I just tried to install Linux mint on a SD card from a live system for a friend.
I managed to break his windows partition to the point that neither Mint nor the Windows recovery tool could read it and the SD card still won't boot.
I feel like a useless piece of shit and a bad friend.
At least his data is backed up but some of his licenses (Win, Office, ...) might be lost.9 -
Was writing a functional test in AdonisJS that queries an API endpoint with data and my test stays red with a dainty `expected 500 to equal 200` assertion failure.
In frustration, I yelled "What must I fuchen do to get my 500 to become a 200". Then my dev friend, an absolute fuchen genius tells me, "Subtract 300." I hope the prat stays debugging his code for a week!!8 -
Why is it management always waits until point of failure for a major system to hear us about replacing systems with updated systems?7
-
Shit. My ssd died y-day. Got a new one [970evo] today (tx bro!).
Guess who's gonna spend the night recreating the whole env: ui, scripts, triggers, integrations, tunnels, qemu vms, apps, bkup restores,....
Shit9 -
Java teacher writes code on blackboard in comp lab
He tells us to try it out at our workstations.
We do. The code does work. We tell him.
He says: "There is something wrong with your compiler..."
Question is...we were around 30 students. Can all our compilers not work if we had used the lab before and the code we run worked clean??!?!?!?
We were flabbergasted2 -
Apple is really worried about their huge failure with the i9 6-cores, worried they won’t sell.
How do I know? Well, this...2 -
Why do the HR folks cannot be more passionate about their work. Everywhere I have worked, they don’t pay a lot of attention to how their processes affect their employees.
I had a Visa appointment along with my wife today. The appointment was scheduled couple of weeks back. The email with appointment schedule had the list of documents that we needed to carry.
There was one document which HR folks needed to generate themselves and share to me. Its basically the certificate of employment. Now, I had a Certificate of Employment from last year and I thought that would suffice. But then the Visa lady told me that they needed a latest one(generated in last 3 months). It was very weird for the Visa process since I didnt have to carry that certificate couple of years back. But anyways.
My issue with the HR people is that if there was a need to generate this document from their side, they could have already generated it and shared with me. But no, they will wait for something like this to happen. They will only do this when I had asked about it and then they would have generated the certificate and shared with me.
Similar experience in my previous company, when I moved to Germany couple of years back and the company had arranged for accommodation for me. The building where I had my initial temporary stay, had two entrances and only one of them had the elevator, which was at the back side of the building. My apartment was located on the 5th floor. Since there was no mention of the elevator in the email that I received from the HR folks, I had to carry 6 bags up 5 floors after my 12 hours of flight. It took almost an hour to get all of them up.
All of this could have been easily avoided if the HR folks were a bit more empathetic towards the people they deal with and tried making their life a bit more easy. A little note of elevator, or generating certificates automatically feels the lives of employees so easy and it really avoids a lot of hassle, both for employee and the HR folks themselves.3 -
1) I don't have to talk to other people while doing it.
2) The computer does exactly what I want it to do and failure will always be an error made by me, not someone else. That makes it satisfying.
3) I'm pretty good at it. It's just fun helping other people at school and creating small programs to solve problems. -
From a job posting I recently viewed:
"About you: We don't care about years of experience or knowledge of particular technologies, if you have a computer science degree; or a degree at all for that matter."
further down in the same posting...:
"Qualifications:
-MS/BS in Computer Science or related background
-2-3 years of front-end development experience with HTML, CSS, and JavaScript and related JavaScript frameworks such as Backbone, React, or similar technologies"
........ -
The moment when you are looking at code for a good 20 mins woundering why it isn't working then you realise you havent ran the init function...
-
Have you ever been interrupted because a marketing workmate had a friend on the phone who needed advice on a WordPress hosting, and wanted your advice right now?
Because I have.
When we had a massive server failure and our production environment was down.
Seriously, what the fuck is wrong with people nowadays.6 -
#whenProdBreaks
$data = ["some","predefined","data","set"];
// :/ this suddenly broke
//$response = $this->makeSoapRequest($data);
/**
Due to prod failure, Hot-swap soap for rest - don't ask how we took the same input, spun the shit out of the response and recreated the same data structure that the soap request made, but it works... and that's all you will ever have to know.
**/
$response = $this->makeRestRequest($data);
//process the response
$this->process($response); -
that moment when I browse the Internet via mobile phone and have to request the desktop version (chrome) because that fucking mobile view sucks AF
What a big fail if I choose the desktop view over the "responsive" one on my small device1 -
So yeah, it's cool, I only built a process based on years of experience. Just go ahead and completely ignore it. A failure to plan on your part doesn't constitute an emergency on mine.
-
Long story short, I have to drop my studies for now bc serious mental health issues. I feel like a failure, but I mean, I actually attempted to.... well, I'm here to say it and not complete the phrase. I need to rebuild a lot. And I would really to make some friends are. I have no one to talk to.13
-
Sometimes human stupidity still surprises me.
Today I was able to stop the release of a ticket at the last moment that intended to put urls WITH A SECURITY TOKEN TO ACCESS USER DATA through a link shortener.
Some PM assumed that it would be a reasonable course of action to map an url secured via jwt through to a 4 character, countable, base64 string so that we don't have to send multiple sms if they contain this url. I can accept that the implications might slip through one person but the fact that this was put into a ticket by a pm, prioritized by PO, estimated by an entire team, implemented by a professional developer, reviewed by a senior and then scheduled for release without anyone asking themselves if there might be a reason for a security token to be long, that one shocks me.8 -
I got a feedback saying that I am good at solving problems which are obvious and have obvious steps. But I have to improve a lot where problems are complex or solution is not known.
People, I have 3.5 years of experience in industry and still I am a junior. I am continuously thinking about it. I was a smart person till my school, I never had to work hard I think it is impacting me till now. I sleep so late and work only in the night, get up so late and feel bad about it :( Everyone is doing so good as compared to me.20 -
the coolest project was mine: a dynamic DNS like dyndns, wrote in scala, an API layer in ruby and a lot of sysadmin stuff like ospf any cast. A big technical success, a total financial failure... but I enjoyed and I learned a lot!
-
Spent 45 minutes debugging an issue. I was calling the errorHandler on success, and successHandler on failure. D'oh!1
-
Manager gave me a PHP task today that I straight up could not figure out and I feel awful and like such a failure from just 1 little issue3
-
Anybody else felt a pressing why crisis leading to procrastination, a sense of impending doom, and and constant failures or feelings of failure.7
-
When i first got introduced to programming in highschool, java was the only thing offered. years later i picked up java again to throw together my first project. a 100 lvl java android phone game on my own. needless to say lol it was my utter failure! i remember my phone acting like it was on heroin constantly after install lol fuck that game
-
The primary concept of reactive programming is great. The idea that things just naturally re-run when anything they rely on is changed is amazing. Really, I think it's the next step in programming language development and within a decade or two at least one of the top 5 programming languages will be built entirely on this principle.
BUT
Expecting every dependency to be used unconditionally is stupid. Code that checks everything it might need all the time even if a decision can be made from much less information is simply bad, inefficient code. If you want to build a list of dependencies automatically, you have to parse the source.
And I really hate that there are TONS of languages that either make the AST readable at runtime or ship with a very powerful preprocessor that could be used to analyse expressions and build dependency lists, but by its sheer popularity the language we're trying to knead into something it was never and still isn't meant to be is JavaScript.3 -
Sat at my desk this morning, computer incredibly slow, lots of error windows saying files could not be found.
I decide to reboot. Post is slow. And that's a HDD failure. I lost half of my storage. Luckily, almost everything is for projects so it's all in the git repo.1 -
After hours of development, updated code on server, closed ide, out of habbit oppened browser, went to http://localhost/, just to check how api is responding... No response. Restarted server. No response. 30 minutes of random tests/checks, no result at all. 30 nervous minutes later, realized that server was working fine... it's just me who freaking tried to access it via localhost. ffs 0_0
-
So I tried installing arch today. Spent all day trying to fix grub to be able to boot arch,Ubuntu and windows along with Intel microcode working on both arch and Ubuntu. But alas , I could not succeed and I cannot boot into Ubuntu now. I am going to reinstall Ubuntu tomorrow and leave arch for sometime later.2
-
Fuck you negative bastard! I really hate when someone "predicts" failure to meet the deadline of some project we haven't started yet. This bastard thinks we will fail only because he is a complete mess at coding and fears learning new things.5
-
I'm just trying to install a program… Literally FOUR HOURS and over a MILLION lines of GCC warning output later:
==> ERROR: A failure occurred in build().
Aborting...
-> error making: lib32-qt44 -
My laptop died on Monday. 5 days after it's first full backup in 2 years. I'm almost disappointed it was a power connection issue and not a drive failure3
-
"If it’s a good idea and it gets you excited, try it, and if it bursts into flames, that’s going to be exciting too. People always ask, ‘What is your greatest failure?’ I always have the same answer—We’re working on it right now, it’s gonna be awesome!" - Jim Coudal
-
Just found out I have more work than I can manage stacked up until mid 2018 - all for me and where I am a single point of failure. I have several manager fighting for me and some smaller pieces of work mixed in too.
Any advice on how to get a raise while my stock is high?3 -
Nightly anxiety is a new concept that I'm embracing.
On tonight's episode:
> The boss did not like my work.
> He was being nice when he said it's good work.
> I am a failure and should immediately go and get a degree in nail design and work as a minimum wage nail artist. Or hair dresser. Or even cleaning crew.
... This is fun. 😐18 -
I recently started work as a Senior Software Engineer at a top company, I can't help but have this immense impostor syndrome...I just feel like people at work are closely anticipating my failure...it's fucking crippling.5
-
!dev
Sorry if this is a bad read, pretty new to devRant and writing in general.
I can't help but think and think of how much I fucked up my opportunities to completely change my life/financial status a couple of times. Damn.
A few years back (it was 2009, I think) I was playing Diablo II online, helped some random guy get through the hard levels. Normally, in such situation the lower lvl player allowed the higher level guy to grab the valuable boss loot; however this time the guy except sharing the loot with me asked me if I want his spare 2000 bitcoin. I asked if it's of any value, he said "not really".
I said I'd contact him later, when I figure out how this thing works and how to setup a wallet.
Guess what, I was too lazy and forgot about this thing completely. Then we lost contact.
In 2010, I made a comeback to bitcoin, but instead of buying it, I downloaded the bitcoin client, the blockchain (it was 800 mb in size, I remember) and have been contributing by running it on my PC for like a year.
Finally decided to get it ~3 years ago. Bought 2.5 BTC for 400$.
Was holding it, until I fell for the "free OmniseGO" scam and somebody stole them off me.
All of these can't get out of my head.
I visit coinmarketcap literally every hour to see how much I could have now. My girlfriend, friends, family, all fail to cheer me up. I still made a pretty good deal buying 5.5 ETH for 45$ and thats like 2500$ soon, its nice but this much I can make by coding
Shit, what do I do to stop being stressed except for seeing a psychologist.
May my failure make you smile today4 -
The new project is still in the analysis phase and I can already smell failure, just based on the interaction between analysts.1
-
I may have watched too much Westworld; I'm naming JIRA tickets with "Analysis - what caused the failure..."2
-
Oh come on, checkboxes are for booleans, buttons for actions... *hrmpfgrmlwtfisthisshit*
(note: the resizing is not a ui failure but from cropping two screenshots handsfree)3 -
Dear Managers; we do not appreciate how comfortable you are behind a facade of ignorance. Your inaction is directly responsible for the failures of your team; both technical and cultural. You are why we are unhappy, you are why we stop growing, you are why we do not care, you are why we do not innovate; and most important of all, you are why we leave.
-
3 years ago,
Team of 3(team's first and last competition together). ICPC ACM Multiprovisional round.
1st question super simple. Teammate came up with the algo.
I was the one who wrote the code. Missed a brace after a 'if' statement.
Wasted 45 mins, debugging and coming up with new approaches. From a possible top 10 rank finish, we got 44th at the end of the competition.
If I wouldn't have done this silly mistake, our team wouldn't have failed. -
Once there was this fucking recruiter who actually had the nerve to call the head-secretary of the entire R&D department of the company my girlfriend works at, to ask to be put through to her after explicitly telling the secretary what the reason for the call was.
I mean, even if my girlfriend wanted to be contacted by some shitforbrains single-celled lowlife like you, how stupid can you be, calling the head-secretary for at least 400 people and then telling them you are headhunting?1 -
My lecturer gave us a piece of very buggy software with no API which we use to model computer networks. It literally says in the assignment specification "Your program must run for at least 60 seconds before crashing."
These people are setting us up for failure.2 -
"Almost everything – all external expectations, all pride, all fear of embarrassment or failure – these things just fall away in the face of death, leaving only what is truly important." - Steve Jobs3
-
Now it's over and failure seems certain...
In fact I'm certain that the interview app on my browser flickered for a second and showed some form with a red Failed text before displaying a Thank You page...
So it seems if I really want to get a tech offer, I have to focus on algos big time.... Hm....1 -
hey Mark, everything is fine,
Come oooooout man, everything is back online
💩💩💩
(Unfortunately, Mark is went insane after the failure 😭😭😭)4 -
Ok so I bought a new phone yesterday and my entire day today has been massive failure and loss.
I have to get various things done but fuck!!!
Help me2 -
Personal projects, I think, are 50% of the battle, and projects you are required to complete are the other 50%.
Personal projects encourage you to try new and hard things without too much fear of failure.
Required projects make you learn something and complete it.
Both are absolutely essential to craft a well-rounded dev. -
I love 2:30 am support calls, especially for a system I know nearly nothing about and when I'm supposed to be 4th in line for a call.
Hopefully I made the right decision. Now let's see if I can fall back asleep.2 -
If at first you don't succeed, blame the framework; then the language; then your colleagues and eventually fall into a deep depression when you realise that the only person you truly have to blame is yourself.
Then blame the framework again, and suggest an immediate move to the latest ill-advised JavaScript contraption in spite of horrified gazes from your disillusioned colleagues.1 -
The classic failure a developer of absolute secured system do is subestimating the ingenuity of stupid morons1
-
I'm interning and working on something above my skill level and it works for the most part but I think I may have done it completely wrong for like the past week :') everyone is on paid vacation and I'm just sitting here like a baby bird with a broken wing
"halp"
Pls no anger if it doesn't do exactly what it is supposed to. I am frail.2 -
Last day at work: goodbye overnight sessions breeding over some arcane legacy code that blew up in prod or manually restoring dozens of backups because the customer continued to work while systems went down due to power failure.
Colleagues last commit message at that place: It just works (Friday 8pm then shipping the code to prod)2 -
Wrote my first story. Put my whole soul into it. Sent it off to be reviewed for publishing. Got a "nope" without even one word why or on how to make it better. My life is a failure.5
-
CLEARLY! ...
I'm drunk.
//motherfucking populate the mailings table yo
Route::get('fuckman', function () {
$statuses = array('queued', 'sent', 'failure');
$statusKey = rand(0,2);
$mailings=App\Models\Mailing::all();
foreach($mailings as $mailing){
$mailing->status=$statuses[$statusKey];
$mailing->save();
}
return 'fuckyou';
}); -
I graduated from a bootcamp this February, moved to London and I was certain someone will hire me in the first two weeks. I have never been this wrong4
-
Developed an app to display examination seats allocated by an algorithm developed by someone else.
The algorithm goes berserk and allocates randomly. Spectacular failure of the system follows.
Everyone blames me for all the trouble.
The algorithm developer smiles in the background. WTH! -
Will never understand recruiters who try to put me in positions that I am not qualified for.
No I do no qualify to be a Level III engineer at Amazon or a senior level developer at a large corporation that requires kernel level of knowledge. I work at a barely functioning small company. Stop trying to set me up for failure.2 -
the AI says the code I'm trying to design is very complex a problem, d'awww I'm not a failure 🥺
the solution seems to unironically be to delete half of it and make it far simpler / less features lol
why can't I make my code psychic to what I want, ragh! oh well1 -
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 -
When you testing your exception handling by throwing an exception, but the code throwing the exception has a bug and throws an exception, so you think it works... d'oh
-
Am I more active because I am feeling good, or is it because it's too hot here? 🤔
Anywho, giant NN classifier, come at me!
PS. I think it's gonna be a a major failure, but YOLO. 😜1 -
"We unfortunately live in a corporate world where group decision making is made to avoid failure rather than to achieve success." - Bill Cahan3
-
Trustico CEO emailed private key which is used to sign TLS certificates, making more than 23k certificates compromised!
This makes me think, that we should not trust others for our security (like ca), failure of CA can put our website at risk. What is the better way to do it?
https://arstechnica.com/information...11 -
dfox, trogus, can you give us information about the success (or failure) of the new financing? I think a lot of us who care about this app are interested in this.11
-
I've had enough of recruitment phone calls, from now on if they don't follow:
1) Look at the FAQ made solely for them.
2) Contact me exclusively through email or chat(Skype) indicated by me.
I'll not f*ucking care about them.
My memory is not made to record perfectly every single call from any job offering, I'm sick of getting lost in memories of calls that, in the end, sound really similar between each other. F*ck this system of "I need your number to keep in touch with you(or update you) about this offer".1 -
I keep forgetting to design for the failure path, so my product is an accurate depiction of society, where everybody has a convenient excuse to not handle issues and the slightest problem ends up collapsing everything.2
-
after a 24h forced shift working to recover from a raid server failure , the first thing you do is check your notes and see if all is working fine
cool! let's go out 😎1 -
Catastrophic Unix failure :(
Full server rebuild ( samba, Apache, cloud) adding back all little tweaks
Thank God for daily backups (full backup restore failed to solve the problem, probably some weird pam issue)
FML 😄 -
Project is dammed, is broken, we complain about it for almost 3 months, daily, code is old and client is full of bad practices and is always searching for a way to blame us for his failure.
Administration decides that best solution is motivate meditation techniques on dev team1 -
Resizing my partitions without backup and moving them between disks.
Never had a failure but i guess it could be risky3 -
The development life cycle when taking over a project is much like that of a slightly retarded wizards first steps into utilizing the powers of the dark forces.
CONFUSION => CLARITY => FAILURE => CONFUSION => CONFUSION => BROKEN KEYBOARD => CONFUSION => UNKNOWN MAGIC => SUCCESS => CONFUSION => BORED OF THIS IT FUCKING WORKS => PUSH => SHUTDOWN -
Anyone else makes 50 projects in a popular framework then never finishes them and they just sit there with all the potential untouched and unknown to the world? Well that would be me!3
-
copying field data from one table to another,
wondering why the execution takes so long,
since your copying only data from three rows,
realising you forgot the WHERE clause in the SQL while working on a live database and overwriting all data with the last statement 😨6 -
There we go again...
I can't remember how many times I saw something like this. It seems like ignorance already become a new standard in IT recruit world😎
Should I give a thumbs up just for daring to ask?! -
Getting out of bed at 11pm to fix an etl failure. I was just about to get off devrant and go to sleep... (the second sentence was !true
-
Kidney failure feels EXACTLY like getting dangerously overheated & dehydrated while being seasick.3
-
Moments when you give wrong estimate and then have to sit up all night.
Fuck estimates. I will never get them right.1 -
When I started using Ubuntu for the first time it took like 3 tries to install the OS. After successful installation, all it took was two days and I had somehow corrupted everything. Next time I managed to keep everything together a bit longer, maybe a few weeks. Now, multiple fresh OS installations later, I am happy to say that I have not conducted any major fuck-ups in years. It's the learning curve, yo.4
-
Recent experience:
- Installed openSUSE Tumbleweed
- Installed mariadb
- Tried to start the service (several times) with failure
- Searched online, made adjustments as per the suggestions. No luck
- Reinstalled related packages
- Tried again and failed
- Deleted everything in /var/lib/mysql
- Tried again ... and 👍
Just sharing -
1 CEO, 3 CTO and 2 Polytechnicien (French engineers from a big French school)
They all deserved that their project called "life" were cancelled. It's a clear and indisputable failure! -
Is there anyone here who dealt with gaming addiction? I want real world responses, succes or failure stories. Not some third rate blog post copy paste replies please.18
-
Great. Hard drive dying on our server. Thankfully since I rebuilt the RAID, now I can handle a short then failure on a raid 10... Ugh. Stupid cheap drives.
-
A couple of years ago, I was invited for an interview after applying for a part time job as a C/C++/Assembly developer with customer contact to earn a bit of money while studying at university.
Throughout the whole interview they didn't ask me a single question related to the work I was expecting to do. Just a couple of questions about my team skills, how I would react in certain difficult situations and how my studies were going. Nevertheless they seemed pretty pleased with me and asked when I could start.
I was somewhat irritated by that, especially because I was still a beginner in some areas and made that quite explicit in my application. I asked what kind of projects I would be working on and what skill level was expected of me.
"It's pretty straightforward. Just pick up the phone and go through the checklists we'll provide. You'll pick it up quickly."
Wait what?!
Turns out they didn't have an opening for a programmer. They were looking for somebody for a first level phone support minimum wage job and simply used an old ad for a programmer's position "to attract more technically minded people".
I rejected respectfully...
What the actual fuck? Who even does something like that?1 -
I'm taking a year out from my degree to do a software dev placement. I fought hard to get it and totally smashed the interview. But I'm still nervous as all hell and not sure I want it.
I think it stems from not actually feeling like I'm a real dev yet. I feel like I'm a big fish in a small pond at uni, which is why I took the job. That and the fact I never really made many friends there. Still can't shake the feeling that I'm just going to fail miserably...
I guess this is what they call "impostor syndrome".3 -
If you backed something, and they ask you to provide a name to include in their special thanks would you:
- Use your full name for whatever the outcome will be (successful project or just a terrible failure)
- Use a nickname (Like this one on devRant)2 -
Your pizza with Uxbridge is on its way and should be with you in -32 minutes.
Well the timing is accurate at least but the failure to name the vendor looks deliberate.1 -
Setting up docker is so fucking complicated. Theres like a trillion combinations of something going wrong. I have never been able to setup docker right on the first try. Theres always some fucking compilation failure or corrupted images and containers. The thought of using docker frightens me for this reason. But still makes me want to use it because once it's set up it makes dev life 200x easier11
-
Football/futbol/soccer analogy:
Frontend engineers are like strikers - you see their work, good and bad, and you don’t notice how many contribute to their success. Backend engineers are like goalies - you only really notice when they do a _bad_ job and don’t see how many things contribute to their failure.5 -
If u you don’t have empathy towards me as a coworker, you are my enemy and I will laugh at your failure and defeat.5
-
If your relative's computer doesn't have a TeamViewer (or similar) client running 24/7, you're a failure and deserve to have your rant privileges revoked.8
-
Decided to make apps and try to make money on a solo venture with the android app store, plan in mind to go at iphone when money is made.
It's not going well
Guess I'll starve and die4 -
Why is it when I join a new company, the people I depend on to train me on complex systems suddenly turn in their two-week notices and quit? This ALWAYS sets me up for failure because people expect me to instantly BE that person who quit. That’s impossible and unreasonable.5
-
Damn you Chrome, piece of shit who doesn't support (without breaking completely the layout) the <object> tag inside a flexbox container. Wasted two hours of my life.5
-
I hate Windows! BSOD and many other *famous* errors waste my time resolving them.
This happens to me every 6 months and it is so fucking annoying !
The system repairs are so fucking futile! They take so much time *attempting repairs* and in the end give me a failure message.3 -
Honestly, nothing. I'm just a human. I know I will fail multiple times, over and over. I allow myself to do that, learning and taking precautions for each new failure.
-
"I want to risk hitting my head on the ceiling of my talent. I want to really test it out and say: O.K., you’re not that good. You just reached the level here. I don’t ever want to fail, but I want to risk failure every time out of the gate." - Quentin Tarantino
-
I have been working for 3 days with less than 4 hours of sleep a day. I keep dreaming of conflicting layout constraints, failure in fetching data from FetchedResultsController, Xcode crashing in between (oh well). Never been more frustrated.6
-
This sort of CSS failure:
div { display: inline-block; width: 50%; }
span { display: inline-block; width: 50%; }
<div>go left</div>
<span>go right dammit</span>8 -
I currently have to finish some intermediate report for a big international research project which my CEO forced us into because of the incentives. But he doesn't care for any of the research and just want to get the money.
Due to my inexperience I promised some things for this project, which now prove to be untenable. And now I realize all this and I get to deal with small anxiety attacks (especially today).
I just want to say "fuck you all" and go, but this no real option for me. That makes me totally exhausted, especially because it feels like a personal failure. :/2 -
Office manager/HR:
• this is fucked up!
• I fucking hate this shit of a job
• I took a pay cut to get this job MF
• come near me and I'll cut you #moodtoday
Anyone else have similar experience with HR? -
!dev
So apple watch ecg would be fda approved ?
They took the most percentage organ failure and made device that helps monitor that and get why question.
Self promotion :
By the way I predicted that they would go after medical devices year ago.
https://medium.com/@szczepano/... -
Until that recent terrorist attack, I had believed that Ariana Grande is the name of a spacecraft or something. I studied about Ariane 5's failure in software testing course. Maybe that's what made me think like that. 😁
-
Today, I want to send a POST request from Siemens PLC as a UDP datagram to an apache webserver running PHP and Laravel. It's definitely something wrong with me. It's like 98% failure. :D3
-
Not a rant, positive news instead. Finally after 2.5 years of searching I found a new job! Especially after a interview that I thought went south very quickly. Ended up with an offer 30 minutes after the fact.1
-
Monday AM. Instead of building images in the backend i'll just make them in HTML and use a headless browser to screenshot them ! Sweet. Doable in a day and saves the rest of my week !
Friday afternoon. Crashes, browser failure, zombie processes, intermittent failure, docker failure with headless browser. Still not working well.
Why am I such a dumb fuck ? -
Beating myself up at the moment. Didn’t think about how to live update something/update the info on the page dynamically. Put a cape on me because I’m feeling like a super failure right now.
-
SHIT my hard drive
Oh wait just didn't close my coke bottle properly ...
I totally freaked out for 5 minutes until I figured it out...😒3 -
I've been training a few junior devs for about a month in the use git and adopting to a collaborative team workflow. My blood is boiling at this point. As part of the training we had the junior team build an iOS app. Their solution was for each of the to have a git repo of their own and a master repo for everyone. If they can get it to work in their individual repos, they would move that code over to the master repo. This seemed to have worked for them but it's completely wrong in trying to understand how integrating their work by the hour or so would benefit everyone involved and ultimately how that can influence the quality of the product. So I highlighted the problem with the individual repos and encouraged the use of a single remote repo. OOP is none existent all the code is slapped into a view controller. I have about given up. Let's see what this week will bring.3
-
What the hell is the point of this small projects team spending 2-3 months on developing extensive logging system for an internal application for inside and outside customers to use if your application isn’t going to log any of the fucking errors. Sure you write the failure status to the database, but it just says failure with an even more vague explanation than microsoft’s errors. “An error occurred”. No shit, that’s why I’m looking in the logs and database to debug the application to get these files on their merry way so our company can stay in compliance with the state, feds, and not pay out the wazzoo in fines. All our other applications state where the error occured such as “failed to connect to the email server”, why can’t this one.
-
Read a dev blog and do it on company time, you’re never going to catch up when you’re drowning in your own code. Take responsibility for your personal development, and take responsibility for setting your boundaries. If you do this you will benefit and so will the company. You are not helping by working after hours, you are simply establishing and reinforcing unrealistic expectations that will eventually result in failure.1
-
Went to my first university hackathon and we couldn't finish our project 😥 Guess I'll try and do the rest of it on my own.1
-
ran the test before fixing an issue
result: 5 failures, 0 errors
ran the test after fixing the issue
result: 4 failures, 11 errors
all errors in one place -
(!rant || git)
Non-techy friend (n): you know what cherry pick is?
Me: cherries?
N: you dont know that?
Me: well, i love cherries...
N: i am disappointed of you.
Me: what the f...ing hell is that?
N: you know the git thingy you are always doing...
Me: i have never heard of that...
N: well use it every time before and after you commit.
Me : (not believing, but kinda believing) ok.
A few days later...
Me: nnooooooooooooo.!
Messed up 3 hrs of work
-------------------
What really is cherry pick guys?10 -
Visual Studio Code is a joke.
it's always auto update but always fail and then delete itself.
When i ask what happened or post a discussion on the official site they close it and send /redirect it to fucking different issue like changing language code or adding extension while the real issue about auto update failure is ignored or discarded/deleted/closed without solving anything
I need help to share this to everyone until they fix this shitty perfomance
ps: i always need to redownload that fucking visual studio code everytime it has update5 -
Hi Guys, I so confused. I'm giving interviews and constantly failing them. I'm not able to clear the practical round. In most interviews, I was able to achieve the goal which the interviewer gave me.
But somehow I didn't get selected. i'm applying for Android Developer positions. just to give you
guys an idea.
I don't know what I'm doing wrong. Right now I just am so depressed that I don't even want to give no interviews anymore.
Any suggestions or advice is much appreciated7 -
Got a ticket for a program's file sync feature timing out. After debugging forever I finally reach out to IT and get told there was a drive failure and the server RAID array is rebuilding. Gotta love efficient cross team communication.. just let me waste my time thinking it's my problem.
-
We have an unit test that tests the average of a sequence of numbers generated randomly using a gaussian distribution. Of course it fails from time to time, it's random! Failing to fail, would mean that the generator is not generating random numbers, therefore failure means success, but success does not mean failure.
Wait, why did we add this test in the first place?rant gaussian distribution statistics random of course it fails it's random bitches normal fail equals success unit test -
I was sending data from online server.. and my team mate was still using localhost and complaining failure of data fetch!!😂
-
Modem dail out. Multiple failure attempts. The sound of it beep---beep---beep still rings in my ears.
-
Today i fucked up trying to generate stats from sales and forgetting to check if sale state was completed or cleared.
Causing sales and revenue on the report l to be inflated by sales that’s failed 3DS checks, bails, bank rejects and other failure states.
Go on have a cheap laugh at my silly incompetence 😂 -
The importance of clear and specific communication:
"We're seeing unusual amount of failure X on products A and B"
Me: "Can you send me 50 samples for triage?"
My expectation: 50 in total, mixture of A and B
Reality: 50x A and 50x B1 -
"I want to risk hitting my head on the ceiling of my talent. I want to really test it out and say: O.K., you’re not that good. You just reached the level here. I don’t ever want to fail, but I want to risk failure every time out of the gate." - Quentin Tarantino
-
Finish a client project, with Laravel 5. Got a hang with the features and for once felt like I am "there" . nothing can beat me. then client request for the network to have no single point of failure.
I am like "whuttttt" how do I even replicate database and have fail over on it.1 -
ELSTER, Germany's federal tax office online service seemed to be one of the few examples of successful digitization. But don't wait until the last minute for tax declarations online when everybody else has the same idea and federal ELSTER server slows down and throws a lot of exceptions turning into a federal point of failure today.1
-
My lecturer yesterday on software testing :
"software is a service?
software is an app?
software is a failure opportunity. "1 -
Upgrade some spring.jar files as per ticket.
Bumble fuck cargo program your way into getting the project to be runnable again after fucking with gradle.properties and build.gradle.
Find out that shit doesn't work and now you gotta dug around to see where the fuck logs might be.
Thanks for providing no stack trace or useful information to help me debug spring.2 -
Fuuuuck...
My SSD decided to stop booting and sometimes not even being recognised by bios...
Ive tried to recover it with live-USB but every program freezes after finding the partitions. I had so many hours of work not pushed to git yet...5 -
I started an IT company at the very beginning of this year with one of my dear friends.
Things were already tough at the time because we agreed to take a shop in order to do something there, but until now, only 10-15 people came in to buy something.
We're also using that space to teach, but up to now we only got 5 students.
I want to just close that fucking shop, my partner doesn't. So I guess I'll just quit my partner and CTO position and go away from the company.
I'm just way too tired of putting money into it, putting all my spare time, sleep about 4-6h/day to do stuff for it and work every single day (I think I had a pause a few weeks ago, for like half a day).
I much rather stop doing this and give up the money I spent in it than get back my money and keep going on like this: I really can't see the light at the end of the tunnel.9 -
Oh for fucks sake! Why so we have threading when we synchronize EVERYTHING with a singleton... and when I actually show you that even unthreaded spaghetti code runs 40% faster under real life conditions than your shit you just brush it of because I'm still at university and don't know what I'm talking about... And not because changing it would require money or time we don't have... no, just because I “lack the necessary experience with such things.“
-
If you don't have a pet project that brings you money, you're a failure.
This rule only applies to me.5 -
This might be the worst day ever. The final presentation of our project was a failure! My build in corona didn't even work and sadly my teammate got mad and never talk to me again.
-
My phone has been in a state where it has a perfectly fine LTE connection but no internet for 2 days. Provider confirmed the connectivity. Failure is on my end.
Time to upgrade to a newer ROM 😒3 -
Tried installing Arch the whole day... Always crashing at the booting sequence due to nouveau failure. "Pointer to TDMS table invalid" and "Pointer to flat panel table invalid"... Can't even login into the shell.
Fuck this shit... Has anyone tried Devuan? -
If you centralize your development model, ie even just say CI/CD for a mid-size company > 50 devs, you are setting up for failure, maybe not now but eventually when the market catches up.
A single point of contention is just bad.5 -
So I have this habit of copying all my family pics and kids videos onto portable hard disks. Have a 500GB Western Digital since 2012 and another WD 1TB since 2016.
Had one portable HDD failure before that back in 2010, but that contained only old projects code {when I didn't know git} .
So any advice you guys have for me on managing backups of these life memories? I mean I don't trust cloud storage - Google Drive, DropBox etc. And don't want any 3rd party poking into my stuff. That's why these items go straight from Camera to HDD.
What should I do to prepare for another failure? And is there any kind of RAID available in the form of portable solution?
Is it a good idea to change HDD every 5 years or so?10 -
One of the truth no one wants to say because what can not be can not be.... but...
Maven is fuck... bullshit... failure by design.
For each project I need an own settings.xml. Always something not working. The same artifactory password 10 times there. Null pointer exceptions all over the place. Basics like versioning not really solved.
In all my years with Ant I never had so much problems than with Maven.
This settings.xml is really a design failure. Crap.1 -
Yanno, a popup that states "failure. No specific error was returned with this API call" is about as useful as "Error code: NOPE. Good luck fuckers!"
This occured after hitting the delete button for an MX record on a host that I'm migrating away from. -
On the contact page of my project, I want to send data from a HTML form.
What would you use to send it?
Just the regular <form action="/path/to/handler"> and cause a page refresh or use javascript (jQuery) for it and not cause a page refresh?
In both cases, a message will be shown on success or failure.7 -
If Google finally made pull-to-refresh optional on Chrome for Android, it would be an admission of failure.
The failure to realize four years earlier that pull-to-refresh is potentially annoying to users, and the failure to listen to the abundant feedback by users who lost submissions or who interrupted playing media due to refreshing accidents.
One can assume that Google has something like a "user experience team". Didn't even one of these "highly qualified" people remotely consider that assigning the same finger movement to scrolling up and to refreshing could be a potential annoyance? Didn't this possibility go through at least one of their IQ 130 brains?
Now guess which is the more frequent purpose of swiping down. Scrolling up or refreshing a page?
Only one of the two is wanted at a time. Either scrolling up or refreshing. Assigning the same finger movement to two things at once is a downright terrible idea.
By making the pull-to-refresh anti-feature impossible to deactivate, Google effectively is begging its users to leave for Opera Mobile or Samsung Internet.9 -
so management implements SDLC. finally. but here is the snag... none of the environments are setup for any developer , integration or uat testing. now all the while business keeps pushing changes knto us and making us try work miracles. anyone else have this hell of communication from the high holy management above not listening to developers concerns ?
-
What's the idea of people contacting you to offer a position, you make an appointment for a phone interview and the person don't call you at the right time and then hours later come with a random excuse. It happened twice with me already. If the idea is to spoil the company reputation, good job. '-'1
-
https://support.live.com/ returns "Service Unavailable - DNS failure" but hotmail continues to list my servers as spammer...
how the fuck do I delist my server like this!!! FUCK!4 -
How do I overcome the fear of failure as a developer? I know that failures are a daily thing in the life of a developer but I'm severely afraid to mess things up. My colleague explained something to me that also involves making changes to the database but I'm really afraid to make mistakes. How does one overcome that initial fear? And did anyone experience the same as a junior developer?4
-
Do you also press some [*Lock] key first after plugging in a new keyboard? Like you wanted to gradually experience failure of power and then something more complicated4
-
i feel like a fucking failure, I am so tired of programming, i dont even like it anymore, and all my coworkers are programmer gods. I feel like a burden. Part of it might be imposter syndrome but for the most part its true.10
-
External hard drive reliability question.
Im looking for a 2-4 TB external harddrive, depending on the price (best bang per buck).
I found a Seagate Backup Plus Portable, 4TB. It seemed reasonable, until i googled failure rates of seagate drives.
Do you guys have any recommendations for me? Anything is appreciated :)15 -
“The proper use of comments is to compensate for our failure to express yourself in code.” – Uncle Bob Martin2
-
Hi ranters,
I'm a full stack developer with 2 years experience and worked on a React Native and Flutter. I quit my last job 4 months ago. Trying to find remote jobs/ jobs in Europe with intention of relocation.
I still didn't found a job offer, received many rejection emails.
Any of you got any tips for me? 😣😔6 -
Ok after numerous failure in perusing subordinates to use webpack-babel to bundle their code, I forced a new stack of React onto the whole team for the built-in bundling.
Now I am crying with joy when I revamp and bundle all the old shits into one single beautiful chunk myself. -
https://goo.gl/photos/...
Client's PC. Sure I can fix, but we'll have to replace nearly everything. Better off buying a new one.1 -
PHP is like the black sheep on every family tree. Lots of work revolves around him. It's prone to failure, break up easily, does things in an inefficient manner, and gets all kind of disease. So I'm using other family memebers, C++ and Go, to keep him on track.8
-
Every work call you have is a workaround. On call, if you explain something related to code or toolchain, it’s your failure at either documentation or choosing abstraction level. If you explain processes and task priorities, it’s your failure at management. If you discuss deadlines, it’s your failure at estimation.
If you’re an IT manager and do your job right, you should barely have calls.3 -
Somebody forgot to correctly match the external url on login success and failure, now google may use my cookies for the better good.
https://symfony.com/blog/... -
I wish the U.S. didn't "pasteurize" eggs, because without that, eggs are shelf-stable, which would mean I could keep them in a basket on my countertop and label it "npm"2
-
A 30 years old software "bug" caused 5k+ planes delays or cancelations and the software will be update in six years
https://abcnews.go.com/US/...
30 years old software?
Why has not being update yet?4 -
Someone asked me to check on his Wordpress site. Can't upload media. 'Failure to write to disk' Updating fails too. Directory and file permissions are ok. Server has enough space. Cleared tmp. Any more ideas?8
-
Fuck Arch Linux
Love the AUR, but the fact that every -Syu I've done led to system wide failure is unforgivable
I'm coming home Fedora, also screw you Debian and your broken packages9 -
The failure of the free market, triumph of common sense and a big middlefinger to Apple https://greekreporter.com/2022/06/...5
-
Second day at my new work when I got notified that my actual working time schedule is not what I have signed for (working in a BPO company, recruiter and HR made a mistake not notifying me about the time schedule update during Job offer, if only I knew it from the start i would definitely not gonna pick this job coz I have other job offers with much more desirable schedule or at least the same morning sched that i want). New required schedule is 3 hours later than my morning schedule, that makes my work starts at the afternoon. I don't want that kind of schedule coz I don't want to go home late given that I'm commuting from work and because of other extra curricular activities outside work.
I feel bad now ☹️2 -
I love docker swarm, but ffs can we finally get get real clients IP address inside? I am sick of the single point of failure fuck up, docker team!!!2
-
Another severe UI fail by Google:
On stock Android 7, the expanded system control menu only shows FOUR controls per page in horizontal view.
Compare that to superior TouchWiz (by Samsung), which showed all 23 controls at once, as seen in the screenshot attached in a comment.
In addition, on TouchWiz, the user could tap multiple options at once. Tapping on a toggle would just turn a feature on or off, and opening a menu would require holding the toggle for a second.
On stock Android, tapping opens the menu, so turning a feature off requires three more taps to reach a toggle located inside the submenu and to then go back.
This makes deactivating multiple features on stock Android a finger workout.
I am not sure which other stock Android versions are like that because I couldn't find horizontal screenshots of the system control menu (or toggle menu, or whatever it is called).
Only four controls per page? Seriously, Google?
TouchWiz Android > stock Android > iOS.17 -
Anybody know anything about this laptop:
https://newegg.com/p/...
I want to upgrade my current rig and want it to be an epic update. However, I found one review and it had a hardware failure.
Is there a better place to buy laptops that have power (GPU, CPU), but don't die from overheating?8 -
My laptop is powering off out of nowhere...
I've checked for SSD errors non found replaced it with HDD not issues at all ...
Any one can recommend a tool even if it's on Linux to scan for SSD issues?16 -
So I just made my first app from my book. So the IPO is tomorrow, anyone want to join the TipCalculator team before we are an overnight success?
-
When are you most likely to make a mistake ?
The first time you do it.
Second most likely?
When you get complacent
So... Never let anyone see your first try and don't get complacent -
Either you curse the world or bury yourself in self loathe in the face of repeated failure says a lot about you as a person.
Now what does it mean when you somehow do both at the same time?3 -
What your advice for procrastinator ?
I'm pro in this field 😎
I think the reasom might be that I'm scared from being a failure4 -
Learning system development. Period. Heck, I'm still looking for resources that don't cost hundreds of dollars, require me to open-source everything I want to make, require that I read a 4000-page Intel manual, and/or ask that I be in a graduate program or have a degree that I am still earning.3
-
Goddamn I've been fighting with unRAID lately, all to find out I've probably got a broken SSD. And to top it all off I've fucked up the other one so I had to reformat it. Sometimes when shit goes south, IT REALLY FUCKING GOES SOUTH. Fml.
Link to forum post for more details: https://forums.lime-technology.com/...
Damn it feels nice to have a place to rant.1 -
That euphoric high when your shit starts working for some unknown reason, directly followed by the dread when it stops working again for reasons only God knows...
-
It's been over 7 months of being deployed to help finish a project that's crossed the deadline umpteenth times. There's only this guy who had started on this project and me as developers. He's a nice guy, but I'm finding him to be a snowflake that's extremely difficult to work with. Every time I mention a critical problem with his original design, or the approaches he takes on this project, he takes it personally. He would pour out a long spiel of why this and why that, and waste most of the meeting time. Or he would run to his outdated diagrams or documents that he had created himself somewhere deep in the wiki forest, and use that as a defense. He creates his own user stories and tasks on a whim with no PM supervision. I've noted to the managers that this is a project to fail, and all they've done is assign a busy PM to this project, and the new PM is perfectly fine w/ the way the project has been handled so far.
I point out a small flaw with his assumptions just the other day, and he even managed to hyperventilate and again fall back to his outdated document... WTF? I'd rather start from scratch and get this project finished faster.. and even though I've expressed my objection to continue on this path, the managers foolishly believe that this project will be completed somehow. I don't hate my development partner, or PM, or people in the management, but I hate the fact that I don't have control over so many aspects of this project, including the half-assed, unnecessarily complex design, and the dev workflow itself. I feel like I'm tied to a car that's being thrown over the cliff, and assigned to fix the junky car w/ its engine broken before the car hits the ground. Something like this would never be allowed to go in a commercial sector. I just wish that the management could just give me control over project as THE lead & PM over this project, and get this project tied up for good, and with better reusability and quality.1 -
My designs look nothing like what developers have made... I have gone through each padding and margin with them :(
I feel like a failure cause it looks terrible4 -
Luckily for my purposes SSD doesn't have to be accurate it just has to fail royally in a way which is highly accurate in its persistent failure :P8
-
We receive by mail the build report launched by Jenkins so I get It on my smartphone. Bad idea, I make nightmare of "BUILD FAILURE" and endless stack traces..