Details
-
About🌹dev
-
SkillsC++
-
Github
Joined devRant on 7/2/2018
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
-
My lead keeps pushing commits to master. His commit messages vary from: no message, yeah, and yup.
and yea, some of the build break master.
Makes me just wanna die sometimes when digging through our commit history to figure out when a bug was introduced.27 -
So this past week I was supposed to start on a new feature on our companies product. Started the week off with a kidney stone and the rest of the week on pain meds. Too fucked to actually get anything done. RIP. Hope they aren't too mad.3
-
Be me
>run kubeadm join phase control-plane-prepare
>get error: {Large Error} {Missing conf file...}
Please use 'kubeadm join phase control-plane-prepare' to generate {conf file}
>mfw
I called you to generate that file. Could you please do your job -
My hands are always freezing my office. Any devs here have a good way to keep their hands warm while working.
A note. I keep my core warm. I will often wear 2-3 layers and a beanie, so I keep warm, but my appendages will get freezing cold.25 -
What the absolute fuck is this!
Fucking bash needs to get its shit together with its fucking strings.
I don't fucking know why str1 + var2 = var2tr1
Like who designed this fucking bullshit!
I've spent the past 8 hours today counting all my ' and " and making sure everything is getting passed correctly.
And how do you even google this shit anyways!
And why the fuck is the official suggestion from the bash FAQ to load everything into an array and to call it with "${ARRAY[@]}"
WHO THE FUCK DECIDED THAT WAS READABLE!!
AUGH!!!
In case anyone was wondering. It didn't work anyways.
I think I'm done for today... I can't anymore...
for anyone wondering. This is bash getting executed by nodejs with execSync()
and those tokens are temporary and only exist on my dev machine. Sorry for getting your hopes up.11 -
I've been drinking the Microsoft Kool aid for too long now and I can't think of many modern day things that make it a bad company. Someone please save me @_@10
-
Anyone in the Seattle area like to play escape rooms? I develop for an escape room company downtown and I can discount some tickets if anyone is interested.
Also does anyone have any suggestions for other escape rooms in the Seattle and Vancouver areas?3 -
I tried to apply to TrippleByte just to see if I could get a job through them...
Their tests are soo hard imo
It's not like I lack skills in programming its just that they require you to have a VERY varied background and only give you about a min to answer each question which can take a slow code reader that long to read without having even processed what the answer may be ;u;
This isn't making me feel good about my white boarding skills since I have yet to be in one of those. I'mma need all the help I can get @_@4 -
Who all is excited for the Nvidia Press Conference tomorrow!?
Way too hyped for the RTX 2080ti rn!!!12 -
Anyone handing out free ++? I'm too poor to go out into the world with so few ++. I can't afford living or food or schooling. Please just spare a few ++ so I can live on another day7
-
Computer won't boot when I launched it this morning. Checked the post LEDs on the mobo and it's reading 00. It's not even reaching POST. Ideas?24
-
This was my day at work today
-Be me at work
-Use git terminal on WORK PROVIDED MacBook
-Decide to clone into a repo into another repo as it was one project inside another project
-Makes changes to code
-Attempts to add .
- warning: adding embedded git repo ...
-Apparently needs submodules
-Shit doesn't get added
-During this get asked to create 2 new branches and modify some code
-Do that specifying files to add as add . breaks everything
-Has 3 branches now detached from master
-Super confused where anything is and what's going on
-Go back to branch for other repo to get added to
-Spends 30 minutes trying to understand submodules
-Gives up and deletes folder moving it elsewhere
-Commits begin failing everywhere. Super confused.
-Get everything figured out and commiting
-Goto merge all branches to master
-Merge conflict with .DS_Store
-FML
I think I'm done guys12