Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)EB
Posts
0
Comments
223
Joined
2 yr. ago

XXX

Jump
  • That would be a state of rampant inflation, so the fed would hike interest rates to slow it down.

    That would discourage people from spending money (harder to borrow and the interest encourages people to leave their money in savings), which decreases demand and thus prices (loosely speaking).

  • I have two Dynalink DL-WRX36 routers flashed with OpenWRT, and they work really well. They’re great routers for the price ($80 USD), the specs are a lot closer to well known brands that are a lot more expensive. I’ve had them for about a year with no issues. See also https://openwrt.org/toh/dynalink/dl-wrx36. I got it because I wanted a lot of range, and it seems to work for that.

  • I’ve never really had issues with Fedora (has more up to date software vs Debian stable) or Debian, they generally just work. Back when I used arch there were a couple of times in about a year and a half where it stopped booting (mobile nvidia graphics forced me to do weird things that lead to issues), but that’s a less stable OS on top of a bad hardware setup for Linux (obligatory fuck Nvidia).

  • I don’t disagree that Firefox is deliberately gimped, and it’s built in blocking features on desktop match Safari on iOS. I’m not sure I really agree that Apple is a “shady company,” in many respects they are doing a good job with end to end encryption and ensuring that they don’t have access to your data in the first place (not to excuse their extreme walled garden approach, which stifles competition and limits good options like Firefox [real Firefox] with uBlock Origin [or uMatrix]).

  • Maybe a setting for each tag for whether it qualifies as NSFW? That way you could have multiple tags that would be filtered as NSFW for different classes of content, which could enable individual users to only filter one of the tags if they only want to avoid something specific.

  • Or since scores aren’t really even tracked across all of your posts and comments, we could just care a little less about how people are voting on our posts. If one isn’t well received it’s really not the end of the world.

  • It’s listed that way on the Direct File website because the top group of states don’t have state income tax (so you don’t need a separate state return), and the others the Direct File tool has some kind of arrangement to redirect you to the state’s platform at the end to file your state return (on the website there’s a separate explanation for how each of them work).

  • For one, to claim deductions (such as for children, if you made improvements to your house to make it more energy efficient, etc, or if you itemize instead of taking the standard deduction).

  • Yeah the exponent just allows you to represent lots of magnitudes, but it wouldn’t contribute to the accuracy because you basically have 1.xyz * 2exponent. So the xyz significand is the only part that counts for significant digits. Although I guess in some sense you are partially right, because the exponent exists it is assumed that the first bit is always one, since otherwise you would just adjust the exponent to the first one, so only 52 bits have to be stored.