Details
-
AboutFrench computer science student
-
SkillsJaca, C#, SQL, Javascript, PHP, HTML/CSS, XML, C
Joined devRant on 5/9/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
-
If anyone knows us inside out it's our Father! ❤️
He can sense the right or wrong even before we do. He has a special kind of sixth sense and why not, he's our DAD of course! 😅
Happy Father's Day to the Superheros9 -
I really just came across this on a legit apartment rental website.
I can see no possible way for this to go wrong.
No possible way that anyone could exploit this... 🙃20 -
Please tell me I'm not the only lazy bastard that spends all week dreaming of the weekend to finally work on some personal projects and when it finally arrives as soon as I launch the IDE my motivation goes down to -100 and I spend the rest of the day watching random videos on YouTube as always dreaming of the next weekend to finish that awesome idea I had 5 years ago...14
-
I never felt this satisfied in my entire life,
So I was working on an open-source org where people can come and read books online for free. But they were facing the challenge of making books text selectable with the mouse pointer. But the problem was that their website renders scanned images of the books so it is impossible to select text from it.
So I solved this problem by building a small prototype that could do it. All of the books that they have in their database are having XML files associated with them which contains the coordinates of each word. So the logic was simple - select a rectangular region to pass its coordinates and check whether the coordinates of a word are lying in that rectangular region or not and display them. This trick is helpful because most of the OCR generates a similar XML file.
So if you wish to use this prototype for your own projects - you can check my GitHub repository https://github.com/ishank-dev/...
please star it if you like. -
!rant
- was having an interesting conversation with my mate
- saw a message from past crush "you still awake?"
- hanged up on bro, saying "i just heard something, will talk later"
- went back to chat with crush
- after 2 replies , she is offline.
Yepp, got played again.
F.5 -
I just want to share this:
When I start working at my last job, I have little idea of what a unit test was.
My boss on one meeting said that unit testing will be mandatory (wich is ok and umderstandable).
Almost a *year* after that, no one still care about them. I see myself doing them the best I can, but I saw things like wrap the assertion line with "try / catch" to lie to the coverage and unit test percentage. Or in other cases directly uploading *manually* the code on the server without test at all.
And then, as the only developer who do the unit test ok I have to do the missing ones and repair the fake ones.
Then when something explodes the question all the managers love to ask "Did we had the testing?"
At least I quit... that job was some crazy shit, this is just one story of many.
Like that other time that my co-workers did not understand why I needed to do POJOs on an android app because the big bad JSON that the app used was working fine.... -
Programming is possibly the most relaxing job.
5% time programming
30% time searching the web
50% time thinking
15% time pretending to be thinking14 -
Professor: with rm -r /* you can delete everything on your pc
Me: ou boii lets try it can't be so bad🤪
Prof: pls never try this, when i say everything i mean everything
Me: ou frick what did i do 😱
Note for me: Next time do a backup4 -
My girlfriend knows what a coder needs when it’s their birthday. Lucky to have her. Walked into my room and it was set up like this.51
-
I've accomplished something I thought I'd never do.
I convinced my boss to switch from SVN to Git. (before SVN we've even been using CVS if someone remembers)
Only requirement: it needs to stay in house and I'm the one setting up the server, writing documentation and teach everyone how to use it.
What? Why should I setup the server? Don't we have someone whose job it is to... OK ok... I'll do it.
So after some painstaking arguments with the guy whose job it should have been to do that, I've managed to install a virtual machine running Gitlab.
Long story short: I've just found out about the joys of mail configuration to send E-Mails to established mail providers. Every... single... one of them has a different problem with the way the mails are sent.
Fml
I think I'm going to ask that guy again to use our mail servers SMTP. There should be a possibility to use my gitlabs domain for that somehow.
Really looking forward to Monday. Ugh... -
Duplex: Hi, Umm... Can I book 3 seats on Wednesday?
Restaurant: Sure! And what time is it?
Duplex: Yeah, Oh, I'd like it at NullPointer Exception if it's possible.
Restaurant: Invalid parameter "NullPointer Exception" restarting program...4