Details
-
Aboutlove programming
-
Skillsprogramming
-
Locationmelbourne Australia
-
Website
-
Github
Joined devRant on 11/27/2017
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
-
Sorry but this has to be one the dumbest decisions in software history
https://sass-lang.com/documentation...1 -
Yo, Copilot moving to a paid model?
They were smart, let us use it for free for a while then grow a dependence and BAM, need to pay.17 -
Is there a site for design/ui/ux inspiration and ideas, like an index for ways to do things, cards, tags, selectors, etc?5
-
Is there a name for the phenomenon whereby you iteratively modify code to try to fix a bug, with no apparent result, and then realize it's an entirely different part of the code causing the issue, but the parts you were modifying actually did need modifying too?2
-
Heroku/Render
Deploy 2 apps
app #1 sends request to app #2 every minute
app #2 sends request to app #1 every minute
they never sleep
profit?5 -
How is the shopify developer experience actually so bad.
Shopify Buy JS docs suck
Product ID's are inconsistent
Token management is not built into GUI2 -
npm is actually fucking broken, yarn just saved me from a situation where it was taking 3+ minutes to test npm installs when yarn did it in 20 seconds1
-
wtf is up with node-sass? Basically every project I've ever worked on breaks because it can't build with node-gyp anymore or whatever6
-
Anyone else use dark mode for everything except their ide? I can only use github light mode for vscode, I find it less stressful to read black text on white then white text on black14
-
Explain to me why CORS isn't the dumbest thing I've ever heard of?
I can make requests from outside the browser but not from within? Hah?7 -
YouTube Music is so fucking shit
No continue playing on refresh. Queue / Currently playing gets cleared (Wtaf?)
No logical playlist sorting by alphabet
Alphabetical order seems to restart several times and gets fucky with mixed starting letters towards the end
Absolutely no sorting options by any attribute
No continue listening on another device
No song search ability in playlists (Excuse me but what the fuck?)
SS attached shows how playlist goes from W -> Y -> axbyz2 -
FWIW you can store data in google photos and use it's text conversion algo to search for stuff. Such as screenshotting recovery codes and searching for "recovery codes"6
-
Does anyone else get rashes on/inbetween their fingers from using macbooks too much? Chromium reaction?11
-
Hey three, ..hey Three....., hey THREE!
Why does your mesh scale method take
Height......
First?
Have you heard of x?
How about y?
Maybe x,y?
Maybe width,height?
BUT HEIGHT?
THEN WIDTH?
WTF -
HOW THE FUCK
DO I USE A NPM PACKAGE
THAT DOESN'T SUPPORT IMPORT X FROM PACKAGE
IN A TYPE:MODULE
REPO?
WHY THE FUCK CAN'T NODE JUST SUPPORT BOTH
WHAT IN THE FUCK
HOW DOES WEBPACK LET YOU USE BOTH?!
I CANNOT FIND A WORK AROUND FOR ERROR
SyntaxError: The requested module 'file-type' does not provide an export named 'default'
WHAT THE FUCK?
DO I NEED TO USE A DIFFERENT PACKAGE?
WHAT THE FUCK11 -
Company A (mine) is building a site for company B, company B employs company C to manage their inventory database, company C exports inventory as JSON to company A, company C says, this field (SKUs) will be an object (skus = {...}) when it only has 1 value, but an array (skus = [{}, {}, ...]) when there are multiple SKUs, company A (me) tells company B to tell company C to ensure it's always an array.... company B is scared of company C and company A (me) is always cleaning up company C's shit6
-
Windows PC's are literally just consoles
Windows is trying to integrate WSL so badly but until it's seamless Windows just won't be a dev environment
OSX4LYF13 -
I made this little webapp to make custom subscription feeds for YouTube
https://subber-app.herokuapp.com
I use it for all the Simon Whistler channels2