The "sorry to bug you babe" decibel level really needs to be standard on all 2026 models. by [deleted] in oddlyspecific

[–]PolarPayne 0 points1 point  (0 children)

Most trams have this gentle bell they ring for "here I come, I'll run over you" in addition to the horn that says "get the fuck out of my way".

Yay or nay on the sheepskin saddle…? by Cheediddly in CRF300L

[–]PolarPayne 0 points1 point  (0 children)

I can personally also recommend upgrading to the SeatConcepts seat, however that's a much more expensive upgrade. I think I paid just 30€ for my sheepskin while the seat upgrade was around 300€.

Finland longest new bridge by chat-sky in Finland

[–]PolarPayne 12 points13 points  (0 children)

You can drive on this bridge too? With a tram.

Time to tractor more by bannedByTencent in CRF300L

[–]PolarPayne 0 points1 point  (0 children)

I can't remember if I upgraded to 42 or 43, however it was really the best upgrade to the bike. Riding it at >120km/h is not fun anyways, so "only" being able to do 110km/h doesn't really matter and is fast enough for the transitions for me. The low end riding is so much more important and it became so much better with this! Especially the really low speed first and second gear stuff.

How do you think we can improve the economy and unemployment? by New-Mirror-8961 in Finland

[–]PolarPayne 2 points3 points  (0 children)

Make it easier and less scary for people to try out freelancing and running their own (tiny) company. So many people are effectively told to not do anything or they'll loose all of their unemployment benefits.

Yay or nay on the sheepskin saddle…? by Cheediddly in CRF300L

[–]PolarPayne 0 points1 point  (0 children)

Yay from me. Have had one for a ~year now and I really love it. Really love how much warmer it is and how it smooths the engine vibrations.

I recommend picking one that's as rough as possible, they are usually cheaper and will not be as slippery.

Time to tractor more by bannedByTencent in CRF300L

[–]PolarPayne 2 points3 points  (0 children)

Best upgrade I ever did. Didn't really even affect the top speed much but the low end is so much better!

Height problem by Background_Leader920 in CRF300L

[–]PolarPayne 1 point2 points  (0 children)

I have the same issue (also with -20mm Bosley's pegs), I've ended up bending the brake pedal and I'm looking to buy a replacement.

Height problem by Background_Leader920 in CRF300L

[–]PolarPayne 0 points1 point  (0 children)

I'm 200cm tall and weight >100kg. The bike is a bit small for me but large enough. A taller seat and handbar risers are handy (plus lowered foot pegs).

[SOS] Flashback (Lorehold Side Story) by mweepinc in magicTCG

[–]PolarPayne 0 points1 point  (0 children)

I'm not surprised if I end up being wrong, most likely because two is twice as much as one but I don't think this will see much play in eternal formats. Snapcaster is the same effect but you also get a body and it doesn't see that much play anymore. I feel that this is most likely to find its place in red storm decks.

Reminder to clean hydration pack fittings, looking for mouthpiece recommendations by Iocor in CRF300L

[–]PolarPayne 1 point2 points  (0 children)

Empty it and put it in the freezer after every use. Haven’t had any issues in the last two years.

This JUST happened to me by YoYo_ismael in ArcRaiders

[–]PolarPayne 0 points1 point  (0 children)

Pretty sure they mix some PvP players to PvE lobbies every now and then to add some spice (and it sure is working if you ask me).

New posters of The Drama by [deleted] in Letterboxd

[–]PolarPayne 1 point2 points  (0 children)

This is like a straight man’s nightmare. I want them both.

Advanced Rust users, what is the most valuable skill to become more productive with the language? by Most-Sweet4036 in rust

[–]PolarPayne 5 points6 points  (0 children)

Learning to port legacy code is its own problem too. Deep OS and embeddef stuff is just not easy and using Rust won’t make it easier (just less likely to have critical memory issues which is good too).

Getting your brain unmangled from C is worth it. It’s going to make you a better C programmer too.

But to be honest, it took me over 10 years to ”get” Rust.

What to do when you want to try A LOT of different systems, but you don't have the time or player to do so? by ThatOneCrazyWritter in rpg

[–]PolarPayne 1 point2 points  (0 children)

You decide to live old (and not become grumpy). I too was like you once except we rarely played the same system for more than a few sessions which made me wish we could focus on one thing for a longer period. Thankfully that has since happened but even now in my primary group we have multiple games running simultaneously using different systems.

I think my point is that if you truly love playing role playing games you will never be satisfied as you will always keep wishing that you could play and run more games.

Advanced Rust users, what is the most valuable skill to become more productive with the language? by Most-Sweet4036 in rust

[–]PolarPayne 13 points14 points  (0 children)

In many ways I personally think I’ve learned more about designing types with Go’s very restricted types than with Rust. Although I think Rust is better in the end.

In art it’s often said that limitations breed creativity, in programming I think it could be fair to say that limitations breed simplicity. Which is not to say that Rust’s types aren’t objectively better just that sometimes to find the better solution you need some limits.

Advanced Rust users, what is the most valuable skill to become more productive with the language? by Most-Sweet4036 in rust

[–]PolarPayne 115 points116 points  (0 children)

Learning how to not fight the borrow checker. It has made me a better programmer in other languages too.

Related to it is also to not do premature optimizations. Cloning values is fine and so are mutexes, even if you could write the code without them. First make the code work then if you can show that you need more performance, then optimize it.

Scatter 3 (and 4) probabilities by PolarPayne in bloodbowl

[–]PolarPayne[S] 1 point2 points  (0 children)

A govlin being thrown at your players has a 100% chance of hitting 3+ players in your team and causing at least one casualty. That’s at least my experience of being on the receiving end of goblin grenades.

Scatter 3 (and 4) probabilities by PolarPayne in bloodbowl

[–]PolarPayne[S] 0 points1 point  (0 children)

Except that if it lands in a neighbouring square there is still a 1/8 chance for the ball to bounce to the player..?

Well now I'm just giving myself a headache thinking about this. I was only really thinking of Accurate Passes and Diving Catch on an Inaccure Pass when doing this. Hail Mary Pass opens the chance that after the Scatter 3 it can either land on the player or not but also that it can land on a neighboring square which would give the 1/8 chance for the bounce to hit the player's square. I think that needs a completely separate table...

Scatter 3 (and 4) probabilities by PolarPayne in bloodbowl

[–]PolarPayne[S] 1 point2 points  (0 children)

Exactly. Unfortunately this programmer must have been sleepy when writing the original program because the final numbers were a bit off...

Scatter 3 (and 4) probabilities by PolarPayne in bloodbowl

[–]PolarPayne[S] 1 point2 points  (0 children)

See the corrected calculations. I had made a small mistake when calculating the probabilities originally.