scratchresistor
@scratchresistor@thelemmy.club
- Comment on Former PM Gordon Brown slams ‘obscene’ levels of destitution in the UK, criticises ministers for ‘moral outrage’ of ‘systematically shredding’ social security system 9 months ago:
It’s hypocritical, yes, but I’d say we need as many people as possible spreading this message as loudly as possible.
- Comment on Tories face 1997-style wipeout at next election, large poll suggests 10 months ago:
“deliver on small boats or be destroyed”
Yeah, the boats. It’s totally the boats that are the problem. Those pesky boats…
- Comment on You understand? 10 months ago:
Saw this a couple of days ago and is my new head canon.
- Comment on Any recommendations for time loop games? 10 months ago:
I’ve literally just completed Outer Wilds, before finding the… entrance… to the DLC, and it’s not grabbed me like the rest of the game. Is it worth doing?
- Comment on Need a rust version too. 11 months ago:
Only if you have to rescue many princesses in a short period of time
- Comment on Need a rust version too. 11 months ago:
Rescuing is only I/O bounded; your argument is irrelevant.
- Comment on Need a rust version too. 11 months ago:
Don’t forget to keep your return values…
rescued_princesses = [{“princess”: princess, “rescued”: princess.rescue()} for princess in [castle.get_princess() for castle in castles]]
- Comment on Need a rust version too. 11 months ago:
Python:
from Rescues import Princess Princess.rescue()