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 - "multiple"
-
Myself 1 week into programming
"I can build a website!!"
Myself 2 years later and multiple web and mobile apps launched
"I know nothing"5 -
They're giving multiple projects to work on and it's so fucking hard to remember workflow of 4-5 projects while working on side projects as well10
-
"Why was the promotion available on multiple accounts ? "
*suddenly realised there's an ID duplication among customers*
"Uhhh..... Family shares promotions."
"Nice job."4 -
Her: why did you buy a computer that costs 2.5K
Me: Why do you buy multiple pairs of shoes that costs 1K+13 -
I challenged my girlfriend (and myself) for the FizzBuzz thingy. I did it in js (because I suck at js) and she in Java. I never saw such a way to write FizzBuzz. Turns out she forgot there is a thing called modulo operator.
I know there are more elegant ways to solve it! Feel free to post your favorites.46 -
Friend: "Don't all computer science people learn multiple languages so they can use the right one for the job?"
My reply:
We learn multiple languages because some asshat before us had a hard-on for it and now we need to keep that shit running and we don't have time to rewrite it.6 -
So Python doesn't have switch-case statement... I feel so dirty having to use multiple if-elif-else
*sigh*12 -
!rant
Is it only me who press the [Ctrl] + C multiple times to make sure the content is copied to clipboard properly 😅
*I can't help it, pressing [Ctrl] + C multiple times is kind of satisfying*7 -
That moment when you rage-press TAB multiple times on a bash console but that path REALLY doesn't exist..6
-
Dear people,
please be aware that if you touch my screen one more time I will stab you multiple times with a kitchen knife,
Thanks.7 -
When your in apprenticeship and find a bug that allows the user to skip the payment... that was in production for multiple years...3
-
!=Rant
Does any one else presses cmd+c / ctr+c multiple times just in case the first one did not work?!?12 -
It is the year 2022.
We have multiple robots on Mars.
We have mRNA vaccines.
JIRA does not yet have a dark mode.13 -
That moment you realize that a recruiter refactored your resume and "corrects" Symfony to Symphony and sent it to multiple companies...8
-
3 off the most dreadful things to do as a developer
1) Documentation
2) Testing (Multiple device/browser)
3) Wearing formal clothes7 -
The time I had to explain to my CS professor that HTML elements can in fact have multiple classes.6
-
a dude just DROPPED the whole Fu**ing mongodb cluster. like Right Now.
multiple databases, expanding multiple projects.
fortunately in dev. but dunno how much data is recoverable.14 -
Sent HTML to google translate server side to support multiple languages.. actually worked pretty well but it made me feel dirty for weeks.1
-
Word of day:
Hellogrammer
Slang for person who can print "hello world", "hello", or some random string of character in multiple programming languages and whose knowledge is limited to printing string.
Synonyms: hypocrite, stupid, script Kidde....17 -
Hello.
Is there anyone else who starts massive amount of projects and never finishes one?
It's a big problem when you lose time you should spent on orders because you work on that-amazing-idea that you'll drop few hours later.
I'm lucky as my employer thinks that all these unfinished stuff are pushing my experience forward, but for me it's depressing to not be able to focus on my work.
What do you do to fight with the urge to code that one more project? What do you do focus on the current work?
I've tried making myself a system for better client-programmer communication to keep myself motivated with better organised feedback and deadlines but ended up dropping it and sticking to terribly messy mailbox.10 -
WTF!! I want a JavaScript solution.. not jQuery!! When JavaScript mentioned in the question, why the hell people answer with jQuery solution and also same solution multiple times.15
-
After 3 hours of struggle, I was able to setup multiple versions of PHP and configured easy switching on Apache on a fresh install of elementary OS.11
-
The title doesn't promise too much: eclipse indeed has multiple problems. I've never seen this kind of "nested exception" before :-D4
-
If I have to draw out a normalized database on paper one more time I think I might split myself into multiple indexes3
-
The blue icon is back on VSCode and multiple root directory support! Finally!!! This is now my full time text editor. Goodbye Sublime!11
-
I hate asking questions but I need to right now.
Any suggestions for an easy installable email server like mailinabox? Multiple domains is a requirement :)45 -
FUCK YOU EXCEL!
Multiple monitors to show multiple sheets at once?
Excel: Not allowed.
FUCK YOU
Open multiple files at once?
Excel: Not allowed, I will only show you one at a time.
FUCK YOU
Multiple Desktops to have multiple setups to easily switch between?
Excel: Not allowed, I'll show you the same spreadsheet on all desktops!
FUCK YOU
FUCK FUCK FUCK18 -
what is worse on stackoverflow:
1. getting downvoted to oblivion
2. having your question view'd multiple times with no response
?5 -
Guy needs to read some excel data...
Decides to write his function like this:
function readCell(){
fopen('filename.csv');
//some more code
fclose();
return cellValue;
}
This function was called multiple times per row of data...
Multiple hundreds of rows...
WHY5 -
Use the choices below to describe your Project Manager. No. you can't choose multiple it would be rude.4
-
You know your life is pretty sad and pathetic when you resort to shitposting on devrant multiple times every single day14
-
This is literally me! I'm handling multiple projects with overlapping timelines. Pressure comes from all directions!4
-
Pressing that “deploy to production” button when it usually consists of multiple projects and databases updating at once.
Maybe I should look at separating them one year. -
A moment of silence to those working on multiple clients with multiple deadlines at the same time but still got time here.5
-
Something made me realize why some developers like using multiple screens :/
Android Studio, git bash, Sublime Text and Node.js command prompt on a single 16" screen.12 -
I would spend all the unlimited time starting multiple exciting projects and never finishing any of them.4
-
Hey Python, why in the ever loving readability universe I can't break the following command across multiple lines?
df.replace(...).apply(...).reset_index().drop(...)
Oh, but I hear you say "Hitko, why you can break it into multiple lines if you break within brackets!"
To which I ask you, does this shit look any more readable?
df.replace(...
).apply(...
).reset_index(
).drop(...)15 -
Saw a website having an image with resulution `4828x3265`, as the background, that too in a slider with multiple images that densities that high.4
-
Watching Limitless on Netflix and I just love the "hacker" code animation loops with multiple terminals open going on in the background xD5
-
1.ReactJS sucks ass.
2.Full stack developer is myth.
3.Multiple languages makes you impotent to fuck in any single given language.
Two truth and a lie.15 -
I spend multiple hours on devrant a day, so I guess it's probably worth two bucks a month to me. So here goes.2
-
So, part of my job is working with SQL. Not my favorite technology to work with. But the tables have mostly non-descript fields, multiple schemas in the same table, and encoded relationships spanning multiple tables. Yes, the database from hell! On top of that, there is very little documentation on this mess. -- And my boss wants me to write queries against a combination of these tables to make sure the program is working. RIGHT...3
-
Fucking recruiters. When you say "multiple languages" and I ask for clarification, saying "multiple languages and you need to know object oriented design" again doesn't clarify things one bit2
-
So.. You can't boot into recovery and wipe the partition? Like I have done multiple times on my macbook?22
-
The cultural fit round. The very first round. Got rejected multiple interviews because of failing this round5
-
Today I was refactoring code with 10 levels of indentation. Java 8.
Lambdas.
Each one is a block which spans multiple lines, that makes the outer ones hundreds of lines long.
This should be forbidden: () -> { ... }
If you don't understand why, please never send me any code.
PS: intellij shows multiple errors on each line.
PPS: my colleague should be happy that I do not use swear words.6 -
Copy my private ssh key to multiple machines so I only have to configure one key in github, gitlab, bitbucket etc.3
-
Latest Atom with Electron 1.6 seems to be pegging multiple CPUs and maxing out ram and swap. Looks like I should start trying different editors again. :(12
-
Enlightened my colleague on the concept of JS promises, chaining of events, multiple deferrals...
Ah, his code is looking much readable already! -
Just wondering why most of you here hate php. I have multiple live projects using the Laravel framework, runs great and I love it!13
-
Only in India: having worked on multiple platforms and technologies is seen negatively.
PS: I've worked in the US too.10 -
When you touchbase on all multiple languages but don't know any of them properly.
Focus on one. Focus on one. **talks to self** -
*some* devs with their multiple monitors are like my 3 flatmates with their multiple shower products.5
-
There are multiple degrees of security. On one side is a perfect unpenetrable system. On the other side is Windows XP7
-
VsCode.
I have been on a journey with editors, all the way back to using edit.exe in Windows 95, to notepad, MS FrontPage, Adobe Dreamweaver, PHPDesigner, vim, nano, then out to Eclipse, Atom, Brackets, notepad++, back to Atom, then VsCode.
And by far, vsCode has given me the most productivity and customisation of them all to not care about what project I open, what language it's written in, or what frameworks are working behind it. I can switch with workspaces and everything is setup to go, yes it's a pain in the ass to setup, but it's a ducking dream to just open and jump in.
Now being able to use VsCode for Salesforce has dropped any requirement for me to keep eclipse around.rant wk206 solves my problems productivity++ multiple everything. multiple languages vscode multiple git hosts1 -
!rant
It feels so amazing to be able to divide a big ass method into multiple smaller ones that sometimes are even pure functions. <3 -
Just discovered Origami for Sublime Text 3.
Works like a charm, just need to practice the shortcuts4 -
Heard Java 7 provides catching multiple exceptions in single catch block ! hmm .. why need when I got this 😎😁
try {
// do something...
} catch (Exception e){
//log it ..
}6 -
I would like to know if anyone has created a CSV file which has 10,000,000 objects ?
1) The data is received via an API call.
2) The maximum data received is 1000 objects at once. So it needs to be in some loop to retrieve and insert the data.11 -
The way this if statement is written (across multiple lines) is really weird to me. Anyone here that writes if statements like this?14
-
Multi-Screen problem: So I need to run a VR headset with a laptop, and the laptop has only one hdmi connection. I don't have any extra hdmi adapters, so I cannot connect my second screen while working with the headset, which sucks...
but...
then it hit me...
there is an app called spacedesk which allows you to use your phone as an additional screen. I have a docking station for my phone so I can connect hmdi to it. On the first try the resolution was shit since it uses the default phone resolution. But the phone has Samsung Dex, which allows you to run everything full screen on your connected screen, so I can run the app within Samsung Dex and therefore will get full resolution.
And this works. It's kinda stupid and maybe a bit complicated, but it works. God, I love technology :D:D:D
This is the adapter to adapter to adapter to adapter meme in action, just wireless. Lol. I'm proud of this xD5 -
Combine multiple open source softwares.
Tweak it a bit
Voila! You've a 100 dollar software ready to be sold.8 -
“We are on a hurry, let’s fix in production, then you can write the fix in the repo.” (Multiple times)
Guess why we are always on a hurry…3 -
To everyone who wants a terminal editor but hates how overly complicated vim/emacs is:
Micro is like nano but with lua extensions and multiple tabs.2 -
me: let's avoid duplicate code by using a user control instead of copying the form code on multiple pages.
jerk face: you're over complicating it.3 -
Checking the whole code for finding the null value. Gone through the process multiple times.
Oh boy, it was wasn't "personId", it was "personID". -
give mediocre server capacity... put multiple webapps and db on that.....exepct to run properly all the time......awesome expectations1
-
!rant
I have multiple (similar) linux environments on which I work. How do you guys manage installed packages and configurations across them?14 -
If you use ID selectors in a stylesheet for a component you reuse in the page multiple times you should be shot.4
-
It would be much easier when a NullPointerException would log also what is null. Instead of just the line.... with multiple possibilities........5
-
!rant
We have to programm a branchAndBound algorithm for school. Since it was running kinda slow, we decided to use multiple threads. Nailed it first try.1 -
Holy shit, after spending multiple hours installing android tools/sdks/android studio/.., rewriting multiple configs to satisfy new requirements, finding a plugin fork that actually got updated, I finally got my wardriving app to report back SSIDs 😊6
-
Nothing I fucking hate more than working without any sort of specification then being asked to change something multiple times because no one has any defined functionality.1
-
It's only Monday. Why do i feel so tired. T_T
Today's work:
- 3hrs check point meeting on Project A
- quick API fix, testing and dev assistance on Project A
- prelive deployment of Module B
- code review and enhancements for Script C
- prelive deployment and testing for Script C4 -
That moment when you restore a backup from a completely different site into production.
God bless my paranoids and multiple backups. -
Working on a project with third party web developers who don't know multiple language support, difference between UTF-8 and Unicode.
Other than that, life's good4 -
When you need to do load testing and the boss just tells you to refresh the page multiple times. Yep that covers it.
-
How would you support multiple versions of an API and why?
- Multiple version instances behind a load balancer.
- Versioned controllers behind a proxy.
Curious to hear yours thoughts and reasoning.2 -
OSX multi windows management is so fucking dumb and confusing! FFS have some kind of indicator when a program has multiple windows open.6
-
There are multiple impoverished 12 year olds in 3rd world countries that have already built their own apps with thousands of downloads, while I haven't even finished one.3
-
Notepad++. It's good for editing multiple types of files with syntax highlighting. Also doubles as a place for jotting down notes/thoughts without worrying about saving them.1
-
OpenCV is like an USB port: You never have the right input format and it only works after converting the damn thing multiple times!
-
Someone in the company wants to make one (database) field multiple choice. HOW THE HELL AM I SUPPOSED TO DO THIS18
-
still can't believe someone actually hired me as dev and then multiple companies tried poaching me (one tried twice, another tried four times)
what are they all on3 -
(Surprisingly) unpopular opinion: Multiple inheritance is a bad design practice and should not be used.16
-
T(x, y)=x*(1+y/100)+√-1
x = hours estimated from Boss. if the boss
y = sum of the features with the following weight:
Multiplatform = 10
Web = 5
social * = 100
blockchain = 100
HTML-email = 10
Every other bullshit bingo term = 20
everything else = 1
Terms that appear multiple times count multiple times.
If the boss didnt give his estimate triple the feature-value and use 100 as x-value3 -
I have begun to prefer a single monitor over multiple ones. Currently I have my laptop and a 1080 23" at home. I have been getting used to just the 23" with the laptop closed. With multiple workspaces/desktops I find it quicker to just use my keyboard to switch over to look at something and switch back.
Which leads me to consider a single ultrawide monitor for my next upgrade. Thanks for reading.3 -
Use .editorconfig files when working with multiple developers. Otherwise your file encoding and code style will get fucked up eventually.
-
My companys custom logging library is not thread safe and has problems with multiple instances of the endproduct as well.1
-
If you discovered a vulnerability affecting multiple of the big dogs, would file a cve and report it immediately or have some *fun* first?
-
Installing Linux Mint right now. One short question:
What terminal do you recommend to me?
Needed feature: multiple tabs.11 -
Fking alfresco and custom script listeners and fuck referencing multiple jars in one single jar and fuck reload time of alfresco server and all :(2
-
Will those days in which we used to play the same levels multiple times inorder to improve skills come back?
:/4 -
Can’t find any time compressor on the market right now so I can work on multiple projects and go on vacation at the same time.5
-
How do you guys prevent burnout when working on a side-project? I'm probably not the only one here, with multiple unfinished projects.3
-
8 months into a complex Agile project, managing multiple Scrum teams -
I still feel it would go much faster if I just do it myself.1 -
I once went on multiple interviews, took multiple tests (IQ and personality) and then went on anothet interview for a job. After the last interview I didn't hear anything more from the recruiter.
A year later the same recruiter contacts me to ask if I have any friends who might be interested in a position.
🖕🏻 -
My Test-Suite with karma and jasmine, they saved my ass multiple times. Wouldn't have noticed so many things at rewriting without the tests.
-
If multiple engineers say something about their system design that is so stupid it cant possibly be true, it's gotta be. Holy eff it is.
-
IF YOU WANT MULTIPLE COMPOSER FILES PER ENVIRONMENT AND NO LOCK FILE YOU HAVE NO IDEA HOW COMPOSER WORKS!
-
I hate society for multiple reasons.
Stay safe guys.
"And after the gunman was shot dead by police, they reportedly remarked on the nice top they were wearing." -
current site issue, client and pm cant see the full list of people in multiple select box because they cant find the scroll bar.
-
When debugging, why oh why do I forget that multiple browser consoles can be open and then get frustrated when refreshing the tab doesn't show my changes?!
-
Open filecoin.io and then my main web browser crashed. It crashed so hard I cannot open it anymore and it just crashed multiple times.
Bruh.1 -
I have to deploy our software onto multiple raspberry pi so I started cloning an SD card with DD....devRant time I guess
-
React native devs, I built a little video component that supports multiple videos, controls and captions. https://github.com/leksyib/...
hope you find it helpful! -
When you spend ages making a really nice for loop for handling multiple classes similar functionality, only to have it all messed up by one overloaded method1
-
My colleague actually uses multiple email addresses that has different purposes. E.g. one email for travels, one email for work, one email for family, one email for other projects, one email for payments, etc.
I've yet to show him how emails nowadays can help label and sort them by nature.6 -
Do you have storms that way that public transport trains aren't moving for multiple days? Almost entirely northern Germany is without trains for the last 5 days....2
-
Trying to find decent window server hosting for multiple websites without paying extortionate prices is less fun than I'd thought.
-
Poll time/input requested. Multiple assignments in one statement: yay or nay? For a (painfully) simple example:
a = b = true;
vs.
a = true;
b = true;7 -
Developer's frustration..
I currently don't have the space (believe it or not) to accommodate two screens onto my desk.
I've been developing on a single 15" laptop for years (since 2010).
I'm getting tired of constantly having to switch between windows. lol.
Mmmmust figure out wayyyy to incorporate new screen into my setupppp. lol14 -
So I have to accociate location address to the location which isn't created yet,
Plus locations can be added multiple at same time and address could be multiple of one location1 -
Is there an SSH app like Putty that can login to multiple servers at a time and execute the same command?
We have multiple servers and trying to locate a request in the logs. The structure of all the machines are the same so I want to just toe each command like CD, grep, etc one time and see the output from all of them.
Rather then logging in one by one.21 -
Working on multiple parts of the same product ecosystem. Some of it is ES6, some of it is TypeScript. FML
-
Top 5 worst illnesses, from “really really bad” to “hell on earth”:
5. Bubonic plague
4. Leukaemia
3. Multiple sclerosis
2. Dementia
1. Schizophrenia -
Oh yeh we hv multiple offices in the UK and around the world so obviously its a good fuckin idea to use a single fucking server3
-
As a student after multiple hours of stugle you find out those 30 complex line of code could fit in 4 lines
-
Rolled out notebooks and dockingstations for multiple locations. New model of the notebook is incompatible with the dockingstations, old one is not available anymore...2
-
!rant
I'm finally learning to incorporate multiple desktops into my workflow. So far, I like how it segregates my social programs from my web browsers from my code applications.1 -
"We want :focus styles removed everywhere in our intranet because we don't like it"
- Very-Big-Company, multiple times "Nielsen Best Intranet"1 -
I hate those multiple choice questions, where you read the first and think "that should be right but there's something missing", Cross it anyway and get an error because the right was all of the above. It's just so ***** up.
-
That feeling when your mom frequently tells you multiple screens is bad for you and urges you to use just one screen.2
-
TF, for me it's impossible to logout one google account in the browser if I signed in with multiple google accounts.
I'm too dumb I guess!2 -
So I'm noticing when I'm looking at places to apply, for example let's say discord, uses JavaScript, Python, C++,etc. How do they use multiple languages for one program? It's so confusing for me to understand8
-
Am I the only one that finds the Xcode tabs UI design moronic? I always end up the same file open in multiple tabs eventually.1
-
I only use a 1 monitor setup. I just use multiple virtual desktops, it's easier for me to switch desktops with the trackpad then move my head to look at multiple monitors. Surely that's more efficient right?13
-
WTF!! Function that returns multiple outputs!! Why not make a datetime object and return the whole fucking object!!1
-
Modem dail out. Multiple failure attempts. The sound of it beep---beep---beep still rings in my ears.
-
Not starting on work until I barely have enough time left. Then pulling multiple all nighters to deliver on deadline
-
What would you check or look out for before choosing between multiple offers for a new job in software development?
I have multiple offers from different companies for a dual bachelor's degree.2 -
Any terminator experts here?
I want to make a setup of multiple split windows starting things on launch. I got so far that I get all the windows with the layout option but I cannot launch what I want via custom commands.
I want to launch multiple ros launch files like that.
Any ideas?8 -
I'm planning a trip that involves hitting multiple cities in 2 countries.
Home -- Japan (maybe Kyoto or Tokyo, or some other place but only 1 City) -- China (multiple cities, ideally enter in one exit from another) -- Home
Is there a service to find the cheapest route? -
when u see a bootstrap template use !important on multiple classes and id's u know someone kinda fucked up😅🙄5
-
Anyone else have a manager who absolutely LOVES to "derail you" and then says "sorry I don't mean to derail you but can you work on..." I swear tired of working for another person
-
Am I incredibly paranoid with my idea of multiple(>2)-factor-auth like fingerprint+yubikey+password+OTP aso?4
-
Anyone else thinking that a multiple monitor environment can be rather distracting than productive?11
-
when you accidentally clicked open in new window multiple times
..dont know if you have seen this is hilarous1 -
feature request, a list to which people can add feature requests to prevent people requesting a feature multiple times.4
-
Devs from company that develop/modify a service for us say "you can test on <env>".
Description of how to test: scattered across multiple tickets, comments and slack messages in multiple conversations...
Oh and please... Could you not directly merge 20+ branches directly to the dev branch without testing...
So much going wrong with this project... Already a month overdue on the first release... -
Why is the syntax of SQL INSERT so completely different to the syntax of UPDATE?
...proceeds to rewrite multiple 60 column inserts into updates...2 -
The moment when you are reading and the screen goes black multiple times 😄😄
.
.
Just take a break.... -
Top Tip: When writing 200 line functions why not have a string variable named 'tmp' that changes it's value multiple times throughout?2
-
TLDR; Anybody got a good method of running multiple terminals with one command without tmux or something like that?
So I've got a lot of projects where I need multiple terminals running at the same time. Might be a backend + frontend application or something that's just split into multiple smaller applications. I usually just start multiple terminals and enter the commands to start the specific sub-application in each of them, but that's tedious, and developers are lazy.
I've tried making something nice with tmux, but I've found it to be a bit too cumbersome. Let's say I need to restart an application. Two interrupts and I've stopped one of four panes. And it's not very intuitive for beginners, and more often than not there are other developers involved.
Any suggestions on a good way to run multiple commands/applications at the same time, preferably with a single command? It has to work cross-platform as well as I work with Linux, Mac and Windows users.8 -
My team feels like a bureaucracy multiple decision makers looping to one another causing confusion to developers.
-
@dfox Quick feature request. Checking for duplicate comment or rant and hiding them. On erratic connections impatient coders like me press submit button multiple times making duplicate posts!10
-
Im not a hired developer yet, but here in hungary if somebody says he is a programmer, everyone just accepts he earns multiple times the money they earn.
-
Some long thoughts about state of desktop operating systems.
I always hated window management on desktop. There is basically no difference in usability between mobile and desktop in terms of application management. There is still finite amount of apps you can have in focus and you need to switch between them so they’re left from your screen.
What you end up is finite amount of screens you can connect into your computer or pounding switch context shortcut every other second.
We pushed computing so far and screen resolutions doubled from 1024x768 but the active desktop size is still the same.
For me adding additional display to laptop is not an option. What I love with remote work is that I can lay in my bed or on sofa or wherever I want to and write some code. My point is I don’t want to be stuck to my desk if I want to write / debug something.
Back to the desktop I think there is missing part of our state of desktop right now. The most we have are virtual desktops we can switch between but we can’t get parts of two desktops on same screen.
What I would love to test / develop is smooth infinite desktop with pinch and zoom - drag and drop navigation between my apps.
The problematic thing is determination of where user want’s to focus - is it fullscreen app or multiple apps on same screen and how to handle partially visible windows.
But I would love to test it. Maybe one day I switch to linux desktop just to try to implement the infinite desktop as an alternative to virtual desktops.
Maybe some rich frustrated kid would make it someday while I’m stuck at working my shit ass to pay for being able to have a decent life on this fucking planet…
I wish I can retire to focus on such things.2 -
When sales throws you under a bus because you never answer emails promptly about their pet project, yet multiple emails to them asking for a specification for that project go unanswered. When I mentioned the multiple emails the vp of company advised that they do not have the time for trivial stuff such as emails.
-
Why should gnome fuck up the switching ux? Just to be different?? Why couldn't you switch in multiple instances of an with alt+tab?? Why?2
-
Why are you so slow Kaggle...
(((preparing kernel)))
(((committing)))
I have tons of data to analyze with multiple methods...
sigh...1 -
browser automated test requiring multiple logins of different accounts
try to logout the legitimate way (automate hitting the button)
or wipe cookies?8 -
The worst part is: this commit message would cost me my job, but whoever created this retarded mess of multiple responses is untouchable.4
-
I'm not looking forward to today, lots of hardware to send out, which means multiple trips up and down 3 flights of stairs :(1
-
Me : Here, a list with multiple strings, do your job, Foreach block
Code : *do only one iteration*
that code is lazier than me1 -
What did I accomplish today?
80% improvement in build time AND you can now run multiple builds in parallel. You're welcome. -
LXC/LXD containers are awesome for Windows VirtualBox users. It would allow creating a single Linux VirtualBox VM and then create multiple LXC containers (full-blown Linux machines) utilizing all the full resources of host Linux VirtualBox VM, keeping it always a clean image. Super efficient utilization of RAM and storage. No need to create multiple VMs for different Linux OSs.2
-
How do you guys monitor programs on your servers?
For example, I have a raspberry pi zero w running raspbian (headless). On this pi, I have a bunch of discord bots and web scrapers running at the same time. My solution was to run them all from a bash file:
Python3 discordbot1.py &
Python3 discordbot2.py &
Python3 webscraper1.py &
Node webscraper2.js & etc.
Is there a better way I could be running these services? How is stuff like this usually done?7 -
What you are seeing is a serialized 16 Word pages, 50 questions multiple choice quiz, I had to manually transform as it needed some formatting like subscripts and superscripts and the guy that did this did some awful things, like using spaces to make some text go to the next line...
I need to make that quiz builder asap.1 -
i want to make an object from data from multiple related tables in my database,
do you know a better way?7 -
Best (fastest) 5 GHz enterprise WiFi accesspoint you currently know of? req.: RADIUS compatible, should be capable of doing 1 seamless WiFi out of multiple APs.2
-
Creating an open source project which is actually used by multiple people.
(I actually have something I'm currently building in the pipeline) -
Is it just me, that when tapping a rant on mobile the UI marks multiple list items as "selected", although only the one a actually tapped is opened?
It happens within the time I've written this, independently of app restart and it randomly highlights multiple rants below the selected rant, like a connected group of rants.
Anyone an idea?2 -
Sublime text. Just last week I had to implement Java batch with 60+ vars. Without sublime text to edit multiple lines to handle these vars I would go crazy.
The project I work is in eclipse, I think IntelliJ is good to edit multiple lines but eclipse is not very good.3 -
Took a Database exam today and tell me this, WHO THE HELL MAKES 40% OF AN EXAM MULTIPLE CHOICE? LIKE WHY?3
-
I guess, the daily tab would be a better start page instead of the weekly, because I check devRant multiple times a day
-
Let's be real a second, hiDPI and multiple DPI display support on GNU/Linux (xorg) sucks.
It apparently has better support through Wayland but I hate gnome3 (does KDE implements Wayland? don't really care I don't like it too, way too heavy)2 -
My superpower as a dev would be to type on multiple keyboards.
Like Rodney in here: https://youtu.be/IoAtsrSnGqw -
Ok, I get that this won't be a popular opinion, but I've struck gold on multiple occasions on SO...2
-
Spending hours troubleshooting with a customer, nothing works, until eventually it comes out that the customer lied in response to one of my first questions.
Congratulations, asshat, you played yourself.
This happened across multiple companies, multiple classes of products, multiple classes of customers. It is how my “rule 1” came to be (see previous rant). -
I'm an Angular frontend Dev and the backend is python. I don't know python. Manager deployed me to a the project as a full stack. I said I don't know python and still I got the project lol. They hired another python guy to do the backend. Now my manager said me to they committed to the client that the full stack Dev (which I Am) will learn Python eventually (then maybe fire in the future the python guy because I will be the full stack God) The thing is I hate python and only want to do angular.
Now I'm forced to learn Python with this big code base backend. Talking about multiple hats. Maybe soon I will also be the DevOps guy lol have you experienced this before?5 -
Working all my cores in parallel; working on multiple projects at the same time without finishing any project.2
-
So, I have multiple modules, each has build.gradle file. Why is it everytime I run, it refreshes all indexes and doing grail build run?1
-
node/JS is retarded
TIL that you can call return multiple times but it wont break
6 hours down the drain9 -
How should i able to develop/solve bugs when there are multiple people testing and everybody has different opinions, or are looking at cached environments?!
-
#TIL Hibernate won't allow you to insert multiple rows if a PK Column is auto incrementing in one transaction because ¯\_(ツ)_/¯
-
Haaaaaaaaaa!!!!!!!
How tha fuck do I stop Lambda to act so fucking dumb
thing invokes multiple times and creates multiple invoices
even after implementing code to stop this from happening shit still acts dumb
FUCK!!!!!1 -
finally got kivy doing something. app does not function and is ugly but at least i have multiple language support. yay, it's something.
-
is it good to copy from one place and commit forgery or copy from multiple places and make it a research
-
Someone have experiences with mining pools with pps in multiple coins and low fees for running a few scrypt ASICs?
-
Does one of you guys know a php package which provides a thin wrapper around the curl functions?
Especially the functions for multiple parallel requests in different threads.
The only implementation I know about is kriswallsmith/buzzbrowser -
Fixed the bug tested multiple times the build. When uploaded on stage not working. Debugging, debugging ... i forgot to push.. blah
-
i want to deploy websockets on multiple servers with horizontal scaling. i don't know what to use. redis pub/sub? haproxy? i wanna know your opinions. ❤️6
-
Couldn't they come up with a shorter name than reinterpret_cast? It makes lines of code so much longer if you have multiple casts in one line. 😥1
-
does someone know how is devrants tagging system coded? im asking about sql code. if 1 user can create multiple posts and each post can have multiple tags, how many tables do i need to have? asking bc i need to code the same thing7
-
Anyone facing issue while using multiple screens with Latest version DEEPIN OS ?
In my case the two extension monitors are not getting signal6 -
Multiple questions :
Who shall do the d3 driven data visualisation - which role?
Where are the asp.net people?
Why automation companies work preferably in asp.net?3 -
When are you most likely to make a mistake ?
The first time you do it.
Second most likely?
When you get complacent
So... Never let anyone see your first try and don't get complacent -
Frustration is starting a very large data object with multiple child objects while a project wide refactor is underway changing the MVC architecture and introducing serialization.
-
What is your opinion on multiple classes per file?
and having the filename not the same as the class
names?15 -
Anyone watched "wildcat" keyboard videos???
Why do I want multiple keyboards and multiple guitar???
P.S. that mans korean typing is off charts1 -
goddamn it just give us the high performance phone assholes we've been fucking through this already multiple times fix your goddamn site !2
-
Can anyone recommend a docking station with multiple hdmi and/or display port ports für Linux laptops?2
-
How do you deal with information overflow? Like having to switch contexts quite often, or trying to learn a thousand things. Or remembering multiple things?7
-
Worked on a project where the variable was public and static, was accessed at multiple locations and across multiple threads and no it wasn't using thread safe implementation. Since then whenever I read public static I start praying the next word be "final".
-
RANTRANTRANTRANT
1 whole evening gone to python needing multiple return statements to get var out!
At least I've overcome it now -
Any one played around with type one hypervisor booting multiple OS , what is the performance hit ( it has to be lower, right ? As compared to native boot)2
-
Being worst in relationships and having hard time in debugging on a simple query with multiple table joins was an disaster for me
-
My team just spent all afternoon again their wfh setups.... They all use multiple monitors and laptops...
I never picked up on the idea though.., multiple screens always felt distracting...7