Details
Joined devRant on 9/19/2022
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
-
Waaaah such leeches
Before Microsoft bought it you didn't have free private repos and actions -
\u{1F388} for code points. you originally had a single utf16 code unit 1F38 + char '8' appended
-
The retards at YouTube can't comprehend that someone knows more than one language and doesn't want everything force translated with a robotic voices that gives ear cancer
-
"Forgot password" on login
-
Remembering passwords is stupid, has less entropy, bet you reuse it across a bunch of sites, and is still vulnerable to phishing
-
https://apkmirror.com/apk/...
-
@IHateForALiving float nan = 0.0 / 0.0;
float inf = 1.0 / 0.0;
There are also macros and functions for it
Every language that supports IEEE754 automatically supports NaN and infinity, it's just a few specific bits set -
Ask him to choose 2 corners of this triangle:
-
Not surprising? It's physical vs virtual addresses
-
The only reason to use it is for tunneling into your own network or bypassing IP/geo-blocking
Not for privacy/security like all these shills claim -
@retoor No your provider doesn't have useful logs anymore when using a VPN, but the VPN has.
And the majority of internet traffic is HTTPS anyways. Except for stuff like domain names which are transmitted in plain text -
Blame windows for this, every other OS manages to use non-retarded line endings
Not to mention \ and case insensitive paths... Who thought that's a good idea -
.
-
"Waaaaah opinionated tools are bad!!1!1!1!1! We should fight over meaningless formatting details instead of actually writing code"
There's nothing more annoying than a commit that modified hundreds of unrelated lines because there's no default formatter configured -
Good luck trying to replicate 50 years of legacy spaghetti code
-
Are the devs retarded or why isn't there a single software where you can choose the locale in settings
-
Fuck dev.to, nowadays it's the same 10 beginner topics reposted every few days + AI-generated worthless posts and maybe 10% original/interesting stuff
Also heavily censored by the authors, any corrections or criticism comments get deleted -
@retoor
Once you start making one (instead of pretending how simple everything is), you will quickly realize how "just joining files" isn't gonna work
And gl making it spec-compliant + compatible with cjs/esm for any code, not just a small subset -
Only boomers complain who can't keep up mentally
Music gets distorted when sped up but regular videos/voice just result in less time wasted without any downsides -
What's up with all the employer bootlickers in the comments
-
Windows 8 had sharp rectangles everywhere and it also looked like shit
-
Lenovo retards added a specific resistor in each charging cable that the laptop senses and refuses to charge with weaker power supplies altogether
-
Why do you think ppl want to spend valuable time to mentor you
-
@kiki a little creature with a beard and hat
-
How about we invent a build tool that generates Cmake files
-
Webpack? 2015 called
-
I don't do much "normal" development anymore, specialized in reverse engineering, web + binary exploitation etc instead
-
@retoor
Use a GUI (in the editor preferably) for staging specific files/ranges instead of the CLI to avoid going insane
E.g. Ctrl+enter in vscode stages+commits automatically
If you think it's stupid and always stage all, you don't understand git and probably half your commits contain unrelated changes -
- "waaaah I only want the library once but the version isn't compatible"
- "waaaah why does it have to install X different versions, so much bloat"
Choose one
This applies to package management everywhere, not only npm -
You can count the Allman style as a mental disorder as well
Along with tab indentations
