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 - "rid"
-
Get rid of required minimal lines of code for project assignments.
I
Will
Slap
The
Fucker
Who
Codes
Like
This
As
Many
Times
Per
Fucked
Up
Line11 -
Let's get rid of the developer training: Pair Programming
Let's get rid of the software testers: Test First Programming
Let's get rid of the project managers: Agile
Let's get rid of the project planners: Scrum
Let's get rid of the system admins: DevOps
Let's get rid of the security guys: DevOpsSec
Let's get rid of the hardware budget: Bring Your Own Device
Let's get rid of the servers: Cloud Computing
Let's get rid of the other scruffy guys: Outsourcing
Let's get rid of the office space: Home Office
Let's get rid of the whole fucking company: Takeover9 -
my team: "lets get rid of materialize it doesnt work too well w/ react"
my team: *deletes materialize*
my team: *accidentally pushes to prod*
me: "guys why are we back in 2003"19 -
Sister broke up with her bf (sad) and he gave her a fidget cube as a present a little back. She wanted to get rid of memories so guess who now has his first fidget cube, yes! her brother! Meeeeeee 🙌😃14
-
Reasons why I update a software to the latest version:
1% - I'm glad that they fixed the bug
4% - I want the new features
95% - To get rid of reminders that don't allow to tick a "don't remind me later" field.4 -
Management:
"We're gonna make our own builder that sets up pre configured files.
So we are gonna get rid again of GIT, because with our system you shouldnt be working over each others files if you keep out of other peoples files."
So they basically are saying, we are going back to no version control because you should all keep to the honor system because our system is better.
I'm fucking leaving...
And possibly leaving a poison pill to boot12 -
devRant Android users - if you are a user who can consistently reproduce a devRant app crash and wouldn't mind helping me please let me know. You can comment here or email me at david@devrant.io
I'm trying to get rid of a couple of remaining crashes that seem to be happening in the Android app but we've never really been able to reproduce any of them. Thanks!74 -
Got rid of Facebook for personal reasons...spending more time on devrant and much more happy :) less politics!2
-
So my coworker got assigned a task. She copied some code from some crappy site, without even bothering of getting rid of "John Doe" in strings or getting rid of unused functions.
She hands it over me for review and I discover that the code doesn't even work! She didn't even bother running it! Anyways, I knew that the task was urgent, so instead of sending her a review, I trash her code and write everything from scratch.
This morning I woke up with an email from her to the team saying that *she* completed the task. Sorry babe, but I cannot let you take credit for my stuff.7 -
!dev
New year's resolutions:
1) Rid and keep my life free of toxic people. This includes parents.
2) Find a well-paying job that isn't also toxic.
3) Take care of myself for a change!
4) Stop putting up with things I don't have to.
5) Actually enjoy things I enjoy.
6) Finally buy a harp. I've wanted one since I was 3 ffs.
7) Finish de-googling my life.undefined i am a girl you twits! toxic? snip. snip. resolutions parents always said a harp was too girly10 -
I had a manager who was a complete incompetent idiot (other than a fucking backstabber). He left the company ~3 weeks ago, yet I believe it would take 5 years to get rid of his legacy.
Today I discovered that one of his "genius ideas" led to the loss of months of data. This is already bad, but it's even more upsetting given that the records that have been lost are exactly the ones I needed to prove the validity of my project.
That fucking man keeps fucking with me even when he's not here, YOU DAMN ASSHOLE!!6 -
Proprietary video format. Native iOS app. Ok.
Using swift to decode and render. Ok.
Kills battery and is actually too slow on older devices. Ok..
Diving into armv7 neon assembly, it puts the "ok" in "pleasure".. Ok.....
Getting it to work. Fast frames. Yes. Ok!
Battery still stressed..ok.
Just need to get rid of the brown tint.. ok.
The tint became a brand mark. iPhone gone. Ok! Hours later, received email.
Vendor upgraded to serve h264 over http.
"Kill yourself with fire, ok?"2 -
True web dev power is using the dev console to get rid of modal boxes so you can see the content underneath7
-
Once crafted a beautifully executed use of Polymorphism with intuitive interfaces and classes with a concise and loose code just to watch my boss get rid of the interface , because it had no code in it, and fill the fucking code with an ugly switch statement to choose which class to instantiate.5
-
I quit my job. Today was my last day. Feels so good to get rid of the toxic workplace attitude.
I really wish someday managers understand the difference between an estimate and deadline, will reduce the pressure on devs.
I'm glad that I can take a break and explore what I want to do next 😀12 -
Why do not more people get rid of that stupid FB app? Like seriously, free extra hours without charging 🎉8
-
Tried to dual boot my laptop running Windows 10 with Ubuntu.
Ended up deleting Windows.
Somehow managed to install Ubuntu and now I'm left with only Ubuntu and got rid of Windows.
Win-win for me I guess 😄😄8 -
The goal of one of my CS assignments was to learn about makefile, and during the last minute - literally while I was waiting for the professor to come over - I was just making everything presentable and getting rid of noise. I figured putting rm -r *.* in clean would be a good way to get rid of all the debug output.
To be fair, my project folder was indeed pretty clean afterwards.7 -
Dear designer, if you're generating assets please make sure you're naming them right. And oh, get rid of that .DS_Store thing please.10
-
I live 5 minutes from work. Not in and of itself a way to improve but it means I have an extra hour and a half each day when compared to my colleagues in which to do work, spend time reading etc.
Also get rid of Facebook.
Best life advice I can give.7 -
I don't have a degree in CS. I've been in the field for 3 years at a professional level, and I've definitely improved my skills substantially. But I still get that lingering feeling of imposter syndrome. Any positive thoughts or tips to rid of that feeling? I perform well at my job but still feel like an outsider in the industry sometimes 😔18
-
Finally got rid of all those cables, just one usb-type-c-cable to plug in my whole office. Love it!8
-
A teacher of mine once asked me if i could take a look at his external HDD because all the data was suddenly gone. Important holiday pictures and stuff...
Turned out he accidentally created a Windows 7 "library" based on the root directory of the drive. Next logical step to get rid of it: delete the whole content because "i don't need the data twice".
Explained the concept of directory links and restored the files...
His wife later asked him about the reason for the data loss. He didn't have the balls to tell her that he deleted them himself even though he knew it at that point =D -
My University distributes all worksheets over an online system. To access the files one has to download them each time first. So to get rid of all this annoying clicking in the browser, I just programmed a service, which logs onto the website ,crawls trough every folder, searches for new files and downloads them if they do not exist on my computer. Kind of proud as this is pretty much the first really useful program I developed lol8
-
Work: there is little work for our freelancer we're getting rid of him at the end of the year
Me: are you sure, that will put a lot of work on my schedule.
Work: I'm sure you can handle it
*two weeks later*
Work: have you finished feature xyz yet
Me: nope had a server crash today so pushed it back
Work: why didn't you get "free lancers name here" to do it for you
Me: I could of if you didn't fire him, he could of also done the other features you want too
Work: ah ok1 -
FINALLY! The European Comission is thinking of getting rid of daylight saving! I am so looking forward to this.12
-
My devGoals for 2019 are:
- Move DNS blocking from hosts file to a PiHole (or similar) at home
- Implement a full HAL for some smol microcontroller in C
- Create better automation templates for testing, building & deployment for our Angular projects
- Get rid of crippling depression
- Force my boss away from firebase and google tools in general
- Spread the love for CraftCMS
- Spread more love in general (with protection of course) 😄1 -
I spent 5 years as sole programmer on a Doom 3 total conversion. Joined the team as a shitty C programmer that didn't know C++, and just hit the books and got rid of the social life. The successful part is that we actually finished it.
It's just a game mod and my fist foray onto a new language, and current project will hopefully soon replace it as my biggest & best show of skill, but I'm still proud of it.3 -
Client: Hey can you get rid of the dark overlay on the image?
Me: It would make the white text unreadable on the images you use so it would not be advised
Day passes
Client: (literally resends the email even though he saw mine) Hey can you get rid of the dark overlay on the image?
Me: (changes it and tell my colleague he's 100% going to ask to change it back) changed it
Client: I made a mistake can you change it back
Me: To colleague, told ya 😂😂😂 🤓🤓4 -
1500+ likes to get rid of this Mac-like notebook in my avatar! Now THIS is something I like to rant about.10
-
This month is going pretty well so far..
New job: ☑️
Get out of FinTech: ☑️
New place: ☑️
Get rid of car #1: ☑️
Get rid of car #2: ☑️
Pay a shit lot of taxes: ☑️
Still have some money to on the side: ☑️
Book flight&car: ⬜️
Register in new country: ⬜️
And still 2 weeks to go.
Holidays are coming though..
I actually did a sticky label agile board for this 😄9 -
I spent almost 10 hours coming up with this RegEx. Trial and erroring my way to hell. First I had get rid of the HTML tags (which was easy-ish) then I spent most of my time trying to figure out how to remove the god damn dash but keep hyphenated words ....... Then I found \B and look behinds...
I am making it a point to get good at this shit... Because right now I am petrified of it... Fuck you Regular expression you have taken away all my emotions...14 -
My noob friends at college don't understand coding and its purpose. They miss out a semicolon or a closing bracket.
They reach out to me to help them get rid of the errors(too many).
Me: Just add a closing bracket here.
Friends: Boom, you are the god Bro!!!
LOL 😂😛5 -
When you replace all PC fans with Noctua 6dB pieces and the noise-maker becomes your 3TB WD Red...
I've never thought I'll want to get rid of my hdd because of noise
*wrong tag. My bad13 -
Linus Torvalds: 'I'll never be cuddly but I can be more polite' (BBC)
https://bbc.com/news/...
I could easily point you to various tweet storms by people who criticise my 'white cis male' behaviour, while at the same time cursing more than I ever do.
I'm trying to get rid of my outbursts, and be more polite about things, but technically wrong is still technically wrong, and I won't start accepting bad code just to make people feel better about themselves.9 -
Ranting about devRant on devRant:
devRant just got rid of my 3k story after I tried setting up the tags..
Yeah, not going to write that again today
ᕦ(ò_óˇ)ᕤ4 -
I still nuke Ctrl + S so often while coding/editing a document that I sometimes think i'm just borderline maniac. This is one of those paranoid habits that has stuck with me since my early coding days, despite a majority of editors having auto save enabled. What other weird/awkward habits do you have that you cannot get rid of no matter what?10
-
Making python 2x faster by replacing enums with literal values.
Pros, it's faster, cons, it's unreadable.
God I miss compiled languages. At least optimizing them requires intelligent problem solving.
It's a text parser state machine transition so it's a code hot spot, so this kind of optimization is worthwhile. But it's kinda annoying.
Next is get rid of any semblance of readability and replace the match with an array index...31 -
If you are a father and you find out your kind produced a pile of shit, you change the diaper and get rid of it all. No questions asked.
If you are a developer and your colleague produces pile of shit and you try to get rid of it, you end up in meetings how this piece if shit is actually master piece of shit and have to argue about it to manager that knows shit about a shit.2 -
I love the feeling of running `sudo apt autoremove` and getting rid of like 500 MB of useless packages.8
-
A woman has bugs in her home, she wants to find a bug hunter to get rid of them. She calls a man who does bug hunting, he comes to her house and says: "I am a bug hunter, you called me. Where's your laptop?"
Woman confused as she is asks the man: "Why do you need a laptop to hunt and get rid of the bugs?"
"Well how else am I going to debug those bloody programs you wrote?"
Note: I promise I made this up, if anyone else already posted this, I wasn't aware.3 -
My productivity has become 2x or more lately not because I like my job, but because I hate it so much that I want to get rid of it as soon as possible. Every fucking element about this job can make me vomit.3
-
Windows 10 wants to ruin my life by consuming almost 70% of memory for itself from 4 gigs.
No application is running and still consuming that much of memory. Now I just hate the updates of windows 10 pro.
Any suggestions to get rid of this situation?26 -
Me: I deprecate a react component, because it's bloated and no longer makes sense, and I let everyone on the team know that we're working to get rid of that component
Other Dev: Hmm, if I copy this component for every time that it is used, rename all of my copy's and delete the original, I got rid of the deprecated component...
Me: After hearing that deprecated component was removed... "Good job other Dev"
Me: A couple of weeks later after dev leaves company and I start adding some new features to the app "WTF" -
Not sure if this counts as a dumb request but:
Customer- There are too many tasks, we need a 'SELECT ALL' button to complete everything easily
Me- sure that's easy to add
(After addition)
Customer- people are completing the tasks too fast! We need to get rid of the select all !
Ugh5 -
Oh don't worry I just wasted a whole day, it's not like I had homework to do, projects to finish and VM's to install and I busted my sick ass trying to make it all work on my Linux machine which is now tainted with software I didn't even want to install and useless docs while having a 105 fever. It's all fucking worth it because at the end, of the next day, oh wait...you didn't even install the updates properly, fuck you windows! I swear the first thing I'll do after graduation will be getting rid of you!!5
-
I delete all the bookmarks manually thinking that I will get rid of the bar, but instead I was left with this!!!! WHAT THE FUCK!!! 😡9
-
Best way to get rid of popups and Adblock-blockers:
Just disable JavaScript.
Tested working with Forbes.8 -
Quit my job almost a year ago, not sure if I want the same job again. Still love coding but I think I have to look for something else in favour of my mental health.
Today I made some woodwork for charity and it felt great. But I can't get rid of the lil dev in my head:
- I wish I had some kind of VCS
- Someone must have done this before, why didn't he open source his work?
- Ain't there any lib for that?
...
😂5 -
Me half a year ago: I want to work at Google one day.
Me now: I want to get more privacy and to get rid of all Google / non private services.
Right now I am trying to switch to signal but it's hard to convince my friends, which also use Instagram Facebook and Snapchat to use signal because they don't give a fuck about privacy and can't be bothered to install an app which taks less time to setup than a fucking Facebook account.7 -
Last time client got hacked...we just could not get rid of the malware...it replicated itself short after deletion.
Ended up creating the same files with zero content and setting them read only.
Not clean, but enough to sleep.2 -
Recently purchased a few edge AI devices at work, and management sent some people to box up and get rid of our dedicated GPUs, since we "just got new AI computers." Now futilely trying to explain to management that not all computers are exactly the same...3
-
Bought an S9. One thousand times better than an iPhone. Thank fuck. Finally rid of apple after 6 years. Took long enough.17
-
About a year ago I found this old desktop in my storage room. I plugged it into a monitor, started it, opened a game, and the game was running at about 5 fps. Unplugged it, opened the cover, saw loads of dust, got rid of all the dust, started it again. Fps increased 1000%.
Moral of the story is, CLEAN YOUR FRICKIN COMPUTER.3 -
Does anyone know to get rid of a programming CURSE?
"You will have unique ERRORS, only in production, which would not be found on Stack Overflow"
:|1 -
Keep getting contacted by the same recruiter for the same company. emails, phone calls, messages on LinkedIn. i can't get rid of this guy. don't know how many times I have told him "I'm not interested in working at a call center."1
-
Time management tips one must follow to be successful:-
1. Remove distractions:- Phone, Whatsapp, Instagram, FB, etc. All away from you during work.
2. Remove clutters: Get rid of not required things.
3. Eliminate redundancy
4. Emulate others: (My favourite) If someone has spend time and done some work. Do not reinvent the same work done just replicate that work and continue from that point.
5. Share burden: Team work and depending on others is not bad.
6. Make work fun: Most important if you enjoy your work you will give your best.5 -
Google got rid of the awesome Inbox app, only to force us back on Gmail with fucking NATIVE ADS! This one really triggered me10
-
If you want recruiters to stop messaging you on linkedin. Change your job title to "Professional Cleaner".
Follow me for more tips on how to get rid of the blood sucking leaches6 -
A weird thought popped up in my mind this morning. I thought about buying an iPhone.
Please rid me of this weird notion.18 -
When I'm too tired and just want to get rid of obligations:
I write down 3 to 5 most important things I need to get done. Then I put myself on autopilot. -
I have a confession. I have always used IDLE because I love it. It's slow, lacks a number of features, and is just all-around outdated.
So today I went and I got rid of it. I tried PyCharm in the past but it was too complicated for Python. I like JetBrain's IDE for Java, but not for Python. Instead, this time, I opted for Spyder. I tend to get quite excited about new IDEs, and I do like this one a fair bit. The editor offers a dark theme but the UI surrounding it does not. This is offensive, but acceptable, for the time being. Here's a screenshot. Any thoughts?15 -
Coworker: I did not progress much but at least I managed to get rid of all compiler warnings.
Me: That's okay. What were they about?
Coworker: No idea.
Me: How did you get rid of them then??
Coworker: I removed the "Wall" option when I use gcc. -
Fuck linux and fuck nvidia... I am dual booting my laptop with win10 and manjaro, but I really want to be able to completely switch to manjaro and get rid of windows. The only problem I have is that it's literally fucking impossible to install the divers for my 1050ti properly. I've looked at several forums where people were having similar issues, I've watched youtube videos, I've tried everything but I can never get it right, something is always fucked. I don't even know where I should look for help...11
-
Yesterday before going to bed, I got rid of and made sure my program has no more errors so that I can implement other features in the morning.
Today when I compiled the same program again(without any additional implementation) I got more errors then I solved in night. I guess the part when I got rid of errors was just a part of my dream!! -
"Alright everyone, we can't keep this up. Every day our builds are breaking because of test failures."
"We could just be more diligent devs and actually write/update tests based on new behavior we introduce to the system?"
"What? No! We're just going to get rid of all tests!"
a few days later
"Guys!!! Everything's on fire now! How didn't we catch these huge breaking changes!"
https://media3.giphy.com/media/...2 -
There was a yellow exclamation mark over Windows Defender icon on system try, I'm very obsessed due to this reason I opened Windows Defender to check the fuck is going on. Just to get rid of it I had to create an outlook.com account and link it with Windows Defender.
What the fuck is Microsoft up to now.3 -
This is driving me nuts. Anyone know of this malware or whatever shit it is? Every now and then ads pop up. Usually in the launcher, but sometimes also in other apps. It'd be nice to get rid of... Usually when I look in the activity manager theres nothing, but this time I managed to capture it.14
-
Having found Stripe i am glad i can get rid of PayPal on all my projects.
Paypal is overrated.Stripe is the future of online payments for developers.2 -
My manager told me that I'm going to become unmarketable if I don't start expanding my skills to include other programming languages... This same guy is trying to get rid of the C# and Python applications that our team owns so that he doesn't have to train employees in those technologies. WTF?3
-
In 3rd year of college my friend decided to get rid of all his NullPointerException by instantiating all his strings as "null"...2
-
Not gonna lie I have toxic people in my life and I have caught myself in multiple situations where I behaved differently, did or did not do something just because they were near.
Whenever these people are gone it’s just the most beautiful thing to be able to relax (also in my mind).
It’s crazy what other people do with us and how we can exaggerate all these feelings and emotions. The best thing I can do is to get rid of this toxicity in my life and move on.
Anybody else or is it just me?1 -
Here's an advice to you guys:
Ever look at your mailbox and think it's so full of junk?
Archive all your current emails.
Then next time you get any spam emails take the time to unsubscribe or block the sender.
Trust me, life is so much better after you've got rid of those craps. And it's not that hard like it seems. In a week you'll probably get rid if 90% of those.3 -
Installing Windows on a laptop, it's late in the night here, so I kept that laptop aside and was programming away on my primary laptop, when suddenly-
"HI THERE I'M CORTANA!"
I nearly jumped out of my skin.
Seriously, Microsoft, I like the recent stuff you've been doing but please get rid of that. It's extremely annoying.3 -
The coffee here is so shitty, I have to drink lots of water to get rid of the terrible flavor that remains in my mouth every single time.
On the other hand, I'm very well hydrated.8 -
It feels like this piece of code tells a story. Something about lingerie models, a wild night and frantically trying to get rid of any evidence.
-
2 loads of laundry... check
Bit of time of Battlefield to get rid of some stress... check
Glass of whiskey to keep me coding...check
Wow - I've actually got a few minutes to spare on my home project! -
We should get rid of loop invariants. They are cumbersome and counter-intuitive (hopefully someone gets the inside joke).1
-
Features of any software product development: there is a catastrophic lack of time to get rid of bugs, but always enough time to make them even more. 🤦♂️
-
WINDOWS 10 low on memory error! How do i fucking get rid of this keeps restarting my computer 😫😫😫! PHOTOSHOP USER10
-
Trying out the Windows 10 version of devRant. I had to get the Windows Store back on my system as I got rid of the Windows App the came with upgade but, once I figured how to add it back, I got devRant and it looks great!1
-
Person: "Can you speed up my computer? Don't delete anything though."
Me: "Your hard drive is at 99%... you need to get rid of some stuff."
Person: "Can't you do it with out deleting anything?"
Me: "We can move it to a cloud service..."
Person :"No, that won't work. How will get my stuff back?"
Me: "Nvm..."2 -
Your Thunderbird inbox file is 8GB and you complain about the speed but still, when I fucking ask you if you want me to archive for you the fucking mails, I get a "Hell no, I don't like them archived because then they are difficult to find"... go to fuck off.
-
My uncle wanted to get rid of this random-ass cable box, but i took it to salvage it.
Then I got curious.13 -
We’re a young and dynamic team of messy data-scientists who have failed at being employed on the real market. Our experience in losing data and throwing files away is more than amazing! Over the years, we have managed to get rid of so much important data at home and even at work. Pictures of our holidays, important invoices, login details… it’s all gone. So we started to make a business out of what we’re good at.2
-
Goosfraba mofo!!!!
“Temper’s the one thing you can’t get rid of, by losing it.” – Dr. Buddy Rydell6 -
Just got my first iPhone today. Any idea on how to get rid of these two? Using the Google keyboard and I hate that so much of my screen is occupied by these two6
-
I made 60 lines of modern, clean, multi threaded, optimized python3 code to deliver data from GIT to IBM ClearCase, on old Windows VM, hundreds of files (CC is file-based version control, every file has it's own change)
This calls for sauna today to definitely get rid of this dirt :)
And they said devops is all around docker nowadays :)2 -
Noname Russian $17 wireless charger somehow makes less high pitched coil noise than my fancy nomad charger.
Yes it’s ugly. Yes the led is blasting and yes I painted over the led with a black nail polish.
I disassembled the nomad charger and located the coils that were making noise. I’m going to either fill them with epoxy (a common technique used by gpu enthusiasts to get rid of coil noise) or replace them completely.
TL;DR:
nomad — bouba
noname russian charger — kiki4 -
Brazil is the country where companies spend the most to find out how much tax they should pay on a product. This process is so complicated that it consumes more than half of all software development professionals available. I'm one of them, and I can't stand working with this shit anymore. I have other projects, but I can never get rid of this niche that is more profitable. It sucks when even though you do what you love, you use it for such a stupid purpose, which is to calculate how much you should give to the government.10
-
I was sick the entire week, told my boss about it. I was really enthusiastic about the work and also didn't want to let other people down, so I went, even though I didn't have to.
Today this asshole screams at me for being late and goes on about the broken trust between us etc.
This motherfucker. I showed up, for a whole week, in pain, despite not having to do so. I had to punch the bathroom walls for ten minutes in order to get rid of all the anger.
TL;DR:
Never do more than required, it will absolutely come back to hit you.5 -
Being the only one in my friend group who is a developer, I keep getting asked ridiculous things like "can you install XYZ for me?" "can you get rid of this virus for me?" "Can you fix my microwave?" I wish I was kidding.2
-
After finishing the last presentation for this degree, first thing I'm doing is getting rid of my mustache. 😐 👸2
-
Is anyone else super annoyed that rust doesn’t have an increment operator??? Why did they get rid of it????12
-
Well, that's one way of getting rid of bugs and creating other issues, since it never works out to have just random people fix never to be touched again systems9
-
I've been assigned lots of database work the last couple of weeks. Managing old databases are what make or break people surely.
The customers have this proprietary mess of a Visual FoxPro database manager.
I spent the entire day navigating what I should and shouldn't export for them (as they're fortunately trying to rid themselves of the service)
When I was supposed to do the export, the proprietary hardware only allowed exports of 25 rows at a time with the free version this big company is using... I ehr... I just regret not converting it into SQL to begin with.2 -
My client might just make our designer ragequit. 30 days ago he said: ohh this login page looks empty, I want images in the background. 15 days ago he said: I like the images, but change this part and this part. Today he said: I don't like any of the imagea, get rid of them. ლ(ಠ益ಠლ)3
-
I got travel advertisments on my Windows 10 lock screen. I didn't remember how to get rid of them, so I had to search for it again. I was lead to this piece of fine irony on my screen.
Staring at it felt like staring at the concept of art while it's staring back. This experience left me emotional.
Thank you Microsoft and Windows Central. Thank you art, life, and love. Thank you ads.5 -
With all this sexuality bullshit going on with devRant, it feels like covid all over again to me. We just rid of covid and now we face a couple of variants of it.
Keep your junk in your trunk and let the bullshit end55 -
Biggest one is dealing with idiots who break everything. Can’t space anything properly. Oh you needed that function? I got rid of it because it broke my code, and it was easier. Oh yes, just perfect, get rid of a core fucking function you retard that multiple parts of the code rely on. (Luckily it wasn’t pushed to the main, otherwise everything would’ve broken...)
Another one is finishing a damn project, I have like 20 by now... all in different languages that I want to learn. Time comes to work on it? Oh wait, let’s make this because it’s more fun! Just adding more projects to my graveyard. -
I have hundreds of Udemy courses I'm enrolled to. I hoarded them when they offered free coupons a few years ago. I realized most of them are trash, sharing wrong information with their thick accents. There is no option to unenroll, just archive. It feels dirty knowing they are still there, like ghosts hiding behind the curtains. Hoarding is a disease. I need to get rid of the noise. There is so much noise in today's world. Send help.1
-
When you "think" got rid of some errors and end up making 15 more errors. You be like "I WANT MY OLD ERRORS BACK RN!"3
-
A house.. or lego star destroyer..😝😆
Joke aside, I'd rewrite current project from scratch to get rid of all the automation and IE dependancies and make it cross browser and all the dead code...and all excess ORMs and especially EFCF..and also make support for db diff than oracle..and no need for ora client installation..
Yeah, I'm a work junky, I have no projects of my own.. one kid is demanding enough of my time.. 😉3 -
Definitely andOTP, my two-factor authentication app for Android: https://github.com/andOTP/andOTP
The only thing cooler will be once I finished to rewrite it from scratch to get rid of the legacy code from before I forked it.6 -
Finally got rid of my old job I ranted about so much. Started a new one on Monday. A bit anxious and terrified (there is a lot to learn) but it feels good. The team is fun and they know what they are doing. BUT most importantly: they know how to plan projects and know how to intervene if a project is about to run out of resources. NICE.
I'll keep you posted on how it goes3 -
My phone screen died very suddenly so I had to power on an extremely old phone to serve as an alarm clock.
What is it with Android and completely dying after a couple years' downtime?
Anyway, I think the only reason I replaced this phone was that it was insufferably slow and the immediate excuse to get rid of it was that the charging port corroded. So glad I keep these things around, even after moving house 4 times.14 -
Got tired of Windows 10 giving me BSODs
Tried fixing it (previous rant)
Decided to get rid of it
Purged Windows 10 along with Mint for good
Booted Solus (It's awesome)
Installing..
Installation failed - Input/Output error(5)
?
Maybe ISO got corrupted
Downloaded ISO again (painfully slowly)
Installing...
Success!
Booted to Login screen
Incorrect username/password (shit)
Tried again x times (absolutely correct username and password, I'm sure)
Doesn't work
Booted from the same USB again
Format and Install (again)
Installing..
Installation failed - Input/Output error(5)
:(
I'm not sure what's going wrong here..
My laptop is soulless right now..9 -
Let me share a million dollar worth of advice with y'all
RGB makes your code run faster and gets rid of errors. If it doesn't work, you're not using enough RGB.7 -
So I removed all the Eclipse crap from the repository (.settings, .project, etc), add those to the .gitignore, commit and push. The next thing happened is my co-worker found that broken his copy of the code as on Eclipse. That's expected. I told him it's justified to get rid of IDE specific stuff from the repo. All he needed is to set up the project again on his Eclipse.
...
...
...
And he didn't know how to do it.
...
...
...
I helped him out. Wasted 15 min. It shouldn't take that long if I did not try to explain along the way.
I feel like fixing printer.5 -
Does anybody else drink strong coffee in order to actually get RID of a headache? It works for me....but now I've got to continually drink coffee every few hours for the rest of my life.10
-
[Public Survey?]
I'm in a stressfull situation.
In 2 years, I will hopefully attend a university of applied science.
I have two ways to go.
I can still go on with Computer Science and up with a Bachelor.
Or I will attend a university where I will get my Bachelor in Aerospace Engineering.
I know that this place isn't really a place to discuss this sort of topic. But Idk how else I should solve it. I can not get rid of this decision. Even tho it's a personal decision, I also want to hear your opinions.6 -
Fucking love it when the windows copy/move dialog gets stuck at 100% with 0 items remaining and I can't get rid of the damn window for 20 seconds.
Windows is obviously the superior OS.10 -
Tutorial: How to get rid of your dev?
1. Find a very old (2+ years) jira task that took a lot of sleepless nights to get resolved.
2. Make sure that your dev is still on the watchers list.
3. Reopen to 'change some labels'.
4. Forget to close the task again.
5. Remove the body. Heart attack will get classified as a natural cause.
6. Close the task.1 -
I just said "bye" to all my Whatsapp groups, and finally got rid of that service ! (meaning deleting my account as well, not just uninstalling the app).
It's so hard to make people understand what is happening and what I think about security/privacy... Guess I'll have to wait for people to finally come to Signal or Keybase if they want to reach me more efficiently :)12 -
Why these fucking companies don't support Linux on desktop and get rid of fucking Windows? Dell has developer edition laptops yes but they are not as available as Windows ones. Why don't other companies don't start such a trend? Oh let me say it, money! But as developers leave Macbooks for better choices, I think it's time for manufacturers to start investing in Linux as a replacement.8
-
Just used IE on a fresh Windows install to download Chrome..... Now looking for a way to get rid of IE completely.
Seems about right!6 -
When do you clean up you digital photo library... and get rid of RAWs with final copies? or am I the only one that saves those on my phone?9
-
!rant after over 2 years of fighting, I'm finally rid of my cheating-ex in finances today.
My House and life is finally my own again. -
Can anyone recommend a good free blogging site?
Was going to use wordpress but im not paying 130 AUD just to map it to a sub domain.
Blogger has very few options when it comes to themes and custom themes.
And tumblr... Is tumblr (I was using it but decided to rid myself of such filth)7 -
I'm using Manjaro now. And I have two questions: How do I install idle3 for python3 and how the fuck do I get rid of this stupid panel?2
-
Decided to get rid of a system app but forgot to disable stupid System Integrity Protection (OS X stuff) first so it flipped back at me with a thousand of "Permission denied" errors.
Whispers behind me (it was in the public):
— What is he doing?
— I don't know. I think recompiling the kernel... -
Swapped workplaces as the previous one wanted to get rid of me, the new one so far feels even worse.
Teammates are too busy to help, codebase makes spaghetti code look like a compliment (and it takes forever to compile) and my manager somehow believes I’m super man, supposed to finish everything faster than speed of light.
I’m miserable.2 -
They need to get rid of the Cook and employ a Chef.
It used to be creativity, foresight, instinct manifesting itself in great innovative design and software. Now we have everything focused on chasing the $. Just like Microsoft used to be, until that is they realised. Now Apple is the old Microsoft and Microsoft is the new Apple.
I live in hope.5 -
Been using linux for too long I forgot my windows password... I don't fucking forget password! Maybe this is a sign I should get rid of windows entirely 🚶🚶7
-
Hey curious... what motivates everyone to code?
I've actually finished a few apps to get rid of some pain points at work...
and cuz i wanted to do some real coding...
https://github.com/allanx2000/...
https://github.com/allanx2000/...
Actually this may be the first time I've actually written any personal code this year...
So I guess for me I just have to be pissed off enough to actually bother trying to fix something.9 -
Which do you think is going to have the better future? Why?
AR (Augmented Reality)
VR (Virtual Reality)10 -
Feels crazy, but just for rid of my second monitor. So much easier to stay focused now. It's just way to easy to have Youtube running on the other screen.4
-
enrolled in a maaters of CS with a concentration in A I and it has all been bullshit. poorly made lectures, retarded lecturers, unwilling to help staff and just overall shit experience. Thinking about switching concentration before they ruin any hope i have for A.I before it becomes too late. legit considering if i need the mcs for anything else than job prospects for which i already have a really good paying job for which it is virtually impossible to get rid of me(i hold the entire department) man........ really want to drop out4
-
Android buttons are the fucking worst thing to deal with when using Xamarin. FUCK YOU ANDROID BUTTONS I DONT WANT YOUR SHITTY DEFAULT PADDING THAT I CAN'T GET RID OF YOU CAN GO FUCK OFF.8
-
I feel like contractor companies are crazy overfunded at the moment..
They keep hiring more people to put on the invoices but everyone seems to be working at 50 capacity at most...
I understand that clients rather overpay contractors than hiring people themselves that they don't need anymore in a few months and can't easily get rid of but dude.. I'd gladly do the job of 3 contractors for twice my salary in this current climate.
Not to mention that the amount of hiring brings lots of underqualified engineers with it.3 -
Hi guys, i have a serious question
I have added port 22777 to UFW to allow ssh through that port then i notice that it wouldn't work, after some time wasting, i added the same rule to iptables, then it worked, why do I have to add the same rules here and there twice? Is Ufw just a decorative app? WTF is going on? How to get rid of iptables and use only ufw? why should i allow the port twice, I need your answers please18 -
Viva Insights is the worst malware from Microsoft so far. Spent a good two hours finding out how to get rid of events called "Tid för fokusering" (time for focus) that kept popping up in the Outlook Calendar, just to find out that you don't configure that shit in Outlook anymore, but in Teams. Go figure.3
-
May IE burn in hell.
One time I was trying to get something positioned properly, and it worked on all browsers except IE. There was this little gap between two divs and I couldn't get rid of it. In desperation after hours of troubleshooting and lots of CSS attempts with no solution, I removed the whitespace from between the two divs in the HTML:
<div>...</div>
<div>...</div>
to:
<div>...</div><div>...</div>
And voila! No more gap when looking at the rendered page.
FML I hate you, IE.1 -
Btw, does someone know a search engine where I can exclude whole pages easily? Or a browser plugin?
Because I want to get rid of all those 'Disable Adblock' pages for good...6 -
Fuck my video game addiction. I really fucking want to code, but I've got like 3 games in which I need to progress, or I can't continue playing with my friends, bcs of the skill difference. Meanwhile my pi is sitting there just waiting to get tinkered with. Could somebody give me a god damn tip on how to get rid of this.7
-
In high school I absolutely hated business and science subjects(phy, chem, bio) as well.
Not to forget fucking maths. Calculas and all that shit I never paid attention to.
I chose CS hoping it would rid me of maths.
Fell in love with programming the very first semester.
Now I'm in my last semester and a freelance Web Dev. -
Finally managed to install nvidia driver on my ubuntu laptop after a couple of fucked up resulting in me formatting the ubuntu partition. Im sure there are solutions which didnt require reinstalling the OS but I gave up trying after wasting about hours tinkering with the installation, and restarting into blank screen.
Now that I can work and play dota on ubuntu, Im ready to get rid of the windows 10 dualboot2 -
Dude that convinced me to come to company became the most toxic person ever after I got fed up of his lies and lame attempts to get me to do his job (so he could just get the merits). We don’t work on the same project but closely related. Every time we speak he tries to hurt me by trying to put me down/raising sensitive topics. But he gets rid of the history all the time, so I have nothing to handle to HR or manager. Time to jump the ship? Job is fine otherwise.6
-
I've just seen Shut up and dance from Black Mirror. HOLY SHIT! I really need to get rid of my encrypted "Homework" folder and up my already high security level even more!8
-
How do you guys and gals combat RSI? Starting to get pains in my forearms... After a day of coding when I get home I have to prop the right hand side of my keyboard up to game as it gets rid of some of the discomfort...6
-
Ugh I hate jQuery. It's so bloated, and I can do everything I need without it. But I can't get rid of it cause WordPress absolutely needs it.
At least I can pretend it doesn't exist on my personal projects.8 -
Let’s all try to agree collectively, if we can rid the world of one IDE and/or Text Editor what one would that be...
3
2
1
GO!35 -
My dad has gotten some annoying viruses in his PC and I'm getting so mad at how slow his computer is and since I'm the techie at home... //ANNOYED SIGH
I shall do it. I shall get my dad's computer rid of this crap but it's so slow oh my god >:V5 -
Should we get rid of the name JAVAscript and start calling it EcmaScript or smth to avoid confusing recruiters with Java?20
-
In our company most of the PMs do the development. Surprisingly it does with pretty well.
But this PM just asked "how to get rid of spaces in a string"...2 -
It takes a satire news site to make this point.
http://waterfordwhispersnews.com/20...
The sooner the UK Brexits, the sooner we can get rid of these stupid EU mandated warnings!!3 -
What are some things, as a dev or whatever you want a classify yourself as, use to get rid of stress?10
-
The lead UX person at my company wants to get rid of the focus outline in our web apps. Some other people want to change its styling to be less apparent and remove it from some places all together.
I'm trying my hardest to explain why it's there and how important it is to accessibility but I'm at the point where I just want to scream at them. -
Guys, please help out a fellow rantr in distress, I'm trying to get rid of FOUC here. My current solution almost works, but please check this out and a little help would be much appreciated.
http://stackoverflow.com/q/...1 -
Joke about Rust all you want, but Rust is the reason efficient programs are on vogue. When you see a web developer optimizing their JavaScript to make a smaller bundle, or a backend developer getting rid of dependencies, thank Rust for that.
I don't like Rust, I don't like their community, I don't like their superiority complex, but their existence is net positive so far.9 -
C++20 Modules ! I can't wait to get rid of includes and include barriers ! Still prefer Rust though, borrowing times saved my butt just this morning, hopefully we'll get them on C++ too at some point1
-
I decided I'm going to repartition my laptop so that I'm able to dual boot Arch/Windows.
I really dislike Windows and got rid of it permanently because it kept deleting my (back at the time) Fedora partitions every couple of weeks.
Now I just really miss playing some of my old favorite games that I cant get working on Arch3 -
Yeeehaw,
i finally get rid off that over-the-top dependency on Zend\Config in upwork/phystrix
The Pull-Request is on it's way:
https://github.com/upwork/phystrix/...
After 4 years of "this will take minutes to refactor" and "yeah. I totally agree. Replace Zend\Config with Array Interfaces", someone (in this case me) took finally care of this easy to solve issue :)
I hope it will be merged soon into the master branch -
I literally won't ever understand:
Everyone hates JavaScript and despises using it.
Everyone also hates PHP.
So to get rid of PHP smh we decided to use js in the backend, too? And that shit is working and a lot of people enjoy this? Everything is fucked up34 -
Wired's ads to subscribe cover half the page and get annoying so I use the only super power I have to get rid of it.
Good bye "paywall-bar paywall-bar--visible"1 -
spent all day finishing up a feature that i did not want to do at all and think its not the time for it...
after 5 hours of coding & debugging i finally made the PR, took the rest of the day off, felt happy i got rid of that task along with the nagging of the PM. life was good.
At 8 PM, some test i never heard of failed, my branch was the issue and it got reverted and now ill have to work on it again on Monday to fix it. fuck my life. -
Oddly enough, i have simultaneously been less busy and more productive since working 66% remotely.
I find myself with more time that feels "wasted" or not busy, but my metrics show that I have more production, better results, and far nicer documentation. A bunch of us also sat down and did a bunch of coursework on really putting together a domain script library for one click onboarding of new servers or new client setups. We spun up a bunch of new virtual environments that literally solved headaches that had existed for years that never got dealt with because of too many other tickets.
Some of our web clients freaked out at us because the business is moving away from doing maintenance of legacy web work (small to midsize businesses). But it didn't matter. Rather than respond with a "make them happy," the response was "well, we will get rid of them as clients. We need to focus our energy on the essential service sectors we support."
Hell, we even got an automated test that has been broken apparently since 2018 to work again.
Granted, the incoming workload has slowed down. But it's still interesting to me to see that despite the slowdown, there isn't any concern; its still paying the bills and we are getting rid of technical debt everywhere. Tbh, this has really been a good reality check.1 -
So this is kinda hard to talk about but.. I finally got to a point in my career where I don't have a boss, work remote, make my own schedule etc.. problem is .. I am very low on productivity I feel like I'm working maybe 1/10th of my capacity and although Yea this may sound dream-like .. it gets old and I'm realizing that I used to excel at my last job for my boss.. I wanted to please him in every way for validation and acceptance..
Yea that's dysfunctional as fuck .. so basically how the hell do i use my own mind to drive my excellence? I'm so lost and don't really know how to find the motivation that people pleasing once brought me..
For some context as well, I have also done a lot of psychedelics over the past couple years and it has basically destroyed my ego .. "but that's a good thing" you say?
Well yes and no, I used to rely on my ego to drive me on my own in lieu of wanting acceptance and validation from my boss. So that was a bit unexpected, getting rid of my ego got rid of my dysfunctional drives to prove myself to others and seek acceptance..
Gahh I'm ranting :'D
TL;DR: how do you motivate yourself if you've traditionally found motivation through pleasing others???4 -
We received legacy project for support and fixing.. it had few issues:
1. There was a controller called MainController. This guy was the soul of the project 10k+ lines, heavily dependent on the data from the database.
2. We didnt get the data. Just the database structure (we couldnt run the app at all)
3. At the very end of that controller there was a "simple" eval($_SESSION['somevariable'])
4. We had no documentation and had to guess how it works...
Someone really had fun screwing up this project. Needless to say we got rid of it quickly. :) -
Does anyone know how i can get rid of the rounded window corners?
using elementaryOS with no theme, though i plan to either add Flatabulous or Arc as a theme.
I want sharp corners, not this baby-proofed round mess i currently have going on 😂1 -
If I login to some account, log out, and then log in through some other account, I still get push notifications for logged out account.
It doesn't unregister device for push notifications, you need to uninstall to get rid of it.7 -
FUCK GOOGLE'S INSTANT APPS.
I know google is bad in general, but fuck Instant Apps in particular!
Doesn't matter if you've disabled them from every account you have, they will still update and install themselves no matter what! Doesn't matter if you're on wifi or on a mobile connection using data either!
What's even worse is that there is no trace given of these update - just a temporary notification while it's downloading and installing the update, then it's gone! Blink and you'll miss it.
Can't even get rid of this shite, because I have a few accounts tied to a project that are entirely based on google services :(
Fuckin' spyware10 -
I thought i was being kinda layed off before my holidays. Truth is the workload is to busy right now to get rid of me. We’re 2 weeks of holidays further so things doesn’t seem as black as before but the chaos that started it all is back for sure. Ow well. Just have to learn to live with it i guess.
I did apply for functions elsewhere and already had a first interview. We’ll see how that turns out! -
Got rid of my win7, installing LinuxMint "Sarah" later 2nite.
Back to the good stuff. (even though I do like windows)4 -
How to get rid off impostor syndrome ?
By itself, the word "impostor" indicates that this is not an objective assessment, but an inner feeling - how we feel, perceive. A person with an impostor syndrome believes that he has deceived everyone, embellishing his dignity, but in fact he is not worth the money he receives, he is here by chance and in general - there are others, better and more competent...
Share your experience about that.15 -
Microsoft please fucking get rid of internet explorer!!! It is fucking waste of resources when a major client comes to you and asks for IE compatibility😡8
-
Fellow Windows users. How often do you do a clean install just to get rid of old forgotten junk. I think it's getting close to when I probably should18
-
<previous_developer>'s_file_of_shame.me a log of hideous code base I've inherited. is growing and growing. The more I write the more I wish I would be rid of it.1
-
I have two bad habits that I try to get rid of:
- Googling instead of directely searching in the product documentation.
- Copy/pasting code instead of typing it. -
Restoring my phone on a monthly basis, to get rid off all the extraneous shit that piles up after a while
-
Ah the fun part of linux. Patching all these hardware specific bugs after installing a new system xD Well at least I got rid of all the visible ones so far.
-
PHP would say:
I am easy to get, expensive to maintain, frustrating to live with, and impossible to get rid off.6 -
I tend to bite my nails when concentrating on my code, therefore I am unable to maintain finger nails properly. How does one get rid of this abominable habit11
-
A mind computer interface that acts like an extension of my psyche. Allows information access, tool access, and gets rid of mundane interfaces like keyboard and mouse.
I would like this interface to be non-intrusive with the ability to remove. I would hate for it to mess with my driving. In that case it would be nice if it overlay-ed data for a hud while driving. Like just having the speed be an overlay would be nice.
I wonder if such an interface would make our already lazy mental skills even lazier? Or would it invigorate our learning?2 -
questions for those hard core lazy geeks, I'd like to try out raspberry pi. what's the most crazy use cases in you mind but yet no way to find time to do it? if I get rid of my laziness, I may do it, no promises😜17
-
So I just found out in a meeting today that my team will be getting rid of 2 contractors, who have been with the company for about 2 years now and know their way around the projects, and replacing them with 3 university graduates with no to little programming experience. Now I don't mind new graduates coming in, but getting rid of experienced workers before the newbies have learnt the ropes is not the best of plans.
-
It is always good to get rid of bad blood.
Hire slowly, fire quickly, do both decisively.
Don’t get emotional. Your emotions will betray you.
✌🏼5 -
Oh Dell, why do you think that more thermal paste is better? It got crusty and my beautiful laptop started throttling... good job it was easy to sort! Would have hated to have had to get rid of the machine.
-
...cant wait for a better js mobile browser API for doin everything that wont work today....
for example, show and hide the keyboard when i like or completely getting rid of the adressbar without manifest.😎 -
!rant
Just finished a backlog item that got rid of redudant code in about 10 classes and almost done with a feature that the marketing people will like
Who knew fridays could be this productive 😎1 -
Finally after spending an hour and my lunch break on getting rid of 120+ char lines and white spaces.. 😇✌🏻️1
-
LINUX MASTERS, I can't believe that linux didn't get rid off yet of the annoying user:group system.
Anyway, I have two pre-existing groups(postgres & www-data), now I need to enable both groups full access to an HD for data storing, currently the owner of /media/"user"/DATA is www-data but I need to enable the postgres group to operate in it.
I seached around and can't get around how to accomplish this, if it's even possible.
Help >_<15 -
What a productive day! Managed to speed up some code by getting rid of some classic ASP AND sticking it in a dotNET library instead! Ran some benchmarks and it seems to work pretty fast now 😎1
-
The way to avoid procrastination is to understand and use what your mind is trying to do - give itself instant gratification.
I use this method:
Step 1: Prepare your workspace in every way possible.
Step 2: Leave. Go do something fun for 20 minutes or so (yes, procrastinate on purpose). Get your mind calmed down and get rid of the anxieties about starting by just not starting.
Step 3: Sit down in your prepped environment, free of distractions and with a calmed mind, and pick a task to start hacking away at. -
I know everything about you.
I've seen every rant on devRant.
And I know who are here for laughs and who are here to get rid of stress1 -
Java's garbage collector must be broken - it failed to get rid of this dumpster fire another dev called "source code". But, hey, at least the profiler works.
-
Has anyone experience with putting Linux on a asus e200ha Netbook? Want to get rid of Windows but I'm concerned about driver availability and battery life.1
-
Knowing where to touch to get rid those annoying layered popups (like subscribe, disable adblock), menu bars, etc that appear when browsing (mostly) news sites.
-
So I apparently forgot to encrypt some parameters when sending error reports from our app to the server.
Which means the server tried to decrypt them but couldn´t and just threw an error...
No error logs for the app this week I guess. Yay!
I need "git reset --hard head~1" for my brain this weekend, to get rid of this week... -
I have been really busy lately so I would like to try and get rid of some running projects.
This means I am putting http://jsrant.com up for adoption. If you are interested in maintaining that project, contact me on GitHub: https://github.com/ChappIO/jsRant3 -
!rant
I'm thinking of getting rid of 6 - 8 hrs straight sleep with polyphasic sleep cycle to increase productivity.
Anyone here follow this? Any tips or opinions about this?3 -
the letter C, what a chump of a letter. we have K and S, so why need C? its useful for CH words of course, but used as S or K is redundant and makes us look dumber. Lets rid ourselves of such unnesessary hogwash and say fuk letter C.
how would one pronounse the word cicc? siks? kiks? sisk? kiss? or something im unaware of, and what would be definition if new word?25 -
After several Firefox/Mozilla failures (getting rid of proper addons, supporting censorship) Waterfox looks like a promising alternative. On Windows it runs great, sadly on Kubuntu LTS it does not - binary package only works with quite new std c++ library :-(. Damn it, why can't they distribute all their libraries together like Tor browser does (it's also Firefox based)?2
-
Communist argue here: corporations are bad, but they agree governments are like corporations and bad too, but still want more government control. Too many diaper adults these days.
There are many ways to get rid of bad corporations one by boycotting it. On the other hand, there are no ways to get rid of bad policies. You'd be protesting your whole life for a net 0.0000001% of the change or none at all. Some people even burn themselves for protesting.10 -
So a client is apparently ignoring my request for payment to continue the hosting services for their blog ( which has been inactive for a long time ).
Thinking of getting rid of the client. I wouldn't mind if they voluntarily left because they don't want to pay, but now it's like i have to force them out.
This is going to be a rope walk. I wouldn't want their few hundred followers coming after me.
Any tips?9 -
What is the point of doing retros and giving feedback, if the fucking scrum master is not going to enforce it?
I hope we can rid of this stupid scrum master position. Don't get me wrong we need managers, but we don't need glorified task readers.2 -
If anyone of you have extra unused brain cells, I've just found THE perfect way to get rid of them. Just watch this. 1 episode will be more than enough: https://imdb.com/title/tt8369840/9
-
The fact that pandas has a function called .isnull() to find nans, but the function to get rid of them is called .dropna(), will never stop bothering me.1
-
My fingers hurt while typing. I have a habit of hitting the keys way too hard and it's too hard to get rid of.
Should I buy those compression glove thingies? Which brand? Has anyone used them? Do they look cool?4 -
I think the most important lesson you have to learn before discovering new Rust becomes easy is that edge cases matter, because formal descriptions almost never start with the most visible attribute; they start with the strongest one.
Almost every datastructure is Unpin, or should be at any rate. The benefit of Pin is that you can get rid of that *almost*, and define your operations for arbitrary sections of program state.1 -
Get rid of Facebook, and use devRant instead. The only way to improve your skills is by getting out of the comfort zone.
-
Its kinda true. Also this is a rant about "my girl": She had a boyfriend till the first october and we met some while before it. We had sex, she dropped her boyfriend and said "i hope you mean this between us serious". I mean it serious, but she is like "i don't know if we should be together". Now i followed this path and got rid of an other girl because of her (if|else) and she doesn't know if she wants to be together with me. Wtf girl. Also she types "yas" instead of "yes". I don't know what to do.13
-
After a damn amount of time I've been considering it (a lot of data in there and I'm lazy), I've finally wiped the android clean (dalvik+cache+the rest). Happened exactly what I was expecting:
All in-app errors (even devRant feed) magically disappeared. So, if you experience something like that, don't be lazy and wipe.
Also there's speeding up of the system and other pros of wiping, but those aren't that important like getting rid of errors ^^5 -
I love how my boss wants to use libraries for everything, even the most minor task needed he looks up for a library to do it, I think that sometimes he even spends more time looking for a library than the time he would spend writing the functionality
e.g. Roles for routes permissions, dude, you have the users role in session you can just write a middleware with ~15-20 lines of code to get them rid of the route come on -
Gonna use 2020
To get a better job (currently no job . You know why if you know me)
To be a vegetarian.
To make mom happy
To get rid of the internal burnings.
To see her again8 -
I dont knw why this blue line popped up on my screen. Its very irritating ... wanna get rid of it17
-
I really look forward to getting rid of end user and front end crap!
Just wasted 3 hours because of a bug report of a client stating, that "the printouts always have a useless empty page after the desired content".
Well, yeah. There actually is content on the site that's meant to be printed.
After 3 hours of fine-tuning and debugging I found out, that the content is in A4 (European default paper format: 210x297mm) and the customer tried printing in some weird ~219.9x279.4mm format. Apparently that's the US 8x11" letter format.
FML3 -
Unable to run internet on company provide Mac book ..fucking. stupid....Tried to remove proxy but not working..Even wifi getting connected and for a second it runs the internet.
How to get rid off this proxy shit6 -
Got rid in Windows completely because I realised I could never mine without the i3-wm. I can't help but remember when my Pokémon leveled up way back in the day and think
"Congratulations! Your polaroidkidd has evolved! 😅 -
Is there any way to remove the notifications I get from a bot that are removed afterwards? I'm now stuck with dozens of comment notifications without any way to get rid of them because they don't exist anymore...2
-
Come on mac app developers, if you build an app think of people that love your app, think of them that even when they love it they want to get rid of that.
In normal possible way there is.
*not like rm -rf kk? -
i think you all know about YouTube and its super power "Recommended for You"... like when some stupid friend sends you a my little pony video and you just can't get rid of it... Well just a few minutes ago this friend of mine sent me some weird japanese video s**t with battleships and flying girls shooting at each other enjoying it...
Please send a prayer or two for me I'm going to need it2 -
Let's hope the government starts an initiative to get rid of fake editors. All the mainstream alternative editors will be banned from discussion in social media. People have to think critical and realize that there is only one editor: vi.1
-
Just keep your docs with your source on GitHub. Don't make me use your shitty website and don't subject me to your broken links and constant redirects. I fucking hate this shit so much just give me the raw documentation. Thats all I asked for.
And get rid of that HUGE example column that takes up half my display. -
I don't think that we need to get rid of social media.
I mean, the data generated creates so much value and opportunities. and the services offer so much convenience past which we couldn't possible go.
In light of this what do u think should be the approach to fixing this mess ?2 -
I started to write an API for our application and asked everybody to use it.
Everybody liked the idea, but nobody liked the API.
So now we have api/v1, api/dev1, api/dev2, api/dev3 to do the same fucking operations.
When I complained about them not respecting the guidelines, dev1,2,3 told me it's my fault because I'm the director.
I thought for a while about how to get rid of these apis and I finally agreed with their view.
I removed developer 1,2 and 3 and finally now there is only api/v13 -
would the idea that best government does as much as possible at the smallest level be a good design for code =_=
forgot what it was called. AI says localism
it's like being anti-global variables
but it also should get rid of needless architecture obsessions perhaps, because that's central planning government
you still have a coordination problem though?2 -
How do I get rid of page fault in nonpaged area error on windows 10? It pops up when I try to open the camera.2
-
I am on my first job, so my boss is the best one I ever had no matter what. But he is a seriously nice person.
He has a daughter he sometimes talks about, he knows the technical stuff, he told me what his visions for the company are (finally moving to git, peer reviews, getting rid of the old Delphi code bases, more Linux support, all the good stuff) and I can work whenever I want.
The only problem: the salary is not that great although developers are in high demand :/ -
A && (B || C)
Is there any way to get rid of the parenthesis?
I know how to remove the OR but the parenthesis are still there:
A && !(!B && !C)18 -
Building on yesterday's rant (https://devrant.com/rants/3110183/), after sleeping on it I realized that using groups was completely non-necessary, so I got rid of them and got a much more efficient (and faster) function:
Also, I've got these in a repo: https://github.com/chabad360/...15