You can have a partial Y chromosome or transfer of Y genes to the X chromosome during meiosis which can result in a person with both sets of sex organs, or more rarely, no sex organs at all. Even genetic sex cannot be accurately represented as one bit (let alone gender identity).
🚫 const gender
👉 var gender
Minesweeper
I forgot what the numbers mean already
There’s really not a lot of situations where exact fractions work, but purely symbolic logic wouldn’t. Maybe none, IDK.
Simulations maybe? Like the ones for chaotic systems where even the slightest inaccuracy massively throws the result off, where the tiny difference between an exact fraction and a float can seriously impact the accuracy as small errors build up over time.
Performance penalty I would imagine. You would have to do many more steps at the processor level to calculate fractions than floats. The languages more suited toward math do have them as someone else mentioned, but the others probably can’t justify the extra computational expense for the little benefit it would have, also I’d bet there are already open source libraries for all the popular languages of you really need a fraction.
A surprising number of embedded devices (you know, the ones controlling machinery in factories and stuff) are still running 32-bit processors.
To be fair, let’s not pretend we haven’t all written JS to resize shit in desperation when the CSS doesn’t work. Though the better way to do this would probably be to listen for the window size change to fire your style changing functions. That makes it behave more like responsive CSS that changes automatically when you resize the window (though with a slight lag sometimes because it’s a lot more computationally expensive). Though it could also be due to the browser putting unused tabs to sleep and stopping JS execution which would be outside the website’s control.
Nah two space indents start getting difficult to tell which level you’re on at around 3-4 deep. Too close together for a casual glance to determine.
They’re one of the largest tech media companies and deliberately chose to sweep this under the rug instead of reporting on it. Then they took sponsorships from Karma, which is a competitor to Honey that does the exact same thing.
And then they took sponsorships from Karma which does the exact same thing
How much you want to bet he uses Ad block himself but it’s suddenly different when YOU do it on HIS content?
How much you want to bet that response was AI generated?
Seriously, the way it explains things and the repetition reek of ChatGPT
Software is like cake. The more you consume it the shorter your lifespan.
Windows 12 will be an Edge instance running on Windows 11.
Wait seriously? I’d have assumed it would at least be written in .NET or something and not fucking JavaScript.
Also, games went from writing the most cleverly optimized code you’ve ever seen to squeeze every last drop of compute power out of a 6502 CPU all while fitting on a ROM cartridge to not giving a single shit about any sort of efficiency, blowing up the install size with unused and duplicated assets, and literally making fun of anyone without the latest highest end computer for being poor.
The way it’s written. Most programming languages call it null
deleted by creator
Atom and Brackets had terrible performance.
To be fair so did VSCode. It took years to get it under control and even then it’s nowhere near as light as a native IDE.
Always a good idea to delete a binutil right?