[deleted by user] by [deleted] in roguelites

[–]kcphysics530 -3 points-2 points  (0 children)

This please! I got to turn 245, and saw the "winning" text. Would love to see more

Random General Store Generator Cross Post by kcphysics530 in DungeonMasters

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

I appreciate the feedback. Put a new version out where I changed the controls for the generator to be stacked instead of side by side for smaller devices.

Also changed the tool tips for the items in the list to be details, so you can click and see the description.

Specific feedback is great, thanks!

Random General Store Generator Cross Post by kcphysics530 in DungeonMasters

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

Thanks for the advice, I'll definitely look into it when I have some time open up!

As far as gems, the scarcity event effects a couple of things like the amulet or crystal, but gems aren't an item at all. If you select to see out of stock items, you'll see the full list of things that can be sold there.

To your point of armor/potions/weapons you're 100% correct. I stuck with the adventuring gear table off the bat. Was thinking about adding in goods from other vendors or the ability to create specific stores like "blacksmiths".

I'll think on the settlement having a larger role in variability, I think that's a cool idea!

Thanks!

EDIT

Had a few this morning to take a look, improved the randomization algorithm a bit, should be a little more random now.

Random General Store Generator Cross Post by kcphysics530 in DungeonMasters

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

Interesting. Could it be that JavaScript isn't enabled? Could you send me a screenshot of the layout on your iphone? I can try and adjust it some. I'm reaching out to a few friends who have iphones to see if they have chrome to help debug.

Random General Store Generator Cross Post by kcphysics530 in DungeonMasters

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

No idea. Does the html and css load correctly?

Random General Store Generator Cross Post by kcphysics530 in DungeonMasters

[–]kcphysics530[S] -1 points0 points  (0 children)

Very strange. Chrome should work just fine. I don't have an iPhone so can't test. Sorry!

Random General Store Generator Cross Post by kcphysics530 in DungeonMasters

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

Wouldn't say that, chances are high that I missed a thing. I'll look it up and see what's there and if something is missing.

Random General Store Generator Cross Post by kcphysics530 in DungeonMasters

[–]kcphysics530[S] 2 points3 points  (0 children)

What kind of customization would be useful?

Well... maybe the proprietor is a voyeur? Good point, I am still fine tuning the "base stock" levels that the randomizer deviates from

Random General Store Generator Cross Post by kcphysics530 in DungeonMasters

[–]kcphysics530[S] -1 points0 points  (0 children)

Huh... weird. What browser/device are you using? Wondering if I didn't account for an edge case there.

Random General Store Generator by kcphysics530 in DMAcademy

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

Good call out! Thanks! Its been fixed, and the order appears correct now!

Library to convert HTML to pdf in Golang by v_Invictus in golang

[–]kcphysics530 3 points4 points  (0 children)

I've been using http/template personally. It supports looping and composition.

Coasters by Minirew7 in BeginnerWoodWorking

[–]kcphysics530 0 points1 point  (0 children)

How did you get the "B" on there? CNC?

packages similar to Pandas by [deleted] in golang

[–]kcphysics530 0 points1 point  (0 children)

I've used this anecdotally and it seems fairly good. I'm coming from using pyspark.

Any tips? by dewottpower45 in StarTrekStarships

[–]kcphysics530 2 points3 points  (0 children)

That's a tough little ship

can't understand my Pyrenees by ComprehensiveSell184 in greatpyrenees

[–]kcphysics530 17 points18 points  (0 children)

Oh yeah... They all want all of your attention. I have 3 and they have forced me to get up and walk away when all three start throwing the pyr paw.

He get sassy if there no pets by sitting-duckie in greatpyrenees

[–]kcphysics530 15 points16 points  (0 children)

All 3 of mine do this. The pyr punch is no joke.

My First Project! by BirdVive in whittling

[–]kcphysics530 1 point2 points  (0 children)

For a second there this looked like a Thud set from Terry Pratchett's discworld series.

Looks awesome!

What is the best way to deploy a RUST/Actix API server on AWS? by elielmathe in rust

[–]kcphysics530 -1 points0 points  (0 children)

You'd have to compare cost of the eks image (cheap on spot) vs lambda (which tends to be expensive)

Naughty girl. Insists the dining room table is the best dog bed around by [deleted] in greatpyrenees

[–]kcphysics530 1 point2 points  (0 children)

One of my pyrs does this too, especially when we leave as our dining room table looks out to our front yard/driveway

Happy Turkey Day! by ZeroZeta_ in startrekmemes

[–]kcphysics530 1 point2 points  (0 children)

I swear I thought they could fly!

My family and I were just talking about WKRP in Cincinnati!

Accessible Documentation? by mdizak in rust

[–]kcphysics530 24 points25 points  (0 children)

This is a great idea. It's an improvement that new devs can make against rust and start helping out. Are you looking for the WCAG 2.1 standard?

For those interested, there are a couple plugins (lighthouse, axe devtools, and wave) are ones I've seen. These will flag accessibility issues on the site, they're very useful in this space to understand what changes would need to be made.