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 - "so many"
-
HR: How many years you've been developing on Android ?
Me: Two years, with many projects on my own.
HR: So, you're familiar with Android Studio?
Me: No, I've been using "Paint" to code.37 -
So, I took 4 weeks vacation. I planned to finish so many projects and learn so many stacks.
First 3 weeks:7 -
The worst part of being a developer?
So many ideas, so many possibilities... But so little time to do all of it. :'(4 -
8 am, got in to work, everything has exploded overnight. The servers are dead, the scripts aren't running, everyone has panicked. So many emails.. So many Skype messages. I wish I wasn't the only one who can fix it. Send help (and coffee).25
-
HR: How many years you've been developing on Xamarin ?
Me: Three years, with many side projects
HR: So, you're familiar with C#?
Me: No, I've been coding in "hieroglyphs".9 -
My Dad just got me these stickers for my 4th of July birthday. Never owned this many stickers in my life. So many possibilities!23
-
Last day at my first job. Spent 7.3 years here.
Joined as a kid, leaving as a grown up man.
So many mixed feelings, and being an emotional person, if I were in office, I'd have surely cried.
Crazy experience. So many flashbacks all at once.8 -
who ever has this as their skill set are legends!!
made me laugh going through thousands of lines of skills :D
"
A little bit of Lua in my life
A little bit of JS is all i need
A little bit of bash is what i see
A little bit of JSON in the sun
A little bit of Python all night long
A little bit of TCL here i am
A little bit of this makes me your dev
"1 -
Customer: “How many concurrent users can use this app?”
Me: “web tech is stateless. (Insert explanation) So concurrency is meaningless.”
Customer: “yeah but how many concurrent users?”
Me: “infinite as long as they aren’t interacting with the server.”
Customer: “but how many?”
Me: “400”9 -
Going through code left by a senior developer who quit.. Dated 2015..
public static T IfThenElse<T>(bool isTrue, T ifYes, T ifNo)
{
if(isTrue) { return ifNo ; }
else if(!isTrue) { return ifNo ;}
Debugger.Break();
throw new Exception("") ;
}
.....
There was a unit test for it well
....
............. Wow, just wow9 -
An open letter to those who think lines of code == a decent metric for productivity:
NO!!!
Just because I wrote 10 lines of code all day (yes just 10 very well thought out, many times rewritten) lines doesn't mean my day was unproductive. Quite the opposite, while other devs pad their shit with:
//Adds 1 to I
I++;
Yup. Quality code. LOC doesn't lie.10 -
*wants to download some YouTube videos in youtube-dl*
$ youtube-dl --a-bunch-of-options
> Can't download this, sorry.
*realizes that Ubuntu probably has an outdated version like usual*
# apt remove youtube-dl
*Realizes that this steaming pile of shit pulled in some icons and Wayland on a headless server*
# apt autoremove
> 300-something MB cleared
For a command-line tool...
# pip install youtube-dl
# apt install ffmpeg
$ youtube-dl --audio-format mp3 -o "%(title)s.%(ext)s" https://youtube.com/playlist/...
> Sorry mate, a video was removed from this playlist! Let me go ahead and shit the bed on this issue that's been reported several times since 6 years ago.
*finds an issue on GitHub reporting this, add -i option to continue on error*
$ youtube-dl --audio-format mp3 -o "%(title)s.%(ext)s" https://youtube.com/playlist/... -i
> There you go, your .webm files as requested!
But.. I requested .mp3 output? --audio-format mp3, don't you see?
> Oh no you need to add in another option to tell me to actually do that first. --extract-audio, you see?
But why.. why do you need to be told that twice? Oh ffs, fuck it.
Reminds me of robocopy. That shit required me to tell it 25 times what to do and it'd still not do it right as well. And you know what, compared to rsync where -avz works 99% of the time, I hate it.7 -
I finally slept through the night. I have so many reports to do, and so many follow ups, but I got more than 3 hours of sleep.4
-
Hate being forced to jump back and forth between mutiple projects that use different languages, syntax, and IDEs. Feels like I'm juggling chainsaws and kittens.2
-
2010: having so many toolbars intalled in the browser you can barely see the actual webpage.
2024: having so many banners and popups in the webpage you can barely see the actual webpage.10 -
ffs take it easy with those fucking Captchas. If I have to solve a fucking Captcha every fucking time I click on a fucking link I want to slap your face3
-
21:30, sysadmin, chatting with my colleagues, when one posts a screenshot of a message he just received from a dev :
"Hello, sorry for bothering you this late but we have a demo tomorrow morning and the app is completely stalled. It fails with the message 'cannot write to <file>, no space left on device'"
I say "I bet that they somehow managed to make their DB grow uncontrollably".
Colleague asks which server hosts the app, Dev answers "one of ours", then adds after a few seconds "wait, do you need the IP of the server? Dev2 should be able to provide it", before finally adding "we use a scheme in <other project> DB actually".
Finally, Dev2 declares that the bug is solved: "There was a loop that caused a DB view to grow constantly and it filled the filesystem".
Me: "Called it".
They cleaned the view: 41GB freed.3 -
Why is starting a C++ project so overly complicated and annoying?!
So many different compilers. So many ways to organize the files. So many inconsistencies between Linux and Windows. So many outdated/lacking tutorials. So many small problems.
Why is there almost no good C++ IDEs? Why is Visual Studio so bizarre? Why are the CMake official tutorials literally wrong? Why can't we have a standard way to share binaries? Why can't we have a standard way to structure project folders? Why is the linker so annoying to use?
Don't get me wrong, I quite like the language and I love how fast it is (one of the main reasons I decided to use it for my project, which is a game almost comparable to Factorio)... But why is simply starting to write code such a hassle?
I've been programming in Java for years and oh god I miss it so much. JARs are amazing. Packages are amazing. The JDK is amazing. Everything is standardized, even variable names.
I'm so tempted to make this game in Java...
But I can't. I would have a garbage collector in the way of its performance...11 -
I'm starting to realize, that if you just know the basics of researching, you can (most of the time) find better free resources, than paid ones, for learning about new things in this field.5
-
Me: Coding...
*Email pops up*
*Checking email*
2 hours later..
Me: Still answering dozens of emails..4 -
Opened up my SSH port to the internet out of curiosity on a useless box.
Wow..... so, so many requests.15 -
I am now officially 23 years old.
So many hours of work invested
So many countless blood spilled
So much sweat made
So many years passed
So many projects worked on
Summed up in 0 successful projects
If someone were to ask me to showcase what I had done in 23 years of my life, I cannot show them something that no longer exists. The projects are dead. I cannot even prove my friends what I had done other than blindly say what I had done. But behind the scenes I worked so much and am completely demotivated by all of the pressure from failure. I have actually never felt so bad on my birthday. 2020 really is the worst year ever. I feel like a failure while life is just exponentially passing by.....18 -
Ok so it's not a good SSD for PC's then... Fucking hate how many YouTubers so this shit just for SEO2
-
I was finally moved to a production project after 2 months in my internship.
Almost had a heart attack after seeing the source code. Thousands of lines of code. So many files. So many things to understand.
I hope I don't lose my brain before getting a stress ball :(5 -
AHH! There's so many cool things to program and so many ideas! not enough time to learn. Right now I'm trying to create my first mobile game in Unity using C# and a note taking app for Android with Java, it's melting my head!6
-
So many stickers so little space..
But there is always place for devRant :D
Thanks @dfox and @trogus7 -
Who here is programming with React Native and is crying about it?
It's so volatile. Shit it has done so far:
- Randomly changed my IP location that it serves to and npm start that shows the welcome information keeps the old IP address, so I spent way too long trying to figure out why it wasn't working.
- Constantly having to rm -rf the node modules and npm i them because Expo randomly starts loading so slowly that you want to scream.
- Downgrading my react-native-scripts version in the package.json because it hangs forever on the starting packager.
- I also had to downgrade my expo dependencies because during one of my node module reinstalls, it would update the version and apparently Expo is incompatible with its own updated version.
And now I'm randomly getting an error that's apparently a known bug in one of the react dependencies and now I have to downgrade that as well.
Just. Why.9 -
14,190 emails deleted. I got too damn many emails this week at work alone. I'm scared to check my personal emails5
-
After seeing so many posts about Firefox quantum using so much RAM. I can say this
"Firefox quantum is new Google chrome"3 -
Starting my first business in my life at 19. I'm so excited, but also so afraid right now. So many thoughts in my head.10
-
Anxiety and depression came back today.
I have so many feelings I can't express to anyone.
I have so many thoughts and ideas I can't talk to anybody about.
Friends never invite me anywhere.
Sometimes I think about ending it all.
It's been like this for the past 5 years or so.
Isn't life just great sometimes? 🙃6 -
Why the hell is JS so terrible, and why do so many people resort to using is as a back end. So many packages, so many outdated dependencies. My coworkers and friends have heard me rant about my constant frustration with this terrible setup.
I understand the need for dynamic html but why have we bastardized this language to the extent we have.
Keep your projects up to date, it saves people a lot of trouble in the future.8 -
Guys. GUYS. There are so many freaking weird edge cases for regular expression evaluation. *head desk*8
-
Upscaling a prod database which was running on an 8 year old Dell desktop used as server. It had about 2MB of RAM and an Intel Core 2 processor...
This was the day I've learned a lot about querying the database as efficient as humanly possible.3 -
I can code in so many languages or understood many more, but I cant spell for shit and this times table sheet is my enemy lol and it's only a 7+ book lol5
-
Legit question: Why are there so many people coding in javascript while so many people are saying it is actually a bad language? Why is everybody coding in a "bad" language?11
-
So many Ideas... So many projects... And no energy to apply...
Gonna take a few days off my inventions, If i can... -
So, we are many people from many countries, with many native languages, but we post in english because it's common.
To anyone posting here in another language than english:
أنت لست وحدك أيها النرجسي الحقير، تافه يعتقد بلده و لغته مركز العالم
See u14 -
So I was just wondering, how many of you here use FreeBsd and why?
Is there a big difference between BSD and Linux?
Are there many BSD servers out there?7 -
Attended VMware vForum Malaysia 2017... So sad that they have so many stuff happening concurrently, made me wish I could clone myself to go everywhere...1
-
Android fragments are so damn stupid. They reload on popBackStack, how the f do I retain them? Tried so many things from stackoverflow but no luck yet. So many precious hours going waste on little things.2
-
Why does VC++ deployment have to be so painful? So many flavors of MSVRC, so little time. And don't get me started on the D3DCompile_*.DLL mess.
-
Quick tip:
When an answer in SO has more upvotes than the question, has so many comments, and has so many explanation, so many code, and so many links, IT HAS A HIGH POSSIBILITY THAT IT IS A TROLL.
God damn i hate when programmers don't have any humor, and leave a comment saying
TROLL. PLEASE STOP THIS. FUCK
Good thing, devRant is full of people who HAS humor. Thank goodness.
tl;dr gone off topic -
Friend asked me this:
"So if PHP is that bad, why there are still so many job offers for PHP devs?"10 -
There are so many tools, libraries and frameworks available for Javascript that its so difficult to select the most suitable one :|2
-
Working on a library for a discord bot I'm gonna make.. the library is about 80% done and I can already build a working bot with it. But now all those new questions appear in my head about things I am going to make like "how do I design permissions" and similar stuff.... AM I OVERTHINKING THIS TOO MUCH?!4
-
Habitual of pressing ctrl+s many times because of so many crashes in my outdated pc.
Today I tried to press ctrl+s while writing on a physical paper.2 -
I'm trying to work on my first full stack project and been looking a lot up for it.
Dear god there's so many options and everyone says theirs is the best so I look it up and so many of them have absolute trash documentation.
Honestly at this point I've spent more time finding different peices to make the service than actually developing my service or ideas.
I really need to convince a couple friends to help me with this... -
Many people adviced me to clone apps so I can learn more about Android development. So I started with my favorite app, devRant :)
-
I did some online shopping on the weekend. And oh man, this retailer’s checkout had so many problems.
I placed an order for a 2022 edition of their magazine. My confirmation page lists the 2020 edition. I didn’t get a confirmation email and I’m sure my email was right.
I chat with customer service and they said my order was for their car buying guide. You bet my my response was what the fuck.3 -
Interviews... How many of you practice technical questions like from HackerRank, foobar?
How many try but then get so frustrated after 3hrs of getting stuck that you give up and decide to just wing it?3 -
A couple of weeks ago, I asked what would happen if we sent a duplicate request to our partner; nobody knew. This week we found out, as it turns out, not great things.
-
I've always thought that emacs was just a text editor but... Emails? News reader? Web browser?
That's... awesome! What the hell...
https://gnu.org/software/emacs/...6 -
If(person.getState().equals("Texas")){
person.setCanDrive(false);
}
Like I was just driving to my class and so many people were driving like maniacs. So frustrating >. <3 -
Fucking node.js module directories are so goddamn bloated !
Why are so many fucking files necessary ? WHY ?17 -
Had a four hour retro/review yesterday. Plus a mini demo I had to put together. Three hour sprint planning session today.
And they still wanted me to go to some "company values" meeting tomorrow, aside from the weekly call I have to report progress. Fuck that shit.
I feel like I got nothing done this week. Monday and Tuesday were fine for the most part, but since it's been just complete idling.
I mean, I love my company, great coworkers, good management, and just all around great experience. But man, it gets frustrating when you lose so much development time... I wanted to sprinkle in some extra goodies for the next sprint, but it doesn't look like that's gonna happen.2 -
So i heard that if You contribute to open source, repo authors, after many contributions send You a medal representing a project You contributed right?
So devs with many open source contributions go to interviews with open source uniforms with medals pinned in so HR at the door knows who are they dealing with?
Or is this a legend?2 -
Why so many people complain about Vim? Just drink Nuka Cola.
Anyway, my first scripts were done with edit, in MS-Dos...
Anyone who can't learn how to use a tool... Well there are so many IDEs...
Just use something else1 -
Trying to be a minimalist, I've always kept to learning a single programming language for each paradigm or type. Now my boredom (probably mild burnout) is making things get out of hand. I want to learn so many languages.
How many programming languages have you learned so far?16 -
why so little books about enterprise paradigm on developer (best practice/app lifecycle/scrum, etc) when so many resources about coding4
-
I was wondering how many of you work out. I have met many of developers but so far very few of them actually work out. And yes I know how hard is to connect full time job and health life :D so how it is in your case?14
-
So many things to learn.
So little brain.
UGH.
Android Studio or React Native?
Then after learning something, it's gonna be outdated. UGH.8 -
The devRant update is so great. So many of us love devRant and it keeps getting better and better. Thanks guys!
-
iTerm2 & Bash-It. iTerm coz of the split panes, paste history, undo kill session etc so much helpful!! And bash-it gives me so many things, completions, aliases which makes the work a breeze, gpom does a "git push origin master" and many more like these :)
-
I gave an interview today after many many years. I got so flustered I forgot what arguments were ☹️2
-
Lisp is such a cool language, and I feel like because functional programming is becoming so popular, Lisp could end up the go-to language because it's so versatile and, though there are many parens, it's friendlier at first glance than Haskell. (And there are so many libraries for it, omg)6
-
in a moment of enlightenment, I realized what problem Cow (copy-on-write smart pointer) actually solves.
Time to touch every file I guess4 -
Cab someone please tell me why windows has so many update but still taking so many time to even open a simple app????3
-
Question: When you gets tons of stickers (from a WordCamp for example) do you put every sticker on your computer, or only the companies you support (and funny ones)?1
-
When your pushing to a git repo and found so many conflicts and try to to review it,
And found so many conflicts with whitespace.1 -
You wrote about all these elaborate pranks, yet the old "bit of scotch tape under the mouse" gave me oh so many laughs. Also surprising how many people can't figure out what's wrong.1
-
Having not touched my cordova/phonegap project for so long, so many updates... removing and adding of plugins... Ohhh the pain! Errors, errors everywhere!1
-
Why there has to be So Many legs to the OAuth....
1 Leg...
2 Legs...
3 Legs... Wtf...
Make it a fkin...Octopus OAuth
Why so many legs to a Dumb API ??!1 -
I'd like to dive deep into web development.
I'm creating a little tool for myself on a web page, including server-side php, css, html, mysql and jquery, all just for fun and the experience.
I've got several ideas on how I want this tool to work and behave ...
But it's fucking difficult to wrap my head around all those technologies available. I don't know how to achieve certain things (yet) and what even to look out for😣
Fun fact: I already experimented with HTML, CSS, jQuery before as a noob. Yet today I've forgotten almost everything and need to start almost all over again, now even including PHP and MySQL, too.
This is gonna be fine. 😐 -
Javascript/React question of the day: Habe you used Storybook.js? How was it?
Would you recommend using it in a medium sized side project? (I'm also considering simply using docz)3 -
Have any of you ever wondered why it is so difficult to stay focused on a project when there are so many things wrong and have so many ideas to fix it?5
-
I'm planning to make a dashboard web app with data analytics. It'll also include subscription option. So I'm trying to decide which language to use on the back end which I planing to make as RESTful api.
Current options for the backend are python, Ruby and php.
I'm not really sure about python. Ruby seems interesting, but I've read its a bit slow and some of the codes does look like magic. I'm very familiar with php, so I'm very biased toward it right now to use php with Lumen framework.
I'm also hoping to scale up the system in the future.
So, can you guys gimme a little help here in choosing a language and framework.1 -
My head is about to explode... Trying to wrap my head around the best way for integrating a suitable frontend solution with a symfony backend.
So many implications, so many opinions, so many possibilities.. A very big project, a lot of requirements, a very small team and most of the colleagues have their main focus on backend development though..
Feeling lost currently, not really sure how to approach this huge topic 😥4 -
Why do so many different programs have so many different dependencies...I mean can't everything coexist everywhere.
Spent 2 days on aws only to realize the solution is to switch to GCP. I mean what?1 -
Which degree should I go for, Computer science and Electronic Engineering or Computer Science and Physics?3
-
There are 49 security updates for Windows on my system this morning. Almost all for Office. Forty nine! That's just nuts. I just updated it yesterday. I hope I don't have to reboot 49 times.3
-
I love the ansible documentation, so many examples which cover so many use cases and all the descriptions of all the possible arguments are very clear :)
-
How many of you know about Microsoft SharePoint, and if so, how many of you worked on it and how was your experience?8