Details
-
AboutSinger, calligrapher, reasonable cat lady
-
SkillsJavaScript, C, Python, React, Redux, Django, GraphQL, Mongo
-
LocationTexas!
-
Website
-
Github
Joined devRant on 9/9/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
-
Turns out my colleagues don't understand how useMemo works. They would try to memoize a value and then, in the dependency array, use an object that gets rebuilt on every rerender.
Good job, guys. I wonder how many silent infinite loops we have because of that shit.1 -
Who could have known that a break up gives you so unlimited energy?
I am grinding the gym more than ever ever since and I love it!
I needed this haha9 -
i wonder what happened to the bright eyed 18 year old version of me that had perfect grades and was on top of her shit. nowadays i can barely feed myself without feeling exhausted and I can't read a book to save my life2
-
On the upside, my tests caught that my implementation isn't consistent with the spec. On the downside, holy fuck that is full of gremlins...
-
Holy shit, it just hit me.
I'm an IT engineer who's irl also doing woodworking. And masonry.
Is this a dream life or what6 -
> received message after decompression larger than max (16777217 vs. 16777216)
OH COME OOOONNNN!!!!!!!2 -
I finished my software development apprenticeship and aced the presentation about the software I built for the company.
I'm so happy that I no longer have to go to that workplace anymore.
Most people were toxic, rude, incompetent, slow, entitled, insulting, screaming and fake.
Most were uncommunicative.
Management was shit.
CEO was shit.
HR was nice.
But the rest of the devs were ok, kind and helpful.
Now I'm taking a big vacation to calm down from the years of torture before I can start working as a dev again.
That includes motorcycle driving, chilling with my gf and trying out NixOs (wanna see if it is really worth the hype)11 -
love it when people rage quit when you fix the tech debt problem they created because they think the fix is too stupid 🤣BYEEEEE!
-
I thought my code wasn't great until I saw this project marked for decommissioning by end of 2024.
Holy shit.
These people basically wrote their own JS full stack framework because they don't like frameworks.
In one of the files, there are over 150 console logs.
I also found two database names. I wonder if I keep digging, I might find a full database query string with login credentials in plain text.
I have to provide support if needed because they're firing the contractor. Wise Decision, methinks.7 -
You know, having covid [ie self-isolation] has its plus side. I am now getting a lot more alone-time!2
-
Got an error trying to [Leave] a meeting in Teams
*sigh....*
Just Teams being Teams...
Now I'm probably stuck in that meeting somewhere deep in MS's servers forever.4 -
When I go to bed, I power off my laptop instead of just closing the lid. I don't bring my phone with me. I don't have a smartwatch. I sleep with no electronic devices with me.
Anyone can solve a lot of their problems by conversing with themselves one on one. Instead, they prefer a feed algorithm taking away their pain. But the nature of pain-relieving addictions is that they always intensify the pain in the long run.
Listen to yourself. Speak to yourself quietly, one on one, without mark zuckerberg in your room listening to your every word. The overwhelming pain will be no more after mere minutes. Only then can you be free.4 -
User: - The application throws an errror message.
Me: - The error message is caused by a minor bug that doesn't affect functionality, though. This is an old solution that is in the pipe to be redesigned from scratch. As this function is rarely used, perhaps you can live with this cosmetic bug for a couple more months?
User (one week later): - I haven't got any answer from you. How is this issue proceeding?3 -
Sitting at work listening to music, doing absolutely fuck all right now because I ain't got no tickets! All the mfers need to answer me before I can work on their stuff.
Sounds great, no?
It's not. It's hell being unable to do work for me. I need to busy myself with doing random shit so I don't go insane.
Mhh, coffee...
Oh, by the way, Sir Jav'alot is still around too.11 -
Do you trust github/gitlab/bitbucket? If you self-host, do you trust your hosting? do you trust gitea? if you don't use gitea, do you trust git? do you trust the way you got your copy of git? do you trust your os, as it might have tampered with your git? did you read the code? do you trust your internet connection that might have changed some packets? do you trust your https implementation? did you examine the traffic? do you trust your traffic sniffing tool? if you use your own hardware, do you trust it? do you trust its CPU/bios? if it's risk-v, do you trust chinese vendors of your cpu? they might have put some backdoors there. do you trust your other hardware? okay, you have the money to make your own cpus. do you trust your employees? do you trust your silicon? do you trust the measuring equipment you used to check if your cpu is safe? do you trust the literature in the field? but did you verify it though? did you?
it's always who you trust. if you want to bake an apple pie from scratch, you must first create the universe.8 -
XCode: I can't find your class in scope
Me: But it's right there. You could find it yesterday
XCode: Yeah, no.
Me: Look, if I cmd-click on it, you open the class. So you know what it is. It is in scope. It has to be.
XCode: Nope.
Me: *cleans build folder* *build* How about now?
XCode: Nope.
Me: *deletes derived data* *build* Now?
XCode: Nope.
Me: *buries head in hands* *swears* *Copies the text in the class file, deletes the file, recreates it with a slightly different file name, copies the text back in* *build*
XCode: Build complete.
For fucks sakes.4 -
A brilliant letter Richard Feynman wrote to Stephen Wolfram:
CALIFORNIA INSTITUTE OF TECHNOLOGY
CHARLES C. LAURITSEN LABORATORY OF HIGH ENERGY PHYSICS
October 14, 1985
Dr. Stephen Wolfram
School of Natural Sciences
The Institute for Advanced Study
Princeton, NJ 08540
Dear Wolfram:
1. It is not my opinion that the present organizational structure of science
inhibits "complexity research" - I do not believe such an institution is
necessary.
2. You say you want to create your own environment - but you will not be doing
that: you will create (perhaps!) an environment that you might like to work in
- but you will not be working in this environment - you will be administering
it - and the administration environment is not what you seek - is it? You won't
enjoy administrating people because you won’t succeed in it.
You don’t understand "ordinary people." To you they are "stupid fools" - so you
will not tolerate them or treat their foibles with tolerance or patience - but
will drive yourself wild (or they will drive you wild) trying to deal with them
in an effective way.
Find a way to do your research with as little contact with non-technical people
as possible, with one exception, fall madly in love! That is my advice, my
friend.
Sincerely,
(Signed, 'Richard P. Feynman')1