purplemonkeymad

joined 2 years ago

Yea, it's animated for me on a web client. Looks quite good tbh.

Thanks, and added.

Although it would have been nice if I could "upgrade" from email based 2step instead of having to disable it.

You forgot the bit where they cut the disk so it would fit in the slot, and are also upset that the store won't return it anymore.

Probably using the same password.

[–] purplemonkeymad@programming.dev 90 points 4 days ago (1 children)

I always use info@ and then whatever domain I'm visiting. If they want to send emails to it, then they best be putting up with it themselves.

Only by very badly designed systems. Most are not truncated but hashed. Those hashes are much longer than 8 characters.

Yea I would think anyone who has a workaround is keeping it quiet, otherwise it'll get fixed before then. Then it would be harder to break it for gta.

There are some other ways posted in the comments, but I used an Extension called Stylus and added the following to youtube.com:

@-moz-document url-prefix("https://www.youtube.com/") {
    ytd-rich-item-renderer{
        --ytd-rich-grid-items-per-row: 5;
    }
}
[–] purplemonkeymad@programming.dev 5 points 6 days ago (1 children)

I don't think that many people want to buy Windows Enterprise, which they typically want you to also buy a support contract for.

Unless you pirated it, but I don't think telling people to "just run this pirate code" is that good of an idea.

[–] purplemonkeymad@programming.dev 11 points 6 days ago (2 children)

I got this a while ago, it made me find the css variable and set it back. I have 5 across now, but could set it higher if I wanted.

You still get a few gaps where the shorts would be, if I didn't block those as well.

So far it either sounds like they are replaying the message, or it's just a (partial) list of numbers that used steam. Might be good for targeting, but that is about it. They would have to know the associated account to do any intercept attacks.

Iirc, if you use a non-linear scale, it comes out properly as his face.

 

I don't always like the idea of single big buildings, several buildings feels more industrial to me. I tried to make it fairly walkable.

I also realised that after finishing it, that I also need to send the output to a train to take to a future plant for Modular Engines, but I didn't leave any space for the train.

 

I just liked the framing.

 

36 refineries to supply 36 fully over-clocked Fuel Gens. This is only the last step.

Should give me enough power for a while tho.

 

It's nice to finally have a manufacturer so that I can automate the 3 items recipes, it was getting annoying having to do them at the bench.

 

Ignore the mess in the background, I'm working on it.

 

Some other stuff has been re-sized or model swapped as well.

 

Would have been nice to have mk2 pipes, but I don't have enough power to get there yet. Dipping into the bio fuel just to keep things running.

 

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 ›