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 - "too bad"
-
This code review gave me eye cancer.
So, first of all, let me apologize to anyone impacted by eye cancer, if that really is a thing... because that sounds absolutely horrible. But, believe me, this code was absolutely horrible, too.
I was asked to code review another team's script. I don't like reviewing code from other teams, as I'm pretty "intense" and a nit-picker -- my own team knows and expects this, but I tend to really piss off other people who don't expect my level of input on "what I really think" about their code...
So, I get this script to review. It's over 200 lines of bash (so right away, it's fair game for a boilerplate "this should be re-written in python" or similar reply)... but I dive in to see what they sent.
My eyes.
My eyes.
MY EYES.
So, I certainly cannot violate IP rules and post any of the actual code here (be thankful - be very thankful), but let me just say, I think it may be the worst code I've ever seen. And I've been coding and code-reviewing for upwards of 30 years now. And I've seen a LOT of bad code...
I imagine the author of this script was a rebellious teenager who found the google shell scripting style guide and screamed "YOU'RE NOT MY REAL DAD!" at it and then set out to flagrantly violate every single rule and suggestion in the most dramatic ways possible.
Then they found every other style guide they could, and violated all THOSE rules, too. Just because they were there.
Within the same script... within the SAME CODE BLOCK... 2-space indentation... 4-space indentation... 8-space indentation... TAB indentation... and (just to be complete) NO indentation (entire blocks of code within another function of conditional block, all left-justified, no indentation at all).
lowercase variable/function names, UPPERCASE names, underscore_separated_names, CamelCase names, and every permutation of those as well.
Comments? Not a single one to be found, aside from a 4-line stanza at the top, containing a brief description of that the script did and (to their shame), the name of the author. There were, however, ENTIRE BLOCKS of code commented out.
[ In the examples below, I've replaced indentation spacing with '-', as I couldn't get devrant to format the indentation in a way to suitably share my pain otherwise... ]
Within just a few lines of one another, functions defined as...
function somefunction {
----stuff
}
Another_Function() {
------------stuff
}
There were conditionals blocks in various forms, indentation be damned...
if [ ... ]; then
--stuff
fi
if [ ... ]
--then
----some_stuff
fi
if [ ... ]
then
----something
something_else
--another_thing
fi
And brilliantly un-reachable code blocks, like:
if [ -z "$SOME_VAR" ]; then
--SOME_VAR="blah"
fi
if [ -z "$SOME_VAR" ]
----then
----SOME_VAR="foo"
fi
if [ -z "$SOME_VAR" ]
--then
--echo "SOME_VAR must be set"
fi
Do you remember the classic "demo" programs people used to distribute (like back in the 90s) -- where the program had no real purpose other than to demonstrate various graphics, just for the sake of demonstrating graphics techniques? Or some of those really bad photo slideshows, were the person making the slideshow used EVERY transition possible (slide, wipe, cross-fade, shapes, spins, on and on)? All just for the sake of "showing off" what they could do with the software? I honestly felt like I was looking at some kind of perverse shell-script demo, where the author was trying to use every possible style or obscure syntax possible, just to do it.
But this was PRODUCTION CODE.
There was absolutely no consistency, even within 1-2 adjacent lines. There is no way to maintain this. It's nearly impossible even understand what it's trying to do. It was just pure insanity. Lines and lines of insanity.
I picture the author of this code as some sort of hybrid hipster-artist-goth-mental-patient, chain-smoking clove cigarettes in their office, flinging their own poo at their monitor, frothing at the mouth and screaming "I CODE MY TRUTH! THIS CODE IS MY ART! IT WILL NOT CONFORM TO YOUR WORLDLY STANDARDS!"
I gave up after the first 100 lines.
Gave up.
I washed my eyes out with bleach.
Then I contacted my HR hotline to see if our medical insurance covers eye cancer.32 -
During a random school project.
Me: *Explains why team members idea is bad*
Team member: *Im going to do it like this anyways.*
Me: *add explaination of why idea is bad to git commit log.*
1 week later: some parts of the project dont work like they are suppost to.
Team member: *dude can you help me bla bla....(encounters issue i mentioned regarding his idea)*
Me: *no, i've already got too much on my plate. please, sort it out yourself....*
At the presentation
Teacher: *ask question about problem*
Team member: *tries to blame the problem on me....*
Me: *shows git commit log to teacher*
Me: *passing grade*
Team member: *failing grade*
Justice served.27 -
Worst 'advice' from a college recruiter:
"O you want to major in computer science? Well our school is fantastic for women in comp sci because WHEN they find it too difficult they can easily transition to graphic design. How do you feel about graphic design?"
I decided that school was a bad choice.
Graduating this year with my BS in Comp Sci and going for my Masters in Robotics. Screw that guy.18 -
Dear nerds from all over the world,
We get it. 404 pics are funny.
But did you know there other status codes too?
Like...
204 - No Response
301 - Moved
302 - Found
400 - Bad request
401 - Unauthorized
402 - Payment Required
403 - Forbidden
501 - Not Implemented
502 - Service Temporarily Overloaded
I'm sure you'll also find funny situations with these.
Thanks. We're the best!26 -
Overheard some family members talking about me during a vacation about 3 years ago...
aunt: why is he that way?
cousin: he spent too much time on the computer while he was younger.
aunt: that's bad.
yeah.. now I make more than both of you and don't give a shit about you anymore, thanks 👍6 -
I find the whatsmydns.net website very useful. Too bad that they don't have an api so that I could use it with the commandline 😥
A few hours of analyzing and programming further I 'reverse engineered' the website and wrote a CLI tool which works perfectly fine!
Even though things like these are simple, they always make me feel like I'm a tiny God of sorts 😊7 -
Is it just me or the new dark theme on Windows 10 looks really bad?
Too much contrast and bad icons.
Why they didn't used the colors of the really nice looking Visual Studio?26 -
Wasn't a hackathon but an AI programming compition. I ended up getting food poisoning and ended up projectile vomiting in the hallway right outside the bathroom. Didn't turn out too bad. I ended up getting 2nd place.5
-
I am so bad at Smalltalk.. really, I feel like an idiot every time, and every time I end up in silence. Just talk to me something it-related, I can't stop talking. Does this happens to you too?13
-
”Are you planning on having kids in the near future?”
Literally (very) illegal to ask where I live. Too bad I was too young to understand the severity of him asking.
Worst place I’ve ever worked.8 -
I've always been anxious about putting my stuff on GitHub.
However, I did upload a project of mine there.
Thoughs few minutes after uploading it:
"Omg, is anyone judging how bad my code is?"
"I'm sure they will criticize it."
"O shit, I forgot a // TODO in there."
"O shit did I upload my credentials by mistake?"
"Does this commit message sound right?"
"Should I commit more often?"
"Do I commit too often?"8 -
School: Do you want to learn programming?
Me: Yes.
School: Do you want to learn about operation systems and networks?
Me: Yeah, sounds cool.
School: Do you also want to learn basic electrophysics?
Me: But I will rarely need it if I become a SE.
School: Well too bad!8 -
Oh my god, look at this beauty. Looks like aurora borealis. Too bad this setup wasn’t successful and is already lost.14
-
Can't fall asleep because of unfinished code...
Wake up at 03:00 AM because of nightmares about bad code...
Too tired to finish code or rewrite bad code :'(7 -
Friend = F
Me = M
F: We should combine everything that's awesome with stackoverflow and slack together.
M: that sounds like a really bad idea.
F: We can call it SLACKOVERFLOW ~laughs maniacally~
M: I think you've drank too much tonight dude...4 -
Bad dev habit to unlearn:
Impostor syndrome before starting a project.
Don't think a lot before diving into a tough project. Just jump in. If you second guess yourself about being ready, you'll never do it. Either you're already good enough or you'll figure out what you need.
I wasted way too much time before starting to write an AI chess engine but it turned out a lot simpler than I expected.2 -
Holy fucking shit! Coding by yourselves seem so much fucking more efficient than in a team. Fuck you team! I know you might say this makes me a bad programmer. But you know what fuck you too!7
-
!rant I finished crocheting the capelet I was working on. Not too bad for a first attempt, I think!22
-
Welp, time to ditch devRant
I don't mind green dots posting the same things over and over (and let's be honest, everyone had some of those complaints when we started coding), but what's been happening lately with spam and bots is just too much.
Thanks for the ride @dfox, it's been good while it lasted. Too bad I never got a dev duck tho, they were always out of stock :(18 -
Tried 'root' as the username on a Mac at the Apple Store and guess what. I was in.
Too bad Apple Geniuses aren't smart enough to update after all..4 -
Bad dev practices:
1. Forgetting to version control some fun project i am doing for a long time and then commit everything at once. And forget about it again..
2. I probably have too much love for abstraction. So i abstract stuff just for the fuck of it to the point my friends dont even understand what the program is for.
3. I have no patience and due to that i lose motivation when i think of some idea that is big.
4. I cant keep my ideas small enough, and i dream too big until problem3 kicks in, and then i drop the entire idea.6 -
So many bad dev habits...
But the one that results in the biggest headaches afterwards?
Me, when given a problem and being asked an estimated time: 'This shouldn't be too hard, gimme X to do it', only to later find out it's way harder than i imagined.4 -
I have gotten into a bad habit of staying up late on my computer and then being too tired to go for a run in the morning.
So now my computer automatically shuts itself off at 10:00.
There’s some encouraging to go to sleep.5 -
Had a problem.
Heard the errorsound a few dozen times too often.
Replaced it with Hitler screaming "NEIN NEIN NEIN".
Solved problem.
Let the sound stay.
Someday it will make a bad situation slightly brighter.2 -
fuuuck, I overslept today, and I have to introduce a new team nember today and I will be too late in office because of that.
OK so i take a shower, and brush my teeth and get my clothes on in under 5 minutes (which is actually very fast for me), run for my train, just made it into it, get to the next station where I have to switch trains, and then it hits me again: 8 minutes delay, OK that made it even more bad than it was vefore, because I will miss my train on the next station where I again have to switch.
I will now end up 45 minutes too late in the office, only because I overslept. I hate me5 -
Customer: The pages x and y are not displayed in the menu of my website.
Me: I've added another menu level. This level wasn't planned. Your pages will now be displayed.
Customer: Do you think I have too much menu levels?
Me (what I want to say): YES. You have too much of EVERYTHING! Too much menu levels, too much useless pages, too much bad formatting, too much different font colors in one fucking sentence! Your website is crap at all.
Me (what I said): No, it's okay.
I hate customers.2 -
Currently getting into Machine Learning and working on a joke-project to identify the main programming language of GitHub repositories based on commit messages. For half of the commits, the language is predicted correctly out of 53 possible languages. Which is not too bad given the fact that I have no clue what I'm doing...9
-
Life can't be too bad when most of your spam calls are from recruiters. It made me emotional to remember 4 years ago when I was the one calling to them.6
-
Support forums with no possibility to edit your posting. 🤬
You'd like to correct your typos?
Oh too bad...2 -
Quick question.
The domain name I wanted was taken, and the person who bought it refused my offer.
So, I'm going to change it up a bit. Which one should I go for?
michelle-midnight.com (the dash might be a bad a idea.)
authormichellemidnight.com (this is way too long.)54 -
I feel bad when I commit too often, especially for little stuff. I'm afraid people will think I just do it to get a higher number of commits :/11
-
I think Matlab was only invented to fuck with people. Yeah, let's start indices with 1. Oh, and set copy and paste on Ctrl+W and and Alt+Y.
You didn't save your code? Too bad, the network went down and I lost the license.3 -
!rant
I got a promotion at work!
Is it weird that I don't want it because I still feel like I have too much to learn to no longer be a "junior"? I'm happy that my hard work is paying off but I'm worried that this is how bad senior devs are made.7 -
Just discovered this App, created my account to say Hello and create my first rant. I'm already in love!
To my Person:
I'm from Germany ( I hope my english is not too bad) and I'm 19 years Old and recently started my apprenticeship as a developer. I'm specialised at Web development, especially with PHP and JavaScript12 -
I didn't redeem my stressball because I felt bad for dfox and trogus having to pay extra for shipping. Is there any way to redeem my stressball while still paying shipping? ❤ (I wanna order some other stuff too)8
-
My mom's laptop is always on 80-90% CPU even in idle and it is obviously hella slow and I am the one who has to work with it usually (since my mom is too afraid to use any kind of technology and can't remember any of her passwords), I tried to solve it but I came to the conclusion that the problem is probably Windows 10 itself. Okay, the hardware is bad too but still.
I started thinking about installing Linux on it, but It's not my laptop and I do not want to mess it up and I never did it before.19 -
Want to hide this devRant apps on android but how?
Because everytime my wife see this devRant, she say, wtf this app? So many bad word, so many "fuck", you must avoid see bad words too much ,she said. Lol its true but still happy to see it, because its damn true. I love to see people say the truth19 -
Idea was to make a little helper utility to be used once (only for myself, not client). But, I've kept adding layers of functionality over layers of functionality ... Long story short - this monstrosity (UI is bad, code not that much) was used for 10+ years (again, only by myself).
Finally, personal embarrassment was too big, so I took wooden stake and monster passed away. All related files deleted (but not before one final screenshot).6 -
u know what is more irritating than listening to a thick indian accent almost not understanding a shit he's saying while coding?
listening to a thick indian accent almost not understanding a shit he's saying while he's playing a 70s porno music in the background and explaining how to code something.
m
actually that music calms me down somehow from being too much frustrated, its like he knew "i know im irritating so heres a bad music to calm u down"6 -
So apparently there was a prod issue all day today because some server app couldn't start up.
The error was caused by missing Params...
And seems everyone that got asked to look at it are pretty clueless.
I looked at the text msgs now cuz my phone wouldn't stop vibrating from notifs (yes it got that bad) and I'm thinking, of all the ppl you guys could've asked, no one reached out to me... Who well knows exactly it works, and how to fix it.
But the issue with the team is everyone works on everything but most people have no idea how the apps actually work...
Jack of all trades, master of none...
Anyways, sitting on the sidelines watching the chaos ain't too bad either....1 -
Devs: We fixed a bug, so watch out for some changes.
Management: The new values are too bad, you need to change it back.
Devs: But ... it was a bug?
Management: Rollback ... now!
I swear, the moment shareholders are involved, management is just about who has the best lie.1 -
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 -
Hooray! After being in contact with countless companies I’ve got a joboffer last week! Too bad it pays even less then my last job but hey, jobless people can’t complain right?
-
I set up Rainmeter with the Chromecast Google slideshow and it resulted in an informative and beautiful desktop...
Too bad I never see it.joke/meme rainmeter not enough desktop time it's beautiful slideshow background too many applications12 -
I have been in Netherlands for just two days and I am already in love with this country...
Too bad I'll leave in two weeks 😱😢13 -
A client asked me to do a little makeover to their old website (before I made them a new one) because if they ask to the company who made it, they would pay too much. The WWE problem was that the website was in that company server and had their (really) bad backoffice. I ended up injecting in one field on the contacts (not protected with XSS) a script that change a little the front page layout and some content in another pages.
-
Got a nice blackmail email sent to my work email during the weekend. Too bad when I got back to work on Monday he already sent the pics. JK this is a work email he doesn't have shit on me.
He did send the email from my email but the password he said hasn't been since I started working here. I just feel insulted. Come on guys let's donate so he doesn't share how hard I work.
Here's the email: https://text-share.com/view/...9 -
Ffs, I just want to get myself a goddamn domain, why is every registrar so shitty? Each of them has a major downside that makes me go away from their site! Bad payment options, way too high prices for a domain after a year, ...18
-
To all you fuckers out there giving bad app rating because some shit does not work on your shitty phone and you are to fucking lazy to report the bug via the fucking "send log to dev"-button that pops up with the exception.
Go fuck yourself.
And to all the user whose bugs I fixed and did not change their Bad rating - fuck you too.
And oh.. The fucktards that did not even install the app and give a Bad rating because i am your competitor - guess what...fuck you.8 -
These fucking imbecile devs left me a bunch of bugs in a 150k LOC legacy hell...
Too bad it took some 8 months for them to finally surface in prod. God damned...
Technically, this whole codebase is one giant abyss filled to the brim with bugs.6 -
!rant
Hmmmm they are selling some used dell precission t3500 desktops at work.
Intel Xeon, 8 gb ram, windows 7 for $60 bucks. Thinking about using it as an experimental Linux machine.
Yay or nay? What do y'all think? For $60 it certainly does not sound too bad eh?11 -
Quitting today my current job, my boss (a dev too) got mad 'cause I didn't accept any proposal and he has a lot of work coming for me.
PD: I feel bad, but I think is part of growing, right?2 -
FUCK YOU if your IDE IS TOO FUCKING BAD TO LOAD MY FUCKING 300 LINES C# PROJECT IN FIVE MINUTES WHAT THE FUCK2
-
Fucking spotify client is so bad.
Sometimes I want to listen to some music while coding in the train. Turn on "offline mode" and go to "artists". Only one fucking song of soad. I go to "songs" and suddenly 10 songs of soad.I go to playlists and 40 more songs.
Get your fucking shit together. If you have 50 songs downloaded in some playlist you can display them in "songs" and "artists" too you pile of shit -
have you ever felt having bad code ocd that you feel like you really need to clean this old project that you got assigned to fix, but cleaning the whole project up would take too much time and it is just not worth it . But you feel like you really need to do it...3
-
In knew it was bad at the time, but holy shit have I realised how shitty my last job was!
Underpaid (though still not doing too badly), underappreciated, and no promotion or raise despite promises of one for over a year. Of course the minute I handed in my notice, they immediately offered me a 15k raise and "oh, we can get you involved in the management side in 6 months".
Guess what bitches, my new job * is * being a manager, and I get a 20k pay rise. 2 weeks in and I'm loving it, wish I'd switched sooner!
The catch is, I'm now a manager. Does this make me the future bad guy?3 -
Installs Ubuntu 16.04
Try to put my favorite software installed.
Reboot failed, drops to BusyBox shell.
Me thinking : I fucked up.
Friend walks by, couldn't read shit.
Friend: Look at his kid, he's trying to hack into someone's computer.
Me: (Agrees just for reputation) Yeah, damn teachers been giving me bad grades.
Friend: Could you help me too?
Me: (Don't have hacking experience, making shit up) NO, because your not my best friend. And school security is hard to crack.
Got away safely1 -
Circa spring of last year, Computer Science 1
The guy sitting next to me asked me a clarifying question about what our professor was mumbling and scribbling illegibly on the board.
I start to respond, only for the professor to YELL at me in front of the class for helping him, saying that programming was a personal affair and that I should be minding myself.
He even yelled at me for helping someone that is "too stupid help themselves" and that I shouldn't worry if the person next to me doesn't get it.
I felt bad, the kid next to me felt bad, and I avoided a semester of computer science just to not have him again.2 -
I asked one of my engineering classmate which processor they had in their laptop.
Ans : 3GB.
I dont know whether they dont know a shit about computers or they are too bad at english.10 -
Oh boy, my stuff got delivered. Can't wait to get home from school, too bad I still have 3 hours left...16
-
I agreed to help a friend setup a BTC atm... Jesus I just found out the client is written in JavaScript (notoriously bad with numbers).
Im starting to wonder if Js has gone too far.5 -
Umm... this is too bad...
Munich council is removing their Linux infrastructure in support for windows 10 by 2020...
https://theregister.co.uk/AMP/2017/...
Quite hope this isn’t true 😕11 -
Meet today.... Fetlang
---
lick Bob's cock
lick Duke's left nipple one million times
while Ada is submissive to Duke
make slave scream Ada's name
Have Charlie spank himself
Have Ada lick his tight little ass
Have Bob lick Charlie's tight little ass, as well
make Ada moan Bob's name
make Bob moan Charlie's name
---
Never felt so dirty after calculating the fibonacci sequence...
https://github.com/Property404/...
"Fetlang is a statically typed, procedural, esoteric programming language and reference implementation. It is designed such that source code looks like poorly written fetish erotica."8 -
#forexposure, for experience, flexible hours (especially when coupled with work from home, it makes your workplace too accessible and management can guilt trip you into working at ungodly hours way too easily), and such I'd really avoid.. not that I have much experience with these things though. Oh and also, startups. They're small so very intimate in a way but too unstable.
Honestly though, I have difficulty in working for any employer, especially when that employer isn't a very technical one. Maybe it wouldn't be a bad idea to go self-employed... 🤔
(Sorry for repost, forgot wk144 tag)2 -
Recently started watching Silicon valley and I'm already in love with it!
Too bad it's not on Netflix and I have to watch it... you know... somewhere else.6 -
Unknown notification error.
devRant unofficial
@JS96 @dfox
too bad... I'm sure @dfox didn't tested in production (joking... don't be too serious guys...)4 -
C# isn't simply garbage collected.
C# is garbage. Hot garbage that needs to be collected.
Bold and brash? More like belongs in the trash!
In other news I'm now making $20+ an hour ($16 after taxes) turning bolts for a living. Fucking bolts.
More money than I ever made in my life before.
I don't know if this should be a happy statement or a sad one.
The minimum wage in 1963 worked out to 23 dollars an hour, so hey, I can't be doing too bad.14 -
How my day went.
Project Manager: We need deliverable X.
Me: That's not listed.
PM: But we need it. Other PM says what you provided isn't enough.
Me: Too bad. I was not told to deliver it.
PM2: We need deliverable X.
Me: Look at the requirements. It is not there. I'm not providing it.
PM2: We need it. Let me ask PM3.
PM3: We need deliverable X.
Me: No. It's not listed. And here's why it's not even applicable.
PM3: Oh....ok4 -
Unfortunately, I was causing the bad experience of the group project.
Had a 3D modelling class at university. I was totally overwhelmed and had no time to do anything for the project. I was too scared to face my team so I decided to just break the contact and didn't show up to the presentation.
I thought I would get a bad grade and that I will have to take the class the next year again.
But the worst part is, I got a better grade than the rest of the team because someone did the part, I was responsible for, so well.
I felt so bad for my behaviour, I cut my hair and shaved and hoped they won't recognize me at the university.
I'm sure there are or will be some rants about me this week -.-'3 -
/*
"Not wk135, but blah blah blah"
Please don't misuse wk135 (Sorry)
It's about coding tests
Thank you. */
=>
A company took their technical test on this really weird website. There was a Windows Narrator guy's voice giving instructions while a timer was running. I had to flash my ID to the webcam and then fit my head on an outline on the screen. It was for a web dev position. I had to speak into the microphone to answer the Narrator's questions and then send the video to them. The questions were weird and hypothetical, mostly. I just thought that their process was dumb and unnecessary.
=>
I don't like aptitude and algebraic tests. One company, I remember, had their test on Google Forms. For some multiple choice questions, they put check boxes instead of radio buttons. So, I could just blaze through it selecting all options. Some of the questions had their first option as "All of the above" 🤔. Fortunately, I didn't pass the test.
=>
The company I'm interning with, starting from next month, had a good interview process. They asked me questions on JavaScript, CSS, and a few on algorithms and data structures. I was also given a task where I had to make a css animation of trees. I'm glad they didn't have an algebra entry test.
😊 -
Yesterday night, pushed code that work normally to prod server, website down, internal server error, too many connection to MySQL server, tried to fix it for 4 hours, nothing to do, removed the new code, still the same problem, in my head, I told myself that I'm not good at programming (not the first time), send an email to the host, they tell me the problem is from them and they fixed it. And now I know I'm not bad enough.2
-
Someone at Steam is having a bad day.
And I am having one too because I can't play planet zoo without Steam :(5 -
I wish I can say that I'm a full-stack developer... too bad all I can say is I'm a fully developed stack of fat 😂
-
If you're as bad at web design as me, I recommend tailwind css to you.
I've been using it today and had a good time.
By providing a set of design-centric classes, it makes it easy to learn and apply good design practices without losing css control.
This is paramount to me since I know a couple of css tricks, but not too many. With this you can't miss any of the fundamental ones.
It also lets you combine multiple classes into one via the @apply directive, so the html classes don't go crazy, and you don't have to write too much css. Huge amount of lines saved.
To top it off, they have plenty screenscasts that not only teach you how to use tailwindcss, they show you fundamentals good web design.5 -
From today on I'll have two roommates. Two girls, who always listen. And the best part, if I don't like their response I'll just use their APIs to make them say what I want. Too bad both of them are unemotional boxes.6
-
Cannot understand those who are frustrated with it.
Sure, one can feel frustration when some project is not going as they were supposed to go, but that is life for ya, boi.
Without wanting to offend anyone it feels like devs who complain so much either do not actively search for a solution and learn shit properly and cry their soul out afterwards or they do search, but cannot find anything.
Patience is the solution. Do not let yourself fall down and stay strong.
Even if it takes a lot of willpower, retries, inner pain, patience and non-sleepy nights, you will and can do it. I believe in you.
My whole life was basically a psychological disaster.
I have had and still have depression and a lot of short frustrations from time to time, too, but I do not cry it out loud.
My high school is fucked up. In every single aspect. I am doing all-nighters almost every day. With maybe half an hour of sleep to get school projects done on time.
I cannot just say "fuck you. I am not gonna do this shit" to school, because that would affect my grades in a negative way. Same thing applies to you, as an employee, too. But at least you do not need to be afraid of getting bad grades.
Bad grades->not getting the desired degree->bad chance of finding a job
In your case:
Bad communication with boss->bad connection->bad chance of finding a job
But is that really so?
I do not think so. Nonetheless, you still can have a good chance of finding a job, if you have proven yourself to others in a great way. Everyone has bad times. Even with their bosses. That's normal. Being bad with someone does not make yourself bad in general.
The job world will still accept you, but school won't accept you again. Whenever I feel like the burnout is about to catch me, I take an immediate break and go outside. Take a walk in the sunset. Go to the forest. Run with music playing loudly. Swim. And other things like watching the stars in the silence of the night.
To finally come to an end here...
Do not make yourself feel bad that quickly and try to endure the pain. This is going to make you a better and stronger person.
If you cannot do it anymore (hitting the borders of burnout), take your time and do whatever makes you happy and treat yourself.
Life is not all about work. Were you born to be a worker? No. Were you born to be a slave of others? No.
What is holding you then? Let go of all the stress (for a minute). You are free.
You are a great person.
Do not forget that.7 -
So that calculator now open source was a diversion? Too bad didn't work ...random afraid to lose data no more games for you! still can't abandon windows t_t haven't updated in a year4
-
I need more disks! Setup sonarr and radarr a few months ago and just like that my free space evaporated! Too bad I don't have the cash for a NAS 😅5
-
Zero Days documentary about stuxnet malware features a "identity protected" NSA employee who reveals information about classified NSA tactics.
She claims "I would NEVER compromise ongoing operations in the field."
Well it's too bad that Amazon Prime Video and IMDB don't share your values. They have compromised your name, Joanne Tucker, and the other films you were in.
Nice acting though. You really have people believing you were a real source!15 -
Legacy code huh?
Well i'd say it would be when i was workng on an old java app that was apparently written by a retard.
He had used strings to represent booleans for no apparent reason. As if that wasn't bad enough he would use different strings too:
Y N true false 1 0
He used them randomly too , y and 0
N and true
😡
I sense it was done on purpose
Perhaps he knew he was leaving soon2 -
I have only been working with this open-source tool for 2 weeks, but already found 2 bugs. The maintainer is also nice enough answering questions quickly in the forum and submitting the issues for me.
It's nice to be able to contribute something to the open-source community. Yay for me! 💯
Too bad that next week, I will transfer to another project and stop working with this tool.3 -
I honestly don't care what you think about HTML or CSS, but if you think you are too good for it and IF I see you using <br> for margins, sticking everything inside divs or writing CSS that makes my eyes bleed, then I hope you get to maintain a codebase like that one day. The only thing worse than bad code is an ignorant dev. Don' be that guy.6
-
The only game i really want to play right now is my own.
too bad its not at all finished yet...
😥😫😪8 -
Biggest mistake I've made in my life is assuming other people knew more than me and asking for advice and integrating their advice. I suffered many years being tortured by terrible advice that had no actual relation or usefulness in reality but caused me stress to have to follow, and I was too inexperienced to know any of this.
The other problem with bad advice is; how do you know it's bad advice? If you got the advice when you were naive, and you followed it, never strayed from it, you will still be naive in that area, because of the dutifulness by which you stuck to that advice. You literally imprison yourself, forever, especially if you are very good at putting effort in and have high conscientiousness, reliability. You will never know you were wrong.8 -
Unpopular opinion:
Ubuntu is a dumb piece of shit with so many bugs lying around, especially when you try to get an alternative to Unity or Gnome.
Windows does have bugs too, but at least I don't run into six new bugs everyday which are so bad I can't even work.5 -
Code monkey see bad code.
Code monkey don’t say anything.
Nobody ask code monkey.
Linter see bad code too.
Nobody pay attention to linter.
Code monkey get more bananas on Thursday.
Code monkey grateful for bananas.
Maybe one day, code monkey make banana tree.1 -
Windows File Explorer is the epitome of everything bad about Microsoft. It's shitty proprietary software that treats the user like a baby and hides to complex parts of the system for them, while also managing to be so hideously designed that there are entire books about using it.
Thankfully, I have enough technical knowledge to be able to use PowerShell, even though that's shitty too3 -
Update to: https://devrant.com/rants/1573298/
So I just had the interview. It wasn't too bad, but I caught myself stuttering and saying "uhh" way too frequently. I also kind of stumped my toe on a question about explaining a computer virus to someone.
Hopefully it'll go well in the end.4 -
I'm too addicted and used to coffee...Like I can literally drink it right before going to sleep and I'll get a pretty good one. How bad is this? :|16
-
OK, end of massive fucking 1 year long Dunning-Kruger wave. Time to learn C and algorithms. Looks like I'm Learning the curriculum in reverse order but nothing too bad.3
-
Browser rant:
I just want to get this off my chest, IE isn't a bad browser. It's highly outdated but it was good back when the alternatives weren't there. And today it's new "browser update" Edge isn't bad either. Edge really is a neat freaking piece of software. Microsoft tries their best to make a browser for their operating system (and a browser engine for their new app format!) that means it has couple of features the alternatives don't (or only with plugins) - oh and plugins, they're coming too. And still it's not slow either. From my own experience (I say this because every user says their browser is the fastest) it's way faster than Quantum. Yet Quantum is still a very good browser because it's faster than the old firefox, I guess it's open source(?) and still a privacy focused browser. Chrome (my personal favorite) on the other hand is really the fastest thing you can get - if you allow it to use all your ram - (if people like linuxxx say firefox is faster for them, I'll just smile) but for everyone worrying about ram usage and "spying", well - you know what I mean. And still I can understand people trying opera or FF/Chrome/Edge mods, I myself love "Monument". Just stop saying a browser is bad because it doesn't have what you like/does have what you don't like. The only bad browser is Midori, okay? 😘
Tl;dr
IE isn't bad but old. Edge isn't bad today. Every high end browser (edge, quantum, chrome) has their perks and none of them is "bad".
Q/A:
What's your favorite Browser? Comment below9 -
Netlify.
The only one of them which will build your frontend for you and can handle a custom HTTPS domain in one click.
Perfect for spontaneous side projects, especially when they added form handlers.
Too bad it’s blocked here in Russia.4 -
Right now it is 03:47 and i just had a 15 hour workday to be able to make my 1 february deadline.... too bad i missed it by three hours and 47 minutes.
Im broken... good night you guys3 -
When you get into good company but end up in bad team. Worst thing to happen. I want to quit. But as of now I don't have any option.
I am way too triggered. Any one tries messing with me anymore at work, I won't be able to stop myself. I am gonna shout....take out all my anger. To hell with you assholez! I don't care if you get me kicked out of team or job! I can't take it anymore. FUCKING IDIOTS!!!!!!7 -
I am in the mood for anything at 11 PM-5 AM.
Cleaning the house, studying, coding ...
Juices of ideas, energy and focus are just overflowing.
Too bad that I have to follow "normal people" schedule which starts at 9 AM.
:/4 -
Today a tester returned my task because “placeholder should say Bruse Wayne not John Doe”.
Yes, Bruse, not Bruce.
Too bad I’m leaving John Doe there and close it anyways5 -
Conversion rates and shipping make it awfully expensive to get official t-shirts here in India, so I decided to experiment with t-shirt printing till the time I can earn enough to donate directly to open source foundations.
I call this design "FUCK YOU, AUTODESK!!"
(Yes it's literally just the logo. Yes I'm not a graphic designer)
Not too bad, but the print could've been better. Time to start tweaking things.8 -
Fuck you AMD for being too lazy to implement VK_EXT_fragment_shader_interlock even though your hardware supports it [1]
It's literally *the* best way to implement any sort of order independent transparency ( https://web.archive.org/web/... )
But noo, not enough people are using it so too bad. Now you just have to render transparent objects all fucked up and bad looking on AMD hardware because "we don't feel like it"
[1] https://github.com/GPUOpen-Drivers/...65 -
You will think you are having a bad day, until you come on devRant and read so real shit happening to people.
And, I honestly do find most of the rants here to be fucking hilarious.
I know and understand that these are real frustrations people are going through; but bitch, can I laugh if I find your rant funny? And use some symbols too?10 -
My quest towards privacy goes on.
Apparently TabNine AI autocomplete talks not only to api.tabnine.com, but also to serene-waters-6626.morning-tundra-7160.herokuspace.com.
Too bad I got firewall on both incoming AND outgoing connections.7 -
The letter for my grandpa. Too bad he died the year before I was born, my grandma said he would’ve loved talking to me because it seems like we have the exact same ways of thinking.3
-
When the DEV and STAGE databases are down... Yay early happy hour 😝. Too bad for the database guys tho.
-
Heard of Electron? There is also Electrino, Electron-like stuff that uses your system's browser instead of embedding full Chrome. A “Hello World” app takes 115 MB using Electron, but only 167 kB using Electrino.
Too bad it's still a proof of concept with almost no features.
https://github.com/pojala/electrino28 -
You want me to work in-loco, even thought my job can be done remotely? That's fine.
Your company's offices are located in a expensive district of a expensive European capital? That's fine too.
You want to pay me a salary so low, that I can only afford to live 2 hours away from work? Fuck That!!!
If your company is in a expensive location, either offer me a high salary or stop bothering me with bad job offers. -
So my father asked me what I think about filemaker. I researched, while we were waiting for the food (restaurant) bs holy fuck, I've never gotten this bad vibes from a from something I believe to be a scripting language.
> proprietary (Apple)
> only articles I found about it were related to LinkedIn or at least written like they were
> not a single text based tutorial on the first pages of the search result, only videos (didn't watch them, because my mobile data is too scared for that)
> I can't find anything remotely explaining what this shit is about.
wikipedia was the most best resource I could find
> Free ebook about "how to train your junior developer" for filemaker requires me to enter way too much personal information.2 -
I regularly diss on PHP in office but the truth is just that the developers before me wrote bad code. It was bad code in PHP alright but they had a whole framework to use and at least organize their code better but they didn't use it.
I have seen their JavaScript code too and it was all in one file.
P.S. I have no idea under which condition they had to write the code. The app was initially outsourced.5 -
So I got a telephone interview for a job that a recruiter found for me. Call went well, comes to the development test. Small application in ruby on rails, haven't used it in about 2-3 years so a tad rusty. Completed the test under two days (was given until Friday) not too bad if I say so myself. It's for a junior position anyway so I'll assume they wouldn't mind giving me a refresher to help jog my memory.
-
Coworker:Awe..
Fuck me...
Fuck fuck.... I fucked up...This fucking url..
..... Fuck. ... Pages
Me. What's going on buddy
Co worker: pages are down
Me: that sucks bro watchu do
Co worker: nothing too bad
Me: 😕 .. ok..
..... I'm still hearing the "fuuhhhcks" , and groans.
Guess who's delivering the news ... Does dev rants give stress beers. -
Im thinking about leaving my employer because I keep getting way too much work on my plate, people get annoyed that its not done in time and tell me that i should tell them if im getting too much work.
So i tell them its to much and our deadlines are to tight, then i just get told "this is how we always work, we just gotta finish things faster and better"...
Another one is that our HR/office manager keeps bugging me about setting up SMART goals so i can prove my value to the company and that its my responsibility to do so if i want a pay raise (even if im already underpaid)...
Im sorry but if you wanna keep me, you gotta give me some damn incentive to stay...
Ive been putting up with it sofar because i like the office and the people and the majority of the work itself and i really dont wanna go looking for another job because im really bad at it... but wtf... im so done with all the "how does this work" questions too...
tl;dr: getting negative reviews because im bad at my own evaluation is gonna make me quit probably, while im being praised for all other work i do4 -
I think people get *way* too annoyed if someone tags their post here with the wrong tag, even with completely new users
Seriously, who cares if you see a few jokes in your rant feed? I know some of the jokes are bad, and in that case just scroll past them, even downvote it if you have to, maybe remind them to post it in the right tag even, but it annoys me seeing posts here about people being as annoyed as they are about wrong tags7 -
Why do game studios force social/multiplayer in single player games?
Single player sandbox? How about we make it a multiplayer co-op?
Just fine 1 on 1 brawl? Hey how about you find a team and tag team? No? Too bad fuck you, no points to you for a whole fucking season.
Ugh.15 -
Finally , dual monitor , too bad am going on a vacation tomorrow.
Been cribbing about a single monitor since ages (1 year)5 -
Anyone wants a virus for their mac?
https://arstechnica.com/gadgets/...
Too bad Linux users cannot enjoy virus infected machine...8 -
From my experience you can't really avoid bad companies with 100% success ratio. You can pay attention to the surroundings during an interview, you can research the company online, but in the end whether the company is good or bad is a purely subjective feeling. I think the most important thing is to make sure you don't get too attached to the company either emotionally or legally, so you can just gtfo when you decide it's not right for you.2
-
Best: Started working successfully, raised my self confidence, can finally see my future
Worst: Started feeling the effects of too much work on my mental and physical health (bad eyesight, back pain, weight...)2 -
XML isn't too bad, as long as it's fully standards compliant and uses an DTD.
In other words, about 2% of XML documents in the wild. -
When you know your product sucks and even you won't support it. Too bad for those two windows phone users left in the world.
Working on a Project. Forced to use xaml I hate xaml. C# is so much more efficient/ easier. Now at least I have an excuse
. 😤3 -
First of all sorry for the bad picture. Let's move on...
Deleting this method like:
Who the hell did this nonsense?
I just took a picture of it so I could post it here and rant about it.
Sure felt stupid after deleting it for not thinking about a protected method in the parent class that is part of an API.
So... Yeah....
I was feeling too confident in my skills lately anyway6 -
Could this be the best welcome home present after a long flight?
Sorry for the bad quality, too tired right now for a proper one1 -
Dang. I feel like I'm just not cut out to climb any ladder.
When we discovered a production bug. I feel bad about making people working on that part look bad by not catching it.
My manager has no issue with pointing out that I should have caught it. Beating a horse while it's down.
I mean no shit. Of course I know I should've caught it. How does making me feel worse about it help.
Feels like I'll always be in a tough spot no matter where I am on the ladder.
Or I'm just fragile. I acknowledge that, too9 -
If anyone here remembers the first 2 part rant story I posted then you will know that I got unceremoniously laid off by a company that tried to blame me for their bad decissions at one point
Well, a couple of days ago I found out that the senior dev and the owner took a trip to San antonio tx in order to try and look for growth opportunities and more developers. The thing is, being a Mexican company they thought they could go away with half assed solutions and mexican pay charts (to them it is completely reasonable to pay a dev with a degree and experience close to 13.99 an hour) just to find out that shit like that does not fly with American professionals. After I left, no one would monitor their .net implementations , the lead developer being a new php developer himself and not knowing much about .net had to take care of much of the things they had to work with, their API made no sense and it was damn near impossible to connect their services to a mobile platform unless you had ninja like skills and ingenuity.
I hold no grudges and really wish them the best, but it pleases me to know that they know now that their way of doing things is not standard in the U.S. now that makes me happy. -
First commit today
Too bad it's so shitty i should probably never have uploaded it 'cause now I feel like I wasted precious bytes of the Internet
Those days when you just feel like rolling in your own self loathing -
Sometimes just I hate school.
While my gf had to take 2 "Leistungskurse" ("advanced courses"), I have to take 3.
Also, our little-country-side school doesn't offer IT-class as a Leistungskurs. So besides Math, I need 2 extra courses I am super-not interested in. I chose English since it's okay (but I'm not really good either) and ( ._.) chemistry. I had a good teacher in 10th grade but now I have this teacher who
- uses 1980 material
- explains not/bad most times
- is childish as fuck (we are 17-18 y/o)
- expects too much (we need to learn everything by heart)
- throws ugly, unorganized prints at us w/o context & explaination
and I could name more. My A-levels are going to be so fucking bad. Tuesday is my chemistry exam. Kill me, please......4 -
Took a web accessibility course somewhat recently. Here’s the list of typical accessibility problems according to those who use assistive technologies, from the most common to the least common:
1. CAPTCHA
2. Buttons and links that don’t work
3. Lacking/incorrect alt attribute
4. No input labels
5. Sudden layout shifts/content changes
6. Lacking/wrong headings
7. No keyboard access
8. Too many links
9. No skip link in header (https://en.wikipedia.org/wiki/...)
10. Lacking/broken search
11. Complicated and/or long forms
12. No closed captions for videos
13. Bad grammar
14. Bad contrast
15. Custom checkboxes
16. Custom dropdowns
17. Font size
I never knew CAPTCHA was THE worst offender. I also never knew that font size was perhaps the least problematic aspect.11 -
Fuck timesheet
It's bad enough someone fucking disturb you in the middle of great thoughts. What's worse, you're QUESTIONED where the fuck your time was spent. So you need to work out how much time you have been disturbed, and put in the fucking timesheet!
What a fucking joke! As if we have too much time for meaningful stuff.8 -
Nope,
Far too in love with myself to have any sort of insecurities.
Not that there is anything wrong with having them, we are all different. I just believe that insecurities come from giving other people far too much power over ourselves. And I just couldn't care less what people say about me, as long as it IS about me. See?
The more confidence you project the more attention you will get, be it good or bad, it doesn't matter since it is the only way to go up in your workplace. Having a personality besides "ZOmG cOde Is LiFE" really goes a long way also.
So yall cheer the fuck up, its just code.7 -
Did so much work today that my ring finger on my right hand is actually sore from pressing the enter key.
Too bad all that code belongs to my job and not me.6 -
I actually found a real website using a Spinner UI element for inputting phone numbers!
It accepts typing the number too, though. So not completely bad. Also it only appears in the desktop version.
I guess this was just some short cut to force numerical input. Still was pretty shocked. I've only seen them in jokes/memes.
site: http://www.sparrowinn.in/1 -
Day 1 of migrating the entire companies infrastructure to GCE...
Thought It wouldn't be too difficult migrating the db until I found out the 480 triggers and 42 stored procedures are a no go.
I mean I know they right and the db layer should be about storage only - I even remember thinking "This is a bad idea" when I wrote most of them but fuuuck it's going to take weeks to refactor this. :'( -
Am I the only one who has gotten too much bad feedback on StackOverflow, so that you are too scared to post anything on stackoverflow?5
-
alert("Really bad english here");
I need to study.
I want to study.
But I can't.
I am 16 year old and I am in school. When I'm not studying for tests, I am programming something. I'm not finding time to do anything else. Just getting stressed.
Anyone in here started coding early too?
How do you separate time for school and for coding?8 -
Just finished a app for mapping printers based purely on convention in a Citrix environment, no manual config needed. Chief of operations said "it's fixing stuff like this that should trigger a bonus, too bad we're the government". (Yay, thanks for rubbing it in).
Then I responded "I'll get my reward in heaven as usual, then". CIO says: "but you're not going there...."
Guess I just need a fire extinguisher then. Thanks boss.1 -
One of my bad dev habits is that I tend to take up too much work because a lot of devs I had to work with seemed not competent enough. It's a bad habit because I get way overworked which influences code quality and deadlines.
I have to learn to trust more in others and give up some responsibility... it's hard though.
I think a big influence on my mindset has been that I never worked in a team bigger than 4 developers and I had way more experience in web dev than the others.
I sometimes may appear as an arrogant prick, but it's not intentional.9 -
Dear app, if you say that your update is for bug fixes, you better fix all those bugs instead of releasing and releasing an update with the same bugs still there. Better look into the UI/UX issues too. Your app looks horrible! Last time I was involved in it, everything is looking so fine I haven't had a bad review for a long time. Hope you can read this. #ktnxbye1
-
Wow fuck today. I took the day off to watch the eclipse yesterday so coming in today was like Monday squared. Right off the bat I have somebody from last week that I had spend around 8 hours working to get their system right call in and tell me they were cancelling even though everything just got working right.
Also got tasked with documenting the servers which wouldn’t be rant worthy if the dev that set them up didn’t get cranky whenever I ask for credentials or even a rough overview of how the server stack is configured. Then I get a ticket about how a customer is going to get his data from his ‘web guy’ but this customer has been keeping his data in our system for the better part of a decade. Wtf you getting bro? And who is this web guy? What data does he have? Nobody seems to know. And just to smear shit on top it turns out I swapped the addresses on the car parts I sold on eBay and now I have to do 2 returns and cross ship and almost definitely get negative feed back. Fuck everything.
All this before lunch. After lunch I still have the same problems but at least I got chicken!1 -
Pretty sure my laptop's battery is dead...
Works fine when plugged in but dies without power cord...
Rip 70€....
So much beer wasted
At least I'm getting a higher capacity one, and the previous one lasted 3,5 years, so that's not too bad...2 -
I started with debugging my Android app...and I ended up with looking YouTube videos inside the Android emulator... Result: it's not too bad xD2
-
I just came across a website where someone used a <marquee> *and* a <blink> tag. That was the most interesting thing that happened to me all week so far. Too bad (luckily) blink doesn't work anymore.7
-
I just encountered a website whos ad block game is on-point. Your typical Ad overlay, that can be removed with developer options PLUS disabling scrolling.
Too bad, they disabled it only horizontally and forgot about diagonal scrolling1 -
Apparently, drake made a song called "Kiki do you love me".
No. Just no.
Too bad it was you and not MF Doom.8 -
There are too many people that consider software engineering a "job". Anyone else here love the process, people and programming? How do people end up at these bad companies and WHY DO THEY STAY??!?!?! There is so much demand for programmers, designers, software engineers, et al. Such that I do not understand how people stay at these companies that hire people who want to make money instead of code.2
-
Devs are users too damnit. Stop making bad UX for your tutorials. Bonus bad boy points if you can't write clearly or spread misinformation.1
-
Woah dude, where do I sign? 😱
Seriously though, it's the second email of the sort today. The recipient is not even my address, and from some subtle cues (cf. "ethical hacking service", "untracable", "victim never suspect"), he's probably a very bad developer too. Dear "Ruben Villanueva", you're just a f***ing a**hole, I hope you die painfully, dumbface.5 -
Not as a dev, but in college I worked in the student union. For my boss's birthday they lured him out of his office and told me to TP it. So I did. And I went all out. They thought I would only use one roll. I used 5 or 6. All over his lamps, desk, I made streamers, everything. Too bad the dude turned out to be a power hungry dick and fucked things up for everybody.
-
OK, so, did my first 5 hour pre-interview coding test. it wasn't nearly as bad as I expected it to be. now I can't decide whether to be chuffed at myself for not finding the test all that terrible, or beset with anxiety that it was too easy because I misunderstood and just handed in pure crap and I'll never hear from them again.8
-
I have to listen to Pandora or something when I program... it's gotta be low volume, and the song can't be too bad or I'll get distracted from my hatred of it, and the song can't be too good because then I'll start singing along. Why am I so prissy about this? It's the only thing I'm prissy about, not like a norm dev… I'll use any editor, I don't care, any OS… but the music gets to me.2
-
Windows XP was just right. A perfect balance of performance and functionality.
Everything less complex feels too impractical, everything more complex feels too uncontrollable.
When using XP, I was confident I could get the job done, yet I knew what every process in the task manager did. It’s not the case with 7, let alone 10/11. I don’t know what happens under the hood there at all. Maybe custom Linux distros qualify too, but they’re unapproachable by laypeople. You have to be a geek to use them effectively.
Windows XP struck just the right balance between functionality, simplicity and compatibility. Too bad the era is gone in favor of opaque surveillance.8 -
hey guess what
commenting "I have this problem too!" does absolutely nothing for a github thread. ABSOLUTELY nothing.
you are bad and you should feel bad
goodbye6 -
Two things actually bad I do :
* Put some printing lines everywhere to debug, and then, debug.
* A syntax than can be pretty bad if not handled properly :
if (your test)
do_something();
I actually always put a tabulation to see the hierarchy and break lines, which is not optimized AT ALL but help me to read, and I hope helps other to read too.
But that's a bad habit tho if you have bad presentation of your code (which I don't have, given how people compliments my code presentation) -
The Google Play Store sucks my ass with miracle whip. Want to find something useful? Too bad! Paid placement for you!4
-
More high-level stuff, sweet libs, awesome frameworks and the next generation of devs complaining about bad performance and too much abstraction.
-
StackOverflow veterans: "this is an elitist meritocracy, so play by the rules to earn reputation and practice the same gatekeeping behavior that we have established for years." Then they wonder why mostly white male US academic guys keep engaging in their community.
Yes, it's "stackoverflow again".
Another one of those sites you can't really avoid as a dev, too good to ignore, to bad not to get upset about. Maybe also a mirror of antisocial patterns still prevalent in society and especially in the developer industry.11 -
TL;DR: working too fast is as worse as working too slow
3 months ago the team leader left.
Sincee then, me and another dev are sharing his responsibillities.
Me and him used to do a lot of testing.
(In our team, the devs test and CR each other)
Now that he left, I often find myself sitting without anything to do - because I did all the available tasks and no one tested them or gave feedback.
Sitting with nothing to do feels aweful.
My manager sits behind me, so i cant sit on devRant or Twitter without feeling bad about it.4 -
I like programming but too much of a good thing becomes a bad thing 🤔 I dunno
Me programming year 1️⃣: I want to learn as much as I can
Me programming year 2️⃣: I want to solve this complicated problem and surpass the expectations
Me programming year 3️⃣: I want to solve this complicated problem and get paid
Me programming year 4️⃣: I want to solve this complicated problem even if it is difficult & stressful
....
Me programming year 8️⃣: I aint want nothing no more..4 -
Our QA is acting like a customer, or even more... Pushy, demanding, some times rude... you name it
On the flip side, we have a real (cruel) world scenario in testing. Not too bad I think?3 -
“Is There Too Much CSS Now?”
Ok Kiki. Do your thing. Good take? Bad take?
https://css-tricks.com/is-there-too...6 -
What a vast and great eco-system we have (refering to js and npm) almost every time I am trying to use two libs and combine them to work together some shit happens.
So I wanted to have lean and good written code without introducing unnecessary renders and logic.
Ended up doing just that because 'we know about issue with our library, many users told us that, too bad we wont fix that shit', so I feel like a 'workaround' developer at some hackathon right now! -
Fixing a bug under Drupal 8 has a bright and an other bad side
The bad sight is that you slowly get insane trying to fix a bug.
The bright side is that you get to see the lead the lead dev, who assigned you this bug, to get insane too 😁 -
So recruiters seem to cause a lot of trouble for the members here so I thought maybe we as a community can write an open letter and publish it somewhere. If a large enough group of us signs it, it might get some traction and start a discussion.
It would be nice if recruiters were made aware of the problems people are facing in the recruitment process, and we too can hear about the realities they are facing with candidates and clients.
We can send this letter to any recruiter as a reply to bad recruitment practice, so it can have practical and educational value too.
Yay or nay?1 -
Well, seems like my boss realized what he did (see my last rant) and wrote a passive aggressive commit message about himself to make up for it
Too bad staging is still broken 🤣🤣🤣🤣2 -
I don't need to improve. I am the best Dev.
..Just kidding. But I don't, really. My life is too busy at the moment with the baby and my side hobby that I'm slowly becoming a bad Dev.5 -
Today I learnt by hard, that even best management don't want to hear how bad things are.
You're supposed to shut up, and make things shine.
You can't fix few years of sh*t in 3 months? You can't work with people who don't understand basics? You can't fake results to show to the management?
Too bad...13 -
Had a nightmare last night where I was called in to do a coding challenge against two other people...on a whiteboard only and no Google or StackOverflow. I couldn't even get one line of code written. The other two guys got a bunch. Too bad one of my real life projects has a lot in common with this nightmare.
-
Learnt a lesson today:
Never try out new hotkeys in a SQL query editor window.
Or if you do, at least make sure it's not connected to anything important :)
I was trying out new hotkeys and accidentally executed a SQL deploy script to rename something in multiple stored procedures in a large system.
Thankfully - so I saw after my heart stopped - it was only our QA db so not too bad, just a couple of devs set back.
Who woulda thought ctrl-l would execute :O -
I decide to sleep in, kinda feel bad, nice day too... But when I finally get up, I see this.
I NEED to take JSQ-33...
🤗😎☺😙😝🙆🙋 -
Some advice please: In our last sprint meeting my manager told the whole team that I broke something. What he didn't say was that he was also responsible for that. He generally has the habit of accusing others to cover up for his own faults. I don't care, I own up to my mistakes. Any witty but nice responses if he tries that again? I'd like to answer "Man, I don't even feel bad" but that would be too sarcastic.3
-
Sorry for bad english
So before 14 min of this post
My browser keeps hanging because of that large message wich my boss sent to me
And simply message was about "company giving me raise from this month"
So i am happy now and angry too on my pc3 -
Management is preparing overview/standup session, to get everybody in sync about what is currently ongoing across the team while we are isolated.
SMEs agreed each topic should not be too detailed and 10-15 min (average attention span lmit) otherwise people will lose focus.
Management outcome? "Let's include an 1 hour deepdive session on [incredible complex and monotone subject]".
Maybe the audio quality wouldn't be so bad if they wouldn't have their heads up their asses.2 -
Today our customer tried to change the log dir of Kafka. Too bad he did not change the intended log4j.log, instead he changed the log.dir where kafka writes his data.
He basically tried to change the tires at 180km/h at the Autobahn. Only god knows how he managed to get the tires off. After that he slided a kilometer on his rims and wondered why the car wouldn't drive anymore.
Consumers fucked, Topics fucked and Producers fucked -
Windows is made for users who DON'T want full control. Funny tho how people wanting this control and seeing themselves needing this control are too stupid to find out how to actually control it.
But what am I saying. To cite @Stuxnet: REEE WINHOES BAD2 -
Too bad I just overwrite an older version of my app over the new one. 😷😥😞😟😧😭😞😵
well it means new innovations too
😀1 -
Indians are misusing their power of population. With that much population we can do much better things but we are just down voting apps.
Every platform has good and bad content. TikTok has good content too if you follow right profiles.
PS: Earlier I liked when govt. ban TikTok in India but after using it, I realised it has good content too with some bad one and it is true for every platform.7 -
I’ve been on devRant for a very short period of time and I’ve seen too many posts about PHP fucking people in the ass.
Is it really that bad?(I’m an embedded systems geek so don’t ask me why I don’t know anything about PHP)18 -
Nothing makes me want to work on my own projects more than spending 40 hours a week trying to solve problems in the boring behemoth of legacy code that is my company's app. Doing everything myself seems downright peaceful in comparison.
-
Recruiter: ‘Dear PsCustomObject,
I checked your profile and your experience with JavaScript is impressive and I wanted to gauge your interest with company XY...’
Too bad nowhere in my profile JS is mentioned as I don’t use it (and would love a better life knowing it is not out there anymore).2 -
The fact that I managed to migrate the same fuckin keras model from gym to my own mujoco env and nothing broke too bad, is absolutely amazing.
Let's hope the little shit actually ends up learning some proper shit. 😒🦄4 -
Leetcode.
It doesn't matter if you've done multiple projects with different tools, languages, team sizes and requirements for ANY company / org etc.
You will feel fucking stupid while taking too long on some of these questions.
I know interview questions are mostly to test your critical thinking skills but fuck I feel so bad after 2 evenings of doing this shit.
It is addictive though...2 -
When you download whole SDK, install lots of dependencies. Setup everything. And the moment you want to start working, your internet stop working. I would consider that a sign from a good but too bad, I am atheist.
-
So I started my new job yesterday. My manager seems like a nice person & co-workers too.
Meanwhile I found out they use Eclipse and SVN. I've been learning and using git. Now gotta learn subversion. Oh and all Java development I did was on Netbeans.
I'm learning Swift (3) and I saw few projects in objective-C.
Man they must really be seeing something in me.
I'm hoping Eclipse and SVN isn't as bad. Reading rants here makes it seem pretty bad lol.
I'm excited to learn though, gotta dive right in.3 -
Finally decided to get myself some remote server on DO, faffing around and setting things up, and suddenly I decide to look at my access logs, someone was trying to figure out how to connect to mysql, phpMyAdmin and what's not... Too bad for him I won't have any of those installed until I know how to properly secure all this :)
Heh... Welcome to the real world I guess?4 -
You know something bad is about to begin when some of your resource names look like spr_Elf0_Male_Attack_Up
Hmmm, a few too many underscores for me :-/
Any idea how I should shorten this down but still be readable?4 -
I've been drunk quite a lot lately, yet i'm not tryna forget or quit anything. Am i getting alcoholic ? This create a lot of bad situation going around my life, sleep deprivation, health problem, etc..
Am i thinking my work and my company to seriously? Last time i work too hard, i got hospitalized for exhaustion. My brain can't stop thinking, always getting left and right, here and there. Am i getting crazy?13 -
Being instructed to use Tailwind in the project sounds like a dream.
Too bad we are already using reactstrap, Ant Design, and Material-UI...
Buzzwords will be buzzwords.3 -
git rebase is like fish.
Hours after the kill: hmm, tasty.
A day after the kill: not too bad.
A few days: time to toss this in the trash
More than a week: dig a hole and bury this thing before it stinks up the neighborhood.
That being said, I'd rather eat a plate of Hákarl than deal with rebasing a diverance that is over a month old. I simply don't use rebase. It's just too stinky. I just merge very often and keep things in sync.
If you need the effect of a rebase without the crazy hassle:
git checkout master
git checkout -b rebase_branch
git merge --squash dev_branch2 -
The Berlin rental market is so bad that I have to spend my long weekend figuring out how to write a bot to send applications for me.. (or keep hitting F5 all day and still be too late)5
-
I hate when people say "why do you prefer programming instead of football/sports? " . I like sports but I hate all the super addicted people who fight just because someone said " I don't follow your team".
Is too bad to say that I don't know all the players of a team ? If I say so there will be always someone saying " We know that, you are a fucking nerd.".
Oh well sorry for the angry post. I am more calm now.9 -
Who here likes APB?
I loved that show, too bad a geek cop tv show didn't have popularity...
https://imdb.com/title/tt5542294/ -
So. My new machine at work has decided that running visual studio is too hard and our build script has decided that building vcxproj files is too hard. And our one sysadmin for our team of 100+ is the only one allowed to fix it.
Luckily I have an old box that *only* takes 45 minutes to run our build, a hangover, apparently I am going through early manopause because it is hot as fuck in this office, and today is the day that everyone wants to loudly ask every question ever.
I guess what I am saying is I blame everyone else for my bad decisions and project them into my you-me instead of focusing on my me-me. Also I really don't want to talk to the S.A. He is difficult.undefined this place is a tinder box spiritual awakening fucking dad who thought a 1 to 100 ratio was a good idea -
I can't really predict anything except AI/ML being used extensively. Let's hope networks become decentralised again. And I really hope that node (although it's not too bad) is replaced by deno
-
My biggest pet peeve is that too many developers don't realize that "regex != regular expressions", probably because of bad naming and bad documentation. It's easy to assume that they're the same, but most regex syntaxes today are actually at least context-free grammars, since they support backreferences.7
-
What I really want is parents. Real parents.
A real dad, because I never had one. And a real, caring mom instead of that waste of oxygen (https://devrant.com/rants/9940652/...) whose body was my dwelling for nine months once upon a time.
But it’s not quite “me” who wants supportive parents, is it. It’s past me. Past me, with different pronouns, different body that isn’t covered in ugly scars (because of my mother), entirely different mindset.
Too bad, there is no past me anymore. He’s dead. It’s too late.1 -
The worst part about trying to come up with an antialiasing technique is running the demo application and thinking "hey that doesn't look too bad" and then reaslizing that the image doesn't have any antialiasing on it whatsoever
I know my technique looks bad right now, thanks for rubbing it in -
Is there a good place to post code and have people comment on the style or the logic? I'd love to start getting feedback on my code and break bad habits before they become too ingrained. Plus, our first project is a blackjack game, I'm working through it pretty well but I'm a little stuck and I think it's completely because I'm paranoid I'm not doing it well/right (even though I probably am).2
-
I work with a lot of people around the world, since 2 years ago almost.
My english is really BAD and I dont understand why is too difficult to my improve it.
Is very difficult to my write, speak and listen in english.
I really have a problem?? My mind comes white when I am in a meeting in english. I feel like a durp turtle...8 -
It is quite disappointing when some developers only rely on using libraries / dependencies(or whatever you call it) rather than do it manually. I know it can make the work faster but still using too much libraries will make it worst. It’s not bad using libraries, but if you use too much libraries it doesn’t degrade the performance of the app ( too much memory space when you only need that certain action and you include the whole library) but when the library becomes deprecated and no updates that might cause a problem.
It’s not bad using libraries, but not too much.2 -
Goddamn, Windows' idea of symlinks is completely broken. It's like they faked it at the UI level, but if your build process wants to copy the file? Too bad, it's not real so you can't copy it.1
-
Programmers are usually notoriously bad at guessing which parts of the code are the primary consumers of the resources. It is all too common for a programmer to modify a piece of code expecting see a huge time savings and then to find that it makes no difference at all because the code was rarely executed. - Jon Louis Bentley, Writing Efficient Programs9
-
!dev
Since Friday whenever I come home my mates are partying, started drinking on Friday and didn’t really stop since.
Still made it to work today but now we’re having pints again.
I should take a break but it’s so much fun.. how bad can it be.. it’s just Guinness.. or how we call it by now „black gold“..
I’m too old to die young anyway🤷♂️🥳
Have a good week guys..1 -
A Sonic fangame (as well as various other projects), too bad I made it all in Fancade, which I discovered too late from its terms of service, that it has anti-artist/anti-dev copyright practices: it gives ALL the rights of ALL your creations to Fancade app dev Martin Magni. So I'm not gonna finish it. It fucking sucks. Don't use Fancade. I spent all my time in recent years developing shit on it which I was proud of, but I didn't upload anything because of that sociopathic bullshit. And ofc G©©gle would then go on to give a "Play award" to Fancade.
Hi btw. Long time no see. -
I feel very satisfied with myself with the progress I've been having with my Rails app. Too bad im not so good with front end stuff. It could look better haha. Still a lot of stuff to do :-(4
-
Hey Java Devs, Snakeyaml is trolling us all. For their parser you must use spaces for indentation.
We say TAB, they say TOO BAD. #ForcedConvention1 -
Older lady designer with 2 huge Apple monitors asking me to change a color on the UI or left shift list elements. That's not too bad, right. NOOOOO. All of those request asked individually in a timespan of 4 weeks. I was assigned to do just that and nothing else. Damn I was bored...I was not allowed to help other teams or even my own team members officially. Finally my boss called me up for another project. SALVATION !!!
PS. That project got cancelled. No suprise there. -
@linuxxx When my PC get asleep throught Linux Manjaro upgrade is it too bad? I am now in emergency shell? What can I do?9
-
Dear MyISAM,
please die a painful and horrible death already, you living corpse of the times long gone. You're taking way too long.
Thank you,
signed, myself.
((Seriously, MyISAM is so bad, yet so many people still use it because they don't know better))2 -
!rant
Long time no rant..
Although work is way too much and stressful, things are actually not too bad at all..back to the office (voluntary), got back into to a routine, got a raise way below what it should be, lots of "off the books" overtime that I'll never be able to compensate, but.. still not to bad at all.. feeling better than I have for the last couple of years.. 👌 -
Most of us taught in school that we have to get a decent job right after the graduation.
Unfortunately, the school forgot to teach certain people to be decent, not to be a complaining b*tch and manipulative.
Most managers(There are good managers too, is just I am mentioning the bad ones) in my country are heartless, manipulative, inconsiderate and irrational.
The only good about these kind of managers are consistencies. Consistently being a KAREN in the workspace b*tching about everything and everyone. -
Western Digital takes forever to RMA their hard drive under warranty. Had to buy a spare just to get my NAS back up and running before I lose everything (I only have a 1 drive fault tolerance RAID array). Too bad I only have 5 drive slots. 4 4TB WD Reds and an SSD for caching = 10TB usable space in this configuration. Actually this kinda pisses me off....I pay for 4TB drives and I get 3.64TB. For the 4 drives, that's a loss of 1.44TB.1
-
I don't live in a vacuum. I need to open an occasional Adobe bs format file (Illustrator, Premiere, After Effects, Photoshop). An occasional MS Office file too (Access, Word, Excel, PowerPoint). And don't tell me LibreOffice supports .docx. It doesn't support edits suggestion mode well enough. I needed AutoCAD for a period of time.
Desktop Linux people, what do you want me to do? Go to devRant and post “windows bad” rant? Go cry on Reddit?
I too think Windows is evil and 11 is essentially malware, but when I suddenly need those things done yesterday, and my livelihood depends on that, I have no choice.
(this is part 2 of this rant: https://devrant.com/rants/10703825/...)15 -
At my boarding school the admins are too bad : all the 5 min the internet go out for 30s because of overload (when too many computers are downloading) and now when we must work the internet go out so we can't work....
Windows says that the proxy is not responding so it's again a big overload and the internet came back the next day thank of reboot ...
This system is soooo shity.....
And my school want to have a good image of technology....... WOW ! -
Is there a minimum amount of months I need to work for a company I'm fed up with so it doesn't look too bad on my resume when I finally quit?
I swear I keep thinking of quitting more and more every passing week.4 -
I have a live example. Some smart colleague decided today would be a great day to bring a toddler to the office. Too bad we sit in an open landscape type of office. Now everyone can hear how lovely she/he/it is
-
This is stupid but does anybody else program on the bus/train? I sometimes wanna code so bad because either I'm too committed to the project or I just thought of a solution.
I just feel that people would think I'm showing off but in reality, I am just dedicated to programming.5 -
Next time you meet someone who thinks they’re a genius, even if that person is staring back at you from the mirror, remember this kid’s story. Too bad he died so young. He could have helped humanity with his ideas about better water usage. https://news.join1440.com/t/...3
-
Stayed for the hack-a-ton last night. Had so much fun! And everybody actually came up with a working product in a couple of hours. Amazing :).
Too bad the initiator of the whole thing went home early. Doesn't really show interest. -
Tried to find an experienced .net dev for a small project but no-one ever responded (while the view counter was in the thousands).
I am either too bad at writing ads or 50 euros/hour is way too low for someone to even ask for some more info about the project.
Fuck me and fuck them too, the money will just go to Asia. At least those motherfuckers have the experience required and are not afraid to talk. Plus, they are cheaper.7 -
People are whining about frontend bloat, overengineering, too many packages on npm and whatnot.
And I'm just like: "Hey! You still can write your own leftpads y'know..."
I just don't get why having lots of options has to be so bad... -
Am I bad for not bothering with these things and if it just too much to handle I tell boss to tell him to STFU?
-
Looks like an interesting Intern position around my place.
Too bad I still didn't even graduated middle school. ^^2 -
How do I know if I am pushing my work output too hard? How can I let my team know I'm not trying to make anyone look bad?
My CEO uses me as an example often of what a hard working dev looks like. I personally just enjoy working on the product. I don't like attention and I can't help but feel like I'm getting too much spotlight opposed to the other devs. 🤷4 -
"Take this test," they said.
I did, and scored 81/100. Not great, but not bad.
"Not bad," they said. "But you took too much time and didn't show us experience in JavaScript."
I completed all tasks in the allotted time and did them all in JavaScript. What else am I supposed to do for you people?1 -
If I need to write a script to do something quickly and I encounter an error:
try:
do_something()
except:
pass # if curious, even print bad item
i.e. stupid errors such as url not found, access denied or whatever else I'm too lazy to find in a mess I wrote in 5-10 minutes, which mostly consists of a regex fetched stuff or similar -
Just putting it out there..
I absolutely abhor the gesture navigation and new recents app UI on android Pie.
Doesn't make upgrading from oreo to pie on non-rooted phones worth it. (that recent apps view is horrendous)
I thought of writing a post describing in details why this is so bad. But I am too lazy to do anything so fuck it. -
You just have to love it when a service at your company has the following character set to choose from [a-z][A-Z][0-9]. Not to bad, you might say... And then you realise that it needs to be 6-8 characters long. Who would design something like this?!? I'm happy that it's not too critical if something breaks.
-
Mayakovsky, Malevich, Kandinsky and all that art movement.
Too bad was neither bauhaus nor Aalto. My code would’ve been much cleaner but waaaay less expressive, and expression is what I strive for. -
I just started studying and commenting did not seem so important to me because we've only written simple programs so far. Recently, a friend showed me his book and a story that was in there.
They bought a code and all the names were in Hebrew. Not so bad, if not all comments would be hebrew too. Wtf!
Now I know why commenting is important.1 -
Which is a good platform for dedicated servers, privacy-wise, and if possible (but it's not my primary goal) not too heavy on my wallet? I'm finding it hard to find something reliable that won't hand out my ass data to the first cop it sees. Which are the best companies? Also, since it would be my first time, how I recognise a bad service?1
-
Tuesdays are great days to waste in meetings with vendors that have no idea of what they're talking about. Too bad these people always manage to convince the business side.
-
Linux package management is dumb for one simple reason: it is too complicated for its own good. There are too many different approaches and even within one approach there might be multiple repositories.
Is bad.13 -
Hey.com is super cool and really fast. Too bad the Apple problem has become a sizeable barrier. This is a "fuck you Apple!" situation 😐2
-
zzazzdzz/fools2019 starts tomorrow.
too bad i have
s c h o o l
(join us if you wanna learn GBz80ASM and partake in challenges every year. also plugging glitchcity.info here too because our member does it and we collab on it)3 -
is it really too much to ask coworkers to use a mf code linter? how many times do i have to fix their awfully written code before they acknowledge how bad they are at their job and start using one?2
-
I'm very new to the business world, this is my first freelance project, a website with articles, editable profile pages and a calendar. I can't say no to the customer so the scope grew a bit too fat. I'm moving to England and starting university next week, and the project is going to be transferred to some guy, supposedly for maintenance, but it's not even close to complete. I feel like shit for failing them and especially I feel bad for the poor guy after me.2
-
I've been drinking the Microsoft Kool aid for too long now and I can't think of many modern day things that make it a bad company. Someone please save me @_@10
-
that time I finished an urgent ticket, without a keyboard, just by clicking on something on a big screen; stress, think too much and sleep little, is a bad combination
-
Never had a really bad experience. Was just too tired to continue some times after getting tipsy. But I'm always faster.
-
in this version of reality maybe there will finally be some closure and things will fucking recover as they should.
but i doubt it so long as people have a way of dragging me back when they have no right at all too and it doesn't seem to matter who, good or bad, anymore. -
Scala is a better TypeScript. Feels so easy and natural to switch. Too bad it mainly targets Java devs. Scala.js is not nearly as popular as it should be.3
-
Does anyone else sometimes make customer support people do things that you're just too lazy or don't want to do?
I'm especially bad about this if I'm looking into a service and they have a chat person that pops up. Since you bugged me while I was trying to do my research, how about you just answer all these questions I have so I don't have to click through your site. -
completely selfish post/question.
I'm in search of an Android smartphone. I'm focusing on the camera, storage size, battery life and internet. Budget: ~500€.
My superficial search spotted Galaxy S20 ultra / Note 20 ultra.
Any feedback?
Any recommendations?
I think it's time to replace my trusty S7edge as it started turning off randomly. Damn, I like my S7e!
P.S. I wonder if the S23 ultra battery really holds that long... :) Too bad it's >1k€8 -
Anyone else here just hate how emotes are implemented in most apps? I love using emoticons but I despise bad emote icons. I wish there was a standard way in apps to revert emotes back to ascii and to have it show up to others that way, too. Similar to how bbcode had the [nobbc] tag >~<1
-
Communist argue here: corporations are bad, but they agree governments are like corporations and bad too, but still want more government control. Too many diaper adults these days.
There are many ways to get rid of bad corporations one by boycotting it. On the other hand, there are no ways to get rid of bad policies. You'd be protesting your whole life for a net 0.0000001% of the change or none at all. Some people even burn themselves for protesting.10 -
!rant
Right now i'm working as a volunteer developer for a discord server. I've recently been learning JDA (a Discord API java wrapper) and I wanted to get some experience in a more real world environment by working on a Discord Bot. What a mistake
The owner of the server has written some pretty messy, but solid code, and I was asked to build as sort of “punishment system” (warns, kicks, mutes, bans, all of which timed). It started off fine, me doing some work, getting some critic, all good. Soon, it started to get worse. At every point of the way, while i’m working I have him trying to make me add new features, and change massive existing ones even after i’ve done them and moved on with his permission! I keep telling him, “it’s a work in progress, please wait”, but it never stops.
I’m planning to resign, but I have to continue to dodge him and his “suggestions” as I simply want to finish my work, and get out. The reason I need to avoid his as, I feel that if I was to alert him I was to leave in advance, things would only get worse in the time while I stayed.
:/5 -
Paid brain.js for some time already because it is so awesome that I feel bad not to.
Then this is a random day that I want to know more about the back story of it, turns out the original author @harthur had such a bad experience on the open source world.
Double-downing on this is that she singlehandedly made 3 of my most favourite packages which is too cute to forget since Node.js has came about.
My gawd, what have people done?1 -
So many people complain on how js is stupid (I did too not long ago), but at the same time you know there are good parts in it if there are books literally called "js: the good parts". So I've been thinking, why not make a subscript of it with all the recognised bad bits cut out? What do you guys think about that? Too bad I'm too underskilled to pull that off alone 😥1
-
One of those debugging days where minutes feel like hours, and hours like days.
I had the bad luck of being asked to dive into a legacy project which was unmaintained for months, but of course it's still on prod. And very suddenly the urgent need arrises to change stuff.
Yet: the docker stack won't work. It builds fine but the stack crashes.
Long story short: some internal api URI were renamed and at some point one internal api started to always require an access token. Which we set for the stage, prod env yet somebody forgot to mention that to the devs of legacy-project.
That ain't too bad.
WHAT IS FUCKING BAD IS THAT YOUR SHITTY APP SWALLOWS THE ERROR MESSAGE!
I mean it's bad enough I have to `var_dump && die` your app since you never bothered to setup a xdebug that I could use out of the box, yet egregious fact that your app would catch a valid exception but transforms it into an "internal warning" is borderline insane!
It's ok to throw exceptions. It's ok to let your service die. That's how other will know what and where to fix it. (You may want to restrict the data visible to the outside, but that's a whole different conversation.) -
The cesspool project I've bitched about on here a number of times wrapped up about 8 weeks ago. The code was delivered to the client and they took care of their own hosting needs.
They finally got their new site up and running. It looks great and seems to be really performant. Too bad it is complete garbage under the hood. -
Generally dissapointed with the AC series the last few years but, I'm too hyped for Assassin's Creed Origins. It's a bad thing getting hyped, but I can't help it, damn it.
-
I have nothing to rant about today :D.
I'm too happy for anything to bring me down,
PM said i only have to demo tomorrow morning.
A nice 2 hours before work ends,
I'm hyped up on redbull and wifi is'nt bad today.
My sub-conscience whispering in the back of my mind: "Don't believe it. Don't give in to the happiness. Something will happen. You setting yourself up. Quit while you're ahead."2 -
I’m about to finish reading “Bad Blood” by John Carreyou. It’s an amazing story about this Sociopathic young woman managed to dupe so many people with her blood testing startup Theranos which turned out to be a fraud. Low key I’ve been reading too many biographies/novels. It’s about time I focused on my core skills— like coding and docker container orchestration.1
-
Just got an email that Datree is closing shop. That's too bad, I considered it a mandatory production k8s tool.
I guess I'll have to whip up some Frankenstein replacement with Open Policy Agent... -
Setting Cache-Control headers that are aware of future changes on a given page is freakishly complex. Too bad the Expires header doesn't overrule Cache-Control.1
-
Is there such a site that makes documentation useable through 3rd party documentation?
I'm looking at you aws docs.
Stackoverflow had a great idea when they started making stackoverflow documentation, too bad they sunset the project :(1 -
I miss having cats when I was little... Too bad the place I'm staying doesn't allow pets or I would have some kitties to help me de-stress (probably would create stress as well, but they're kitties!)
-
I'm a computer science student. My friend who's working in the industry rn told me that the android development field is shaking (bad kind of shaking). I really want to become an android developer. Is this true? Damn it.
P.S Android Studio, fix your damn ass, you're eating too much of my ram jeez5 -
When you describe to the business owner as a dev that this is a bad idea but they want it anyways so you just go on and dev it. Then 1 month into dev hell thinking about hanging your self for poor choices they go “This future is too difficult for the customer to understand and its not going to work”. Do you say i told you so or do you hang him with a mouse cable?1
-
Sometimes I wonder we make too much or at least the devs at corps.... (Not a bad thing...)
But compared to everyone else like chefs, teachers, builders, scientists, etc that actually need to revert physical labor... We just push buttons all day or half the day...
Just looking over this month's income... Basically only spent 10%...
An I really worth that much... To me the work I do isn't hard... Or don't see how it connected to the bottom line...11 -
I feel stupid when I can't use VIM. Not sure if that's too bad or too good.
Do you feel the same? Writing jkhl in your code? Or :w to save your documents or emails?1 -
overclocked gd learned java lmao he said it was too easy for him
about my java experince:
(i still suck at creating classes and static methods which i need to learn more on especially inheritance for my java game)
Now for some kotlin and python time
just note that i completed all exersizes but im still at java classes category but how bad could the android api be? -
I don't know how to earn money when i need it so bad! I am student and know just a bit of html/css that too of basic level.
This life sucks! It's so hard to learn things.
Don't even know how to get internship with this few knowledge , Even when i start something new , i skip . Don't know how to get online projects to work on.
I am useless.13