I think it’s not meant to be more traditional, the icon positions seem random and only the square they’re located is important.
- 0 Posts
- 7 Comments
Joined 1 year ago
Cake day: June 22nd, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
aaaaaaaaargh@feddit.orgto Programmer Humor@programming.dev•Here comes a new JPEG challenger1·18 days ago.mng to the rescue!
That’s not even DOS I think. As far as I know Win 95 came up with this monstrosity in an attempt to circumvent the 8.3 character limitations present in older versions of DOS.
I think that may be possible for every filesystem supporting UTF-8 encoding.
Well… and what would be the meta templating equivalent to this statement?
What!? constexpr is one of the best additions to C++ ever since. And I do like auto even though I get why some folks can’t stand it.
Agreed, but in terms of efficiency wouldn’t it make more sense to put the sign bit right before the mantissa in order to keep the memory layout more consistent with powers of two?