Details
-
AboutStinky Foxxo does JS
-
SkillsJS, HTML, a tiny bit of C++ for Arduino
-
LocationNosdun, Tundem
-
Website
-
Github
Joined devRant on 10/15/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
-
I SWEAR TO FUCK IF ADOBE CANT GET THEIR SHIT TOGETHER
WHY CANT AFTER EFFECTS LOAD AUDIO LONGER THAN 4 MINUTES
WHY DOES IT SILENCE THE AUDIO PAST THAT POINT
WHY DOES IT NOT NOTIFY YOU THAT IT WILL SILENCE THE AUDIO
IM GOING TO STRANGLE SOMEONE6 -
FUCKING FUCK I CANT FUCKING HANDLE THIS
WHY THE GODDAMN ***FUCK*** DOES CINNAMON NOT HAVE DOCS FOR ITS DESKLETS
THE ONLY TUTORIAL RELATED TO IT IS FROM FUCKING 2014
THERES LITERALLY ZERO DOCUMENTATION ANYWHERE ON THE INTERNET
HOW ARE PEOPLE MAKING DESKLETS AND APPLETS WITHOUT DOCS4 -
backstory: i was bored and decided to recreate basic hardware modules/ICs in JS
today, i just made a 555 in JS on the first try
am i god? :O4 -
Biggest influence was the Java coding style, where constants are ALL_CAPS and everything else is camelCase
-
Not a rant, but i'm proud of myself :3
to make a long story short, i wanted a wrapper for a api (https://esi.evetech.net), but there were none that were updated or actively maintained, so i built my own. the first version had all the non-authed endpoints, and 2 days ago i finally got all the authed endpoints, plus added in features like a config file (for storing the token and project name) :D
I'm one happy fox rn!8 -
Kinda related to this site: i click any link in this page and LastPass pops up like "I FOUND A INSECURE LOGIN BRO! I KNOW THERE'S NONE ON THE SCREEN, BUT JUST TRUST ME BRO"1
-
GOD FUCKING DAMMIT I FUCKING HATE ES6 AND ITS GODDAMN IMPORT BULLSHIT
FUCK OFF AND LEMMIE REQUIRE MY FUCKING MODULES FOR FUCKS SAKE5 -
So i'm workin on a wrapper for an api, and it has authenticated endpoints. My request function has a check to see if the user has a token before making the authed request, but guess who forgot to actually mark like 20-40 different methods as authed : D2