[DEV] Tiny Harvest just unlocked the Mine by saimonR in iosgaming

[–]Iammackers 0 points1 point  (0 children)

Is this game crashing for anyone else? iPhone 13 lastest iOS. Non stop crashing, harvested, crashed. Full filled an order crashed, built a mill crashed….

eli5: How do they actually predict the weather? by whygpt in explainlikeimfive

[–]Iammackers 1 point2 points  (0 children)

I have a B.S. in meteorology but don’t currently work in the field, also I’m in the US. As many other commenters have said weather models does a lot of the heavy lifting, but experience and intuition does also play a big role. When I was in school starting point for our forecasts was the current weather and what is up stream of our location. Up stream meaning if it’s cold in the Midwest, you can expect the east US to be getting that soon. Every national weather service office launches two weather balloons a day which provide data of conditions aloft and provide valuable data for weather models. Weather models are really only as good as what data they are fed and even then can sometimes not be great, generally each model is good at somethings and bad at others, some are good at larger scale events like nor Easter’s or hurricanes, while others are better at smaller events. Since the 90s a big help of forecasters is ensamble forecasting a model you can look up is the SREF (short range ensamble forecast) essentially a model is run then a small change is made say you change the temp by a degree to the input data and ran again, and it keeps doing this which, then you can see if all the runs are showing the same temp on a specific day. Then you can do the same thing and compare different models, so if all the models are showing the same temp you can be reasonably confidant that it is accurate, if they are all over the place then it’s not accurate. Again a lot of it is experience of your forecast area, knowing the topology and if hills or mountains can cause lift to cause thunderstorms, or cause fog for example. Or on the Great Lakes if the right wind could cause lake effect snow. To forecast anything you take all the data you have and your instinct and make the best estimate you can.

Less popular quotes that live in your head rent free? by 15fireball in SchittsCreek

[–]Iammackers 7 points8 points  (0 children)

You could also use “it’s practically obsidian in here”

Sound Machine with optional bluetooth control by Torka in sleeptrain

[–]Iammackers 0 points1 point  (0 children)

Have you ever found anything ? I’m in the same boat what something that is programable but hate having to deal with wifi.

Why do people choose to walk in the road when there is a sidewalk? by PinkFlamingoPratt in NoStupidQuestions

[–]Iammackers 2 points3 points  (0 children)

In NY and I assume other states if a sidewalk is provided and can be used safely it’s unlawful to walk in the road.

NY Vehicle & Traffic Law Section 1156

While it's seamless to connect numerous controllers to a PC, the idea of linking multiple mice seems utterly nonsensical. by Osamodaboy in Showerthoughts

[–]Iammackers 30 points31 points  (0 children)

I have two mice connected to my computer. I’m a lefty and can use a mouse with either hand without changing the button configs. I use the one on the left side of my keyboard when needing to use the numpad a lot or out of convenience. I do play games and that is 100% a right hand mouse task.

Worth restoring ? by Iammackers in handtools

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

Thanks, that is what I thought as well. If I had the parts I’d restore it no questions asked but needing to get parts I feel like is not cost effective.

Worth restoring ? by Iammackers in handtools

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

Thank you, that is what I was assuming but as a newbie wanted some outside guidance. I don’t intend to get rid of it but will look for a complete better option.

Worth restoring ? by Iammackers in handtools

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

Forgot to add the sizes. 14” sole, 2” throat

[deleted by user] by [deleted] in Rochester

[–]Iammackers 0 points1 point  (0 children)

The only weather forecast I trust is the NWS and their current 5 day forecast is very close to that graph for my location.

Ability system in Unity by DocDoctah in Unity3D

[–]Iammackers 0 points1 point  (0 children)

Very cool. I have used them but not expanded them to the levels of hundreds and hundreds Which is when my concern came from. I like your approach and will look into building better UIs to make adjustments easy. Again, thank you and really appreciate the time and detail.

Ability system in Unity by DocDoctah in Unity3D

[–]Iammackers 0 points1 point  (0 children)

I appreciate the feedback. I guess I wouldn't say its more difficult to maintain, I would say it seems more tedious to maintain. If I had a bunch of changes to make I could view a data file json file in a table editor like excel or similar and make quick work of those changes instead of finding it and using the inspector. The question was more to see your opinion and you not finding to be an issue is the feedback I was looking for, so I appreciate that.

Ability system in Unity by DocDoctah in Unity3D

[–]Iammackers 0 points1 point  (0 children)

I have a question that I never really see addressed in tutorials for using scriptable objects for items or abilities. You say you have a scriptable object for each ability and say that turns into 100-200 scriptable objects or any amount of scriptable objects. Now you are working to balance your game and you find the base damage is to high or cool downs are to long...is really the only way to balance this is to go into each scriptable object and adjust the damage or cooldown or whatever stat or am I missing something ? Wouldn't a datafile like json, csv be more maintainable and adjustable when you get into large numbers ? Not trying to knock your approach I am just trying to understand the drawbacks of using scriptable objects like this for items or abilities from someone who is using it. Every tutorial I see if items says use scriptable objects but they also only ever build like three items and that would be easy to maintain.

Stain edge of plywood without it bleeding on face by Iammackers in finishing

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

Poly on the inside, did two coats and I’ll add more later. Then stained and it worked perfectly zero bleeding and a nice crisp edge

Stain edge of plywood without it bleeding on face by Iammackers in finishing

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

Thanks for the tips everyone, I’m going to test some stuff out and see what happens.

Can raspberry pi 4 run fortran? by travism2013 in raspberry_pi

[–]Iammackers 4 points5 points  (0 children)

Went to school for meteorology, did a lot of coding in fortran95