Friendly reminder to anyone who cares enough that you can still use WordPress to make your site with all your fancy plugins and layouts, and then export that to a static site for hosting. No need to actually host Wordpress itself that way you avoid nearly all of this BS.
Why are you here? Well, ok I guess you can stay :3
- 0 Posts
- 4 Comments
Joined 3 years ago
Cake day: June 12th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
- CausticFlames@sopuli.xyztoSelfhosted@lemmy.world•PSA WordPress Core had Critical Vulnerability. Patch released on Friday. Immediately updateEnglish241·19 days ago
See If everyone just was able to give a clear and consice, non bullshittery and non-assholish answer like you, the world would be so much better. Thank you, legitimately.
Isn’t biden older though?
Edit: holy damn. wasnt criticizing or trying to point out ANYONE’s age, I really dgaf whos older or by how much in terms of election. I was just asking a simple question
they could have used two’s complement for the exponent, but the biased exponent is objectively a better encoding for what floating point hardware needs to do.
This is paraphrased like mad, but basically that means hardware can compare exponent fields as plain unsigned integers. With twos complement, unsigned comparison says 255 > 1, even though -1 < 1. So every comparison would need special signed comparison logic.