Details
-
AboutLife in binary.
-
Skillsjs,html,css,php, Python,C, Java,Git, SQL, Android.
-
LocationBangalore
-
Website
Joined devRant on 2/10/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
-
assignment: use winAPI to create a "virus" that put itself in autorun and does nothing.
me, a curious student: does the assignment and adds a heap corruption code just as a joke.
after sending the assignment to the teacher I realized that I have sent the real virus.
result: teacher comes next lesson without a computer and stares at me silently and viciously.
we'll see what happens next
any idea on what's going on in his head?28 -
My Deepin DE on Arch... I am working on i3wm with a polybar or a conky... Will post it if and when its done... Running on a busy schedule nowadays9
-
* Learn GoLang
* Automate backup on all my servers
* Finish small projects
* Begin on a bigger GoLang project10 -
Celebrated saints Nicolas today with the family. Apparently my sister made a devRant account to follow me around and see how/what I'm about in this platform and get me a present based on that.
She got me this: 😍41 -
What a great start to 2019 for me.
Uncles and aunties who don't understand a thing about development critiquing my work and offering their advises and vast wisdom based on their 1 second knowledge.
I almost turned to a psychopath.
Lol.2 -
I just completed my first live soldering project...
Converted my son's mobile (dangly plush animals and music not cell phone) from using 4 X C batteries (LR14) to using an AC-DC transformer
I hardwired it at 6v and it worked, and I didn't burn myself, and I cut a little gap for the wire and it's really snug so the solder is under no tension.
I tinned the wires beforehand like I knew what I was doing and for once I didn't fuck it up!
Sorry, just had to tell someone. The wife's asleep and she just won't understand.5 -
Sooo my friend asked my to become more active on steam and i did something about it! I'm going to be become the most activities steam user!31
-
Ending the year on 242!
It's not a big number but considering I've progressed from 10 contributions in 2017 to 242 in 2018, I'm happy!17 -
Underrated pleasure... Listening to Hans Zimmer (preferably the Batman v Superman soundtrack) and coding. Even a Hello World code will seem like a blueprint to world war33
-
Guys, I have something to say. I've used Arch Linux since probably a couple months after I started using Linux. But today, I'm going to install Fedora on my PC. It's my gaming rig at this point (that really needs some upgrades), and it seems like Steam breaks on Arch every week.
With that system, at this point I want something I can just install, do some tweaking, and go.
Anyone have any other distro suggestions for a gaming rig?7 -
Because of some theft this year and even though we already have security cameras, my apartment building decided to check the front door locks so it's more secure.
This key looks very high tech... Only issue though is I never use the key anyway... I just entered the door code...
So what is the point of changing the locks? I'm going to guess whoever is stealing isn't picking the lock... People would notice... They must know the code.
Also it seems most of the apartment locks are digital key card/pins too. Wondering if this just means most owners are young or just are techies/devs...10 -
* The app is almost ready, boss asked me to show the progress.
Boss: The design is bad, I don't like it 🤔
Me: I just implemented the design, which is approved
Boss: Really? because I "feel" that the design is bad on the screen.
Me: Okay 😐, can you tell me what exactly the part to change?
Boss: I don't know, *calls the designer
Designer: *showing his PSDs* yes it is the same, and you [the boss] approved it.
Boss: Ok make some changes to make it feel better.
Me: (Inside: 😡 ) ok, have you some suggestions?
Boss: dunno,
Me: at least tell me what is wrong with it
Boss: dunno
Me:🤢26 -
*Doesn't have Internet and bored as hell*
*Starts to program something random with Python*
*Wants to write something to a file, doesn't know how*
*Intuition starts...*
"foo = open('test.txt', 'w')
foo.write('hello\n')
foo.close()"
*Runs program*
*It actually fucking worked*
Tell me something more simpler than Python.13