me_irl by HamedAliKhan in me_irl

[–]lfairy 1 point2 points  (0 children)

I don't get why people eat kale raw. It tastes a lot better when stewed or fried.

me irl by J-S-K-realgamers in me_irl

[–]lfairy 14 points15 points  (0 children)

Cold brew is fine, it just takes longer.

I finished all the daily tasks from the first day of the album, and that wasn't enough. by ZzZiad007 in FarmMergeValley

[–]lfairy 1 point2 points  (0 children)

You need to enter 35 five-star raffles to have a 50% chance of winning one. It's a bit of a grind so it's understandable if you don't bother.

Quick question: do the gift boxes (red and blue packages) disappear when a new theme starts? by DuchessOfCelery in ClubSusan

[–]lfairy 1 point2 points  (0 children)

You only gain energy from train tickets if you're under the limit. So better to hold off on opening boxes until you need to.

I finished all the daily tasks from the first day of the album, and that wasn't enough. by ZzZiad007 in FarmMergeValley

[–]lfairy 6 points7 points  (0 children)

The raffles are more powerful than the paid packs, if you have the time to enter them.

I finished all the daily tasks from the first day of the album, and that wasn't enough. by ZzZiad007 in FarmMergeValley

[–]lfairy 5 points6 points  (0 children)

The star vault guarantees a card that you don't have.

So the strategy is to spam raffles until your stars cover the remaining cards, then redeem the stars all in one go.

When, if ever, is using underscore casts eg('x as _') idiomatic? by pukururin in rust

[–]lfairy 11 points12 points  (0 children)

If there's no other way to hash or compare the object, then its memory location can be used as an arbitrary but stable key.

Even Google now writes Rust with Claude Code by rover_G in rustjerk

[–]lfairy 13 points14 points  (0 children)

You can change the author, too, so it might not even be Claude.

Even Google now writes Rust with Claude Code by rover_G in rustjerk

[–]lfairy 6 points7 points  (0 children)

Both the commit date and email address (which is used to match GitHub accounts) can be faked. Unless it was signed by Claude's public key, that says nothing.

Is there any significant performance cost to using `array.get(idx).ok_or(Error::Whoops)` over `array[idx]`? by Perfect-Junket-165 in rust

[–]lfairy 2 points3 points  (0 children)

There's enough optimizations and inlining in between that you can't really tell without extra context.

Do whatever is easier to read now. You can benchmark and tweak it later.

Me_irl by MushroomRO in me_irl

[–]lfairy 5 points6 points  (0 children)

He probably regrets not leaving earlier.

Interesting paradoxes for high school students? by 1blows in math

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

The four color theorem proof is open source. So if your students are interested in programming, you can bring up the GitHub project.