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 - "but why?"
-
My company just blocked devRant ip...
Well, now I need to use my own mobile data to procrastinate42 -
Not to be pedantic but shouldn't "100% completed" actually mean totally finished?
Why am I still watching a spinning circle?12 -
I dont know why..But i laughed for 5 minutes after seeing the last comment . Maybe personal experience..6
-
"My code works, but I have no idea as to why or how. Even StackOverflow says it shouldn't work." -Me7
-
other dev at work: "why cant i switch branch of my SVN repo like Git"
Me: "Cuz it uses different approach, different branches are at different locations......."
Him: "but how can i use it like Git"
Me: "you cant"
Him: "but why"
Me: "Get away from me before i throw something heavy at you"10 -
Apple, I usually enjoy your products, but REALLY?!?! Why didn’t you design a mouse to be used while it’s charging?!?25
-
Okay, I have no idea who spreads that semicolon idea but it must be stopped. NOW.
someStatement
;someStatement
;someStatement
;
WHY?35 -
Our programming teacher always wanted us to do this (in C#):
somedatatype somevarname;
somevarname = somevalue;
You were NEVER allowed to:
somedatatype somevarname = somevalue;
"Can't I just do it in one line?"
"No."
"Why?"
"<insert dumb statement here that gives no reason whatsoever>"9 -
I am sorry to disturb you but are you aware of things called headphones?
WHY DONT YOU FUCKING USE THEM?12 -
ALWAYS make a backup, or at least save your files every 5 minutes (or turn auto-save on).
You never know whether your parents will click the X button and clicking No in the save confirmation.6 -
That awkward moment when I was able to run three docker containers on a 512MB server:
1. DotNet core web service
2. MySQL
3. OpenVPN
BUT I cannot run:
1. NodeJs web service
2. MongoDB container
Spent two hours configuring the damn server to get hit by this T_T14 -
Damn you, Sublime! I love you, but for fuck's sake, why don't you provide syntax highlighting for x86 assembly? :(15
-
Why is Java so comfy?
I don't know why, but every time I try to use Javascript and Python I feel lost in those functional gimmicks and fancy libraries.
Java feels like the warm, soft old couch at home.9 -
Some days I just want to shoot myself.
I get why... someone might do this, but sweet mother of god!rant kill it with fire js i must have done bad in a previous life cluster fuck jquery alternative syntax php17 -
Gaming on Linux:
Linux doesn't have many games..
Why? Because the market share is small.. But why is that? Because Linux doesn't have many games. FUCK29 -
So this guy uploads pictures of his code to GitHub instead of actual code. I don't even...
https://github.com/To-Silva/...5 -
Great !! Why would a tech giant like amazon work against linux ?
Amazon Prime music doesnt work with Linux/Firefox , but suddenly works when i switch user agent to Windows/Firefox . They are somehow purposefully blocking out linux ! Why ?? Whyyy ??7 -
Why did the programmer quit the job?
Because he didn't get arrays.
Ancestral, I know. But still funny.1 -
Why do people overlook hosting? They have an awesome website built but then go for the crappiest web hosting!8
-
None, for me, but that's why I work as a cybersecurity engineer and not a dev!
But, I do tons of side projects and the reason why I love it: it makes me feel like I'm in God mode. (and helps me solve quite some problems)
Quite ironic, for an atheist ;)4 -
Well im slowly getting there, but i still dont understand why does my wife want me to make her cam...8
-
I once saw this comment inside two embedded empty loop :
// WHY, OH GOD WHY!
Turns out somebody deleted the content but not the loop. The next dev added the comment but kept the loop. -
Me at the new company:
My code doesn't work, I don't know why..
My code works!, But still I don't know why5 -
Little me sees Monitor.
Monitor depicts Things.
Box make beep boop.
"Cool! But why?"
That's basically it.2 -
Today I was asked if my email was all lowercase or uppercase. I wanted to be sarcastic but I relax this time.
I don't understand why only lowercase and uppercase why not camelcase?7 -
Beginners be like, "First rule of programming, If it works don't touch it". But experts will be like "Why does it work?". That's why they are called experts.10
-
This compiles and works in C++:
int arr[10];
5[arr] = 42;
cout << 5[arr] << endl;
I know why it works technically. Its just pointer math. But I have to ask "Why?" Of all that is unholy, WHY?!11 -
Wanna know why Windows sucks so much? It's because of the Windows users. No, really!
Windows user: But but but I can't switch away from Windows because MIMIMI!
Microsoft: Ah, is that so? Then why should we even try to make (and pay for) an effort?5 -
Excel is starting to piss me off. Can't do Ctrl+A in a search field, can't do ctrl+A in the standard input field, and now it turns out it can't open files with the same name (on different paths) at the same time. What the actual fuck?5
-
I use this timer app... probably more than most people (for food). It works fine and looks nice but the undismissable warning message is a real eyesore. Why not just let me dismiss the message.... why...2
-
Let's say you have a MySQL database table for jobs. Each job has 1 associated ticket. You want to keep track if the ticket is closed or not. Every sane person creates jobs table, tickets table, keeps bool value for ticket state and relationship between them.
But because our database is designed by a half braindead amoeba, we have one table only, so each job has to be updated individually with a new ticket number and its state. Beacuse it sooo much faster to update (daily!) 13k jobs than just 100 tickets.
As a bonus - if the ticked is closed, the column "ticket_closed" is "No", if it's still open the value is "FALSE". Yes, both as varchar/strings.7 -
I can't explain why, but I really like writing small tools in shell script.
Its so simple but so powerful.7 -
When coding is not just your passion or work, but your entire lifestyle..
Maybe that's why still single?3 -
!rant
> Spends a week on a feature
> "Oh we won't need it anymore"
EXCUSE ME BUT WHY!? WE HAVE A FUCKING ROADMAP YOU COULD'VE TOLD THERE WE WON'T NEED IT ANYMORE WHY FUCKING WHY YOU WANKSTAIN >:(6 -
Client: "But why isn't it working. It should work"
Dev: "Sorry but it's not in your requirements"
Client: "But it should work"
fffockins 😡1 -
Why do XML API-s still exist? WHY? It's like walking up to a hot chick hoping to get a number, but she turns around and smiles with no teeth.1
-
Why in the world is the localization function called ‘_e()’ ???
Does anyone know? Why in the world didn’t they go with something as ‘localize’ or ‘translate’ ?
It’s bothering me way more than it should but it’s like seeing a lemon and hearing people call it potato... why? D:7 -
Don't you just hate it when your code works but you have no idea why, so you spend 30 minutes trying to figure out why it works?1
-
Tomorrow the last half of my current study in web design starts tomorrow and we are going to start by going through php and asp.net.. spider duck and I are not amused and confused..4
-
2017 and yet, here we are, still ripping up our clothes over tabs and spaces.
My bad if I missed something about this debate but I really don't get it.7 -
Why Nintendo why??!
Why can't you make a normal Pokémon game like in the Gameboy for Mobile Devices!
Pokémon Go is good but I miss the old one. Too much today I guess.13 -
You know what’s more annoying than someone downvoting your answer on Stack Overflow without leaving a comment explaining why?
When it’s your own answer to your own question... -
Why arePC cases so damn useless and ugly nowadays. It's either a cheapo metal box with perforation on the side panel (why?!), Or a decent one with filters but also with a shitty and useless glass panel formo reason.
Why can't cases be just functional metal boxes with filters? Why all that useless shit?30 -
I'm not sure why but I don't seem to like latex. Maybe I could get into it but it just feels weird.10
-
I hate PHP but those videos at Laracast are amazing and helped me learn Vue, and basic Webpack with Babel. Thinking about watching their PHP videos, but I'm not a web dev and not planning to, any advise? Though I do write websites for my self only20
-
The feeling of the one error that you’ve been beating yourself over the head for...
And realize it was all your fault in the first place.2 -
Why do people keep saying that Alexa is spying? Don't they have a smartphone, Smart Tv, Laptop, SmartWatch or something like that? Of course, Amazon, Google, ... collect your data, but why is that a new thing for them?4
-
Why do people complain about python's syntax without semicolons but no one complains about golang?9
-
We really need a upperline. Why we have a underline, but no upperline? Also, ASCII-Art would look much better.2
-
Dear dongle manufacturers, I love USB-C, I think everyone does; it is the bomb... But.... But but but, please stop charging so much extra for it, I can get a USB-A to Ethernet adaptor for $12 AUD but it's going to cost me at minimum $49 AUD for the same branded dongle, even has the same internal chips... Why... Just... Why!16
-
I am working as a freelance for some company, and yesterday my boss just put my pay and work on hold til next week when he is available.
So now I have a free week, with no money.
Fuck.1 -
Idk why but when I act like a fucking loser and watch YouTube and not exercise and eat junk food all day, I do better as a developer. Why?!?!2
-
Who the hell deploys PROD environments in a STAGING cluster.....?
Who the hell deploys PROD environments in a PROD cluster and (deliberately) configures them to use a STAGING environment's DB cluster....?5 -
Why do u use Terminator !?
When u can create multiple terminals and arrange them in the window!
By the way Terminator does not look appealing! But it's choosed by many why!?9 -
Theory is when you know everything, but nothing works.
Practice is when everything works but no one knows why.
In my project group, theory and practice are combined: nothing works and no one knows why.1 -
php's type hints are completely broken.
Why is strict mode not the default? Why does it completely break down for arrays? (You have to abuse phpdocs to get any meaningful hints but you still lose any runtime checks.) What's with union types? (I know, php8 now has them but what took you so long.)2 -
So sick of this one client. But why this but why that... it gets to the point of "because of technical shit you wouldn't understand". If you're so fucking interested in how your shit works, learn to build it yourself.
-
:( why can't i have nice things, like linux elementary os?
it's beautiful, but so full of bugs that's barly useable.10 -
I am surrounded by incompetent fucking idiots, from the team lead that does a half arsed job at coding and then wonders why nothing further down the chain works to whole component teams that seem to be lagging so far behind they don't even know what the current code base looks like.
And who's in the middle of it all running around fixing all the problems these fucktards create, why yes it's me.
I would leave to let it implode and see what they'd do but I already know, they'd leave it till I got back so I could fix it all for them.
Feel like going around with a rolled up news paper and whacking each of them on the back of the head while screaming "no, bad code monkey, bad, fix your own bugs"
I hate being the go to fix it guy sometimes.1 -
I get why linux users fight with windows users..But what i dont get is the civil war between Ubuntu, Mint and the United Linux Alliance . Why ? Why not Ubuntu ?38
-
!rant
To all the hardcore Vim users:
Why do you prefer Vim over IDEs ?
Are you faster/more efficient using Vim ?
What are it's main benefits/drawbacks in your view ?
I'm familiar with it, but nothing more than that. Usually use it just for quick and dirty edits, but that's all.
I'm seriously considering making the change to Vim and I can't explain why. Read an article once why Vim is still relevant and some features as to why that is, but I'd like to get more opinions on it.22 -
HEY Y'ALL! I need help.
So...... recently me and a friend are trying to move servers from a paid one to our own, named Vector. All of the web-side is basically done. However, port 25 is blocked by the ISP. After a few days of messing around in various Linux VMs, we gave up.
Point is, does anyone know where we could get a cheap VPS for email hosting?8 -
I'm fiddeling around with progressive web apps. I made something and hosted it on a subdomain. Today I made a typo and found my app on an other domain. All my assets and files are copied there. He even uses my SSL certificate.
It's not that spectacular. The app is nothing "revolutionary". It's just the first time it happend to me.
Have you ever found your code on other websites ? How did you react ?7 -
I have been trolled, criticized, belittled on Reddit / YouTube, etc, but never on devRant. Anyone care to theorize why?7
-
New job at new company
Going over current systems
Oh boy
I don't know if I'm excited for the challenge or scared that they have lived with the system like this for that long.3 -
What the fuck is so bad about JavaScript??? Like really. Everyone hates it but why? Developers HEAR JavaScript mentioned and immediately throw shit. Why?? JS is my go-to.28
-
Google really fucked up with localization for Flutter!
We need to create a getter for each translated string? For real!!
Please tell me I understood it wrong :|4 -
Just got the first invoice from my new flat. Who the hell writes invoices in comic sans and why? Well, I know who now. But why? So it wouldn't look so serious? But there is only few things that are more serious than invoice! Invitation to funeral im comic sans will look even weirder, but still...6
-
I had a training about secure software engineering recently. Today was the corresponding exam.
One of the questions was a list of 4 hackers and you should pick the one who was in jail.
That question was so unreal... I was speechless.4 -
Idk why but I can't stand GIFs. Their constant repetition translates into noise and becomes unbearable.3
-
JavaScript... Why are you so complicated. Simple, but complicated. When "this" doesn't always mean "this".. there are lots of ... complicated things.2
-
That awesome feeling you get when your linux project finally works .... and you dont know why but it works.
-
Code review moment that I hate
Me: This is a bad practice. You shouldn't do this
Developer: But it works
*Showed articles and examples why it's bad*
Developer: I see. But it works. Why should I change it?2 -
Have a contractor on at work who hand writes minified css. Counting down the weeks until that contract isn't renewed.4
-
Why why why the fuck would you assign the same variable name at the start of a function to completely different data? These aren't params, but variables being assigned different things, no comments, no documentation, crucial in the operation, but assigned wildly different values with different behaviors through the code.
-
"sudo su" still makes me nervous, it's like a hack.
Why don't use "sudo -i" instead?
I know that option is newer, but why?8 -
I dont understand why we must use PHP to
understand OOP
Im a student software developer and this is the first time i will learn about Object Oriented programming but i dont know man im really confused why our prof makes us use PHP to understand the concept of OOP rather than to learn Python or Java which is ten times easier for an OOP based application
I can understand that PHP can be used for OOP but why just why... can someone please explain why this might be and how does it feel to use PHP for OOP purpouses9 -
I don't know why... But I cringe when somebody says "coding", "coder". Maybe it's because it's an Americanism...1
-
When coding is your only true love but you're stuck in an Aerospace engineering degree, while a friend of yours in cse is interested in opening a non-cse startup instead. Why? Because fuck Education system, that's why.4
-
PHP why do people hate you ? personnaly i like React but i prefer vanilla js 😍
Can anyone tell me why people hate PHP. He is a good guy, i think 😅
exit;9 -
Yet another bragging right photo from a friend but honestly it looks like a clumsy setup IMO. Like why would you fix the monitors horizontally. Why?12
-
I changed nothing but now it works.
It's been over one week since I started battling this bug. I guess I'm glad it's fixed, but how, and why?4 -
Why can't GitHub have a random repo button, there's randomrepo.something but it only shows ones with 1000+ stars ..3
-
I dunno how this happened, but this browser in VisualWorks decided to crash for like no reason (it wasn't even running the app), and is impossible to close. At all. Like there is only one process.
Why, Smalltalk, why?4 -
Is there anyone who has ever used frappe/erpnext?
It drives me nuts, as much as I like the framework doing any thing that needs some basic scripting is a pain!
I MEAN, COME ON MAN, WHY ARE DOCS SO HARD TO COME BY? WHY DOES YOUR "CUSTOM SCRIPT" EDITOR LACK BAISIC LINE NUMBERS? WHY ARE YOUR ERROR MESSAGES TELLING ME EVERYTHING BUT THE LINE THE ERROR'S ON, SO I'LL BE HOPEFULL THE ERROR IS IN THE DEV CONSOLE? WHY NOT USE MONACO, SOMETHING, ANYTHING THAT WILL SHOW SYNTAX ERRORS? I'VE WAISTED HOURS ON LITTLE AUTOMATION SCRIPTS!!!! WHY WHY WHY WHY????1 -
I’m not sure why my dev tools feels the need to change warnings to a foreign language, but thanks Chrome!9
-
I know that there is no bad programming languages.
But there are one exception.
Swift 3.
You can't use c styled code! Why????
Wtf???
Do you have anything against C?
If you do, why?1 -
Why would they add a reason for downvoting but no reason for upvoting? Why would they make it harder to dislike something but like something? I mean, why would they? WHY DO THE APPLICATION NEED A REASON SO THAT I COULD DOWNVOTE SOMEONE
WHY
WHY7 -
Thoughts? You think it's too personal, like too much personal info to put out there?
Yes I guess it's sorta late but...
“Why I Code” https://medium.com/@allanx2000/...4 -
One of the DB guys at work writes DB packages like this:
- open package in PL/SQL developer
- copy code to notepad
- edit PL/SQL code in notepad (yes, fucking windows notepad)
- copy and paste back from notepad to PL/SQL developer
- commit
Everytime I see him edit DB packages I can feel my brain mass shrinking.5 -
idk why, but why focus so much on internal stuff that never will be public...this is also my favorite quote1
-
Why do devs prefer mac over windows? Like I've heard about Linux and its pros, but what does mac offer?19
-
I'm following this electron tutorial. I tried esporta and npm installa, but they are not working. Someone knows why?7
-
!Rant
I know this is not the place for these questions, but:
1. If we have frameworks like React Native, why going native?
2. Why doesn't Google or Apple support these kinds of frameworks rather investing in developing their own languages (in-case of Swift)
I searched for many articles but need a pro opinion from you guys4 -
Why do everyone talk about fucking stickers?! I want some of them but don't have the financials! Gimme gimme :'(16
-
Why Android uses so many quirky features in Java, like inner and anonymous classes, callbacks and nested generics?
I searched everywhere for the reason but can't find why, only how.
I rarely use these features outside of Android development.4 -
Now why the fuck is one DNS record (for the www prefix) working but the other isn't? WHAT THE FUCK???2
-
During my readings of Nim I found a technique known as stropping.
This gives devs the ability to use keywords as identifiers.
Example:
var `var` = "fucking why?"
echo(`var`)
Can anyone tell me WHY would someone subject themselves to such confusion notion? Mind you Nim has large features for macro programming and the creation of dsls, i have not gotten far enough to assess this, but what other use could you highly knowledgeable lads and lasses think of?22 -
Apache Config + .htaccess + Symfony + optional trailing slashes for any route = a piece of developers suicidal history
Who can feel my pain?
xD -
why does preg_split work on my local copy but not on production? WHY DOES IT RETURN LITERALLY NOTHING? IS PHP JUST HELL? AAAAAAAAA9
-
Why, just why is this being recommended to me like, on every fucking video.
Yes I do a bit of GLSL but that's fucking it.
https://youtu.be/OWdAT-D_klg2 -
Why doesn't writing code doesn't go hand in hand with a breakup ?
Like you can solve complex problems but why did not save this one12 -
Why does nobody publish the software design in Github when publishing the code?
I know that theoretically there's no reason, and most have a good read me.md but why not publish the design?3 -
Why cant i work these days are my days as a programmer over?
Have a deadline but dont know why I want to miss it.
Have any one else bieng here?4 -
Why THE FUCK would Array.fill(arr) use arr's REFERENCE?
I know it's the default behaviour on parameters but WHY WOULD YOU WANT THAT BEHAVIOUR IN THAT METHOD?3 -
Normalize asking "but why do i need docker" for an app that is literally just an executable + database.9
-
Why is there so much hatred for people who use spaces instead of tabs?
I use tabs out of habit but I don't understand why people have to fucking hate the ones who use spaces so much13 -
This will never clash:
static createGuid() {
function s4() {
return Math.floor((1 + Math.random()) * 0x10000)
.toString(16)
.substring(1);
}
return s4() + s4() + s4() + s4(); // Example => 'e014026082e6237b'
} -
My previous company is awesome but couldn’t survive under pandemic.
That’s why I was looking for another job.🙂 -
Why, god why... Why does my track pad stop working everytime I boot back from Windows into linux.. It usually takes just a couple reboots within Linux and it's back up and going... but now it's stuck... ugh..
-
I don't know why but my brain has got frozen and can't learning more... i feel i'm pointless and boredom...2
-
I don't know why started some projects but i didn't finish them and i give up continuing on them
Why do I fail
How have the same problem hhhh -
What branching methodology do you use and why? We've been using a trunk based development model, but I'm reviewing others.10
-
That moment you find out that python is very sloppy when it comes to scopes. It seems that variables declared in loops are callable in function scopes. So this code actually does not give any errors:
for i in range(6):
print i
print(“out of loop scope”, i)
Now I’m just like: WTF! That can cause some serious errors when you’re not aware of this thing. I don’t know any other language that has this property...4 -
Try to learn stuff instead of copying stuff together that may work but you don't know why or how. If you don't care about the why and how, look for another career/hobby.1
-
So, a year ago we started to learn java at school. Since I have started learning java I hated it. I don't know why, but I absolutely don't like java. Do you guys agree? I want to like java, but I have no reasons why, anyone has some tips?5
-
Emacs.
I dunno why but I feel at home while using Emacs. It is like, it provides everything I need.1 -
Native Android Java/Kotlin I got covered but I need to go multi platform mobile. Your choice, why and why not?...
- React native
- Flutter
- Adobe Air
- phoneGap/Cordova
- Xamarin
- another?12 -
Why is perl soo notorious? and why do people hate it. Like I'm a networking guy and sys admin and I like to write scripts and it's really handy. Though it annoys sometimes but it still helps.5
-
Why Dribble why...
You’re too much like a secret society.
So I can create an account but not post to it unless I get “drafted” by someone on the inside.
A secret society of designers. What’s next. -
every time a popup window pops out above another popup i imagine a little innocent bunny massacred by some wicked PM
-
Why is Python still frowned upon in Competitive Programming? Like yes it's allowed, but why do we have such a huge stigma against it?2
-
Why are JavaScript coders called engineers (ie front end engineers, node engineers) but dotnet and Java are called developers?17
-
You may think, but why?
But I really needed a small file
that were stored @home
Sucess after 4:th attempt1 -
Why do javascript dates have to be so shitty?
Can anyone explain why 'Feb 18, 1977' is in the local timezone but '1977-02-18' is UTC?2 -
I discovered today why IOS is superior to joe public. Sorry but infinitely superior. Android just sucks. end of.9
-
I have no one to argue about this with, I'm the only developer in my place of work, but I can say that the arrangement of the import statements sucks my nuts no PR is accepted just because they want to see first inbuild imports, then third party, then imports from current projects, why why why!!! that doesn't harm anyone in the world!!!! but just my time!!!3
-
Though JS is a terrible language( as it's absolutely insane ), why do developers love it and why is it taking over the programming world?
JS is just like the C for web, but a bit weird.13 -
Developers (and students in general, but specially informatics students 😛) should be the only people that wonder why the thing they did work AND why it doesn't work
-
Maybe it's a stupid question, but why the fuck there are still path length limitations in Windows in 2020???
Why there isn't a virtual automatic workaround for this issue?
Sometimes I just can't make it shorter...3 -
Product designer keeps on changing designs and managers approve it every single time. Totally frustrated to work. Why can't they think of scenarios based on design? Why should they allow me work on something guaranteeing that things won't be changed but change every single time.
I know product specs change, but too much of change frustrates the developer. Why does no body care for developer's mindset? -
But why can't you be both an outstanding engineer and a friendly-and-approachable team player? BUT WHY?!?2
-
I don't know why, but on the webinterface in Google Chrome + AdBlock the (++) button will be hidden :S2
-
Can anybody explain why in C# when using string.Format("{0:C}", myNumber);
results in a string with special characters used for spacing instead of the normal space character.
This caused a issues in the PDF I was generating and I'm wondering why the special characters.4 -
First chart library:
Perfect, but when you hide it, change tabs, come back and show them they freaking explode. Stupid bug, not ideal, I don't have time for this, move on.
Second chart library:
Cool, cute, but why doesn't it update? Wait, why did this one disappear? Why doesn't it ever appear again? Wtf? It's just like the others...
Do I really have to make my own chart library?1 -
Why are some js functions used with a window. prefix?
I mean I kinda get it when you want to addEventListener on the window but...
Why do people use window.setInterval?2 -
!dev but why can't I use messenger services like WhatsApp or Telegram in the browser without my phone powered and connected? Why are both services still so popular anyway?7
-
ttt: I've found a bug, should I report it?
ddd: No.
ttt: But why?! It's a bug!
ddd: Why did you even ask? -
Why do you ask “can you {do this/that}” when “no” is not an option? Why don’t dare dare to say “please {do this/that}”?
Yeah nah I’m still gonna say no. But fuck your hypocrisy too9 -
Why do people think it's ok to message "why is X like this" when they're the ones who setup X but always with the implication that as the technical lead you have done this to them?!
-
From a meme somewhere, but pretty accurate.
When everything works. Boss:"Why are these guys even here?"
When problems occur. Boss:"Why are these guys even here?" -
Why the fuck does Arch ship with NTP installed but disabled by default? I know it's a DIY OS, but this is just plain inconvenient with no perceivable gain.12
-
3 straight houra of Android programing, but no moving forward.
I don't know why android programming take much time.3 -
From weird set of stored procedures to html to PDF to being a blob in a database ... I mean, sure, but why ... who comes up with that ... and why do I have to make it work1
-
When Spring Security protects exactly the opposite of what you think you asked ... But you don't know why...
-
So since as programmers languages are nothing but notation why do we even bother, and why not just make lisp a unified notation for all programs?35
-
Please unity devs...
If your going to use visual studio for code development, please change to visual studio code. Idk why but it slightly annoys me. If anyone can explain why visual studio would be better please do.3 -
Python builtins are great
But why the fuck there is STILL no first() function
It's mildlyinfuriating10 -
Not sure why it's funny to me to see these kinds of pericles, but... lmao tho'
it's win10 even o.O'4 -
goddamnshitmotherfuckingshit wtf brain? why do all the examples just work, but my code looking similar just doesn´t. why the fuck is this basic thumbsucking baby topic of a scrollable canvas screwing me over since this morning?2
-
Sent a User Story link to a senior that he had requested (10+ years of exp)...
Me: Sir, why do we need this US?
Him: Why
Me: Yes sir, why do we need that?
Him: Yes, that's what I'm asking you, why do we need this?
Me: But sir I asked first 🙄1 -
Perforce clients apparently require working reverse DNS against the server they're connecting to in order to function properly.
That is all. -
Hello, folk! I have strange question! =/. Why I should use Linux??? I have w10 and it's amazing. Specially all office 365. But I wan't to use linux, just don't know why, because it's hard to use them:D. So I'm looking for strong answers why to use it! Can somebody help me?? =)6
-
Yes but you see this function everywhere so why is it so hard for us to implement?
Next time i’m gonna say that this function is everywhere, but why is it so difficult to design? -
Why, WHY WHYYYY does my Behat installation works perfectly on Debian, Ubuntu, Windows 7, 8 and 10, but not on this MOTHERFUCKING CENTOS PIECE OF SHIT??
Fuck, I hate loosing my days running after Github issues2 -
Love angular and angular material but why is it so difficult for a dialog to inherit scope properties why??? Have been for a whole day on this bug
-
!rant
So, why is everybody's answer for a windows based git server bit bucket, but Linux does it naturally? -
I love angular, but why didnt they make a default email validator in version 2. Only noe included in 4.1