Details
-
AboutUnemployed Software Engineer and Grad Student
-
SkillsJava, Scala, Python, Spark, Kafka, Android,OpenCV
-
LocationC:\USA\CO\Boulder
-
Github
Joined devRant on 12/30/2017
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
-
I am amazed. I witnessed (mostly heard) a 14 year old girl calm down a young adult female suffering an anxiety attack before I managed to push through people on the tram. She told her to close her eyes, breath, tell her what she smells, then open her eyes, name first thing that she sees, then look left, name first thing, etc.
This is called sensory grounding and it works. And yeah, what she did was pretty awesome but this isn't what amazed me the most. I asked where she learned that and she said "from a game about apes". And I knew exactly which game she meant. There's a title called Ancestors: The Humankind Odyssey and among many interesting mechanics there's one that puts the player in a state of anxiety when they venture into an unknown territory. The way to win that part is by analyzing surroundings by vision, hearing and the sense of smell before a panic countdown goes to zero. It's called "conquering your fear". Holly fuck, I played that and I didn't connect the dots. Are games nowadays teaching kids how to handle real life crisis? Where were those games when I was a kid??4 -
#include <iostream>
using namespace std;
int main() {
int t;
cin>>t;
while(t--){
int n;
cin>>n;
int arr[n];
int count=0;
for(int i=0;i<n;i++){
cin>>arr[i];
count^=arr[i];
}
cout<<count<<endl;
}
return 0;
}
In the above program,
how does this code snippet work?
count^=arr[i];8 -
> Manager gives me new ticket.
> This seems like a ticket Dingus would do.
> Remember Dingus got fired a month ago.
> Realize I’m the new Dingus.4 -
Dev: Why do you have an identical if statement right below this one?
Manager: Because I want the code to double check, obviously.
Dev: …19 -
JS Console: user_name is undefined
Señor Dev: can't be the API response has it!
The API response: usre_name8 -
> Find cool repo on GitHub
> Works very well
> Respectable weekly downloads
> …Hasn’t been updated in a year
> …Owner from Shanghai, China
> …Hasn’t pushed to any repo in over a year
> Last profile update: Feeling sick 🤒
> …
>😔
> Rest in peace friend, thanks kindly for the time you’ve saved me.16 -
Took a week off from my retail job, swatted up on some HTML, built the most basic About Me/Portfolio that I could.
Having no background or experience meant that I needed something to send to people when applying for jobs.
It worked.2 -
Stopped studying DSA and for coding interviews, they legit rejected me even tho I did all questions right. Wtf is wrong with hiring.
I remember this another bastard asked me only DSA for a frontend job. :) he didn't ask me to give an intro even a straightaway question.15 -
User:
I wish I could build an app like XYZ that is so cool.🥺🥺
XYZ Developer:
I wish I could build an SDK like Agora.io that is so cool.😣😣
Developer at Agora.io:
I wish I could build CDN like Akamai. That is so cool.🤔🤔
Developer at Akamai:
I wish I could have layed Internet as a concept. That is so cool.😢
Conclusion: Don't disparage yourself as a Developer. Sometimes, we should Appreciate what we have build rather than what we wish to build.
Be proud of the Product "X" you are building.
Just look around, you will find a person wishing to build a product like "X".🤗
#developer #motivation #developers #agora #motivation9 -
Wholesome anti-rant.
There’s this Indian chick at work that I really, really do not get along with. Fortunately she’s on a different team so we have practically zero interactions. Her code was always decent, maybe upper junior level? but I went away fuming almost every time we talked.
However, I did a release security review today (I’m down from five/six per month to one) and read through quite a bit of her code. It was clean and easy to read with good separation, clear naming and intentions, nothing was confusing, etc. It was almost beautiful. Had I any emotions I might have shed a tear. I sent her a message and let her know :) I actually learned a better way of doing a couple of things from it.
She has grown so much as a dev.32 -
I complete a game, with hectic schedule, in 6 weeks. Now my boss expects all following games to be developed within 6 weeks each. When I asked for 10 weeks, his response was like - you're not putting all your efforts.
I don't want to sacrifice my leisure.
What would you guys do?8 -
Me: We should organize our code before it gets out of hand.
Team: Maybe later
Team, 4 days later: WTF why can’t I find anything in this 1000+ line main.js file???4 -
“Think about a project that can have a impact on the world, develop that and you will get jobs”
Me: A non shit emoji keyboard for Linux 😎4 -
Vue is pretty nice to use so far. Easier than I thought it would be.
Library wise, Vuetify is satisfying. Damn this looks pretty. Why did I not find this sooner?13 -
It's the time of AI, so add that mf AI to our compiler that we don't have to fix the errors anymore!😈4
-
!dev again
For the science lovers here, just wanna let you know..
If you like VSauce, DONG, Ding and those YT channels (physics and other science stuff) from Michael, this month all the mind field videos (paid YT series) on VSauce are free to watch for everyone this month.
Watched the first 2 episodes yesterday. Pretty fucking interesting.4 -
Modern HR is great. I love the fact that my future as a developer depends on how effectively I can talk over someone and create solutions to shitey ice breaker games.
Fuck off. Code test me, cunt.1