Details
Joined devRant on 3/18/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
-
JavaScript... Why are you so complicated. Simple, but complicated. When "this" doesn't always mean "this".. there are lots of ... complicated things.2
-
That awkward moment when you realize the code you have been debugging for an hour actually works fine and updating the entire dataset. You've just been returning only the top 1000 rows.2
-
Google -> Niantic -> shit
Hate them for biting off more than they can chew, they successfully fucked up two of their games, now they are launching the third one.. Can you just fix the stuff you fucked up before you continue with new stuff?? Okithxbye9 -
Someone on the IP 127.0.0.1 has been creating a lot of bugs in my code, please beware of you notice any connections from that address.15
-
Python tip: some python functions have **kwarts (key-word) arguments, that means you can construct your parameter dictionary like so:
kwargs = { 'a':1, 'b':2}
And pass those arguments like so:
function(**kwargs)8 -
Not sure what kills me more, the image or the comments.
src: https://informationq.com/about-the-...15 -
these feelings when i mistake a text message for devrant updates: happy, confused, oh just a text message, boooooring10
-
Me : "Hey, I can't find the comments.js file, do you know where it is stored?"
Co-worker : "Yep, look in the CSS folder"
Me : "OK, thanks!"
5 seconds later..
Me : "Wait, what?"8 -
When my company signs a contract with employees, they put the income as minimum wage, and verbally agree with him that they'll pay the rest of the income (which is about 3 times the minimum wage) as extra work, so they wont pay a lot for taxes. The employee has no choice but to accept.
But when the pay time comes, the company will only pay the minimum wage, making employees unable to sue.
This ultimately causes employees doing things like moving all project files to pen drives, telling the CEO about it, making the CEO run after them to the streets begging for the pen drive, and when he finally softens and gives them the drive, they open the zip files inside it to see (I shit you not) images of people flipping the bird.
Or this: https://devrant.com/rants/1332501/...12 -
As I read this headline, all I could imagine was Mark Zuckerberg stood by an office scanner literally scanning each individual image or text that were printed on separate pieces of paper2
-
Near my office is a lake. To help get through the day I try to get away from my desk and walk around the lake for about 10 mins. Also tea.1
-
When one PM hands you off to another PM and neither has any idea about the project I am supposed to be working on...nor do I have access to the Trello boards, the repos, etc...
Happy Monday 🤦♂️ -
when i change main programming language.
me: Wow, this language is much better!!
language: (singing) I will always love you!!!!6 -
Why THE FUCK would anyone make a totally free (in the sense of price; gratuit) software project, and then not make it open-source?
What is the benefit of stifling the development of your own project when you have no monetary gain from doing so?14 -
Recently bought a new touch laptop. After trying Manjaro, Ubuntu and a couple of linux distros, I switched to Fedora. I simply love how it's so smooth.4
-
TL;DR Calendar services sucks.
Imagine yourself as startup. You don't want to spend fortune on paying $5 per user per month for Google Services. Also you don't want to pay that to Microsoft for O365. You want to run it itself because you already have droplet running with your other services (ERP for example. Funny story too btw.) Ok, decision has been made, let install something.
I have pretty good experience with OwnCloud from past as Cloud file sharing service. Calendar is not bad for single user purpose (understand it as personal calendar, no invitations to others, sharing is maximum I tried) What can possibly go wrong when I deploy that and use its Calendar?
Well, lot. OwnCloud itself runs well (no rant here) but Calendar is such pain in ass. Trouble is with CalDav under hood and its fragmented standards. So, you want to send invitation to your team for recurrent meeting. Nothing weird. It sends as one invitation to each one, good. Now you realize you have a conflict, so you need to change time of one occurence. Move it, send update. And here comes shitstorm. It is not able to bisect one occurence from series. So it splits it to separate events and send invitation for every single one. 30 INVITATIONS IN 2 SECONDS! Holy sh*t! You want to revert that. Nope, won't do. So you accept your destiny and manually erase every single one with memo in head about planning recurring events.
Another funny issue is when SwiftMailer library (which is responsive for sending e-mails from OwnCloud) goes to spamming mayhem. It is pretty easy to do. When e-mail doesn't comply to RFC, it is rejected, right? So if because of some error CalDav client passes non-compliant e-mail (space as last character is non-compliant btw) and SwiftMailer tries to send it to multiple recepients (one of them is broken, rest is fine), it results in repetitive sending same invitation over and over in 30 minute interval. Sweet.
So now I am sitting in front of browser, looking for alternatives. Not much to choose from. I guess I'll try SOGO. It looks nice. For now.5 -
I wrote a program to check if there are empty rooms and email me when the room I want is empty.
So I ran it, and I got the email, But by the time I went to the info desk, that room was taken.
I don’t know why I wrote that program wasting except to waste my time.3 -
Never though much of MOOC like Udemy and coursera. Boy was i wrong. I never learned cool new subjects like docker, cubernetes and reactjs that fast:)! It even gives me more oppertunities for a new job! Never Give up learning new tech guys :)1
-
Wrote a python script to fetch details of amazon products to monitor price differences.
The script is only 50 lines, which is why I love python!8