Details
-
SkillsPython, cpp, java, Js, bootstrap4, html, css
-
Github
Joined devRant on 4/26/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
-
I'll start my own series on hacking.
BECOME A HACKER WITH 4 SIMPLE STEPS!!!!!1!
#1 Open cmd
#2 Enter hackermode
Type "color 0a"
#3 write a Hackerscript
Type "%0 | %0"
Step 3 is a bit risky and may fail. Reboot and repeat until you understand why it failed
#4 Realize that the internet is scary place and that you can't trust anyone.9 -
The single most productive thing I've done today was teaching my colleague how to send GIFs over Slack...5
-
I was teaching my fiancée how not to write duplicate code. After a while of me ranting about why you shouldn't do that she made a dostuff() method and dumped all the duplicate code into it.
I kinda like the result of that.
On that note, i finally made an account after lurking here for weeks. So, Hello!1 -
I love my notebook but still...
Fuck you to the person at Lenovo who thought that it would be a great idea to support 16gb of ram and then put 4gb internal ram into it.
I can add an 8gb stick to it, totalling at 12gb. There are no 12gb sticks (as far I am aware of) so yeah, fuck 16gb "supported" by the mainboard, 12 is the maximum.5 -
There are people in my workplace who ask "why did you set your IDE to dark theme?". How do I convince them that turning off the lights above my cubicle, lowering the screen brightness and having a dark theme is the best thing ever to concentrate?
Not to mention earbuds and a hoodie.
How do I convince them that once you turn to the Dark Side, there's no coming back?6 -
boss' revenge
So here https://devrant.com/rants/1349878/... posted prank played on boss. For 3days I been freaking out what boss will do as revenge (check env and alias everytime I login). Then yesterday happened his revenge.
Was doing testing on my programs & sometime some programs would run but sometime it get segmentation fault. Seemed random first but then saw a pattern... everytime I get segmentation fault and I run again it would be fine. Checked alias... nothing, /etc/crontab, env, ps -ef... nothing seemed off, cksum of my binary... correct. Fuck! "What my boss did?" asked myself. Finally .5hrs later I saw entry in my id's crontab but then 1min later it's gone from my crontab
From there figured out how boss did it:
1) He replaced ntpd with his C program that runs in background creating an entry in my crontab every few mins
2) The entry in my crontab set to run /foobar/ulittleprick.sh every 2mins
3) ulittleprick.sh picks random binary owned by me, rename binary.name to .binary.name.nitwit and create a script named binary.name
4) Then ulittleprick.sh will remove itself from cron
What the generated binary.name script does? Sleep for 2 secs, echo "Segmentation fault", then rename back .binary.name.nitwit to binary.name. It even exits with status 139! I want to cry! Worst part is comment in 2nd line of ulittleprick.sh... kill me now29 -
Oh hey i should go to sleep early and work out in the morning.
Or i could implement those new features for my library ive been thinking about.
Or i could polish up some of my older sites.
....or i could stay up till 3am, reading subtly gay korean comics.4 -
Yesterday Gitlab had severe issues.
Somehow their database replication had split and ALL of the traffic went over one server.
I absolutely love how transparent they were about this issue and that they shared what exactly they were doing.9