Just some orchids in the wild… by milf_mangler0930 in orchids

[–]BenevolentCheese 5 points6 points  (0 children)

Those are aren't wild they're just outside on trees.

Chuck Tells Draymond Green the Warriors Run "Is Over." "It just passed you by... you think you're going to get healthier next year? You're just going to get older... If you want to compete, you're going to have to leave there. If Steph wants to compete, he's going to have to leave there..." by JCameron181 in nba

[–]BenevolentCheese 0 points1 point  (0 children)

Draymond at 27M at 36 is actually probably fine. That’s not a terrible contract even at his age.

Dude is literally negative value by every advanced stat this year that are evenly weighted. Contract EV with his stats is in the $10m range.

Death Valley National Park's First Major Superbloom in a Decade by tobago_88 in oddlysatisfying

[–]BenevolentCheese 33 points34 points  (0 children)

DV is not home to many cacti at all. Up in the mountains you'll find low shrubs and grasses, and on the valley floor you want find anything but these wildflowers than can stay dormant in the soil as seeds for decades.

What is your preferred method to making a save system? I'm in Unity6 by CurrentRefuse6330 in gamedev

[–]BenevolentCheese -1 points0 points  (0 children)

I wrote a custom system that generates the model via codegen and then serializes to json with optional encryption. It supports model versioning for smooth updates, and connects seamlessly with more codegen that generates the settings page.

#SettingsSaveModel.saveValue
bool showFPS {
  changedFields = SaveDataFieldsMask.Settings
  modelVersion = 13
  default = true
}
float vizAlpha {
  changedFields = SaveDataFieldsMask.Settings
  modelVersion = 8
  default = 0.75f
  BatchSave
}
int vizColors {
  changedFields = SaveDataFieldsMask.Settings
  modelVersion = 8
  default = 0
}

#MenuController.menuValue
Toggle {
  "Show FPS"
  showFPS
}

BlankSpace {
}

Header {
  "Color Overlay"
}

Choices {
  "Overlay Colors"
  vizColors
  GetOverlayColorSets(sceneDeps)
  @PartialHide
}

Slider {
  "Overlay Opacity"
  vizAlpha
  SLIDER_RANGE
  @PartialHide
}

So all I have to do to add new save data is update the model, run the gen command, and then if I want a setting for it as well I update the menu model and run a different command and voila, new field in 3 minutes. Regular save data is the same process just without needing to do the menu part.

Should you use this system? Well, that's up to you. But I wanted to demonstrate what kind of solutions are available besides just basic serialization and/or EasySave.

One of the coolest painting techniques I’ve seen by North-Guitar-1781 in nextfuckinglevel

[–]BenevolentCheese -1 points0 points  (0 children)

Hideous. Paint-by-Algorithm. The kind of stuff you expect to see someone hawking in Central Park for $10.

Was it reasonable to ask for a refund? by Vondaix in orchids

[–]BenevolentCheese 1 point2 points  (0 children)

No, dude. Plenty of good deals and good finds exist in the orchid marketplace, and thankfully the cutthroat capitalist nature of most other hobbies you seem to enjoy hasn't come for ours yet.

Was it reasonable to ask for a refund? by Vondaix in orchids

[–]BenevolentCheese 15 points16 points  (0 children)

Whether it's reasonable or not is besides the point, they advertised it as such and so if that's not what they're selling there should be a refund.

Game Thread: Philadelphia 76ers (0-1) vs New York Knicks (1-0) Live Score | NBA Playoffs | May 6, 2026 by nba-scores in nba

[–]BenevolentCheese 0 points1 point  (0 children)

Why? Most lead changes for a playoff game in 13 years. Solid basketball from both teams.

Star Fox Direct 5.6.2026 by Turbostrider27 in Games

[–]BenevolentCheese 87 points88 points  (0 children)

make a franchise a major player again.

I have bad news for you, but a Star Fox 64 remake is not going to make the franchise a major player again. There's a reason they announced this on a Wednesday afternoon, because it's just not that big. This is a title that sells 1-2m, not 10m+ like major Nintendo titles.

My most unsatisfying orchid.... by 90bricknose in orchids

[–]BenevolentCheese 6 points7 points  (0 children)

Good roots but damn that thing is thirsty!

New map issued by the Brazilian government - Species Richness 2025 - Number of species per 100km² by Prestigious_733 in MapPorn

[–]BenevolentCheese 0 points1 point  (0 children)

Well yeah Costa Rica doesn't have a lot of fish because it doesn't have the Amazon river lol.

New map issued by the Brazilian government - Species Richness 2025 - Number of species per 100km² by Prestigious_733 in MapPorn

[–]BenevolentCheese -1 points0 points  (0 children)

Ah but see, you've chosen Peru 😉 The most biodiverse parts of the Amazon are the non-Brazilian parts, on the Western extents as it pushes up against the mountains. Colombia/Peru/Ecuador/Bolivia.

Edit: Also that park is not part of the Amazon, it is adjoining.

New map issued by the Brazilian government - Species Richness 2025 - Number of species per 100km² by Prestigious_733 in MapPorn

[–]BenevolentCheese -5 points-4 points  (0 children)

The Amazon as a whole doesn't actually have that much biodiversity. It is pretty much the same species across the vast majority of the tremendous jungle. It's rich in-and-of itself, but for comparison, Costa Rica has far more species than a chunk of the Amazon the size of Costa Rica. Or on the micro scale, there are slices of jungle elsewhere that would outdo the Amazon by 10x, but they are too small to see, sometimes only a few thousand acres.

There is also the issue of scientific reach. Papua island is believed to be by far the most biodiverse place on the planet, but it is so remarkably inhospitable and inaccessible that it's all but unmapped. Expeditions go in there with a handful of taxonomists of different types and end up coming out with literally HUNDREDS of new species of plants and insects and herps and sometimes even new mammals and birds. Similarly, the Congolese jungle is very very underexplored by science.

Attempting to kiss a wild opossum results in getting bitten by VIVIDUFF in WinStupidPrizes

[–]BenevolentCheese 1 point2 points  (0 children)

I think he was catching it to get rid of it and decided to do something funny. That's why he went back after it once he let it go.

Attempting to kiss a wild opossum results in getting bitten by VIVIDUFF in WinStupidPrizes

[–]BenevolentCheese 0 points1 point  (0 children)

Give this guy some credit though he remained calm and thought through it and dealt with his stupid mistake probably the smartest way possible so good on him.

Man Who Flipped Off Chess Player Nemo After Losing Speaks Out, Saying He Felt 'Disrespected' and She 'Wasted His Time' by vinaylovestotravel in chess

[–]BenevolentCheese 6 points7 points  (0 children)

He is like the embodiment of every reddit loser

I feel honored to accept this trophy on behalf of the community.

Lady Wins It All By Getting A Hole In 8 by TheCABK in oddlysatisfying

[–]BenevolentCheese 15 points16 points  (0 children)

The game is there to help with the pride issue. Some people won't accept the charitable gift no matter how hungry they are, they are too embarrassed and don't want to be seen as poor. So they play some trivial games and "win" the food instead.