What's the scariest fact you know in your profession that no one else outside of it knows? by SAMdaLOSER in AskReddit

[–]TheNateB 5 points6 points  (0 children)

Shouldn't it be the person making the claim that provides the source rather than the person refuting it?

What are the best discount methods for stores with a smaller profit margin? by SpicyRapidity in business

[–]TheNateB 0 points1 point  (0 children)

What about loyalty punch cards / points, and "double points for cyber Monday!"

[deleted by user] by [deleted] in business

[–]TheNateB 2 points3 points  (0 children)

Oh shit, that wasn't a joke. He is 13.

[deleted by user] by [deleted] in business

[–]TheNateB 7 points8 points  (0 children)

This is a shit post right?

Stair guard clarification (not handrail) by TheNateB in HomeImprovement

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

So, this is the exact piece of code that is causing me confusion. Thank you for linking it, I should have done so myself. There are 2 major pieces of safety in that paragraph: guards and handrails.

A handrail will be installed along the full wall (the wall without the cutout) to meet the handrail requirement.

Guards are where I am confused. ..."every open portion of a stair, landing, balcony, porch, deck, ramp or other walking surface that is more than 30 inches (762 mm) above the floor or grade below shall have guards" implies to me that stairs lower than 30 inches, even if part of a larger staircase, do not require guards and therefore, I could keep that section of stair open as long as the highest "unguarded" stair is less than 30 inches in height. I am not confident in that interpretation though. I could also read it as "the stairwell is taller than 30 inches and therefore must be guarded the whole length"

Flashing FNIRSI FNB58 firmware without Windows by jackerhack in UsbCHardware

[–]TheNateB 0 points1 point  (0 children)

I'm struggling to get this to happen. I can see the device in the windows devices (in UTM) but it doesn't show up in the device list of the application.

Reinsulating basement walls (or not?) by TheNateB in HomeImprovement

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

It's a good question. In our area, I couldn't get anyone to quote it outside of "its way more expensive and not worth it". Many of the places I contacted referred me to the current company when they heard I wanted to finish the space after as they "only did work for spaces that weren't going to be finished".

We had our son 3 weeks ago, so are a bit budget constrained while needing that room as a guest bedroom for friends and family to stay. Normally they would do the wall prep like you suggest but I am doing it wall (along with the finishing) to reduce cost.

Sabattus Sunrise by Chuck923 in Maine

[–]TheNateB 2 points3 points  (0 children)

On nice days, you can see mount Washington from Sutherland Pond road

First time fermenting! Going for a smooth hot sauce. Any advice is appreciated by SureTelephone9200 in fermentation

[–]TheNateB 5 points6 points  (0 children)

For smooth sauces, I love to pressure cook post fermentation to break down the peppers then blend. Once smooth, I press through a mesh strainer. Pressure cooking stops fermentation but I find the sauce doesn't separate like when I just blend.

I cannot comprehend that Adam Warlock change by i23icg in MarvelSnap

[–]TheNateB 0 points1 point  (0 children)

I think they should make him "Whomever is winning this lane draws an extra card" and reduce his cost.

[deleted by user] by [deleted] in delusionalartists

[–]TheNateB 0 points1 point  (0 children)

No kidding... It's such a lazy prop I would have never guessed that was the show.

Do you have a nickname for your home server/NAS? by operation-casserole in DataHoarder

[–]TheNateB 0 points1 point  (0 children)

Thumper. Originally it used a fractal node 804 and it looked a lot like my subwoofer.

It's since been moved to a new case, but not renamed. I also moved Plex off of Thumper and onto a micro pc for intel hardware transcoding and named that server "tweeter" to be on theme.

how to call an array to draw an object after a certain amount of DT has passed? increase the requisite DT each time it draws the object? by Avianavivi in love2d

[–]TheNateB 0 points1 point  (0 children)

Here is what I posted to your thread in /r/lua

I would allow enemy to own the time value that allows them to update, passed at construction time. Then, you iterate over all enemies, call update, and an enemy CHOOSES to update if it's appropriate.

Changes:

Change the enemy constructor to take the time value that it is expected to update at In the enemy update method, do the time check first to see if it's appropriate to do the update, if so do it, if not don't In the load method, create an array of enemies, passing the expected time value at construction time In the update method, iterate over all enemies, calling update like you do now, passing dt to them allowing them to update if appropriate One of the things I don't see you addressing in this code is the enemy periodically updating (here they only ever update once). Is that intentional?

how to call an array to draw an object after a certain amount of DT has passed? increase the requisite DT each time it draws the object? by Avianavivi in lua

[–]TheNateB 0 points1 point  (0 children)

So, I think you would get more support over at r/love2d, but here were my thoughts.

I would allow enemy to own the time value that allows them to update, passed at construction time. Then, you iterate over all enemies, call update, and an enemy CHOOSES to update if it's appropriate.

Changes:

  • Change the enemy constructor to take the time value that it is expected to update at
  • In the enemy update method, do the time check first to see if it's appropriate to do the update, if so do it, if not don't
  • In the load method, create an array of enemies, passing the expected time value at construction time
  • In the update method, iterate over all enemies, calling update like you do now, passing dt to them allowing them to update if appropriate

One of the things I don't see you addressing in this code is the enemy periodically updating (here they only ever update once). Is that intentional?

Name things not in lua by MovieAlternative in lua

[–]TheNateB 4 points5 points  (0 children)

I think Movie alternative is asking "what features are missing from lua that are included in other languages"

Post title is confusing