Details
-
AboutProfessional Webdeveloper. Infosec guy as a hobby.
-
SkillsHTML/CSS/JS, PHP, C#, C++
-
LocationGermany
-
Website
-
Github
Joined devRant on 4/21/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
-
Spends a summer building a neat webapp for the father who subsequently receive an invoice of $2 for the s3 bucket. Father exclaims "what is this!?" Then proceeds to block the account. Love you Dad.
-
Happy April Fool's!
- Windows 8 == Best OS
- Apple is fairly priced
- PHP > C++
- Java === JavaScript
- facebook > devrant
- Github useless, use .zip
- Comic Sans best terminal font
- Nobody needs a web developer because Wordpress much better
- Linux is for virgins21 -
This one, is for all you haters out there tonight!
.
.
.
.
Cause I'm PHP, I'm dynamite
PHP and I'll win the fight
PHP. I'm a power load
PHP, watch me explode()
I'm dirty, mean and mighty unclean
I'm a wanted code
Public enemy number one
Understand7 -
Why do I create free services (at least free for now)?
Because one of my biggest dreams is to create a service which will be used by many many people.
A man can dream, right?
😞32 -
Got assignment that needs to be written in C.
I write mostly Python.
It's ok i got it.
*after 5mins*
WHY THIS SHIT DOESNT FUCKIN WORK.
ah shit, i need to declare the variables.8 -
Url shortener seems to be working well enough as for the features without interface yet, still doing testing but it's looking good (few minor non-critical bugs but that's it as far as I can see)
Now the frontend/interface.
😅😰😬21 -
Today my manager told me she would get us phpstorm amongst other things If I requested them.
Sometimes I really want to hug this woman.
Awww yii phpstorm rules20 -
Do you know how hard it is to find a safe, virus free YouTube downloader that actually works? Very hard. How about one that downloads a whole playlist? Impossible.13
-
Boss: Hey, you were in that "Pike place fish market session" today. How was it?
Me: well, it was really motivational and inspiring. I learned few new things.
Boss: Great! Also let me tell you that you're again our employee of the week and we're considering you for the employee of the year award. No one got nominated so early in the job here.
Me: Thanks
Boss: So you wanted to talk to me. What was it about?
Me: Oh, I wanted to resign. Already sent the mail to you.4 -
I'm 40 years old today. Feels strange.. and getting older as a developer is not an advantage at all. But I got a wonderful little baby, a wife and a job I (almost always) like! So happy birthday to me 😊15
-
After days and days of thinking and looking for inspiration, yesterday I came up with an original design.
Everything good, and after an hard work I relax reading the Google Play Awards 2018 nominations. Fine, except for the fact that there's an app which looks EXACTLY like mine.1 -
If your reading this and currently suffering from imposter syndrome then I have some words for you...
You’re fucking awesome! If you get a little better every day then you are the fucking bomb and don’t let anyone ever tell you otherwise.
Fuck the doubt because you are only as professional and valuable as you believe you are.5 -
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