Details
Joined devRant on 9/29/2019
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
-
Interviewer: "Using this 2D array and calculate.."
Me: "This input isn't a 2D array though. Do you want me to parse or construct a 2D array then.."
"It is a 2D array."
"Uh.. ok..and if it's not what if we.."
"Look my notes say you must use this input, and treat it as a 2D Array"
"What if I wrote a function for a 2D array similar to this input, but actually a 2D array"
"You must use only the input provided"
Me: does rain dance code for 20 minutes.
Interviewer: "hmm, maybe it wasn't a 2D Array. I like your efforts but that's all the time we have today."
I promise I can code, sometimes. It does help to have correct questions to give correct answers.1 -
One thing I've learned repeatedly over the last 20 years is that companies are generally not deserving of your loyalty.
By all means, show up, apply yourself, and do your best work, that's just being a professional. But never get emotionally invested in a company you don't own.
There are really only two reasons for staying: earning or learning, ideally both. Once you have exhausted your current employer's limits in this regard, move on, you don't owe them anything.3 -
I think the weekly rants just exist because @dfox & @trogus got banned from stackoverflow and they still have questions.
When it comes to learning cutting edge tech... Go build already!
I found Rust intimidating.
I read the first few pages of the official book, got bored, gave up.
Few months later, decided to write a "simple" tool for generating pleasing Jetbrains IDE color schemes using Rust. I half-finished it by continuously looking up stuff, then got stuck at some ungoogleable compiler error.
Few months later I needed to build a microservice for work, and against better judgement gave Rust a try in the weekend. Ended up building an unrelated library instead, uploaded my first package to crates.io.
Got some people screaming at me that my Rust code sucked. Screamed back at them. After lots of screaming, I got some helpful PRs.
Eventually ended up building many services for work in Rust after all. With those services performing well under high load and having very few bugs, coworkers got interested. Started hiring Rust engineers, and educating interested PHP/JS devs.
Now I professionally write Rust code almost full-time.
Moral of the story:
Fuck books, use them for reference. Fuck Udemy (etc), unless you just want to 2x through it while pooping.
Learning is something you do by building a project, failing, building something else, falling again, building some more, sharing what you've made, fighting about what you've built with some entitled toxic nerds, abandoning half your projects and starting twelve new ones.
Reading code is better than reading documentation.
Listening to users of your library/product teaches you more than listening to keynote speakers at conferences.
Don't worry about failures, you don't need to deliver a working product for it to be a valuable experience.
Oh, and trying to teach OTHERS is an excellent method to discover gaps in your knowledge.
Just get your fucking hands dirty!12 -
LinkedIn feels like:
- be bombarded with recruiters messaging you
- people you don't know bragging about joining a company
- more people you don't know sharing useless advice for tons of corporate crap
Is just me or anyone feels the same?13 -
Usually ones that oppose capitalism are the ones on welfare, forcing taxpayers to pay for them or wannabe tiny dictators. These are incompetent, have no life skills and tries to justify others pay for them.
There are one or 2 here.
Let's see if he shows up in this comments.23 -
Went on Twitter to learn about the Facebook oopsies.
Found a mom who is non-stop on Twitter complaining about her sons (aged 16 and 20) being subject to Social Media™
Landed somehow on POTUS comparing total presidential spending. Of course you've spent less, your term is barely a quarter of the way through, you goon.
Closed internet.1 -
I fucking hate subscription services that start with a free month but still require you to input your credit card information.
"It's just so we can bill you for the following month! You can still cancel the subscription before the following date to not be billed anything."
No, there's no reason why you can't offer a free month WITHOUT having my credit card information. The REAL reason is because you're hoping I'll forget to cancel. Fucking predatory bullshit.12 -
Client: So we want you to redesign the frontend for this app
Me: Ok, sounds easy enough, send me the source code and API documentation
Client: yeaaaaaah, here's the thing, we don't have the frontend source code anymore, we originally wrote it in React and then we lost the source code, we only have the bundles now
Me: ok fine, I can handle it, can I have the API doc?
Client: yeaaaaaah, here's the thing, we didn't write API docs, but we have the source code if you want
Me: fml7 -
A small bug is found.
Chad dev:
😎 *Exists*
> Writes a simple ad hoc solution in a few lines
> Self documenting code with constant run time
> No external dependencies needed
> Fixes the bug, easy to test and does not introduce any new issues
That guy nobody likes (AKA. regex simp coder):
🤡 'This can be "simplified" into oNE LiNe'
> Writes a long regex expression that has to line wrap the editor window several times
> Writes an essay in the comments to explain it's apparent brilliance to the peasant reader
> Exponential run time (bwahahah), excessive memory requirements
> Needs to import additional frameworks, requires more testing that will delay release schedule
> Also fixes bug but the software now needs 2x ram to run and is 3x slower
> Really puts the "simp" in simplified, but not the way you would expect26 -
FUCK YOU GITHUB AND YOUR MASTER SLAVE BLEEDING FUCKING HEART SPINELESS FUCKING HYPERSENSTIVE BULLSHIT TO BEGIN WITH !!! NOW FUCK YOU FOR REMOVING SHELL AUTHENTICATION AND GIVING ME A GODDAMN OTHER THING TO ANNOY ME !20
-
Fucking hate sites with great SEO but shitty user experience like Quora. Top of Google but requires a login or else it's locked down like some university cheat site.
Fuck your low quality answers hidden behind a useless blurry paywall. You're a glorified Q&A. Go fuck yourself27 -
I'm Indonesian and really feel suck about our government apps. Seriously, I think they hire a bunch of undergraduate student to make most of their apps. Anyone who feel the same about your government?11
-
Glass door: now almost completely fucking useless.
Glassdoor now requires you to login to even read the site. You log in and then AFTEr logging it, it informs you that you have to contribute an "anonymous review" to read the others.
Completely fucking useless and defeat the one reason it originally existed for: to help people review a company *before* applying.
Good job you morons at glassdoor, you had one job.
Of the following names, at least one of them is likely certifiably retarded (or has options against the company stock):
Christian Sutherland Wong (ceo)
Anthony Moisant (cio, senior vp)
Kate Ahlering (chief sales)
Owen Humphries (senior vp)
Annie Pearl (chief product officer)6 -
!dev
I want to say to my cheating whore of an ex, you were never worth the time nor the effort. You are my only regret in life. There are actually way more pretty and nice and probably honest girls than you'll ever be!30 -
Forgot to close() connection to the postgres and opening the new connection was inside of the query loop... So I successfully overfilled all the possibie 100 connections to 5 dbs out of 6. I have no direct access to them so I cant delete them. I'm still on probation and I have to go to lead dev and tell him that I messed up...18
-
Photoshop in my country with a low dollar exchange rate, literally required 1/10th of my monthly salary when I was a beginner.
Literally go fuck yourself Adobe.4