Details
-
Aboutscript kiddie faking it until making it
-
Skillsruby, python, bass.
-
LocationGuadalajara, Mexico
-
Website
-
Github
Joined devRant on 9/18/2016
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
-
Funny thing I just realized.
When I do git commit --amend just after pushing, I have to do git push -uf and that is beautiful.1 -
This is a reminder for the people that keep saying ApPle CarEs FOr My priVacY BeCausE thEy stoPed 3rD PartY aPps fRoM cOllEcTiNg mY dAta28
-
Probably play things on the internet, start my only fans.
Probably music things, which is compatible with streaming and only fans too -
Don you hate when someone from {gender}coders or any other group post photos to all social media channels "coding", inspiration quotes for that specific {gender} , and what not, they even posted their github .. but then .. see pic.
And all you see in their github are exercises from courses and books, nothing else.15 -
I was wondering why it had a duck when I use python, was thinking maybe it is a font issue .. which I ignored for months.
Today I say the tongue.2 -
Best:
Got a role change to automation engineer, which is sort of a 'just fix problems' position, like with tooling, get rid of manual work, remove as many spreadsheet as we can.
I started looking into rust.
Worst:
People think we depend heavily in javascript because our products are extensions, our golden product is an extension, so a few members of my team insist in depending in our core team and use their javascript stuff, even for string parsing, even if we do have a python package that does rhe same thing that is officially maintained too.
I refuse.
The good again:
My boss let's me refuse, I am not forced into javascript, they let me use whatever I want as long as it is reasonable.2 -
Instagram is down!
Anyone willing to post food pics here?
Sexy pics also appreciated
I need my dose25 -
My current company decided to do all automation in node.js.
Crawling, new projects, processes, all of it in Node.
Fuck my life.19 -
Updated to pop_os 19.04
Xorg stuck on a login loop.
Checked the basics, still failed.
Guess who has a fresh Pop_os 19.04 install?7 -
Have no Degree (the paper, I did study), currently doing a master to actually get the damn paper.
Have been working with a good pay for a few years now.
The Degree will help pass some HR filters on the dumbest companies, but sometimes you do want to work there.
The degree does nothing in the new professional word in this profession.
BUT sometimes, a degree gets you information that you will not get on your own that help you grow faster. Talking about the basics that everyone says are useless... But they are not. -
Do you guys remember a website named something like "turn off your tv" that suggests 'smart' videos to watch?
I need that in my life again.3 -
So, need to secure some requests.
I decided on going passwordless on the website but I want to have an API too.
I am reviewing auth0.
I am also not sure if I can secure the same endpoints as private and public differently, so the private is used by the backend with no auth and the public with auth.
Wold you guys help me with some reading material?2 -
Dumbest experience.
Talked to recruiter, they praised I know ruby, said I needed to do a code test in ruby.
I was given 1 hour to complete 5, exercises in a codefight like thing.
1 exercise had C as the only lang option.
2 more had C and Python.
The last two has ruby too, they were permutation exercises that never completed within the time restriction (that was probably on me, but they did complete on my local ¯\_(ツ)_/¯ )
I told them about all this, I failed, no second chances, no explanation, no nothing.2 -
So many forked processes curling webpages to get response status that I exausted my bandwidth... I need a server with good connection -_-
-
I see lots of ranting about bosses or team members.
My boss values me a lot and my team is open to discussing amd value my opinion.
What the fuck to I rant about? fml1 -
Just had a discussion with a support person, it seems I need or use safari or opera OS to be able to watch a recording of an open class I has.
The platform they jse works on with flash (fucking hate it), and it seems linux is not supported because I need to install flash.
I was just reporting a stupid bug, I am watching these on my phone and staying away from installing flash.
God dammit.1 -
Spent about 40 minutes trying to figure out why my stupid events were not tracked, something about CORS
so digged into the htaccess file and added the correct headers but the header value was being appended although i was setting it.
So I figured the "tool" i am using is setting it too but only when I set it, that was weird.
So on to to its github I went, someone mentioned there is a CORS setting in the UI, so I added the domain i wanted to allow and done, it fucking works.
Read the documentation kids, sometimes it is useful. -
So I made a repo to have a template to initialize node projects.
I copied the folder to a new folder and found all commits where there but I wanted to start fresh.
Quick googling on how to just start fresh ... then I realized I might just delete the .git folder, see what happens.
Then BAM! All fresh,
git init
git add .
git commit -m "first! Template set"
Life is easy sometimes. -
!rant
I am trying to get this new is shit together, I am struggling with grasping polyfill, all the npm install shit.. for a front end thing.
Do I really need npm and polyfill?
I have read some quickstarts on this but all of them look like backend stuff to me.
I am planning on using Vue and vuetify
Thoughts? Feedback?
Any link to a good resource to read will be appreciated.3