[-] [email protected] 2 points 2 days ago

Added the ability to save a specific frame of a video as a steam screenshot

I was actually using snipping tool for this as it was missing. Being able to get a screenshot of something after the fact is a nice feature.

[-] [email protected] 3 points 3 days ago

I think that is electrostatics + relativity.

[-] [email protected] 4 points 4 days ago

HumanFemales and HumanM both inherit from the Ape base class, it's from an older java code base. We tried to change it once but it turned out the person that had written had retired and any changes we made just broke stuff.

[-] [email protected] 4 points 1 week ago

The only time I actually experienced this was in the states. Lady doing 5 under in outside lane, big queue trying to get past by pulling in Infront of me (with space.) Had to push past my Britishness to undertake.

[-] [email protected] 3 points 2 weeks ago

This change has basically no effect for anyone on a free workspace. Since you can't read those messages anyway. It only matters if you were going to go paid.

I think it's more likely that slack has decided that all free workspaces that would upgrade, probably have, and they don't want to store all those messages that aren't going to be read anyway.

[-] [email protected] 1 points 2 weeks ago

I have to be honest, i much prefer only having to look once during the sale. Having to check every 6 hours kind required you to plan your day to check for deals.

[-] [email protected] 8 points 2 weeks ago

S mode does allow you to turn it off, so it's more like a hobbled version of home.

The computer is as bad as one I saw several years ago with 64g emmc and "Quad core processor." not a quad core, it was literally the name that showed in system. It did have 4 cores: at 400Mhz, boosting to 1.1Ghz. Buyer changed their mind and we couldn't give it away.

[-] [email protected] 26 points 3 weeks ago

In case you never saw it when it first came out: https://neal.fun/password-game/

[-] [email protected] 4 points 3 weeks ago

Don't forget choosing transmission errors and telling the rest of the world they are saying the name of a metal wrong.

[-] [email protected] 1 points 3 weeks ago

I feel like why not just print to pdf from your pdf viewer?

[-] [email protected] 10 points 3 weeks ago

or the bugs that are bigger than you.

Yea this was my takeaway. I think I'll only travel to times after insect megafauna go extinct.

[-] [email protected] 1 points 3 weeks ago

Doesn't have to be update and shutdown, I will click shutdown and it just reboots. Even disabled fast startup, so it's not getting a wake event just as it's hibernating.

7
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]

So I managed to get part 1 of the day, but it took 2 seconds to run on the real input, which is a bad sign.

I can't see any kind of optimisation that means I can skip checks and know how many combinations are in those skipped checks (aside from 0.) I can bail out of branches of combinations if the info so far won't fit, but that still leads me to visiting every valid combination which in one of the examples is 500k. (And probably way more in the input, since if I can't complete the example near instantly the input is not happening.)

Right now I take the string, then replace the first instance of a ? with the two possible options. Check it matches the check digits so far then use recursion on those two strings.

I can try to optimise the matching, but I don't think that solves the real problem of visiting every combination.

I don't think (or hope) it's just bad code but this is my code so far (python.)

edit:

spoilera cache was the solution!

view more: next ›

purplemonkeymad

joined 11 months ago