Details
-
SkillsTypeScript, Node.js, Vue
-
LocationRussia
-
Github
Joined devRant on 2/29/2020
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
-
Fuck these frequent "URGENT TO REVIEW" pull requests with 10+ files changed by lead each time, amirite or amirite?1
-
*sigh* What am I doing? I should have started with contributing to this! https://marketplace.visualstudio.com/...1
-
I invite you to participate in private Clash of Code tournament for devRanters @ https://discord.gg/jMp64VH
We await you at Saturday 12/5 10:00 AM Eastern Time 😉🛡⚔7 -
Whoever uses "status" as boolean in responses to indicate whether error happened (true) or not (false)??????!!4
-
One employer has just contacted me, said that my resume seems very interesting and invited me.
Now I'm looking at their website, all from 00s and with cringey fonts. Ok, they do "automatization of financial systems" and etc.
Alright, scrolling down... Suddenly, I see cut from the familiar soviet cartoon "Vovka in the Far Away Kingdom", where in the end Vova says:
- Well, that would do!
IRONY 😂
Now I'm questioning my will to attend this interview.4 -
If point-and-click game made in PowerPoint, that my grandma actively played because of boredom, is "creative hacky solution", then there you have it.
First game is "The Adventures of Sayid", second "Hide and Seek" with creepy pasta sound and graphic assets from Shrek: Activity Center.
Well, that's my childhood without Internet, what I can say!1 -
I became familiar with basics after my mom bought a PC and disc with software which included FirstPage. She wasn't *that* angry getting a $100 receipt for the month of Internet I trafficked - oopsie, thatta large price, even after inflation.
-
CircleCI takes the cake for the most annoying of constant development advertisement campaigns on YouTube, change my mind.
I mean, the product is nice and everything, but what the hell? Why should *I* make sense of your changelog - just go and show what it does in practice! Ugh, why I must teach you marketing, CircleCI, smh...1 -
I've made a fun video transcribing one of the hot discussions on devRant: https://youtu.be/kL4TgNUS-9I
Please leave suggestions about what I should transcribe next in familiar format, also I wouldn't mind like and sharing! ;)3 -
Oh my lord. Even with JSP option available, some frick decided they should put everything in Java method including JavaScript. And to make it even worser they utilize syntax with StringBuilder. Just... take this away from me!6
-
Like, seriously, bruh. Some junior have managed to run Notepad++ that consumed a lot of RAM... on our development server... on CentOS... using Wine.15
-
So, we have massive desks in office and there is no much space for them to fit +2 newcomers. Occasionally, my old youtube recommendation "Tetris Original Theme" started playing out loud. :)14
-
When "imposter" is more like of lifestyle rather than syndrome, funny answer comes to mind, but I'll excuse myself without telling it.5
-
Mostly, it's being interrupted by my fam a lot. Also, recently my laptop's wi-fi adapter went turtle mode (of all the times - during quarantine).3
-
Encapsulate tasks
To abstract your case,
Full of the catharsis
And exceptions to face.
Didn't commit, oh wait,
More trouble? One reset.
We return and all hail
This programming mindset!2 -
And there I was thinking Maven is going to make life simpler, with this granular dependency management and IDE independence (no extraneous classpath and module management required). But wait, it turns out that to run simple Ant task I need all my dependencies to have *.pom. Every. Fricking. Dependency.
I mean, sure, only if I knew which sub-dependencies they all had, but that seems like heck a lot of work to make external JAR libraries to work with Maven process.
WHY TODAY? Yesterday I had no issue: uploaded few libraries in corporate repository, refreshed index, dependencies downloaded, even had time appending javadoc to one of them and it worked. But today is the day, right? I just run simple task with maven-antrun-plugin (mvn antrun:run@<executionID>), and it starts scanning each dependency for *.pom file. I DON'T WANT THIS. Google, help me. Oh, no direct answers and clues?
Just... fuck you, Maven. With all 2 days effort I could just litter in IDE's classpath, write build.xml in no time, make normal webservice, but that would require me to also litter sources with required libraries. FML!4 -
Just wanted to know: am I a single maniac in the world that likes to select text on websites and press-hold buttons/links often to check how they look in `:active: and `:focus` states, just for naught? 😂4