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 - "complicated"
-
"Why are people using Git? It's too complicated. Dropbox can do the same kind of things."
- A fellow CS student at university26 -
"Don't use git, it is too complicated and we don't have time for this."
2 days later the same person made changes directly on the FTP which I later unknowingly overwrote.
Take that you imbecile!13 -
There's a fine line in stack overflow.
If you ask something too complicated, nobody will answer it.
However if it's too easy, you got downvoted immediately.🤔21 -
Sometimes I'm lazy and if I'm writing unit tests and there's a complicated case to test I'll just skip it.15
-
1) Looking up official Page of the new language/framework
2) Watch tutorial on Youtube
3) Realise it's teached very complicated
4) Buy a course on any course site
5) Realise it's even more complicated
6) Buy book
7) Learn it perfectly
#booksForLive :D6 -
why in 2019, are browsers so fucking inconsistant.
im not even doing anything stupidly complicated.
simple UL List conataining links and background colors on the LI's....
and yet, every single browser is different, or in IE's case completly lost the plot.rant design in 2019 why cant we just do things the same even simple is complicated browsers front end sucks ass22 -
Why Pdf is a new religion:
Pdf is complicated.
Pdf is ubiquitous.
Everyone follows their own conventions and calls it a standardised pdf.
Conversion from pdf to any other format is problematic.
Keep adding to the list...8 -
Client, two months ago: "Where is the new and complicated custom software?! We needed this a week ago!"
Also client three weeks after delivery: "We still don't have time to test the new and complicated custom software. You'll have to wait for payment a little longer."6 -
You know what?
Fuck Webpack and Babel, too.
They're way too complicated and finicky to set up.
I want to write a simple library, not a freaking research paper.14 -
So I just got out of a meeting where "like a YouTube for x" and "it isn't that complicated, just storing videos, documents, etc..."
Were used in the same sentence.
I'm already updating my resume.4 -
Why the hell can't PMs understand "it's complicated" without asking for an explanation? EVERY time any dev has said that and they ask why, guess what follows?
Technical jargon they don't get.
Do they think we're lazy and trying to wiggle out of work? Do they not trust us? Do they think explaining it to them will somehow provide some insight that will make it less complicated?
Argh10 -
Setting up my new second hand thinkpad with Linux Mint KDE.
I just chose for harddisk encryption.
My password is so freaking long and complicated and I didn't write it down so let's start learning this fucker out of my head 😅12 -
I’ve had a complicated relationship with my mother for as long as I remember and made the decision years ago to more or less cut her out of my life. I thought if anything happened to her, I’d be okay, that it wouldn’t affect me.
But my mum died on Sunday.
And I’m not okay.15 -
Background: I'm proficient at PowerShell, I was told that I got hired to my previous job (as DevOps engineer) mainly because of that skill.
Few months after I started I wrote a script to automate some processes. My boss saw the script and told me that it was too complicated, and that I should make it more simple.
Now I'm all into clean code, meaningful names, small functions.
So the code was readable and maintainable.
I asked him in what way is it complicated. He didn't know exactly. (Later I figured that he didn't know of some of the (built-in) cmdlets and functions I used.)
He raised his hand high and made a gesture and explained that I'm "that high (skill? enthusiasm?)", then lowered his hand to a lower position to mark the bottom line, then raised it up half way up and said that he wants me here - in the middle.
After that he added: "This is not Microsoft! and we don't own the 3 other buildings that can be seen from our office window" and pointed at the window.
I was surprised by his comment, I didn't know how to respond.
I've got more stories to share about that workplace.
I can't believe I stayed at that place for 1 year and 2 months.16 -
Finally made the decision to study IT instead of Politics. Just as complicated, but much more fun.7
-
Pro tip: if you want to day dream at work just open a complicated XML file in your IDE and stare at it intensely any time someone walks past your desk.11
-
I got my first Linux server for Christmas! This is the first time I've actually used Linux and it's awesome and way less complicated than I thought it would be.3
-
Just found this piece of code from one of my coworkers:
restMethod() {
try {
// some complicated logic
} catch (WebApplicationException e) {
throw e;
}
}
Why?!
And btw: Hi fellow devRant ppl! 👋6 -
"Git is hugely over complicated and dangerous - what on earth is wrong with Subversion?"
"Ah. Allow me to sit you down - this could take a while..."14 -
Me: *has problem, goes through hours worth of crazy complicated troubleshooting and tests to try and fix problem*
Literally anyone: have you tried the that super basic thing that you're supposed to do every time you start?
Me: oH GoDdAMMIT!!6 -
Database tip of the day:
Spent hours on Amazon's DynamoDB and ultimately found it couldn't do what I wanted, not without a complicated workaround.
Switched to Mongo and had it working in literally under 5 minutes.
Hooray for Mongo 😀3 -
That one time I was appointed to be a group project leader and forced my members to learn git. It was a fierce battle, but I did not give in.
Needless to say, I eventually got some thanks in return (after insults about git being complicated)9 -
I’m 42 years old and you can't imagine how complicated it has become to get a job in Latin America, they make you feel old and disposable. But I have a son to raise and I will not rest until I find a better job.12
-
A client, who don't know about programming. But only wants to finish the project ASAP
Me - It's complicated to implements this new feature.
Client - It's easy!3 -
My first thought was "it can't be so hard to build a AI who simulate emotions "
So i started studying the Human brain .... well it's fu**ing complicated, but also interesting af
Still hope i can develop a little robot who have emotions like happiness, sadness or anger7 -
When an external webdeveloper creating the website for the company you start working for says something is not possible in CSS and complicated Js is needed and you're like: "who hired this wannebe developer?! Give me a minute or two"4
-
This is the best (and most complicated) piece of UI I have ever made in my entire life.
Though now, I have the final main UI design.
Any tweaks that you think might work?18 -
Who has a DDOS attack story they want to share ? Dyn put up the good fight today... DDOS attacks can be incredibly difficult to deal with ... Internet of Things devices makes this an even more complicated situation. Outside of calling Prolexic, any vets have some good stories ?6
-
So our class had this assignment in python where we had to code up a simple web scraper that extracts data of the best seller books on Amazon. My code was ~100 lines long( for a complete newbie in python guess the amount of sweat it took) and was able to handle most error scenarios like random HTML 503 errors and different methods to extract the same piece of data from different id's of divs. The code was decently fast.
All wss fine until I came to know the average number of lines it took for the rest of the class was ~60 lines. None of the others have implemented things that I have implemented like error handling and extracting from different places in the DOM. Now I'm confused if I have complicated my code or have I made it kind of "fail proof".
Thoughts?8 -
-Problem
-searching everywhere
-complicated algorithms
-almost there ...
My little sister: hey! Can you install this game on my tablet?
Me: no! I'm busy right now
Sister: mom!!...
Me: okay! okay!
<installation process >
...
What was I doing?...
That's how everything gets ruined :/7 -
"adding that feature is not hard, the devs are just lazy"... or maybe... just maybe development is more complicated than you make it out to be when you vomit your middle management all over it?
-
When you post a "!rant", you should choose a different rant type than "rant"... just saying.
It doesn't seem too complicated to me...3 -
I want to stab the person that decided to make dates in JavaScript so fucking complicated to format.16
-
I realized how overly complicated I wrote certain object oriented code a few months ago and now I have to work around it...
I over engineered it... I became the very developer I hate5 -
So many years of programming and it's still complicated to explain to my parents why lecturers at university won't spend time to help me debug my code on big projects
And that doesn't mean that I'm -not learning to code- if I don't receive help on finding bugs2 -
My whole team like to develop the backend of a very complicated platform in python because it is fast to develop. And host the front-end under nginx. And run everything on windows. And without unit test.3
-
That moment when you realize, you’ve accepted an overly complicated project with a deadline so short...1
-
Customer demands some complicated shit be done within a few hours to align with their schedule.
Me: this is not aligned with reality.
Customer: ...1 -
Worked so many hours on a bug. Some manager thinks my code is too complicated. He asked my coworker to take my pr, then remove all logic that handles many edge cases. Now the shit is merged 😂. I hate my job8
-
I fucking hate estimating time.
I appreciate that agile is better than any planning type before it, but HOLY SHIT is estimating time a fool's game.
I've been at this over a decade now and I'm still like.. 50% accurate at best. The complicated shit is seldom obvious, and usually if I think something will be complicated it ends up being very simple once I dig in.7 -
My friend said he wont make a github accoint bc git is too complicated and ftp uploading straight to the server is easier. Pic unrelated, i just wanted to share this abomination too.7
-
More adventures of working with data scientists:
Doing combinatorial analysis.
One of the post processing scripts throws away combinatorial information, analyses significance of individual data points instead.
Code was so complicated, nobody noticed.1 -
I wrote an important test-case for this complicated/hard-to-understand program and i can proudly say "it doesn't work on my machine". On other machines it works as expected.
Should i really investigate this or focus on other tasks?12 -
!rant
TFW your graphics ASM code works on the first try.
Yes, it just happened to me, and it's a relatively annoying rectangle drawing routine.
Writing complicated ASM code and making it work on the first try is definitely a new thing to me, I feel so powerful! >:D4 -
1)Don't overestimate your abilities. H1Z1 killer is probably too complicated project for starters.
2)Choose proper tools. Yes Notepad++ is not the best free code editor.1 -
Why the shit is WebDev getting so complicated? It’s like everyone is just trying to show how smart they are instead of finding the simplest way to solve a problem. Or maybe I’m just too dumb to figure out what all this new shit does.4
-
I find webpack very complicated especially when it comes to understanding config.js file.
I might give 4th try later.9 -
Some have good teachers and do some good work.
The main problem for me is their false promises. There is no scarcity of junior developers. None.
Anyone can be a programmer doesn't mean that everyone can be a good one.
The first 2-3 years will be very complicated.2 -
I used to almost agree with everyone who hates on WordPress for being needlessly complicated and convoluted and with really bad coding. Now, let me introduce you to my new nightmare...Joomla.3
-
Starting to do some work in the front end. I find it incredibly stupid that something like centering in CSS is so darn complicated that someone had to make an online tool for it. It's pretty awesome btw: http://howtocenterincss.com4
-
I spent the entire freaking day on one spec — one! — and I still haven’t gotten it to pass. Or fail. It’s still just breaking. Even the simple crap is breaking, so getting the actual complicated things I need it to do working? Bloody pipe dream (whatever that means).
Just. Goddamn this system is complicated and poorly designed.
And no, before you ask, of course there is no documentation.
I want my day back. 😡4 -
Why do websites have to make their html so fucking hard and complicated to read with something like beautifulsoup. Like I just want to scrape your data. Fuck your embedded iframes and div lists. Why must you do this I JUST WANT YOUR DATA16
-
Pushed out a ridiculously complicated customization to our software with no errors, no user complaints and no needed modifications. Finally my 4 month long project is over.6
-
Finally!
Got my Minecraft server running inside Docker to properly stream logs through Go to this shitty web interface. Fucking hell I didn't think this would be so fucking complicated!
Edit: Forgot the image :)13 -
If Batman was a full time programmer in Dark Knight, "Bugs are not complicated, Alfred. Just need to figure out why they're after" 😂
-
Hi , im new to programming and codings and my task is to make a output that outputs even number only ( not odd number) so i wrote this codes but its so complicated for me. Is there a better way to write it?
Thanks dears,,20 -
PM: To achieve this, do A
Me: That's unnecessarily complex, can't we do B
PM: Ooh, so it's too complicated for you?
Me: No, it's complex, it will bottleneck the system
PM: We've done A in 5 different websites, so you should do the same
Me: ......5 -
hey
if my udemy course is too complicated for you
no reason to give it a shitty rating
you're just an idiot11 -
I never understood why writing data to a database had to be such a complicated process, at least in production systems.
I shouldn't need a PhD to figure out how the db was configured.2 -
Last night I dreamed that I figured out a new complicated computer language... it was the best feeling until I woke up and realized it didn’t exist and all that work was for nothing!! Why can’t dreams be more productive?!4
-
could never figure out how to configure ssl because of google clouds insanely complicated documentation.
today i found a digital ocean guide that explains its a simple installation of certbot, run it once and set it to auto renew....
fuck you google5 -
When friends ask you how much a complicated app cost. 20 to 50k on the low end. The mouths drop to the flow and give up on their great idea1
-
today, we're going to learn how to make web dev complicated and how to annoy users with a simple technique. learn by example2
-
I once made a pull request fully aware that 3 tests were failing. The PR was approved and merged.
In my defense, they were very complicated tests and I fixed them a few days after.2 -
What tf is matlab
I got a job for the summer, and I had to learn it by myself
Is it really a pain in the ass or is it just complicated to learn ?12 -
SOLID and KISS principles are necessary when building enterprise apps. Some people don’t think about design and make things complicated when it should be simple. 😒1
-
It’s funny being on the other side of interviews. People say how complicated it is to get a job, and it is. But then they show up to a third round Senior Software Engineer technical interview and is unable to write a function on the white board in any language or even pseudo code to reverse a string. That isn’t complicated stuff...
Argh, very frustrating.2 -
Straight women are so boring sometimes.
They don't realise how basic guys and life is.
Straight guys don't tend to be that complicated.
Dick is dick. Enjoy your time while you're alive16 -
"During the middle of a song the game crashes for no apparent reason!!!PLEASE FIX!!!"
Actual bug report on github. Apparently pressing the "Report error" button is to complicated for some people... -
Is it only me who's falling in love with JS day by day. I don't know why people hate JS and find it complicated. May be the NODE development is easier9
-
Changing authentication mechanism in SharePoint from windows identity to ADFS identity is stupidly complicated, especially for existing large farms with custom code.
On the plus side - just convinced the director this is stupid - saved myself, himself, and 1000 users a ton of misery.12 -
Bricked my android device the other day. Took a whole day to get it working again.
Why do phones have to make it all so complicated. It should be like PCs, being able to install anything as long as it matches the CPU architecture.4 -
Does anyone else compact their code to make it look as complicated as possible just to be a jackass or make yourself look smart?5
-
Eyyyy, finished installing and it even looks like I didn't fuck anything up.
Will reboot now to see that it's actually installed and works.
Was less complicated than the wiki made it look.17 -
First week in a new company... Everything looks soooooooooo complicated, I've got no idea how I am going to catch up 😅4
-
To everyone who wants a terminal editor but hates how overly complicated vim/emacs is:
Micro is like nano but with lua extensions and multiple tabs.2 -
Jetbrains (IntelliJ, Rider) - cannot live without it. Everything else seems to be unnecessarily complicated in comparison.1
-
The moment when you spend over 30 minutes trying to implement that last feature you were tasked with, a mate comes over, comments out your code, writes two lines and you just facepalm at how complicated your solution was.1
-
PO: "Hurry the fuck up!"
me: "Well I'm sorry but no amount of wanting will speed up development. Development is complicated. Understand that".
Non-techies are super irritating.2 -
Boss : "Hey everyone is so busy/too good to work on that project but it's really complicated af and you'll be alone. Good luck ! Oh and we are ok to hire you next year after your apprenticeship, work well and without pressure !"
Me : O_o "Ok I'll do my best, shoudn't be that complicated"
Me (1 month after) : demotivated, sick of that mission, tired, algorithm not working, I wanna die I'm a parasite for that company. Thanks giving me that work to do.1 -
How many of you wear shades at work?
I started doing it after I faced some problems due to the extremely bright lights. It's such a complicated problem that no one in the management or admin team can do anything about it. 🙄12 -
merged a complicated pipeline script based on 3 other scripts, and it worked the first time I run it.
Pretty sure There was a Disturbance in Force... -
PM : "use router"
*routering the app.. *
*done*
PM : "it's too complicated, simplify it"
*how.. *
😂1 -
People seem to like cryptographic puzzles. Well, try this one for size:
b417021dc01b409ad0c21b430a508624
Answer is a sentence in plain english. Space is used, but no punctuation. Post answer to comments. Good luck :D2 -
Who else hates Teams here? I really think it's one of the worst programs I have to use from time time. It's full of overly complicated features and bad UX design. Slack is soooo much better and more user-friendly.7
-
When u about to start working on a complicated feature. And u know the next hours maybe days ganna hell.
-
React is so goddamn complicated please tell me all of this is actually worth it once you scale it up9
-
I hate programming tutorials for a complicated language like c++ that are dedicated to absolute beginners of programming. If you've never coded before, why are you trying to learn c++?5
-
When you finish the complicated code for a feature you spend all day on and it runs without bugs but instead of returning the high-wife your gf looks at you, asks what the feature does and at the end says "but that sounds really easy to make"9
-
Social interactions. Made me realize what people expect from an application. Earlier I didn't have end user perspective and used to design complicated GUIs with too many technical words. Now I make simple and easy to use UI with instructions that can be understood by non-devs too.
-
Fuck golang, apparently enums are too complicated for the human mind. Someone looked at C and decided to make it shittier, like now I have to deal with C shit, and use a garbage collector on top of it or use fucking C++5
-
People be like: “We don’t use comments cause good code should explain itself”
Then proceed to use complicated app architectures with classes all over the place.
Fuck.7 -
Why the fuck can't ls have the size listings like Windows' DIR command?
Why can't there be a simple command scripting solution, like BATCH, without it being as potentially complicated as SH to set up?
Goddammit, even though Windows sucks dick, they did do some things better...20 -
Fun day at work.
Client sends me requirements over WhatsApp voice notes.
Says he can't send email because hes too tired.
His Requirements don't make sense.
I figured out what he wanted and then rewrite the requirements using simple language and less jargon.
Hes not happy. I reduced two paragraphs of his "requirements" to a single sentence which make more sense.
His voice notes seem like rambling.
Ugh.
He comes up with features for this webapp that cannot be tested unless you build the companion app which is coming up later.
Now he wants us to design the screens for the app which we will have to use our designer for.
Expensive. Considering most of his app is not completely thought out.
I have no idea what to do now.
We still haven't completed the requirements.1 -
I hate complicated and out of date documentation!!!
if (me == angryClickityClackity) {
headButtKeyboard = True;
}else{
headButtKeyboard = false;
}15 -
I don't know how to deal with this, it's always complicated.
-customer sees some output from their computer they don't understand-
-customer comes up with a theory on why and some complicated logic to solve it and sends that as a request-
-i'm too stupid to realize it and follow their logic and hurt my brain until I realize it... no that's dumb...-
Result: time wasted1 -
When a client absolutely insists on me using Wordpress for a stupidly bespoke and complicated system that "they will be ultimately selling commercially and just needs to work".1
-
10 hours later...
"FINALLY, I'M DONE SETTING UP TYPESCRIPT CONFIGURATION"
I was heavily inspired by typescript syntax, but the configuration is as complicated as webpack. Damn you frameworks5 -
JavaScript... Why are you so complicated. Simple, but complicated. When "this" doesn't always mean "this".. there are lots of ... complicated things.2
-
Me solving a problem x
Open google types
Me: {
"How to's x ...."
}
google: {
dev overflow first result: very complicated solution
result 2: Even more complicated
result 3: Out of topic
... Irrelevant
}
Me: {
"Google's: Why x sucks" // To see if we are many victims
}
google: {
"Returns all positive reviews of x"
}
Me: Bitter, Confused and in denial -
Build this as a monolith, microservices are to complicated..
Said no and did the docs first, to make it look easy. Problem solved ;) -
This code smells, its like a puzzle that only will get more complicated the more you try to solve it.
- me after plowing my keyboard for a week writing subpar ad hoc code -
FFS why?! Just why....are people making things more complicated then they should be? And they use that for divs, headings, spans...16
-
!Rant:
Why did you guys decide to become a developer?
I became a developer after finding out that I loved wrecking my brains on complicated puzzles to keep me from getting depressed. After a while I figured out that I'm the person that needs to be challenged to actually be able to enjoy something and start to overthink the little things.
Here are the things I wreck my brains over on a weekly basis.
- programming
- research on complicated subjects
- magic the gathering9 -
Anyone else here love staring at the commit train railways? It's pretty 😍
pic related: not so complicated as we are a team of two working on different branches.3 -
Just figured out an interesting fact ..
While learning to code it sometimes gets complicated to differentiate between learning and copying codes..2 -
Fuck Salesforce to oblivion and back. I hope all it's buildings, servers and backups fucking burn down. Never has there been anything more frustrating, confusing, over-fucking-complicated and over-fucking-glorified in all history.8
-
I’ve seen so many articles about how over-complicated and hard Angular is and I still have no clue what they’re talking about? It’s not that hard wtf9
-
After a week of getting new projects thrown at me, I finally get a block of time to start one of the larger, more complicated one.
30 minutes into planning it out, prepping the workspace and diverting 90% focus to said project, someone busts in with a more complicated top priority project that needs done by end of day.2 -
FUCK YOU IMBECILES.
Fucking testers said the website is too complicated because I have a check box that needs to be ticked before they proceed...
This wouldn't be a problem if it wasn't due today and they'd got their arse into gear a fucking WEEK AGO2 -
Popular opinion: AI is nothing more than complicated algorithms that no one appreciated before and probably never will. 99.9% of all coding would be AI if mainstream media had their way.5
-
i hate you, you and you AHHHHHH
This doesnt have to make sense.
This is a freakin rant for god's sake, not a pull request. I'm not tryna be the best ranter?? Dont mind this rant. Just scroll. B if u can only hear my scream right now from the other side of the world, it sure can cause another big bang.
F u, this sht, (oh ya it's profanity, i got no better term for what im feelin, gahh please rip my head off) and that too, and this one too, all of u
I HATE ALL OF YOU. I BLAME ALL OF YOU FOR ALL MY INCONSISTENCIES. YE, IM TIRED OF TAKING ACCOUNTABILITY. F THAT SHT COZ IT JUST RAISES EXPECTATIONS. I CAN'T EVEN MEET THE DEADLINES I SET FOR MYSELF.
The hell are ambitions and all that "dream life" they tryna sell. Those won't even matter when I can barely get my sht together. UGH. I haven't even seen my friends, the SUN, trees and all normal people things. Dang, I want fried chicken. I haven't had one for a while. I guess I should end this rant here and order one.
I must just be hungry, no?3 -
How did I end up looking how to write asynchronous function in shell script whereas my task is to write a distributed chat app in Node.JS ?
Damn this is going to be complicated. -
Why has authentication of web services to be so fucking complicated?
PAM, OpenID, LDAP, SSO...
Every fucking service supports something different and I have a hard time finding a decent tutorial on LDAP and the likes.5 -
/*
* It gets a little complicated here (note the fact I'm actually using a multiline comment for once...)
*
*3 -
College force us to study the ancient computer graphics method for a whole year. Its damn boring and complicated. Why should we study it..?😐2
-
Fuck HikVision and their IP cameras. Why would anyone make a simple process of factory reset extraordinary complicated?!3
-
Is it okay if i dont know a programming terms but i know how to do it? Like they want me to explain what i've done and what i use when i done it. Example ( i use java predefine clases bla bla bla....). I dont really know or maybe i just cant remember the terms.9
-
Does anyone here have any good resources for introduction to embedded, low level development, or anything on advanced C concepts? I've been having trouble trying to step into more complicated topics like bit manipulation and stuff I can do with memory management. Also any advice is also appreciated.30
-
I mean. People love Docker and Kubernetes? Really? I mean, I agree it's good. I'm just wishing if people demanded for better and simple software and not complicated stuff. Idk10
-
I thought I was decent at Java until I saw it in action over an internship this summer... is it always so complicated or do I have more to learn?2
-
friend : can you help me modifying my client's website? It's a company profile website so no complicated stuff.
me : let me see...
*it's bulit on opencart*
me : wtf
friend : exactly 😂1 -
Fucking iTerm... Is this really a complicated problem to solve? You're not really supposed to place new windows so far right of my screen that I can't see them anymore.4
-
Co-worker that is non-tech oriented:
"So what do BI developers do?"
Me:
"Well...." start simple then get uber complicated.
Co-worker:
"Oh ok cool. Well my LAN isn't working, can you help me?" -
That moment when you estimate the time for a task, you finish it with minutes to spare and your manager is surprised that the time left is not enough to rebuild it in a twice as complicated feature 😣😣
-
Trial and error.
Taking an existing code base and playing with it to see what does what. Eventually learning enough to create basic programs. Eventually I wanted to make more complicated things so started reading documentation. -
Today is day two of User Acceptance Testing for one of our biggest and most complicated developments.
Today is also the day the requirements were agreed.
Somebody, somewhere is taking the piss. -
> CTO: I developed this product, I know it to the core! It's been stable for years, safe and rich in features, how is it even possible that things got so complicated?
The product he developed: -
Guys, do you agree that C++ is getting overly complicated following the updated versions?
At times I wonder whether I should leave C++ and jump to python as my goto programming language.24 -
Right now I just found out that I forgot the basics, but still able to do some complicated shit
Brain fart 🧠 💨1 -
Four steps of professional development:
1. Simple and bad
2. Complicated and bad
3. Complicated and good
4. Simple and good
At CSS and frontend in general, I'm easy four, straight up. At architecture, I'm perhaps two in devops/docker/kubernetes/other crap and three at DB design. At electrical engineering and embedded stuff, I'm 1, no questions asked.
What are your rankings?1 -
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 -
The Java framework we're working with at our company is so complicated that it doubles as a steganographic device to conceal software.
-
Never in my life have i seen such a convoluted and complicated framework as Celery. Celery sucks donkey ass. That is all.2
-
Getting a file input to work in an Android webview was an unnecessarily complicated process.
Cheers Google...2 -
I hate being invited to a party!
Specifically when I have no chance to refuse (family parties mostly)
Though I'm still able to code or read a book with my phone but WHY SHOULD I??
Grrrrr !!
Idk ... what do you do in such complicated situations?3 -
VNC, RDP, X11 Forwarding, WTF.
There is not a single good product to "stream" a linux desktop to a different machine without being logged in in "parallel".
They are all complicated and/or suck big time in quality.2 -
Installing a deb file on Manjaro. 😐
Tried Docker...over complicated
Tried dpkg... dependencies nonexistent in manjaro.
Snap packages?
Appimages?13 -
"There’s a point when you’re done simplifying. Otherwise, things get really complicated. " - Frank Chimero
-
Im used to svn for a few years, now need to use git because all say its better. Until now its only just useless complicated and forces me more worksteps. Cant understand the hype.6
-
Front-end is basically staring at your creation for hours and have no idea what to add next to make it more complicated.1
-
Frameworks piss me off... So many to out there that are over engineered and complicated... And achieve exactly the same fucking thing...2
-
Algorithms class assignment..
"Prove that the merge procedure cannot run in place".
Searching google...
There are multiple merge procedures (though super complicated) that run in place.
What's the use of this class if we can't be practical because we must be theoretical, but we can't mention real theoretical stuff because it's so complicated??
I mean we are being told something that is just wrong..
I really hate this fucking professor. She went to Oxford and now thinks she's the smartest person in the universe.. -
What in the holy hell is a pointer to function and function pointer.I guess they have a purpose, I hate their existence. It's solely because it is complicated13
-
Git is way too complicated, but even then I still get painfully annoyed when someone needs assistance with using it. Especially when they're using some GUI I don't know. You mean this thing can't rebase??2
-
Just gotta say, YouTube videos that show connecting a form to MySQL make it so much more complicated than it is...
-
Hey. Can you add excel97 vba capabilities to new office 365 ? I have a 20years old xls file with very complicated macros that i need to run.
And btw, how come a software looses capabilities over time.9 -
About to checkout Gatling for load test to my REST api, any other suggestions?
So far their docs look straightforward to follow, requires scala but it doesn't look that complicated for that particular case.
Dotnet core devs, do you recommend another tool?8 -
I've steered clear from react cause I thought it was complicated to learn... but it turns out it was simpler than expected. The dev environment is a mess though...
Hell yeah React! -
Am I the only one not liking that shitty websites where you put almost no critical login information require insanely complicated password?
I don't want my complicated password ending up in a rainbow table because they store my passwords in text format...
There's only so much versions of passwords I can remember for trivial websites...24 -
Sometimes I feel like the AWS consoles UI is overly complicated on purpose to discourage using it over the API.
-
Anyone hit the pitfall of not following K.I.S.S.? I have found that programs that are really simple, I make complicated.
And then that mindset goes to the complicated programs no problem. But I stare at the program for a while, because I just know it can't be that simple, but it is.2 -
What Database client do you use? I'm currently using Sequel Pro. Right now I'm comparing TablePlus and DataGrip.
DataGrip - not user friendly and complicated to use but powerful
TablePlus5 -
Learning Facebook advertising is a science in itself, fFucking complicated as fuck and i am thinking to hire a marketing agency dedicated to handle this fking bullshit for me, its about mobile android/ios games, what do u guys think?..... How much money would that require to pay them?3
-
Politics. Dealing with people, making sure you check in with everyone at all times, making sure you don't seem harsh in code reviews. It's all just too fucking complicated. Just let me build shit.
-
!rant
Anybody here working with GE's Predix?
I am nowhere near a webdev and I don't grasp how anything of the web app works. Routing, Polymer, CL, everything's so complicated and has documentation that only tells you 10% -
When your companies release/building process is more complicated than writing and architecting the fucking project.
Fuck my life. -
"Use remote EJBs. REST is too complicated", said my archaic boss of his late 40's. Remote EJBs we wrote. Suffering we endured.2
-
I currently work on a project where every teammate is trying to write as complicated code as they can. I suppose the idea is that way the client could never understand the codebase and we'll be developing and maintaining forever. Now I have to develop a functionality for resizing and rotating SVGs and they probably expect me to write obfuscated code to.2
-
Not really a backend developer but I give my best with node.js. The way I did it was just raw SQL everywhere, and now trying to figure out Sequelize. Holly shit its to complicated to me.
Anyone knows some good tutorials?1 -
Trying to implement DDD into this current project of mine but the whole concept of converting Eloquent objects into plain entities seems to be more work than it is worth.
But the whole methodology of DDD also seems rather complicated.2 -
I toss all the frameworks, everything to complicated and stuff that fucks me off into the next pile of trash and implement the unmotivating things from scratch in the most stupid way I can come up with so I start to think that I'm extremely intelligent until I get so bored about it, that a deep motivation grows within me to start again with the complicated and interesting solutions.
-
If A.I. Steals the DEV job, they've already gooten complicated enough to do anything. My new job would be to be the leader of the iRobot revolt.
-
'Complicated is easy, but simple is hard☝️ '
- Robert Virding, the inventor of Erlang. You can never not apply this quote to anything in software engineering.4 -
The production file edited in March was way more advanced than the development file edited in July... what happened here?
I want to implement Git on this one so bad. :( I wish I found the way and the time already (it's a very complicated situation).10 -
Is there a definition for the feeling of fulfillment and joy that occurs, when reading through a rewrite or something overly complicated and messy legacy into a neat and tidy set of classes?1
-
Well... I'm in apprenticeship, and the company I work for asked me to do insanely complicated algorithms about paid leaves and stuff (Oh and I'm in France so you get the mess about leaves). And I don't understand shit about that ! About TOIL ! I mean, I'm still in school goddammit ! Oh and I said to my boss : "Yeah, wow, that seems complicated to code" and he said : "Yup, have fun". So even him, knowing everything about that shit knows that it's hard af ! I'm currently dying of death and my brain is melting.
PS : Here's a rare gif of me reacting about what I need to code3 -
Over complicated htaccess rewrites that dont work due to the client's business logic. I hate wasting time on something that should take 5 mins.
-
The logic in a method reflected a truth table not obvious to understand. The first time I implemented tests for coverage as I didn't trust anybody to remember and understand the logic after a few weeks.1
-
Windows should ask you how computer literate you are upon its installation. That way, advanced users wouldn't need to see beginner level advice and would get easier access to 'complicated' stuff, without needing to go through countless permissions. Inspired by @coder67's post.2
-
I’m Latin American and unfortunately after 40 it is complicated to get a job in companies in the region, but it also extends to headhunters who work with firms abroad.
-
Wtf. Why is using mail templates in nodejs so complicated in comparison to eg Laravel?!?! I have to install 3 packages with 20+ dependencies and setting it up is a hell -.- I'm losing my love for node since I got to know laravel3
-
How do grown up people deal with a coworker who never listens, proposes slow and complicated solutions and takes literally one hour of fight to change his mind?
Please note, he's a nice person, so I won't say or do anything that might offend him.8 -
Discourse is a overly complicated software, could have been so much simpler without losing any of its feature. Installation sucks, development sucks and ofcourse their choice of using Rails sucks big time. Hoping Flarum will fix the issue of pathetic forum softwares.
-
Voice call with the whole dev team
Former team leader: Yeah, basically we stopped using RxJS because it ended up being too complicated, every minor problem required so much code to solve :(
IHateForALiving, extremely loudly: WELL WELL WELL, GOOD FUCKING MORNING, SUNSHINE3 -
Had my on-site with Google recently, and I feel stupid wasting 45mins on a math question. I feel frustrated because I was able to do the other medium level problems without hints. :/ Felt really stupid when I saw the solution wasn't very complicated.2
-
Does your company chicken out on doing multithreaded programming because it's 'too complicated and unpredictable' for their programmers? lol9
-
Oh god no anything but this
(Seriously now, the reason is a bit complicated because Swift is different but focus on the meme, if you want an explanation I will give it to you in the comments lol)3 -
Hey. Is there better open source image editor on mac than GIMP or Pinta?
I like GIMP but it has a bit complicated UI3 -
I'm all spooked out. I just added complicated JS code in a massive block, doing something complicated, using syntax that I wasn't sure about.
Load the page, smugly expecting like 200 errors. None.
Alright...
Run everything... it works.
WTF.
It's all balanced out though, because then python started freaking out with the wackiest motherfucker of an error I've ever seen. (A pointer to a function magically turning into None) -
When was the last time you dealt with an evasive memory leak in JavaScript? How complicated was it and how long did it take to resolve?1
-
Implementing a neural network, SHIT CODE got so complicated, stuck in a line for a couple of days now. FUCCCCCCCCCCK! WEEKEND ALSO F@#KED1
-
It wastes so much time when every time you have to learn to browse the documentation before being able to use an API.... Why does documentation have to be so complicated1
-
Everything looks easy in .NET MVC, but making it generate a checkbox list for you is so damn complicated.4
-
write simple working code with some duplicated code (less than 10 lines) and have compile time safety , NAH
write more complicated code you have to spend time fixing thanks to PR feedback -
The creators of IPsec just wanted to flex how good they are at cryptography. That shit complicated af!2
-
so I'm the new guy now, my new team write complicated, deep-for-no-reason IFs instead of a switch, gave me a shitload of resources to get up to date with their standards, insisted to every time make sure my code has been tested, then the first deployment I see THEM do breaks production, because a major fucking app had no tests whatsoever, also half of the team has 30+ years of experience in backend, laughs about TS on the server (which is actually fair) and I'm the frontend guy
challenge accepted4 -
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 -
Aaaaagghh why the fuck Android camera is so complicated!! Camera2 api is wonderful but soooo fuckin confusing i want to kill everyone2
-
Well most of my friends are developers, so we either are working or going out, eating, drinking or just ranting haha... With my girlfriend and my daughter is a little bit more complicated, but they're there to remind me that not everything in life should be about work
-
Serious question, what is the use case for Arch? From all that I hear about how complicated it is it doesn't sound very practical3
-
!rant
let specialDay = moment("25/12/2017");
console.log((moment(specialDay).isSame(moment(), 'day'))?'merry christmas':null);
Merry Christmas, sorry for making it complicated xD -
Maybe it's hard to get CSS calc() right,
but to make it really complicated,
let SASS do its erratic magic on it2 -
Let's say, one of your female friends loves you. But she's too shy to tell you.
But now when her family is forcing her to get married, she explained her other female friend about you, how much she loves you and she's looking for you in each guy and so on. And somehow that female friend tells you what she told her about you, that she loves you but she knows that you wouldn't accept her feelings.
Now, what would you do?21 -
Normal people when they see the word 'Helo': Helicopter, misspelled "hello", nothing too complicated
Me when I see the word 'Helo': MALFORMED SMTP GREETING; EXPECTED DOMAIN -
"Making the simple complicated is commonplace; making the complicated simple, awesomely simple, that’s creativity." - Charles Mingus
-
Why does maven for eclipse not do what I want? Am I just doing it wrong, or is it too complicated to get an executable jar with all dependency plugins packaged, where no alert like "main class not found" will pop up at execution?!?
-
Is it me or is this code seem unnecessarily complicated?
This is a queue I have used myself:
https://github.com/Demolishun/...
This is a queue I ran across:
https://github.com/cameron314/...
I understand the second link shows a queue that does a LOT more than the first example. It supports multiple produce/consumers for instance. It is also lock free. However, it seems really complicated to me. I was always under the impression that the more code you write the harder it is to maintain.2 -
I don't understand why I'm running Angular app inside docket for development.
I guess I love my complicated life.2 -
i swear sometimes windows can just piss you off. like why. luvit.exe is in the SAME folder as octi.lua. command prompt sees it and runs it, but powershell apparently doesn't like that and wants to make things complicated.
also inb4 im called a total idiot2 -
I just love screwing around with the test data for hours instead of solving the actual problem. This system does not need to be this complicated
-
Fuck you Drupal 8
How complicated can it be to dynamically change the title of a page?
No I don't want to write another custom module, which requires two fucking .yml files?? and initiate another controller for something that simple...
Fuck it! JavaScript it is....3 -
I'm all for the awesome stuff Microsoft is doing on the Azure stack, but it's laughable how their subscription management system on their portal is more complicated than spawning Kubernetes clusters and load balancers via terminal.
I mean c'mon!!!3 -
Grafana managed alerts are so fucking over complicated it surprises me that it is a professional product.
And if you need help, the grafana community forum is a fucking ghost town
And the docs suck too8 -
Do you also press some [*Lock] key first after plugging in a new keyboard? Like you wanted to gradually experience failure of power and then something more complicated4
-
I'm struggling with actually quite simple but yet so complicated human behaviour.
How does one know what some other thinks of what the one thinks?
That's rethorical question. One simply does not know. But why would I even ask such a question then?2 -
Why AwS and not Gcp ?
I find that firebase+gcp is so powerful !
Aws is so complicated ...
Give me your opinions plz. Especially if u moved from one to another8 -
!rant
Was too much into jquery, and so when I started my job I made everyone think jquery is the boss and stuff (my team is full of data engineers and business analysts.. No one understands code)
But now, based on my previous rant, I feel I should switch the entire project from a node/express structure with jquery to one with angular2
Does it make sense? Please advice... I am nervous of losing my job coz of this
(even now I hate typescript but I see why angular2 is better than jquery.. So I'll learn it all)13 -
Do any one feel so lazy to start write test especially for a complicated bug fix?
My problem is with starting2 -
Why does there have to be both dup(fd) and fcntl(fd, F_DUPFD)? As far as I can tell they do exactly the same thing, one just looks more complicated than the other.
-
most complicated code till now must be the universe......
.....if you know what i meanjoke/meme code deep god dammit fantasy simulation alternate universe deep learning damn meme complicated universe3 -
Github actions are so complicated, why they don't set up something like a simulator. I keep pushing my updates everytime I make changes to my yml file only to know it errors.1
-
That dude fresh from learning getters and setters in Intro to OOP calling your SOLID design unnecessary complicated
-
So I've started to use github more the past few days. It's a lil complicated for me but I'm starting to get it down2
-
why am i not able to find a way to use multidimensional associative arrays in vba?
plus: why am i too dumb to see my own data structure and process data sheets in a complicated way instead of using prepared data with a simple string split?3 -
https://linuxfromanoobie.wordpress.com/...
The Git series is getting larger and larger. As i get into more complicated topics day by day , i request git geeks and beginners alike to take a look at the above and provide feedback if possible..1 -
Jesus Christ , how does one connect to a third party websocket stream in Laravel. It seems to be so damn complicated with the involvement of Pusher, Broadcast, Echo and a bunch of other useless packages. On Top of that there are no tutorials on this, everyone is busy building a chat app and even then i tried following along, it doesn't work. Does anyone know how to do this?
In python, it is as simple as this
import websocket
SOCKET = "wss://stream.binance.com/ws/..."
ws = websocket.WebSocketApp(
SOCKET, on_open=on_open, on_close=on_close, on_message=on_message
) //you get the damn data
In Laravel, it so bloody complicated. -
1. More experience in programming to reach the next level!
2. A job in the USA!
3. Will leave it for a complicated bug to wish it be fixed lol4 -
http://smashcompany.com/technology/...
... AWS services are more complicated than installing, maintaining and securing your own Linux installs? RLY?!? -
Question!
Which better for free IDE web development (CSS, HTML, JS)
On my Synology?
Or use web host?
I tried in AWS too complicated for me!7 -
Question Devs... This was a complicated issue earlier. User tried to do an add-in through Microsoft Outlook and received a .net programming error message.2
-
you guys know any free advanced MVC project tutorial video available? I would appreciate it because my ActionResult methods are becoming more complicated to manage based on params... thanks3
-
Writing javadocs for interfaces with quite complicated methods all day is so fucking exhausting. Programming itself is so much easier than documenting the written code clearly and precicely so that everyone understands it.
-
Not exactly a tip but do you know an app for quick-testing your skills in js, for intermediate-level, but with questions that are not too complicated (not code golf, though I like that too) so one can use it when commuting for instance ?1
-
Do some devs think overly complicated code makes them look smart? Why aren't we taught to code efficiently instead of complicating the whole process?!