Details
-
AboutWill code for food.
-
SkillsLAMP, JS, Android, C#
-
LocationGreece
Joined devRant on 10/23/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
-
Have some troubles with MySQL server with multiple instances.
After some search, I have a “bind-address” parameter set to “127.0.0.1”
Changed to “localhost” do the trick. Love my work.7 -
Girlfriend = zero productivity!
I like to work at night! When I can hear myself think. Girlfriend is jealous of my code! Argues with me to come to bed and then I lose my inspiration.22 -
So far, no one has surpassed the ultimately blasphemous practice of
Select text -> right click -> copy -> right click -> paste4 -
I got my wife pregnant despite birth control being used... You could say she *puts on sunglasses* failed the penetration test.
I'll see myself out.14 -
Not a rant, but...
Friday night. Birthday party of a girl friend. I'd rather be configuring mi Raspberry Pi at home.
Those are my late 20's nights.14 -
Girl: "hey"
My Brain:
java.lang.NullPointerException:
at net.brain.functions.Talk.retrieveSpeech(Talk.java:2978)
at net.brain.functions.Talk.createFlirtyResponse(Talk.java:3132)
Me: null
*Girl walks away*20 -
Thanks for the inforant too many irrelevant tags much wow too cool to google no shit how did google know amazing algorithm9
-
Ever had one of those moments when sites run by cunts (fuck you CNET) autoplays videos at 200% volume?
Use the extension called "Silent Site Sound Blocker" to make sure only whitelisted websites can play sounds.
Fuck yeah!6 -
Had an interview in a MNC company.
He: Propose a solution for reading huge logs file like 1 GB and parse errors with today's date.
Me: Gave two solution, one with regex and second with buffering the logs (reason: reading the entire in same shot will cause cpu spike with huge memory consumption) and I fell in love with my second approach. By the way it was on paper.
He: (Without seeing the logic) Your syntax is wrong.
Me: Got frustrated who the hell checks syntax in interview. I asked how may years of experience you have?
He: 10 years.
Me: I don't wanna continue, and I left.5 -
typos are ok if you can still understand what one is trying to say.
if your typos interfere with understanding, THEN FUCKING CORRECT THEM.
I'M TIRED OF NOT BEING ABLE TELL IF YO MEANT "…" OR "." WHEN YOU TYPE ".."
DID YOU FUCKING PRESS IT TWICE BY ACCIDENT OR DID YOU MEAN TO TYPE THREE PERIODS?
FUCK YOUUUUUU4 -
I was told during my initial interview that the book "Clean Code" is their Bible here.
And it's true. It's lying, unread in drawers and shelves all over the office.15 -
When you think you know enough Javascript to get a job, then this comes along Can (a ==1 && a== 2 && a==3)could evaluate to true, and the answer is freaking "yes" 😒😒.20
-
Got to learn Shopware (the eCommerce thingy written in PHP) for the job.
Bought a book worth ~60$.
The author writes: "Use vagrant it's soooooo comfy and cozy and everything!".
Sure, why not.
Got to get online over my smartphone.
Cloned the repo with the Vagrantfile.
Did a 'vagrant up'.
Downloaded the Ubuntu box of around 1.5 GB (reminder: over my smartphone which has around 3 GB 'highspeed' internet connection).
Vagrant initialized and provisioned the box.
Error.
Error?
Error.
VT-X is not enabled. Hm. Strange. Wait...when it's not enabled, can it be that...
Yep.
THIS SHITTY LAPTOP SCHMAPTOP DOES NOT SUPPORT VT-X AND I PULVERIZED JUST THE HALF OF MY INTERNET DATA FOR THIS SHITTY BOX IN ORDER TO JUST DOWNLOAD THE ZIP FILE AND INSTALL IT OLDSCHOOL-SCHMOLDSCHOOL INSTALL A APACHE VIRTUAL HOST.
Time for new hardware I think.11