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

  • Plenty of top endurance athletes are vegan. For one, runner Scott Jurek, seven time winner of 100-mile Western States week.

    Personally, this week I biked 152 miles and placed in my age group in a 5k running race. I eat plant-based but don’t count protein grams. My take is that I eat about twice as much to cover my calorie expenditures, so I get twice as much protein. It doesn’t have to be hard.

  • I also use Ansible. Using Podman’s “quadlet” adapter, the containers run as systemd services.

  • I set up a second dedicated cat cam for some meetings, pointed at the calming presence of a cat sleeping on my desk.

  • Congrats on the cat box cleaning!

  • I want to have my cake and Medicaid too.

  • The Big Beautiful Bill also bundled a bunch of unrelated things, and that still got GOP votes.

  • Also, all spam messages.

  • It might be related to earlier attacks on Codeberg because of their open support of diversity, equity and inclusion.

  • I’m sure Tesla shareholders are happy to hear he’s picked up another side project.

  • One obstacle all third parties face in the US is party-line voting, which favors the dominant parties.

    On possible outcome is that he puts a lot of money into making third party candidates more viable, like efforts to ban party-line voting or supporting ranked choice voting. So, you could vote for the America Party candidate and then if they don’t have a majority ñ, you vote could roll over to the Dem or GOP candidate of your choice, reducing your risk of voting third party.

    These changes would help Libertarian, Green and other parties as well. More choice for voters!

  • I host routing for customers across the US, so yes I need it all. There are ways to solve the problem with less memory but the point is that some problems really do require a huge amount of memory because of data scale and performance requirements.

  • Nope. Some algorithms are fastest when a whole data set is held into memory. You could design it to page data in from disk as needed, but it would be slower.

    OpenTripPlanner as an example will hold the entire road network of the US in memory for example for fast driving directions, and it uses the amount of RAM in that ballpark.

  • May be spam. No other sites seem to be carrying this story besides this one that does not appear to a news outlet and is infested with VPN ads.

  • When I see this I think of the week I worked flat on my back with sciatica. It was literally a pain my neck as I turned my head sideways to look a laptop on the side on the floor.

    So I see a guy with bad sciatica, but a more comfortable work setup.

  • Hunter S. Thompson.

  • Simple means different things to different people.

    I self-host Ghost and find it pleasant to use and low maintenance. It is a single Docker container plus MySQL. I recommend a reverse proxy in front of it like Nginx. There are importers from many other blog formats.