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/)A
Posts
1
Comments
241
Joined
3 yr. ago

  • The author of the article earns more than 4x the federal poverty wage, so they aren't eligible for subsidized health care like most Americans. They also consider a $200/month cellphone bill to be necessary for their childs birth (?). The comments on the article also point out more potential issues with the authors math.

  • If it's your feature branch, just revert his commits (or reset the remote branch to your local branch)? Not sure why a feature branch would be shared between devs...

  • Both decks of the bus follow the same [code] path. That's a lot more like increasing the buffer size.

  • Deleted

    Permanently Deleted

    Jump
  • Birds aren't real.

  • Please stop trying to explain it to me.

    I never understand people rejecting free feedback on social media posts.

  • Oh dear God. Not everything is racism , you know

    Sometimes it's just ignorance.

  • Spain supported Germany in WWII. It was a fascist dictatorship until 1975. And last I checked, it is in Europe.

    "Mexican" isn't an ethnicity, and there are a lot of families in Latin America that can trace their entire family tree back to Spain. They aren't the ones being deported.

    The analogy doesn't check out.

  • Fuentes is a Spanish name.

    Spain is a country in Europe.

    Spain supported Nazi Germany in WWII.

    I'm not getting your Goldberg analogy...

  • Not if it's for oil based paints.

  • Deleted

    Permanently Deleted

    Jump
  • Just use whatever method works for you, and tell them how often you floss, but not what method you're using. Or lie, as long as it works that's all that matters. Or find a different dentist, I've had several dentists and none of them have been that picky.

  • Very high latency, though. Great for some use cases, useless for others.

  • Ruby is brittle, and if your hotend crashes into the bed due to bad settings, broken ABL, etc it might break. That's just based on what I read when I was considering buying one, I don't have any first hand experience.

  • Democrats don't, but the progressives who caucus with Democrats do.

  • If we aren't just talking about this specific instance and instead we're talking about her attitude in general, is that really the attitude we want to see in progressive politicians?

  • Aren't the progressives all on board with forcing the files to be released?

  • Deleted

    Permanently Deleted

    Jump
  • Even without monitoring, it probably has a unique IP/subnet that shows the traffic came from the ISS. And the financial institution is definitely recording IPs.

  • It wasn't named by IT people, though. It was named by academics. And it's not about using computers, it's about computing. Computer science is older than digital electronics.

  • Besides RAM, what resources do you think you're saving? Not CPU cycles or IO ops, because you're processing the same amount of DB queries either way. Not power consumption, since that isn't affected by RAM utilization. Maybe disc space? But that's even cheaper than RAM.

    Or more importantly: the extent to which you can self-host out of sheer luck and ignorance like you suggest is very limited. If you don't want to engage with a minimum amount of configuration, you might bump into security issues (a much broader and complex subject) long before any of the above has a material impact.

    You're mischaracterizing what I said. My point is that running multiple DB processes on a server isn't going to have a significant impact on system load, if all other factor are kept constant.

  • You seem to be obsessed with optimising one resource at the expense of others. Time is a limited resource, and even if it only takes 5 minutes to configure all of your containers to share a single db backend (it will take longer than that even if you just have 2), you're only going to save a few MB of RAM. And since RAM costs roughly $2.5/GB (0.25 cents/MB) your time would have to be worth very little for this to be worthwhile.

    On the other hand, if you're doing it to learn more about computers then it might be worthwhile. This is a community of hobbiests, after all...