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
-
My commenting has really gotten a lot better since Github Copilot.
# do my code like this
...code
# and then also do this with that
...lmfao
🤣🤣🤣🤣🤣🤣🤣🤣2 -
Why can't html just render boxes with backgrounds next to each other without lines in between at some zoom levels 🙄5
-
Well, after using stage manager for the longest time, I'm fucking ditching it.... It just gets way too messy and takes up more time than it saves... 🙌
1 -
Ok mate, you know what, you can FUCK. OFF.
MY H1 HAD EXTRA SPACE AT THE TOP. DEVTOOLS ELEMENT SHOWED NO DIFFERENCE.
I COMBED THROUGH THE FUCKING STYLES AND COMPUTED.
TURNS OUT IT WAS THE WHITESPACE THE FORMATTER WAS ADDING CAUSING LEADING \N
HEY CHROME DEVTOOLS.
HOW ABOUT IN ELEMENT VIEW.
YOU SHOW THE FUCKING PURE INNERHTML/INNERTEXT AND NOT JUST THE FUCKING NORMIE NON-DEVTOOLS TEXT THAT GETS RENDERED.
IM A FUCKING DEV.
THATS WHY ITS CALLED DEV TOOLS
SHOW
ME
EVERYTHING
FUCK5 -
So, 1920x1080 hey !
The perfect fucking resolution !
you want 12 columns with equal gutters? FUCK YOU!
you want 12 rows with equal gutters? FUCK YOU MORE!4 -
wait..... can you auto indent console logs depending on their nesting in functions?
I just realised it can be hard to read console logs because say you do
log('here 1')
callFunction()
log ('here 2')
But callFunction does a bunch of logging, then your here1 and here2 become separated !
But if you could make console log automatically add a couple spaces for every level of nesting/scoping that would be ideal .. ? 👀12 -
⚠️🚨 PRO TIP 🚨⚠️
ZOOM IN ON TERMINALS + STAGE MANAGER = LITTLE SIDEBAR PREVIEW OF TERMINAL PROGRESS3 -
When you forgot that you downloaded something directly into your src directory and then download a few other pics and then run a build 😂3
-
If you centre align a 1080x1920 rectangle within a 1920x1920 square, you get two 420x1920 rectangles.
420
Coincidence?6 -
Mobile UI's where continuing the form relies on clicking the "submit" button on the popup keyboard can go get fucked, if I hit back the keyboard disappears, so now what?!?!?!?!?! Always show a fucking BUTTON2
-
Genuinely wondering if there's some agenda to keep people employed by not optimizing certain workflows because the client is so big it doesn't matter 😂2
-
Ayo, I just started using shell variables for git branches......
No more spamming tab after typing feat/bug/rele/etc.. 🙏1 -
Am I a genius?
```
const co = (obj) { return obj[true] }
src={co({ [isBreakfast]: img1, [!isBreakfast]: img2 })}
```2