anonymouse

joined 1 year ago
[–] anonymouse 3 points 11 months ago

Yeah the scene is great! And it's amazing too see then all together at NAC at the moment, great vibes! For those interested, big tourney going op at the moment (starts again in 2/3 hours): https://www.twitch.tv/nili_aoe?sr=a

[–] anonymouse 4 points 11 months ago

I watch him indeed, among others

[–] anonymouse 8 points 11 months ago (4 children)

Love this game, both playing it and watching it being streamed, there is a great tournament happening at the moment.

[–] anonymouse 47 points 11 months ago (22 children)

FTW. For years I thought it meant "Fuck The What". Even now that's the first thing that comes to mind and have a hard time remembering the actual meaning.

[–] anonymouse 1 points 11 months ago
[–] anonymouse 5 points 1 year ago

I started on the Tawny Man triology by Robin Hobb, love it so far!

[–] anonymouse 4 points 1 year ago

Fantasy book series by Brandon Sanderson!

[–] anonymouse 10 points 1 year ago (4 children)

Nice username! Stormlight right?

[–] anonymouse 2 points 1 year ago (1 children)

I checked a few samples, for all there was at least 1 chapter as a preview. But it differs, one also had 3 with around 40 pages. I only counted actual pages, not into, table of contents etc. Hopefully that gives you an idea!

[–] anonymouse 2 points 1 year ago* (last edited 1 year ago) (3 children)

I usually buy them on my phone (Kobo app), which is easier with payments. Afterwards the book is immediately available on my e-reader. Started doing this a couple of months back and I like it. You can also preview books, but got no personal experience with that.

[–] anonymouse 1 points 1 year ago

This would be amazing

[–] anonymouse 1 points 1 year ago

Thanks for making some time to check my code, really appreciated! the split_whitespace is super useful, for some reason I expected it to just split on single spaces, so I was messing with trim() stuff the whole time :D. Could immediately apply this feedback to the Challenge of today! I've now created a general function I can use for these situations every time:

    input.split_whitespace()
        .map(|m| m.parse().expect("can't parse string to int"))
        .collect()
}

Thanks again!

view more: ‹ prev next ›