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 - "make sense"
-
"I'm not paying for a website that's going to be free to visit, that doesn't make sense"
-A million $ idea guy28 -
Programmer boyfriend: *explaining his work and code and how things work*
PBF: does that make sense?
Me: of course
Narrator: it did not make sense7 -
Pro tip to error messages #1: keep them simple and short
Pro tip to error messages #2: make them make FUCKING SENSE7 -
Sometimes the best "bug" are the troll posts, although personally I agree with it (even though a separate byte for both \r and \n make sense to keep for other purposes).7
-
I actually love Mr. Robot because at least they are trying to show the actual tools plus the codes that can be used to hack, not some kind of random console outputs that doesn't even make sense in the most of the tv series/ movies4
-
I might not be able to move to Germany with my husband because I was born with one hand and the Army is apparently concerned it'll make me spontaneously drop dead, even though I've survived for (almost) 27 years like this.
This is why I like computers, they make more sense and don't say stupid things like that.21 -
I really hate Apple for popularizing reversed scrolling on touchpads. It doesn't make any fucking sense.16
-
First rant here!
So i just inherited this legacy application in my new job.
I started looking at the code and it just doesnt make sense!
What the fucking fuck!!16 -
DST is my arch enemy.
"Why did I get paid for 7 hours instead of 8?"
"Because you worked from 1:00 till 9:00"
"Yeah, that's 8 hours"
"No it wasn't"
"Why does this input field say invalid time for 02:00?"
"Because that time doesn't exist"
"Why are so many tests failing"
"Because they check timestamps and durations which don't make sense in non-continuous time"
October is even worse...6 -
1.) Please make WordPress die();
2.) Please prevent recruiters from getting my contact info.
3.) Please ban all "coder meme/joke" sites from instagram. They repost long dead jokes and the jokes don't even make sense if you know how to code.8 -
when you have to do this because the code looks correct but you're not sure what the heck is wrong because it doesn't make sense12
-
Everyone’s a remote worker at our company by default. Literally no HQ or central physical office to report to. As it should be for most people who are knowledge workers or coders. Why commute and pollute and all that nonsense? It doesn’t make sense anymore for a lot of people like us.14
-
Saw a girl from my uni upload a photo of her graduation with the following text:
while(!(succeed = try()));
I'm staring at it for 5 mins and i can't figure out if i'm retarded and should drop out of uni or that statement doesn't make sense.73 -
Just finished an OOP course exam.
Writing code on paper? Check.
Useless, deprecated technology questions? Check.
Memorising fucking docummentation by heart? Check.
Term translations from english that make literally 0 fucking sense? Check.
I'm so fucking done with this shit. Uni isn't teaching people anything, it's fucking degrading them, so that when you get a job, you have to start learning from -9001 instead of fucking 0.6 -
WARNING: cringe for full-stack developers..
Recruiters at it again - how does any of this make sense?14 -
"Quality CSS" is much a fucking misnomer. As someone whose been writing this shit at scale for 15+ years I can tell you all CSS code is garbage. The only thing you should do is make sure you don't have name collisions. Classes/components are self contained. And use variables when possible. DRY makes sense usually, but if you're dogmatic about it you shoot yourself in the foot.9
-
StackOverfllow -> Copy Code -> Doesn't work -> Study its working -> Read related info on other websites -> Code starts to make sense -> Do the required changes in code as per the understanding -> Got it working.
I only learn if the initial 2 steps fail. Else I skip the latter. -
Explaining to the client that you can't push untested changes to production and expect it to be bug free.3
-
when your first try to learn a new programming language, for example c++ and you are still new to coding:
"Wtf does it behave this way. How dafuq do pointers work...argh"
and then years later, you come back to c++, do a little revision and it all starts to fall into place and make sense. Man. That feeling.3 -
Does anyone else have that one friend who’s a wannabe developer and keeps sending you memes about programming which either don’t make any sense or are so old you want to stab him for showing it to you again?
Like the missing semicolon shit22 -
User: "If I change something and click save it overwrites my previous entry." Me: "Of course it does. To make a new entry you you have to click New Entry." User: "That doesn't make any sense." Me: *facepalm5
-
Why THE FUCK would anyone make a totally free (in the sense of price; gratuit) software project, and then not make it open-source?
What is the benefit of stifling the development of your own project when you have no monetary gain from doing so?14 -
Is it just me or does this shirt make no sense? If your coffee was empty, then it would return true and you would keep coding. If it was not empty you would fill it.
Plus it's not a while loop, so unless this is some sort of recursion you wouldn't keep going....4 -
Do you code in your dream too?
Cuz, I do. Mostly it's about some functionality I am not able to implement in real life, at the end of my dream I feel like I have got a really great logical solution but when I wake up it doesn't make any sense.
(Excuse me if the image is a repost)8 -
When you have literally no idea how to make your homework project so you try to Google/StackOverflow it piece by piece to make a Frankenstein's monster code.
And then you still have no idea how to cobble it all together in a way that makes sense.4 -
Damn fuck it. I am making a program with
#include <windows.h>
Accessing the Win32 API in c is such a pain. Just made a simple window with 70 lines of c code. And I have to edit it in turbo c but run it in some other compiler. Our teacher is a .... uhhh
Hate projects.
Sorry if the rant doesn't make sense. I am too tired.11 -
That cringe fest when non IT people throw random phrases related to IT which doesn't even make sense just to impress the audience6
-
Upon a certain angry Germans recommendation I started getting into flutter.
Best fucking decission ever. Shit is simple and makes sense.
I ain't tagging him cuz he don't like being tagged.
But thanks man!! You know who you are!
The code makes sense, the widget tree hierarchy makes sense, knowing the native counterpart helps whenever the flutter portion ain't doing it(has not happened yet) and dart is really a good language.
The tooling is fucking genius, funny enough the emulators open quicker with vs code than android studio or xcode(fuck those two btw, 2 fucking years of hate towards them ain't going away) and building designs programatically make waaay more sense.
Flutter gave me back my hope for mobile development. This is google knowing that they fucked up Android development and fixing it and schooling IOS development for taking a good set of languages(obj c and swift) nd fucking them up with their shit way of development.
I am in love.9 -
Random thought of the day: I'm afraid of posting any picture of my screen/setup where you could read my code because I'm scared that people would zoom in and discover how incompetent I am. Does this make any sense?6
-
My Javascript professor explained Boolean to me using an allegory about pizza: "If I give you pizza, under what condition do you eat it? Your hunger must be true or false. Boolean does the same thing, but with things less exciting than pizza."
It didn't even begin to make sense to me until it became about pizza.
I vote for ALL future computer classes to be taught in terms of pizza.12 -
I love python.
It's refreshing to use a programming language that makes sense, and was built by people who enjoy programming, and want to make it more enjoyable.9 -
I would like to take a moment to thank my brain.
I dreamed about the code I need to write to create something I was struggling with! Logically it all make sense!
Just needs to try it and see how it goes.
Thank you Brain!5 -
I started programming 7 years ago, but I downloaded my first tutorials on programming in C++ already back in 2000. I had read maybe 4 pieces of literature, didn't understand anything, because it taught things in this order 1, "So, say you want to create a cat?", no I don't. I want to make a useful program.
2, "then you have make a constructor and a destructor", makes sense since that perfectly replicates nature, not,
3, "then you can define a method in the class that enables your cat to meow", eeeh no it doesn't make a sound, what it does however is print a series of characters even less useful than "Hello World" to stdout.
Then I found assembler and it all made sense! 😀 -
Did anybody else know that putting comments in your HTML creates an EMPTY TEXT NODE IN THE DOM?
REAL helpful information when you have to GATHER EVERY ELEMENT WITH TEXT INSIDE OF IT!
WHY WOULD HTML EVEN BE LIKE THIS? IT'S A COMMENT! WHY DOES IT HAVE ANY EFFECT, even if it's minimal, ON THE DOM WHATSOEVER, THIS DOESN'T MAKE SENSE!4 -
Why are computer science lecturers so fucking incompetent?
Just give the bloody assignment in a way that makes sense and make sure the that your own code is correct.
FUCK6 -
I am always caught in the middle of Nerf gunfights as my colleagues love shooting at each other all around the clock.
And I hate it so much that I decided to remove all ammo from the battlefield.
No ammo, no gunfights. Does that make sense?11 -
When I wasn’t the lead yet there are so many things I want to do and improve. I have asked and judged my lead’s choices a thousand times for choosing the easy and fast way instead of the right way.
Now that he left and his role was given to me, I can now sense the same judgements from my members to the decisions I make (or not make).
I now understand. We don’t always have the luxury of time. If I say yes to improving everything at once then our app will never be done. (That our bosses will blame me for)rant decisions improvements time team its too late to use typescript team stuck at angularjs 1.x deadlines wk181 lead4 -
I Just created My first code in brainfuck.
My First reaction was why was this made, but as I continued it seemed to make some sense, even though All I was using was some random ascii symbols6 -
Today I got fired (I work for a outsourcing company and was the client that "fired me") and the reason was that the work load was low.... funny thing is that they contested a new dev for my team and she is staying only because she is in the same office as the main team and I'm on a different office.
How fucked up is this?29 -
I hate it when my manager lurks around when i am debugging and keeps giving random unsolicited advices. I spend more time explaining him why what he is saying does not make any sense than debugging.3
-
Sweet mother of unlogical fucking gods.
How does this even make sense
😩🔫
<aura:if isTrue=“{!not(empty(v.errorMessage))}”>
<div>{!v.errorMessage}</div>
</aura:if>
Ps: the ! Does not mean “not” 🤪1 -
if you want it done that way then fucking do it yourself because that shit makes no sense to me, and you have not adequately made your case to me as to why it makes sense, and since I'm writing it it seems prudent for it to make goddamn sense to me.6
-
I might have got my first freelancing gig. It sounds like a really simple thing, might just take one hour or so.
So comes the eternal question from the freelancing noob: how much should I charge?
I'm thinking approximately the hourly pay I get from my full-time job. Does that make sense? Even though it might just take one hour?1 -
Allright, so FIRST I have to create an *ORDER* and only then create a *CART*.
Cuz why would anyone want it to make any sense..4 -
I have always considered myself as a tab person.
I was living my happy life thinking spaces didn't make sense in code.
This until last week, when I realised intellij is automatically putting 4 spaces instead of tabs
I feel betrayed5 -
I want to know what brings you Joy while programming/coding?
I've been trying to catch that certain feeling...
For me it's having everything make sense and a logical flow through the code and it works every if it is adding two vars.
And please definitely not the money if you're coding for money then you're not enjoying it.12 -
Hey... to somebody reading this, most likely.
The problem, is that you put if($var = 'something')
You need ==, not =.
Php doesn't tell you that though. It'll just change the var to 'something'
That's why you're getting that really obscure, doesn't make any sense error.
You're welcome.9 -
i noticed recently a post about putting a browser inside the IDE / Editor.
i was against it, it didn't make sense, but holy fuck is it beautiful and productive to have a tab with a browser inside of it.1 -
"Intense coding. A day passes. Wait, how the fuck did my code work? It doesn't make any sense!"
It happens so, so often, God why 😐1 -
So by trying to make my avatar look like me as much as I can, I've came to realisation that I'm the most generic looking guy mother earth ever compiled. If that even makes any sense...
-
I met a fake “programmer / hacker” at Starbucks. He was so full of shit & he couldn’t stop talking about things that didn’t make sense8
-
How to get investors wet:
“My latest project utilizes the microservices architecture and is a mobile first, artificially intelligent blockchain making use of quantum computing, serverless architecture and uses coding and algorithms with big data. also devOps, continuous integration, IoT, Cybersecurity and Virtual Reality”
Doesn’t even need to make sense11 -
Getting the corporate hard sell - after I gave notice at my job I've had my skip level manager and then _his_ boss offer me changes to stay. It's messing with my head!
People seem to be crawling out of the woodwork to get me to stay and it feels a lot like this is how one gets into corporate politics... but I swear almost none of these people cared about me before. Make it make sense!8 -
!dev but since dev can still give you headaches:
Ibuprofen is damn close to magical. I fully understand the chemical mechanism by which it works, and it still don’t make sense how that shit can make you a new person in 45 minutes.2 -
!sure if rant
i think i just realized the main reason i hate programming even though i love programming.
i love being able to think about whatever i want to think whenever i want to think.
but programming jobs inherently and many segments of own hobby projects often require me to think about something specific which someone else requires me to think about...
does that make any sense?1 -
Do i like stickers? I do.
Does that mean that I consider myself a pro? No
I just like them.
So fuck you assuming things that don’t make any fucking sense.1 -
life is like a rubics cube. everything is twisted and fucked up and you cannot see where it will take you but somehow at the end everything will fall into place and make sense.9
-
HEY!
JAVASCRIPT!
I wasted 3 hours on your this. self. null, undefined, + asynch functions, bullshit "features"...
AGAIN...
and your taking 8 seconds to compile and test each wild guess that I make until I finally console.log every single fucking variable in order to make sense of it all
so, as usual, FUCK YOU17 -
After years of my own dodgy javascript codes, I've started to throw away everything I know about javascript and learn it from scratch.
Learning that functions are objects really helped in restructuring a pile of my code. Eg passing it as a parameter to be executed.
Suddenly callback functions make a lot of sense now, and I've got a new found respect for the language. -
Window 11 dev preview
- really liked the animation. It feels smooth.
- settings got rearrange like android settings and kind of make more sense than windows 10
- gaming performance is same as windows 10
- after disabling the online results in search, it's far better and speedy comapre to windows 1019 -
I threw an error into my code to find where the code was having trouble but instead of raising and error it fixes the problem and runs flawlessly
At this point I can't tell if python loves me or hates me2 -
There’s no such thing as quiet quitting. If working accordingly to the pay cheque and job description is called quiet quitting, why not calling
- every jobs are “quiet slaveries” .
- every banks charges are “quiet robberies”.
- every food I ate are “quiet shitting.”
- every gym rats are “quiet dieting.”
See? This doesn’t make any sense. Companies these days ….🤦♂️8 -
Signet, the google auth library, is somehow throwing a DivideByZero error, despite the only math in the file being linear back-off (`sleep retry++ * 0.3`). Also, the line it’s getting thrown on very specifically throws an entirely different error: a Signet::AuthorizationError.
What is even going on?
Also this worked yesterday.
🥺10 -
What is up with @YouAllSuck, most of the stuff he writes, for some reason, is completely incoherent to me, i can't make sense of what he is trying so say most of the times, is he doing poetry or something?38
-
>Tries to uninstall old version of Visual Studio
>Uninstaller asks to update Visual Studio to continue
... Oh... Uh... That... Doesn't... Make sense? Gee... Thanks?3 -
I FUCKING love it when I try to understand how to simply fucking connect to my server via SSH, and seeing tutorials from cocksuckers that just screen some form fields without telling where I can find them, and juping from steps to steps like I'm in your fucking head
CAN'T YOU WRITE SOMETHING THAT WOULD MAKE SENSE, YOU FUCKING MORON???3 -
Just saw an advert for a well known store, who are supporting Care for Children this Christmas. Nice advert.
One commentor trashed it saying "it doesn't mention anything about Jesus and it doesn't make sense". I replied with "neither does miraculous conception".
I was then called "ignorant"....
Interesting. People are...interesting.2 -
Found this gem in a comment from a couple of years previously:
// This shouldn't be here - needs moved to a separate handler. Likely to cause all sorts of weird bugs
No shit, Sherlock! Like the one I'm bloody trying to make sense of now!1 -
To whoever builds electron boilerplates.
STOP ADDING FUCKING JQUERRY AND WEBPACK TO THIS SHIT, I DONT EVEN USE YOUR BULLSHIT BUT OTHERS DO AND THATS WHY SO MANY ELECTRON APPS SUCK. WHO IN THEIR RIGHT MIND THINKS THAT THIS MADE SENSE PUT YOUR CSS LOADER ANAL PLUG IN TO YOUR ANUS AND BUNDLE THEM TO YOUR SINGLUAR BDSM.JS WITH BROWSER BACKFALLS AND BETTER MAKE SURE TO WHIPE YOUR DIRTY SHITFACE WITH A FULL BLOW CSS RESET BETTER MAKE SURE THERE IS NO ACCIDENTAL MOZILLA STYLE IN YOUR CHROME.3 -
Programming is like a Word document, except that if you make a spelling or punctuation error, you get 100 highlights elsewhere which aren't wrong at all and make no sense.
Continuation of https://www.devrant.io/rants/433434 -
Recently, I had to make a minor modification to some Node.js code a coworker wrote a year ago which buffers stringified JSON into Kinesis. I just needed to add a new key to the input object, it took minutes to make the change, but hours to make sense out the absolute trash spaghetti code this guy wrote. After spending half a day trying to make his code readable, I just got so pissed off. I replaced his 15 files/+1,500 lines of uncommented code, filled with classes, factory functions, poorly named functions and vars, and so, so many spelling mistakes.
We now have a single, well commented, 300 line file that does the same thing.
Get that shit code out of here. -
1. it like playing with lego, but for adults, and you have almost no limit
2. it's the best way I know to express an idea
3. I just love having the PC doing exactly what I tell it to do, even if it doesn't make any sense whatsoever -
Fuck Outlook for desktop in particular.
Why would they still be using their crappy word-as-renderer in this day and age? Why are they ignoring perfectly sensible CSS from elements that aren't tables? Make it make sense!
It's especially galling that they've resolved it in the web version and in the native apps, _except_ desktop for windows. Even Mac is fine!9 -
Film a documentary/reality television series chronicling how A. I.'s eventually self destruct trying to make sense of client requirements.
-
Interviewer : where do you see yourself in 10 years?
Me: (auto generated random text which doesn't make sense but is fancy) blah blah bla bla bla blah bla bla bla bla blah bla bla ...
My mind: are you hiring a dev or astrologer ? -
I hate people aren't as smart (?) as me so their suggestions don't make sense and I can't ask any questions
and then sometimes if I try to ask them anyway they think I'm just criticizing them and get defensive
I just wanna know how things work.
STOP FLAILING5 -
"Can you look at this bug when inputting negative numbers?"
I check the app and think, "negative numbers don't make sense here".
Sure enough there is validation in place to prevent negative numbers being typed.
Yet they still managed...
By pasting in negative numbers, after being unable to type them, thinking "fuck it I'll paste it instead", then complaining to us because they abused our app.
Seriously.
Fuck.
Off.2 -
(Yet another rant on TAR commands.)
Whose idea was it to make TAR file listing "tar -t" and not "tar -l"?
How does it make sense? It goes against intuition.
It would have been more logical to make "-t" tarfile instead of "-f", and to make "-l" list.
Obligatory: https://xkcd.com/1168/9 -
For half a year, I couldn't find a job. Now I can't find any to hire. WTF, that doesn't make sense.3
-
i don't understand girls. they just don't make any sense. if only they behave like my IDE.
My IDE :1 -
So what's up with @chaosesqueteam ? Are his posts really THAT good (look at their updoots), or does he own a bot squad in dR? To me personally his posts do not make any sense (at least the recent ones)
What do we do about it?16 -
Just dropping into say love you 😘
Also to remind you that the only things companies are the most productive at is destroying the moral compass of a nation and producing millions of fucking morons with a sense of greed, incessantly arrogant behavior, and unbacked sense of accomplishment. The only way to make it to the top is to be a ruthless, soul sucking demon who couldn’t care less about anyone else’s feelings and health. Your coworkers don’t give a single fuck about you.
Also, Sid show us your titties 🅱️itchhhhhh2 -
When you commit code to the repo and a a junior on the team takes it upon himself to rename all the classes and methods coz he doesn't like them even though his changes make no sense and then sends them to you for a code review .....
Wonder what the results going to be ;-p1 -
I (junior dev) hate it when my boss tells me to do things that totally don't make sense...
I'm managing an internal site which requires a login to access. Why the hell should I change every damn article in the cms, so robots meta tag is set to no index. It's behind a fucking login and Google won't be able to index it! (except the login of course)
...
I did it anyway.2 -
I had a user tell me how important he is and how our software is making it harder for important people like him to run reports on people in their region and how it "just doesn't make sense" for important people like him... and on and on and on and on.
I was on the phone for over 30 minutes.
Deep sigh -
A friend is currently building a 'dating and matching' open source app for developers. Let's say Tinder for developers.
Don't know how it works but I think it'll make sense.7 -
Android Documentation.
I don't get any of them.
They don't make any sense.
https://github.com/cozyplanes/...3 -
I explain what im doing to someone else and ask the question "does that make sense or am i just being a twat?" most of my colleagues are honest enough to answer "you're being a twat because..." if im doing something mental
-
developing Android application for reporting Road events....
I was late to submit an update consisting of the Users Report History with options to view, delete and Re-report(which didn't make sense since it's reported already).....
I had to put a Toast to thank user for reporting but literally nothing is sent to server -
So I've been maintaining our company's web products for a few years now with a great senior dev, but why would it ever make sense to have a
bool somebool = returnsBool();
if (somebool == true)
...
WTF?!?! I still fine them in the code to this day.6 -
PM blindly puts user requests into JIRA as tasks to complete without thinking through their relevancy. Some of these are straight up not possible or don't make any damn sense. (╯°□°)╯︵ ┻━┻ just a constant reminder how great it will be when I leave here at the end of the month.1
-
HEY REACT NATIVE I WOULD REALLY LIKE IT IF YOUR FUCKING STYLING AND KEYBOARDINAVOIDINGVIEW WOULD MAKE SENSE JUST FOR ONCE TODAY I'VE HAD ENOUGH OF YOUR SHIT WORKING +100 HOURS THE PAST TWO WEEKS I DONT NEED MORE OF IT NOW REEEEEEEEEEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
-
I am going to make a prediction. C++ and Rust will be pitted against each other in a political manner. C++ will be likened to far right and Rust will be likened to far left.
It won't make sense, but it will be used to try and make language choice some political garbage. Rather than technical merits. There is already a Boomers use C/C++ and enlightened programmers use Rust kind of thing going. End of prediction.
DARPA has decided there is a consensus of programmers saying C needs to be replaced by Rust or some bullshit. Whenever I see "consensus" I automatically read "we decided for you".10 -
AAAH, fucking aws. Why the fuck do you make documentation if it doesnt even make sense. I struggeled for hours to let your cock sucking Cognito work and I'm still fucking stuck. Why is there no proper documentation or tutorial available for nodejs. This pisses me the fuck off. I hate this piece of shit.
Ah... I feel better now. -
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 -
RIDDLE!!!
Find the right word and make sure it makes sense =D
"(blank) is hard. (blank) is even easier."7 -
Superhuman capabilities.
Friend - Hey is this file correctly encoded ?
Me - Hell Yes. I can decode visually from an IMAGE and make sense of underlying data encoded.
Some people think I am so awesome coder I can look at Huffman encoded result and understand if it's correct or not.2 -
Got sent to a meeting to overlook the purchase of a new system for one of our departments at work.
The meeting in question was made to go over technical requirements, you know, making sure that everything was in order before a formal decision was made.
I get to the meeting, the vendor had consisted of your standard American sales reps before, standard Joes, Steves and such.
Had to reschedule the meeting because the technical spokesperson had the thickest accent in the world and I could not make sense of anything that he was saying. Neither could my coworkers. The tech person was 100% not from the U.S, and that is cool, but I could not make sense of what he was trying to say.
Oh well 🤡 -
Wtf does it even make sense to ask devs to do estimates for the spike, planning and the implementation of a big feature containing other features which nobody has any idea how long it will take to do and what are the dependencies and to try to fit it in the next quarter release?
Agile my ass.5 -
That feeling when you’re working on writing a program to take differently based numbers, parse the input character by character, and return the value in different bases (dec, binary, hex, etc), get stuck, ask your partner to take a look at it and their response is along the lines of “What are you even DOING?! That doesn’t even make sense.”3
-
!Dev
So I'm at Brazil Day in NY, took me $6 and 1.5hrs to get here but know what I'm here I feel spending $5 for street food snacks is too much... Like they're price gouging too far...
But in other contexts, I have no problem dropping $$$ for food... Pretty much daily...
I'm not sure how I should make sense of this or justify it. Maybe that's the difference between paying cash and swiping?3 -
You know what really cheeses my onions? When people write their code in a foreign language, say French or Spanish, and then come to me asking why it doesn’t work. Like, mate, how you expect me to be able to make sense of your code if your variable naming is totally foreign? And it looks horridly out of place to boot.
Moral of the story: Write your code in English and save us the headache.2 -
Somehow being able to make perfect sense out of the meaningless and vague requirements pushed down from upper management.
-
JavaScript type comparisons. They are annoying, some times they don't make sense and they promote bug making.2
-
Oh that looks pretty let me try.
Ow God why !!
....
Ah....that makes sense
Obsess over it for months
Make failed side projects with it.
Ad to cv -
UPDATE: I redesigned my entire app and resubmitted it: it got rejected again for not having good resolution on iPad. My app literally doesn't make sense to use on an iPad... What should I do? I tried incorporating autolayout but that is honestly the hardest and most annoying tool Apple has created.8
-
Real talk tho: whose idea was it to make comments end with semicolons? Doesn't make that much sense...6
-
Product manager keeps fucking with my Jira board, changing names of tickets that he's not even the reporter of and none of his names make any sense. I keep thinking my tickets have disappeared. He doesn't understand how Jira works and confuses the shit out of me.4
-
To Mac fan boys... Suck it. In the time I've had 1 BSOD on Windows 10 I've had 7 kernel panic on Mac is x at work. And the MBP is newer.6
-
devRant suggestion: Comment Bump. Bump up the comments on a rant, the ones with most upvotes get bumped up to the top. Possible pitfalls, where comments have replies which could break the order and make no sense. I guess I just talked myself out of that one. Meh.4
-
When you are wasting your time trying to make sense of 15000 different approaches for the same task...
and all those github repos are 3 years old with missing steps in the examples...
and official doc is such a mess that only a Time Lord could have the time to filter it...1 -
Why do we rant here? Why can’t companies allow a safe space for their employees to vent out their woes? Or does that just add tension/make the workplace heated coz managers or co-workers could be sensitive to criticism? Or we’re just too stressed and overwhelmed that our woes don’t make sense(and we know it) but we gotta let it out some times? Lol16
-
Don't translate your shitty software automatically dipshits. I'd rather have no translation than one that doesn't make any sense1
-
Thought: Googling and using Stack Overflow is the fast food equivalent of coding. Sure you get an answer, but it's the minimal "nutritional value" you need to survive. Whereas if you had to go through the whole doc to do something, you were bound to stumble on a few things you didn't know, giving you much more knowledge in the end. Does that make sense?3
-
Today was:
Fuck it, this API makes no sense I'm tired of trying to make sense of it...
-clickity-
-clickity-
-clickity-
-clickity-
-clickity-
OMG this makes more sense, why didn't I do this at first?1 -
A potential client wants me to fix a critical bug on their app. She wants us to book a call so she can explain the issue to me.
Because so many clients have wasted my time in the past, I want to charge her some $$$ for the call. However, if the gig goes through, it’ll be deducted from her bill.
Does this make any sense?3 -
Coding is easy, but it's the logic which gives us a hard time. Because in the end what we write needs to make sense or it's tits up for everyone.1
-
A "safe" Ubuntu update decided to fuck with my AMD drivers and after rebooting, a nostalgic black emergency terminal greeted me with some cryptic message containing hex code as if any mortal user could make sense of it.
To add insult to injury, local mirrors don't have 18.04 which makes apt vomit errors during software installation.
How the hell does the most well known distro out there manage to have problems like that?6 -
Who the hell named it POJO.
That "Plain Old" doesn't make sense at all. They could have just named it "JO"8 -
Hate it when customers are acting like they know everything about IT and then say things that make absolutely no sense ... 😡
-
90% of work as a developer is not development,
it's guesswork and communication, trying to make sense of requirements and third-party software documentation or filling in the blanks if both are missing.7 -
TI can't be competent enough to use their own fast circle routine that they implemented in their calculator but they have the braincells required to make the "update the screen" routine "rst 28h"?
i thought it was gonna require a flipped I/O bit or a farcall to another Flash bank that takes a few thousand cycles or something, considering how much sense any of this shit makes inside...2 -
Hey @dfox , after using this awesome app for some time now I thought about Posting some feedback about some stuff which may can be improved in future releases:
Maybe it would make sense to seperate the notifications in two areas: one area for your received likes and one area for comments made on your posts or posts you comments on. I often find myself not seeing when someone commented on a post because of the many like notifications.
Speaking about the likes I sometimes click on the Username to see who liked a post. If you don't hit the username you are taken to the post instead of the profile. Maybe it would make sense to make the username a little bit bigger or give it some button like layout to make it easier to click, because I often find myself not hitting the username correctly.
Dark Mode is a great Feature, but it would be even better if you could choose when to use darkmode and when to use lightmode based on time maybe, so that those two themes automatically switch.
These are just my 2 cents, which in my opinion would make the app even better than it is and which you may consider in some future releases.
All in all I really like this app and the Community is great, so thanks for creating it. :)4 -
I don't know if I'm mentally connected to the other developers in the world, or maybe I sleepwalk and read devRant at night while I sleep, but every time I think something someone else has posted it a few hours before.
Even something stupid like "why the left is called left hand side? Doesn't make sense"1 -
evil === true
Found this one after 4 hours of debugging... Want to screw with other teams? Shove some UTF-8 BOM characters into JSON responses consumed by Node (and other frameworks as well). Watch as they scramble to find why JSON.parse() fails on seemingly nothing.
Background: BOM markers are hidden characters that indicate text stream information to applications. They are not ignored by many JSON parsers and throw exceptions that don't appear to make sense.1 -
Programming gave me a sense of accomplishment. The feeling of being able to dream something up, and then make that come to life, and always improving yourself as you go. What else gives you the same flexibility to change and add on to projects? All of this combined for my love of math and mechanics, and I found that programming was my true love!
-
A developer's true soul mate is a designer. It's like yin and yang. They will make a perfect couple atleast in professional sense.
If I'm gonna marry, she's gonna be a UI / UX designer.7 -
What possesses executives to create these ridiculous deadlines? They have no idea what's involved in the process of developing their application. In fact nobody does. So what we set deadlines first and figure out what we have to do second ? Does that make sense ?
-
Manager: We gotta new module to develop for our existing product. As I'm leading the team, I'll be involved in designing the module.
Me: Okay.
Manager: *Just after a couple of hours, sends me these lame block diagram which doesn't make any sense*
There you go, this is the complete architecture of the module. Start developing it.
Me: *Woah!!* 😵 -
How did you learn to think "like a programmer"?
I am starting to learn C++ and I am trying it out on exercism. I am really at the beggining but when I make it work after so much frustration(based on devrant posts I guess that's part of the job) I always see people having shorter/better/more effective codes which makes sense to me but I wouldn't thought of it that way.
Is there way to make such thinking better or does it simply come with practice ?6 -
"(Getting) otwelld"
The state of a fallen laravel developer, after he makes a PR to the laravel or lumen documentation and the epic troll otwell closes it within a minute, with the epic meme "already there", although the documentation is absolute dogshit at places and actually merging those PRs would make sense, so not every single developer out there has to make the same mistake or debugging2 -
Working on a poker card simulator. Currently benchmarking the hands by giving them a rating (high card value, pair).
In the simulation there are three players. The first player who get the hand cards first seems to have advantage. Does this make sense?55 -
You know what's worse than reading someone else's code? Reading someone else's code with comments that make absolutely no sense!
It's like deciphering hieroglyphics. If you're going to comment, at least give me a hint, not a riddle.
It's not a treasure hunt; it's coding!2 -
So I have two bugs to fix, their severity don't make sense to me
One is classed Medium while it's just some changes in design and ergonomy
One is classed Low while it's a functionnality that is not working
Priorities ¯\_(ツ)_/¯3 -
I'm currently interviewing, but I'm so exhausted that I am seriously considering to quit without having a new job. When I look at that legacy mess and try to make sense of it, my monkey brain just says "no".2
-
After spending almost all the day trying to find out what was wrong with my code, re-reading all my class, thinking that the universe does not make sense anymore, I find that one loop control variable that I was changing had a duplicate inside the loop. Damn you compiler, why did you not warn me?1
-
So apparently I can make a new rant from the Web. Hey guys.... Is there an API for this? If so I think I sense an official devRant Python App :P4
-
Rather than one per in 2 hours, there should be a daily restriction. Because we when I'm in, "the code doesn't make any sense" mode, I'd want to make multiple rants :p
-
How the fuck are you supposed to read the Nobody: shit? What does it mean? It doesn't make any fucking sense.19
-
learn design patterns.
you can instantly understand where goes what and you can make sense of any large projects.2 -
I hate fucking SteamVR stuff so much. I don't know why, but Valve has not set up the plugins in a way that makes any sense. I have so many workarounds in the project I'm working on it makes me sick.
-
OK.
I'm somehow beaten.
I took a look at Bamboo today because I will later inherit it.
And ... I just can't make sense of it.
I've tried googling, but I'm kinda lost because most stuff I find is half baked or not "complex" enough - as in missing things we do.
The whole UI just leaves me with WTFs.... Honestly, if anyone has good resources I'd be pretty thankful.
I tried today 4 - 5 hours to make sense of it...
But it all leaves me with the gut feeling that Bamboo is either for automatic deployment only ...
Or manual with a ton of duplicated stuff.
Both conclusions feel completely wrong to me ...
*cries*7 -
Started to learn Reinforcement Leaning, from level 0: Atari Pong Game. Stopped and think a bit on the gradient calculation part of the blog.... hmm, I guess it's been almost a year since my Machine Learning basic course. Good thing is old memory eventually came back and everything starts to make sense again.
Wish me luck...
Following this blog:
https://karpathy.github.io/2016/05/...3 -
Finally an error I can understand with ease. Up until now, I’ve been getting these weird arbitrary errors that make no sense to me.
I tried to wake my MacBook and the thing hung. I have it some time, and it restarted, restored all windows, and let me know it was a “Sleep Wake Failure”.
Honestly I don’t mind getting an error occasionally. But when the error says “UNEXPECTED_KERNEL_MODE_TRAP” while I’m gaming on Windows, it annoys me.
Also having WebKit crash the webpage on me without telling me what happened also gets me mad.
TL;DR: Make understandable error messages.2 -
Just another day, like any other. i suppose.
stupid people with dual standards utilizing a system which willfully pisses people off in earnest and encourages 'snarky' responses and moderators who are idiots :P
'this has a negative effect on silly people'
well how about me ? I think they should have to justify the reason they downvote so that things can be addressed. and if they don't make sense you can challenge.
fucking stackoverflow.6 -
I'm so frickin' frustrated with school stuff right now. I have to submit all assignments as .doc or .docx files, but nothing hates me more than WYSIWYG text editors. Nothing ever works as it's supposed to and I keep thinking to myself: "If I could just submit an HTML file, this assignment would've been done already..." 😕7
-
Should i push some common sense to some people in the company ????
Both our QA, customer QA, our project manager and their project manager agreed to set a timeout of 400 ms after press interaction to buttons, images or list items, just to show the ripple and fade effects to the user.
I am implementing it, and the application obviously has become much sluggish. They will blame me when they actually see this, because 75 or 100 ms is pretty enough to show any effect and make the app fast enough.
They will want me to change it afterwards, i am completely sure. I wish i was there to emit some common sense to those homo not sapiens.3 -
Hey I've learnt something funny.
If I listen to music in a language I understand (spanish/english/ very little japanese), I get instantaneously distracted expecting lyrics to make sense.
My solution: listen to something I can't uderstand shit, i.e. K-Pop
Kinda funny and doesn't distracted that much haha5 -
Six months ago, I architected a solution that I thought was pretty darn good. Of course my boss didn't agree and basically twisted my arm until I agreed to go along with his approach. Today, he's walking back on it.. and telling us we can refactor the solution if it doesn't make sense anymore.. so back to my original solution?
If only he listened in the first place.. -
When you're working on a project by yourself and you make certain choices and someone comes along thinking they know your project better than you do and starts acting like they're smart while saying stupid shit that doesn't even make sense.
-
Hey hey hey, stupid poll time! Yay!
Okay it's only the second one but let me dream
If you had one of each thing that makes your dev life what it is, which one would you pick?
Let me explain a bit: I mean IDE, drinks, language, coworker, project... If you had to keep ONE think in each "category" of your job, what would they be?
-----
Mine would be:
JavaScript (I know some others are better, it's just my most fluent one), Atom IDE, Orangina (drink, for the ones not knowing) and my most powerful laptop out of the two. Those would be the things I'd keep if I had to.
-----
Please don't bash me on my crappy question, I'm just wondering >.<8 -
Be me first time using python forced into it.
Get frustrated with all the syntax errors you make and Python's cancerous horseshit syntax.
Chase a weird desync problem between C code client and Python raspberry pi controller.
Make 7000 changes to the code and run out of ideas because nothing makes sense anymore.
Decide to go ahead and write C code.
Find out you've been writing code to a different file and running an older version of the code.
I'm a retatd FML don't be like me.6 -
As a software developer, are your limits only to clear out the requirements and do the work, even if it does not make any sense.
I am a creative person, there are some CX changes and I want to suggest some ideas. But is it not my place to do that?
Am I forever stuck on the requirements and development part?7 -
Would it make sense for devRant to have a +1 for every time someone mentions you? That way your rating/score is a combination of updates and platform engagement? That's something I'd like to see if the devRant guys are up to it.5
-
Why do people put the asterisk in pointer types right before the name, thus having it separated from the type? This doesn't really make sense to me, since in this case it isn't a runtime operator but a part of the type definition.2
-
Corporate bullshit and bloated systems...
I keep on getting sucked into meetings where I know what each word means but the sentaces don't make sense -
People in companies who make bad git commit messages beacuse they do not care... Hey, "change 1", "update" makes so much sense. And companies who do not care to have some guidelines.5
-
Yo, i have a course where i have to build an android app, and we can make what the fuckever we want. Can you give me some interesting APIs, that are publicly available? It doesnt have to make sense, everything is better than using the anidb api, and thats the only thing that comes to mind.2
-
Do you guys think it would make sense to add polls to the rant categories?
Not the first time I've seen questions like "What's the average age of devRanters?" or similar, and polls would make it a whole bunch easier to read/write answers in those cases!
@dfox
P.S. Was this discussed before? If so, my bad!5 -
I thought that if I work for a manager that is a developer as well, I would start getting deadlines that make sense for the project...
Well, now I know that it was just a thought.. guess that It doesn't exist2 -
I cant really understand all the hate about JavaScript. I learned C as my first language and I have to admit that once you think of js as a kind of C scripting language it all make so much more sense especially when it comes to optimizations which come with syntactic sugar like coffeejs and so on.4
-
Weird frontend problem with a test that doesn't make any sense. Ask two frontend engineers and they're not sure what's going on. Rebased today and it passed. 🤷
MAGIC!4 -
My dev super power would be to read client's minds before a design call and eradicate their stupid ideas for a website that make absolutely no sense. Save us all a headache.
-
Co-founder: "It doesn't make sense in the sense that it doesn't make sense with regards to our services."
Me: I'll ask again when your meds have worm off.
My co-founder is evidently on some pretty strong pain killers, when I just asked him about a logo idea for promoting our company (it's a web dev company so it's relevant here).1 -
Why somebody would think that allocate huge amount of objects in the static memory make any sense?? Why??? You need to allocate a bloody database context and all the allocation of your IOC containers and keep increasing!!!
-
Insane amounts of coffee. Because if I don't have it at least once in a day, I don't make any sense at all. Just like how coffee isn't a tool.
Fuck. -
Rarely do I find well-organized code written by researchers. Well, it runs, so reproduction is possible, but when it comes to actually change something in the code, it's as messy as it can get.
And THEN, I look into the paper so that, hopefully, I can make sense of what is going on. Turns out, the documentation on the paper is also poor.
F*<k. My. Life. -
Client demo today..
Did lots of configuration stuff in this sprint and when talking through it I confuse even myself.. so many things that were done for one specific goal..
They will be confused during the whole demo, only in the last 2 min it will start to make any sense - when all the pieces come together.
It’ll be fun..4 -
Today, we can edit comments or post upto 5 mins only to maintain the flow.
But would it make sense to be able to amend comments and post anytime and east way to see publicly the history of edits. This will serve the original purpose while correcting cosmetic changes even after 5 mins.
What do you people think?5 -
When I need to talk to another office in my company about how one of their codebases works the weirdest thing happens. I end up on a call after local business hours with people who don't write code and thus cannot help me.
I show them the error I'm getting trying to run their shit and I get a high level buzzword filled spiel about the project that makes no actual sense. They use these technical words like federated and dynamic but they don't make sense in the contexts they're using them. And they don't answer my goddamn questions.
It turned out their debug config file was gitignored. -
Applying for graduate software developer roles and it really pisses me off that most of these applications require you to first upload your CV and then ask you to create a CV on their website again. What the fuck? The only thing you need to evaluate me is my CV and my github link. I don't want to fill in a 1 hour fucking long form. It doesn't make any sense.1
-
When my brain was overloaded and overwhelmed during rapid-cycling bipolar disorder, my life and my thoughts were a complete mess. Somehow, when I heard or imagined plurals of certain words, like "cans" or "cups", my brain painted pictures of a cute civilization of living soda cans. They fought oppression that came from us humans, but lacked mental capacity to do so. I felt really sorry for them and wanted to help. The more ordinary the word were, the more striking effect it had on me.
The rapid-cycling fashion of bipolar disorder is often triggered by unfit prescription medicines. This kind of disorder is among the most lethal mental disorders there are, with a huge percentage of patients committing suicide.
If you can't make sense of your thoughts, if your emotional responses seem inadequate or too strong, to the point when you can collapse crying after some random thought, stop whatever you're doing and seek help. Ask friends and family to find you a psychiatrist, as by the time you need help, you may lack mental capacity or emotional resource to find a doctor by yourself. To me, even the idea of leaving my bedroom and going somewhere was painful to think about.
If your thoughts appear to be "put into your brain" against your own will, if they make no sense, don't attempt to make sense of them. They are nothing but a random noise produced by overwhelmed synapses. -
As far as static content creators go: I think Gatabyt JS is pretty fucking cool.
Docs make sense and shit is easy to navigate too.
React gets only as complicated as you want it too (that is across the board tho)
Integration with different data sources. You don't want to use wordpress but your retarded ass users don't get much sense into other things? sure fuck it, fine whatever. Wanna use drupal? here
I am still looking into it but other than the 230mb of node modules for a hello world type of project I really don't see that many issues.3 -
Noob question
I’m trying to deploy my front end web app (my personal website) to GitHub pages.
In my app, I used react environment variables to store a api key I need in my app.
When I deploy my app with GitHub pages, will the app still be able to access the react env variables?
Let me know if that doesn’t make sense. Thanks!7 -
Today I spent almost an hour trying to figure out why something like this was not working....the solution?
Just declaring first the itemLabel attribute and then itemValue....WTF?!?! JSF can be powerfull...but some times it does not make any ducking sense.2 -
javascript/typescript people
getNumberFromCalculation(number a, number b)
better to throw new RangeError when you get a bad number combo that doesn't make sense
or return a RangeError ? (if that's a thing) and then have to check if you return the calculated return number value or an Error every time17 -
The worst part being a designer is when your client has zero design sense and you have make them some shiity stuff
-
My best CS Teaching experience is when I'm working with someone in C++, and I get to see the look on their faces when it finally starts to make sense.
-
It'd be nice to be able to hover over the wkNNN tag to see that week's topic. As I browse through rants, many make no sense out of context.1
-
I just seen github's new pricing model. Does it make sense to switch from a self hosted gitblit server? And what free-cheap ci servers do they have?3
-
6hrs trying to get a static and dynamic cell working in Swift. Xcode crashes and not a fucking thing was saved! My git commits make no fucking sense!4
-
It's really strange to me that display servers/window managers (Xorg, Wayland, etc) aren't locked to given desktop environments (GNOME, KDE, Unity, Cinnamon, etc). It doesn't make sense to me that they are separate and not optimized together.2
-
FUCKING TIMEZONES. FUCKING JAVASCRIPT.
Date.parse("2019-01-01") = local time
Date.parse("2019-01-01T00:00") = UTC
Why? How's that supposed to make sense? Am I stupid? I just want UTC to be assumed for everything. Anyone? Any suggestions?4 -
So I was updating rxjs tonight .. now I can't sleep because I'm thinking why they changed observable.of() to of()
How this can make any sense1 -
Why on Earth is React.Component.state public? This doesn't make any sense. It has no significance, but it just feels so, so stupid.2
-
Would it make sense in order to regulate AI to force companies to publish the dataset they used to train a specific model?6
-
is it just me or
<job ad>
...
min 1 year experience with web dev
min 5 years experience with web dev in JS
...
</job ad>
does not make much sense4 -
I want to batch edit RAW smartphone photos (Windows) similar to Lightroom (Auto tune/white balance + manual adjustments)
Is there an alternative program I can but?
I don't edit photos every month so doesn't make sense I think to get the CC subscription.1 -
What absolute fucking imbecile thought an upper limit of 6.0.0 would make sense for max supported PHP version on the entire Magento 1.9.3.X code base. Not to mention the installer is broken on account of them not fucking understanding InnoDB is default engine in MySQL.
Seriously Mage Rage is real.5 -
If the documentation does not make any sense, I always try to look up some articles or tutorials. But I found out that especially on the Medium platform, so many people copied word to word from the official documentations, I was like what is wrong with this mf's.2
-
Has anyone heard of pretotyping? I recently read the PDF on their website (www.pretotyping.org I think) and it seems to make sense for small indie apps.
Thoughts?4 -
I have to change the model of my application but I don’t like the way it was written because it was written with multi threading in mind which I don’t mind using and It makes sense to use but now Idk how I can make any changes.
And I don’t even know where the fuck to start
Also it relies on a lot of OOP stuff and it annoys me. (I don’t really enjoy OOP)9 -
I'm starting on C# and some of the lesson plans out there dont make sense. So far Bob Tabor and Plural Sight has helped me half way and the bulgarian shark book too. What has helped you cross that threshold past the basics. I'm stuck on structs, namespaces, sort algorithms, sql and json.6
-
Seriously, do people at apple think Xcode (Which is short for shit code) is any good? Man, I've wasted days now fixing bugs that make zero sense!4
-
Here's a quickie that grinds my gears.
When a piece of software asks me for the a hostname but expects a fqdn and when the bloody thing automatically fills in a fqdn into the hostname field!
doesmyheadin.my.domain
HOSTNAME = doesmyheadin
DOMAINNAME = my.domain
FQDN = doesmyheadin.my.domain
If I'm wrong about this I fully accept it, but these are the standards I've been using which to me make perfect sense!
Bloody nonsensical bullshit modifiers.3 -
most annoying "feature" in C++: the semicolon after a class definition. It just doesn't make any sense!3
-
I think I'm becoming an expert in alt aramaic.
Maybe hebrew. Or galic.
All languages would make more sense to me - although I don't know them - than TFS errors, C Sharp compiler errors or anything else coming from this vomitting, miserere suffering pile of garbage....
Hate. Is too nice....
Seriously, who invented this and thought it would make sense?3 -
I don't know docker. Could it possibly make sense, at least for development, to containerize a digital synthesizer so people don't have to mess with Portaudio?
-
You know I don't want to hate everyone
Since you guys seem so intentionally narrating ok fucked up mindsets you all apparently create in your psycho offspring
Wouldn't it make more sense to put this suppose duplicate who is like allof you creatures in this ?
Unless I'm gonna be contracted to remove people who do these awful things it's a waste of time really8 -
I wish I could stop forgetting how to write bash script. I have just spent about 5 hours on a 10minutes script.
This script allows you to run a command on a file for which you only have specified the last letters (the extension is not required). It's like an autocomplete from the end. Does it make sense ?
Whatever here's the link : https://gist.github.com/GarreauArth... -
Trying to make sense of the Zend Framework 1 MVC autoloader. Oh how much would I pay even for it to be PSR-0.2
-
My company is trying to convert all dev to become ts/js fullstack for all product and future projects. Which to me make sense because we don't have hire php/ruby/java/pyhon dev and no backend js dev have excuses not to help to fix frontend bugs now. So much productivity boost and cost saving for the entire org!6
-
Weirdness is realizing the place you're working is a place you were being watched by some clone of lady you work with for a day while your aunt and mom were working. And of course you were too young to realize this didn't make sense
And now you have to wonder in what way they were working because they weren't young and pretty so they wouldn't fit into the other category7 -
How I feel about people in a meeting
Listening to someone others participating in some meeting (on speaker) (I'm not a part of):
checking configurations, talking about config hierarchies, addressing network stack limitations, etc -- all smart-sounding things. They must be very wise and experienced. It's got to be something very serious they're working on
Participating in a meeting myself:
wtf is he talking about, does he even know what JVM is? No no, this configuration does not make ANY sense. No, Mr manager, this is not how it works. Come on guys, you all running like a headless chicken - USE COMMON SENSE!!
I wonder if anyone else noticed that... I've been noticing this since the very beginning of my IT career.1 -
When you look at a piece of code for so long to find the error that the code starts to make no sense and you question your own sanity.1
-
I'm disturbed at the mere thought of doing something useful, so I'm writing a webdav server. It might eventually make sense in the context of the umbrella project I'm doing to make use of the simple things I can write, but for now it's just reinventing the wheel.
-
Debugging API created by developer, who left the company few days back, and he didn't write documentation of it and worse part is variable name used by him doesn't make sense according to context.
LMF!!2 -
CircleCI takes the cake for the most annoying of constant development advertisement campaigns on YouTube, change my mind.
I mean, the product is nice and everything, but what the hell? Why should *I* make sense of your changelog - just go and show what it does in practice! Ugh, why I must teach you marketing, CircleCI, smh...1 -
Am I the only one having a really hard time grasping code when it involves more than just a few classes devided into several files?! I simply can't follow what happens when method a in class b instantiates class c and d while implementing interface e injection dependency f and extending class g...!?
Does this make sense? -
I committed one thing to the wrong branch half a year ago and now, when it's time to merge, the history doesn't make sense. It isn't actually a problem, but it really hurts to look at.2
-
This program I’m writing to test a feature for my project is working and also not working at the same time and I’m pretty sure this is the only field where I can say that and it be the truth and make sense1
-
I'm trying to load an SVG icon sprite file in a Webpack based application. It's been almost three hours with no success.
This is why I hate frontend development. Libraries are not structured and make no sense. It's a game of luck.7 -
I shouldn't be modifying 7 fucking 200+ line files in your UI to make a single get request. Can we please use some of our common sense to see that doing shit like this completely defeats the principles of our jobs - abstraction and simplification?!
-
My Project Inner Voice : "I'm not alone. I can hear them... I can hear the bugs voices... I can sense theirs feelings... I'm not alone... The bugs feelings... They're eager to ruin me... They're what make me useless and rejected!!"
-
!dev
Hello! Do you have any idea how I change the connector of a ps/2 keyboard to USB? I've tried the following schematics that make sense but no success. When I plug in the keyboard the LEDs light up for about half a second and then turn off and the keyboard doesn't work.5 -
"In the matter of layout, forget art and use horse-sense. The printer-designer’s whole duty is to make a clear presentation of the message… This calls for an exercise of common sense and faculty of analysis rather than for art." - William Addison Dwiggins1
-
Hi all,
I've got a question about Google Maps and Contacts that's driving me up the wall.
I'm trying to add a business with address, phone number, website etc. to contacts from Google Maps.
There is an option that looks like it should do it, but when I select it, it just tries making a new contact that I have to manually type out?
I'm wondering if you guys have come across something that would allow me to do this without having to copy/paste every damn detail.
If it helps, I'm on LineageOS 14.1 with Open Gapps... -
If you don’t like debugging, you are not going to make it. It’s going to feel very difficult to move ahead.
You really really have to love finding that sneaky little bug digging for hours at end.
Other than that, it’s all practice and common sense for me.2 -
What sentence can have five ‘and’s in a row, like this ‘and and and and and’ and still make perfect sense?3
-
You have just learned flexbox and how to arrange things in CSS. You can use flexbox without even looking at your notes or the web.
And suddenly you saw a tv displaying a web app which show a que number with off-grid looking style with small scrolling(not sized properly inside viewable area i.e 100% vh )
The OCD start.... Or your spider sense is tingling wanting to make the correction...haha1 -
My project manager won't allow me to add webpack as a dependency but is okay with using SASS. Does this make sense?
-
Corona virus: we will make America great again!
Makes sense, doesn't it?
[this post is not intended to be political - just an observation]11 -
My search for a solution to mintty terminal compatibility seems to be coming to a close (thank god). I know now that having compatibility with cygwin doesn't make sense as far as I can see. Because it's about mintty not cygwin.
But now I have to figure out how to interface with mintty for setting the non-canonical flag and switching stdin to non blocking mode
Oh boy... It's getting closer!1 -
Seriously, what's with the naming ordeal?
We start with userInput, then spiral into userInputUpdatedFinalV2
Are we writing code or crafting spell incantations? camelCase, snake_case, kebab-case, PascalCase – it's a syntax battleground.
Can we have names that make sense, for sanity's sake?3 -
With C++11, fell in love with std::enable_if and others in type_traits.
Lets you take generic programming to a whole new level. I never used it when this was part of boost thinking it didn't make as much sense. Now, I like to qualify my template definitions to be as restrictive as possible based on the expected usage. -
Today I made a class to do one simple thing. Duplicate a database entry along with a few of its relationships. At first it didn't make sense to create one class for that but I decided to follow my SOLID gut. It ended up being almost 100 lines long with just one entry function working as a route controller. Thank God for SOLID principles...
-
Imagine studying for a computer related course and to makeup for living expense, you go for part time jobs.
Now, is it just me or this is just a bad idea to get into a part-time job that is no where related to your study field?
It doesn't make sense to work in MacD or some retail outlet at all.
Any thoughts?6 -
How the does it make sense that I need .NET Framework to uninstall VS Build Tools? The installer runs, but then fails. Just delete your damned files and registry keys.2
-
I mean, can even the folks at MS make sense of Teams..?
"Open Teams, select the Client's Teams and in the standup Team write a shoutout for the team"
damn it!2 -
I've just started to take one of those DIY Learn Chinese in "X" days.
Not sure I think I am a little confused which is hard make these different sound in Chinese or trying make sense of some of that Erlang syntax... -
I know it will be disturbing for a few of you, but it has to be said...
I'm not sure how I need to say this, but...
but...
GOD DAMN FUCK YOU ARDUINO YOU STUPID LITTLE FUCKER WHY DOES MY CODE NOT WORK AFTER HOURS OF REASONABLE DEBUGGING FUCKING FUCK YOU IT DOESNT MAKE ANY SENSE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!2 -
Someone else writing a document: who cares if i don't put a semi colon.its still going to make sense.😉
Me: missing semicolon 204 errors.😱 -
Don’t you just hate the feeling when you think you have some module in your project that may make sense to be an open-source library, but as you document its features, you start to second-guess everything about the module’s worth? I mean I probably shouldn’t guess anything, but I can’t seem to help it.2
-
Every programming tutorial:
Smh Smh(string smh)
{
String smh;
Smh smh;
Smh(string smh){this.smh = smh;}
Smh smH = new Smh(smh);
SmH = Smh.smh(smh);
return Smh(smh: smh);
}
This code doesn’t make any sense but the point is… WHY???
Meanwhile, they might say “I could name this something else but I’ll just give it the same fucking name” -
Sometimes the world does not make sense to me.. It's like my matrix got restarted and while restarting due to some short circuit all the human beings around my clusters has turned into absolute fuckwits...6
-
Hello , I am Student 1st year , studing Programming.
My dream is to be the most famous programmer in the world.I am hard worker.
I am learning C#.
The problem is that I cant find to much space to work with other here in my city , and learning my self it doesnt make sense to me.
What would you suggest to me ?4 -
Javascript is my main tool at work right now, Typescript to be precise. It never ceases to amaze me, I guess as most of you.
What I've encountered recently still doesn't make sense to me but it seemingly works:
function a(){
someString && someFunction()
// other stuff ...
}
someString can be a string or undefined, someFunction can be a function or undefined.
How is that valid Javascript, without an assignment? Haven't found any explanation yet.22 -
Microsoft server licensing - so complex that it's probably easier to add Postgres support to my app and run the database server on Linux instead, than to try to make sense of MS license rules.
-
iOS Storyboards in Xcode feels like Dreamveawer. This Autolayout and Safe Area shit doesn't make any sense. As for Xcode itself it's a monstrosity, looking forward to purging that and reclaim my disk space.
-
I would be great if you could filter out the weekly rants from the home page, because a lot of people write the weekly rants like a response and they don't make any sense if you don't realize that they are part of a weekly rant.1
-
To me, Bayesian statistics make perfect sense in theory but no sense in practice simultaneously. 😐1
-
One user could report that the data they saw didn't make sense. Turns out there was a one-off hardcoded caching detail for one of our services that cached based on a search query (yes, the entire query was the key) and before any auth checks. The system would return the results owned by whoever asked first, no matter who asked after that point.
There's "Oh dear but we all make mistakes" and there's surrender cobra. This is what PRs are for.1 -
So this supposed dev ops job has devolved into first support.
This shit honestly doesn't even make sense to me
Time to start looking5 -
Okay say I'm compiling a windows binary but I need to call a function from a linux library when running on cygwin. How would one go about doing this? Does it even make sense?
My idea is compiling a dll with one function that links against the linux lib and calls the function. Then just load the dll when needed.
Kinda new to linking stuff so any input is appreciated2 -
Bootcamps? They make sense, but only for highly specialized topics for which there's barely a good tutorial. Otherwise I'll just stick to Google "mytopic tutorial"
-
Does it make sense to buy a Nintendo Switch second hand? What should I look for, besides that the console is clean and the screen has no burn-ins or dead spots?6
-
BitBucket has an option to delete the branch on merge which for most cases make sense.
But what about release branches? needs 2 merges for master and develop.10 -
So anyone discover any good books written past 1990 which don't deal in hidden themes of your bs ? No elaborate color or number descriptions or dumbasses modifying jokes to two digit numbers that don't make sense ?
-
I love how they go out of the way to allow the same photos of them to be taken. of course unless they're followed on successive runs there is no way of ensuring their capture is there which is what makes this system of theirs almost make sense if not for allowing more of their kind to be bred
-
This generation needs another hugh Heffner and the worst garbage needs removed off the internet's
Meanwhile cleaning everything else up makes sense and organization of things to something other than "plant smelly guy who never wipes his ass library" seriously
Why are people infatuated with the underbelly of an otherwise formerly healthy society?
Make the dream the reality and the exaggeration the truth in the best ways jesus1 -
Some game related info is here. Maybe you could make some sense out of this. Here are a few pictures related to this but I cannot say anything with confirmation as I am not into gaming. I know Arcade cabinet machine is good. You can try this out for more detailed stuff for all of us.3
-
Ok this is my first try in machine learning, this is DQN for Pong!
I want to add my own flavor by adding pressure touch to paddle movements, such that the harder I press in a direction it moves faster to a max speed.
Does it makes sense if I apply the floating point outputs of sigmoid directly to speed control? Or should I make multiple outputs to represent different "steps" of pressure/speed?