Details
-
AboutRise of the planet of Nerds.
-
Skillscxx
-
LocationNepal
-
Github
Joined devRant on 5/14/2016
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
-
Just happened 4 days ago.
I was writing a thesis and at the same time creating a tool which automates my measurements.
It was written in Python and everything worked very well.
Of course I left it to my advisor for further measurement, telling him that if he want to measure multiple times he just need to loop over the measure-function.
I left him an example-file which looked a little like this:
example.py:
"""
import measurement_class
# Parameters
if __name__ "__main__":
m_class = measurement_class.coordinator(#Parameters)
m_class.measure(#someotherparameters)
"""
So after a few weeks I came back to my advisor (four days ago) to see this:
loop_over.py:
"""
import os
for _ in range(0,100):
os.system("python3 example.py")
"""
I'm not sure how I should feel about it...2 -
Mobile app dev here 🙋♂️
Guy at work asking me why his phone feels heavier then mine (we have the same phones)
I just told him that his phone gets heavier with every apps he installs.
1 week later he meets me outside the office and tells me he deleted a lot of apps and his phone is actually lighter know.
Sometimes I just want to cry 😂😂😂12 -
*programming interview*
Interviewer: explain deadlock and we'll hire you.
Me: hire me and I'll explain it to you.
*Hired*1 -
Internet streaming website be like:
Oh no, you can't right click and save the video file on your computer!
*f12* *ctrl+f* *<video* *right click* *open in new tab* *right click* *save as*22 -
My sister lending me her credit card to buy something online.
S: "But don't store the number!"
me: "I would never."
S: "I know you can hack it, please don't!!"
me: "Haha okay.."
*cries inside... just because I make websites and 3D design*
me: "Thanks a lot, sis <3"12 -
I was the first developer in my company. 5 years and 10 developers later...
source: https://bit.ly/2zWJrjN -
Enough of Linux stickers! Here are some stickers of products which I barely recognize half and use none at work 😅16
-
Been looking around ways to improve devrant's user experience a little, Idk whether you guys like it or not.. Just a suggestion 😂81
-
Networking Professor: Alright, how many of you disagree with the way Google collects and uses data?
*basically everyone in the lecture hall raises their hands*
Professor: Okay, now if you were offered a job at Google, how many of you would still take it?
*everyone raises their hands.*22