Details
-
Skillsjs/nodejs/html/css/php/jquery/mysql
Joined devRant on 4/7/2017
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
-
Initiative Q is an attempt by ex-PayPal guys to create a new payment system instead of credit cards that were designed in the 1950s. The system uses its own currency, the Q, and to get people to start using the system once it's ready they are allocating Qs for free to people that sign up now (the amount drops as more people join - so better to join early). Signing up is free and they only ask for your name and an email address. There's nothing to lose but if this payment system becomes a world leading payment method your Qs can be worth a lot. If you missed getting bitcoin seven years ago, you wouldn't want to miss this.
Here is my invite link: https://initiativeq.com/invite/...
This link will stop working once I’m out of invites. Let me know after you registered, because I need to verify you on my end.57 -
Anyone has ideas for creating logos?
I'm looking for prompts so that I'm able to practice making them (and also build my portfolio, but you don't need to know that, right?)
Drop your ideas/prompts and I'll make them for you on my free time and you'll be free to use them on personal projects 😁34 -
"serverless" is a stupid name. There's always a server, just not yours. It's just as dumb as people thinking "cloud" means there's no computer. There's always a computer, just not yours.9
-
I hope you will forgive me for a third hand story, but I'm one of those evil developers, not a support per se. But I thought you'd enjoy this story anyway. So this happened to a colleague of a colleague:
$Hero - our hero. $Cop - A representative of our hard worked law enforcement agency.
So $Hero is happily speeding along in his car, running a few yellow lights a bit late, etc. Finally, the law catches up to him and pulls him over. Here's how the conversation went:
$Cop: Can I see your driving license, please?
$Hero (with smug grin): Certainly. Here it is, officer.
$Cop takes license back to motorcycle and speaks into radio.
$Hero: It's not going to help you any, though.
$Cop (with no reaction): What do you mean?
$Hero (with wider grin): The server you have to check it against is down.
$Cop (still no reaction): And why do you say that?
$Hero: Because I'm the guy they called to get on site and get it up again.
Our hero did not get a fine this time. Instead he got a police escort to his workplace.
Source: reddit r/talesfromtechsupport3 -
So... GDPR.
And the deadline.
And I have no idea what to do.
What does it mean for one-man indie projects? Data protection officers? Companies? Controllers? Processors? EU employees? Argh.
Look, please, EU. Not everyone can afford to hire an entire team for this, when their current team is literally one person.
Yes, the GDPR is probably a step in the right direction, but I think I'll just stop collecting the data altogether.
(All data I collect is just user settings stored in a database, nothing more.)
Can someone point me in the right direction?8 -
Dear Colleague who ended a call I overheard today with the sentence "I'm off next week, if there is anything - anything! -, call me on my mobile phone!". Fuck you. If you value your work more than your family, that's not only your problem. You're fucking my clients expectations, too. I don't think you're a hero. You're a moron.4
-
I sometimes watch dutch pov ambulance videos on YouTube. It just turns my mind off.
https://youtube.com/channel/...
+ coffee ☕9 -
Invited by a company who desperately needed me to fix their messed up code and the reception lady talks crap and threatens me.
:(
Guess who is not replying to their emails ever?4 -
Yesterday a colleague of mine told me that another colleague has done this in his web application for a subject:
For checking user and password, he did not query a database, but instead he checked information in a HIDDEN DIV in the html page.
Reason: "this way I don't lose my precious time".
I think of that and I'd like to punch him. People like him are the reason websites in Italy suck and my University web infrastructure sucks (he worked as intern on that).
My. God.7 -
Stackexchange hot network questions...
Whenever you're debugging shit like "What weapons could squirrels use" pops up and I'm not even kidding when I say there's fucking serious answers... Some of them a few pages long3 -
Client: "You literally did what I asked you to do."
Me: ...
Client: "I need you to do it differently."
Me: ಠ_ಠ6 -
I really hate people who prefer this coding style:
if (condition)
{
// something shitty here
}
Instead of this:
if(condition){
// perfectly clean code
}41 -
That's funny how as a student in apprenticeship, hating front-end and wanting to do backend for the rest of my life, I currently assigned to redo the entire front of a website by adding bootstrap and stuff. I'm doing this for a week and it bores me so much...2