Details
-
AboutI am The Vim Pope. \n #vim_pope #holy_vim
-
Skillsvimduism
-
LocationNepal
Joined devRant on 5/27/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
-
macOS has the shittiest image viewer.
can't do shit with it.
cant skip to next image
can't do shit.
it just shits these and stares at me
shitty
shitty shity
shity
shit
afdafd
safs
fds14 -
CTO: you guys are not sharing the shit
VP: Bikash, share the shit
PE(principle engnr): Im sharing the shit
sheet*3 -
I carry a mac M2.
My brother has a similar bag to mine.
He put his bag in place where I used to put mine.
I went and opened bag.
There was NO Mac M2.
My heart nearly skipped a beat.8 -
const PROVIDER_TYPES = Object.freeze({
FACEBOOK: "facebook",
GOOGLE: "google",
GITHUB: "github",
X: "x",
});3 -
learn design patterns.
you can instantly understand where goes what and you can make sense of any large projects.2 -
this could be the final nail in the coffin for me.
so. fed up.
someone came and wrapped all the function with
Promise. And async callback.
LIKE, ALL OF THEM
57 functions.
now you have an extra try catch in it.
YEAH
I counted.9 -
this came super handy today
https://github.com/ollama-webui/...
chatGPT was down and I asked local:
"codellama"
It is quite good.
Super easy to install new models. and super easy to remove too.2 -
mongpoop
this is how our upgrade from mongoose v5 to v6 went
v5: strictQuery is false by default
v6: strictQuery is true be default
^ realized this once our update went live, we are now manually migrating several hundreds of production data.
v7: strictQuery is false by default.
what!!!2 -
there is a dev in our company who actually does this:
if()
{
}
and not this:
if(){
}
This is unreal.21 -
it was not a technical interview.
just screening.
guy: tell me smth about redis.
me: key value, in memory storage.
guy: more
me: umm, the concept is similar to localStorage in browsers, key value storage, kinda in memory.
guy: so we use redis in browsers?
me: no, I mean the high level concept is similar.
guy: (internally: stupid, fail).3 -
ran 7 servers locally
1 frontend
6 backends.
tested a task I'm working on.
worked flawlessly.
dayaum.5 -
imaging getting organic traffic.
but
Hugeeeee but.
you pay for the ads which redirects to the search keyword that ranks your site to the top.1 -
since universe is expanding.
what was there in it before our universe reached there.
I think JS can answer this question.
it was 'undefined`
once our universe reaches there it becomes null.
its still nothing but no longer 'undefined'.10