Details
-
AboutSemi-professional Python fanboy
-
Skillsc, bash, python, php, html, css
-
LocationLateran Palace, Vatican
Joined devRant on 6/5/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 want to stop charging my e-scooter at around 85% because this will increase the battery life. To avoid always having to pull the plug at the right level, I made a stop circuit that goes between charging brick and e-scooter.
There's no processor involved, just a CMOS 555 used as inverting Schmitt Trigger which controls a power mosfet. Also two status LEDs and a start switch. The poti adjusts the cut-off level. Worked on first try, with only manual voltage and tolerance calculations beforehand!27 -
Security tester: Injects XSS into a rich text editor and flags it for a vulnerability.
"Oh that's fine, let's just disable right click on our page so no one can inspect the page and inject anything."
...
My boss ladies and gentlemen.9 -
Funniest reason to get rejected in an interview...
"While technically we were okay your level, we were unsure of your exact reason for joining GreedyGame and not some other company."
Now I wonder, what's more pathetic, their grammar or their reason.7 -
Stop talking trash about developer tools!
Vim is FAST
Visual Studio is RESPONSIVE
Eclipse is EFFICIENT
IntelliJ IDEA is PERFORMANT
Android Studio
Xcode is POWERFUL26 -
When our sales guy came by for the 200000000000th time on a day to boast about how good he advised someone on a sales related matter.
Mate, we're Linux engineers and currently trying to fix shit up so why don't you get yourself a cup of shut the fuck up.5 -
employee: I want growth in my role
company: *installs ping pong table*
employee: autonomy?
company: *creates fully-stocked snack room*
employee: fulfilment.
company: *employs a live DJ in the office*
employee: *quits*
company: some people just aren't a good culture fit.6 -
Small company.
3 months in.
My boss leaves for vacation.
I take his place.
Holy shit, this is intense.
One week down, two to go.1 -
Today my current company fuck itself.
We were in negotiations about the end of my contract/mission, I want to quit to create a company around AI.
And the actual chairman said to me "You think too highly of yourself. I could find a tenth of people to replace you so shut up and take what we offer".
30 minutes later they received my resignation. 1h after that, the 15 dev under me resigned (after two year working with us they are clearly under paid). At the end of the day, the Head of product and the two good PO resigned.
This morning I get an email, talking about suing me as I made everyone resigned and asking for a meeting.
So I went to the meeting with a lawyer, they weren't expecting it. Boring legal stuff came after that.
And the funny fact: at the end of the meeting the CIO, chief ops and the SRE resigned as well.... As they didn't want to have the run it without all the team...
Funny day :)
Last month the main product, 90% of the company use it, was launched. And in three months 80% if the IT profiles will be out...36 -
I was just going over some projects I need to transfer to others team members and was reminded of all the utility apps I created. Particularly on that covers Windows paths to Linux....
Or basically path.Replace("\\","/") in a GUI.
I actually use it a lot whenever I hardcode a file path in Java for testing or make some partial path Linux compliant.
I think it saves me a lot of time but I'm the only person I think that creates these apps... basically for anything I find myself repeating often... Even these simple things.
Am I weird? Or just good at identifying things that can be outsourced? And outsourcing them?16 -
Catching a NullPointerException so that it can cause another NullPointerException to the caller. 🤯11
-
The past few weeks were not so good to me, but guess what, I got hired today. And now, i'm thankful that i got rejected from the previous ones. Wish me luck on my career as a junior dev. :)8
-
in C I use {} for ifs even when they have a single line. for some reason, my C proffesor hated this. For him, this is the equivalent of Tabs vs Spaces.15
-
First time I heard a client say: "You've done a phenomenal job, but you've over-delivered. You should have come to me. We could have worked it out." after we had to ask for an extension.
That's a keeper.1 -
*i am a teenager*
*i don't have credit card*
*can't buy anything*
*sees unixstickers is $1*
*pulls out a dollar from physical wallet*
*throws in the air*
*cries*53 -
If you're going to bother to detect that my input is without hyphens, then you can certainly insert them for me too.8
-
Google removed support for an api and made it paid.
Hold_on.jpg, i used this a while ago
Boots up android studio, the api key is there
Tries service with old api key
Works
:^)17 -
>>Gets email about a social issue and completely disagree with the organization that sends email.
>>clicks unsubscribe and puts "I didn't sign up for this" as the reason why.
>>2 days later get another email from the exact same place
>>clicks unsubscribe and types "Listen here you victim playing fuckers. I told you to unsubscribe from this email list because I don't want to receive emails from your bullshit organization. Fuck you."
>>Gets a confirmation email that my name has been removed moments later.
Moral of the story: Strong language gets the job done.19 -
Intelligence and ability cannot be measured by education.
I have a client who asked a Master in Computer Science to develop a small system, for querying product title and their code. The guy used python, vanilla js, and... Txt file for the "database". Then my client asked me to integrated this in... WordPress.
This was in 2016. And idiot as I'm, I agreed and adapted his code to use php and a database.
April this year, my client said they are still using the python system to add new products all this time, in parallel. And wanted to update the WordPress with the data.
- No problem! - I said. Just send me the SQL file.
So the Master in CS sent me a SQL coded in ANSI. I asked for the SQL again, but with a more appropriate encoding. He took 1 month to reply back, and said it would be better if I get rid of the database and just use the txt file for querying.
This is outrageous.
I really hate people who are educated but completely useless.5 -
Deciding a domain or project name, got to be the next worst after naming variables and exposed method names14