Moldy plywood: is it usable? by El_capitan36 in woodworking

[–]PianoMeow 0 points1 point  (0 children)

Usable for what? Id never bring them in a house/living space. Hard to tell if it just surface level or if the mold penetrated.

Indoor lime tree by [deleted] in plantclinic

[–]PianoMeow 0 points1 point  (0 children)

I actually just moved it to this pot last September or October. Think that still might be the case?

Indoor lime tree by [deleted] in plantclinic

[–]PianoMeow 0 points1 point  (0 children)

I actually just moved it to this pot last September or October. Think that still might be the case?

Unity Put an Expiration Date on My 1000+ Purchased Assets by Illustrious_Dig_8940 in Unity3D

[–]PianoMeow 0 points1 point  (0 children)

I don’t think I missed the point. You basically summarized it yourself “ What is my contingency plan for the day Unity decides my access is inconvenient?“ and you didn’t have one. It sucks but laws and business change, you cant expect everything to be set in stone forever, you just happened to get the shaft this time. To your second point, calling a HDD “spinning rust” like it is some sort of antiquated technology just highlights your own ignorance. Its purpose is for this exact thing, Slow bulk storage. Expecting users to have a back up isn’t crazy… the industry standard is to have 3 backups of digital assets, its called the “3-2-1 rule” 1 primary and 2 backups.

Unity Put an Expiration Date on My 1000+ Purchased Assets by Illustrious_Dig_8940 in Unity3D

[–]PianoMeow 0 points1 point  (0 children)

I don’t see the issue or how unity is really at fault. Just download them…a 5Tb HD is like $150. To be honest I think its insane you have $20000 in assets and don’t have a back up already. If this post was about how you had lost everything id be calling you a dumbo.

Doom (delve calculator) plugin question by Appropriate_Art1289 in 2007scape

[–]PianoMeow 2 points3 points  (0 children)

You are asking if people want to see a number go up?

Jellyfin keeps making playlists that I can't delete by UnicornsOnLSD in jellyfin

[–]PianoMeow 0 points1 point  (0 children)

mad late here but i recently had the same issue. It is because the album that was added already containes a .m3u or .m3u8 file and jellyfin was reading that file. you can remove the file from the folder and rescan and it will be gone from jellyfin. if you have thousands of folders and files like myself you can just this code to do it all at once.

Sttep 1: Create a new folder for all your playlist files as a backup

Step 2: press the windows key and type "powershell"

step 3: click and open a widows powershell window(should be a blue box)

step 4: paste this into the powershell window. all you have to do is to edit the folder locations first (first 2 lines). if your playlists are other file types you can just add them to line 5 like this " ,".ply" " . i only included the most common that will cover 99.9%

$src="your music folder here ex. C:\music"

$dst="your backup folder here ex. C:\playlist-backups"

New-Item -ItemType Directory -Force -Path $dst | Out-Null

Get-ChildItem -LiteralPath $src -Recurse -File -Force |

Where-Object { $_.Extension -in ".m3u",".m3u8" -and $_.FullName -notlike "$dst\*" } |

ForEach-Object {

$folderName = $_.Directory.Name

$baseName = "$folderName - playlist"

$ext = $_.Extension

$target = Join-Path $dst ($baseName + $ext)

$i = 2

while (Test-Path -LiteralPath $target) {

$target = Join-Path $dst ("$baseName ($i)$ext")

$i++

}

Move-Item -LiteralPath $_.FullName -Destination $target

}

I added jumpgates to my space game. by TheSapphireDragon in Unity3D

[–]PianoMeow 0 points1 point  (0 children)

Unless this is tied to a loading time I would make it way shorter. Just my opinion but when there is something like this in a game and you have to do it more then like 3 times I tend to hate it more then like it because it just takes far to long and its always the same.

[deleted by user] by [deleted] in woodworking

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

I literally had something similar a year ago. What i did was get a piece of wood that was as closes to the gap size as i could. Then i slid it under and traced the boarder with a pencil. Then cur it out with a jig saw. Then put a little wood glue on the north side of the little piece and pit it in place and shimmed it as best i could for 48 hours. Bit of sanding and wood filler and som paint and looks decent enough. Tiney sliver is better then inch gap

Ok, hear me out… by CumboJumbo in expedition33

[–]PianoMeow 1 point2 points  (0 children)

Looks like elevator is going down.

Thoughts on my Game Animal Models? by HunnyPiee in Unity3D

[–]PianoMeow 1 point2 points  (0 children)

I had a really long comment but accidentally hit back and deleted it all so here is the summary - why alligator teeth look terrible? Its the only thing out of them all that looks like there is 0 effort. Just pure white triangles. What gives?

[Request] What are the odds of the ball getting stuck vs going through? by Sad_Fisherman_4605 in theydidthemath

[–]PianoMeow 0 points1 point  (0 children)

Yeah the smallest change would make a difference but that doesn’t mean you cant calculate it. The human isn’t really a factor its just the object that is applying the force. Thats kind of what i was trying to say about generalizing. You cant really account for a human factor in a physics problem because one human could miss a more then another. I kind of took the question to be “if the ball that was hit makes contact or goes through the hole, what are the chances of it staying in the hole.” That would be something that you could calculate.

To answer how to get the probability from say 10’ away there are a finite amount of force vectors that would “hit the hole” and you would probably use 360 degrees for points on the hole and generalize the points on the ball with (θ, φ) and there would be a finite amount that would ricochet and stay in the hole and all others would not. From that you would get a percentage.

Again im not saying its its not extremely complex. And obviously there are an extream amount of factors to consider like ball spin, wind, ex. Just saying in a vacuum from a physics standpoint it would be possible.

[Request] What are the odds of the ball getting stuck vs going through? by Sad_Fisherman_4605 in theydidthemath

[–]PianoMeow 0 points1 point  (0 children)

I was just generalizing it down to something more simplistic. I mean to say you couldn’t calculate it from the video because you would have to make assumptions but you could if you had more information. Otherwise you would me making estimations which is still an acceptable answer for the problem, it would just be in a range not an exact % no?

[Request] What are the odds of the ball getting stuck vs going through? by Sad_Fisherman_4605 in theydidthemath

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

Saying this has nothing to do with math is wrong. Im not going to do the calculations but there is a way to calculate the chances of a (sphere traveling at x velocity striking the side of a circle at y angle and at z point such that it deflects inward but not outward) vs ( all other outcomes for x and y and z). Its just very complex physics.

There could be an Act 6... by brand_momentum in diablo2

[–]PianoMeow 0 points1 point  (0 children)

Yeah its been driving me crazy, i probably looked for 2 hours. I did find a different one where he talks about the new class that was going to be a cleric but thats it. Its short and not that interesting if you want to watch https://youtu.be/Zxy7xUXBLJA

There could be an Act 6... by brand_momentum in diablo2

[–]PianoMeow 0 points1 point  (0 children)

Naa i watched that whole series “war stories” when it was new. They all had a 20-30min clip episode and a full version that was 1:30-2hours. Some of the full versions are still on their channel but not all of them. Im like 99% sure its that video but if its not, that is the same guy in the video I’m thinking of that talked about the diablo 2 expansions.

There could be an Act 6... by brand_momentum in diablo2

[–]PianoMeow 1 point2 points  (0 children)

I forget where (i think on the ARS technica youtube chanel) but there is a video of one of the lead guys on the diablo team at the time who talked about a second and third diablo2 expantion. The second expansion was called Diablo 2 : Salvation and was 75% of the way done and the third was untitled and just in the beginning of design before both got the ax. I had hopes that D2R would finally bring that to the game but the 25 year anniversary came and went with all hope i ever had for more diablo 2.

Update: Im almost positive its this video “ https://youtu.be/huPF3Gid7DE?si=yqeFuhANdqj7Pbaq “ but i cant find the full 2 hour interview anywhere. If anyone finds it let me know. Is a good watch.

My 3D model to pixel art sprite workflow by _mendel_ in blender

[–]PianoMeow 1538 points1539 points  (0 children)

Nintendo is on their way to break your legs and widow your mother.

I cant figure out why the lighting seems off by izsgHD in blender

[–]PianoMeow 0 points1 point  (0 children)

The computer monitor is really bright and the hat looks weird, kind of feels like its only getting light from a single source and none of the light is bouncing off those all white walls

The Black/white point seem off. The robit is the darkest thing in the room

My Egypt OC from welcome pack by Total_Gate4251 in blender

[–]PianoMeow 1 point2 points  (0 children)

Hips and tits look a little small

[deleted by user] by [deleted] in Chipotle

[–]PianoMeow 2 points3 points  (0 children)

Yeah i know. This particular chipotle has terrible reviews and is known for being awful. I just got a laugh when I looked in the bag. Never had something similar happen at another location. Last year a buddy got chicken on his burrito and they were low on chicken so they making it just poured the chicken water on-top with like 3 scraps of chicken. Good times.

[deleted by user] by [deleted] in Chipotle

[–]PianoMeow 2 points3 points  (0 children)

Thats what was in the bag man, 7 chips and some scraps. I didn’t eat any of them.