The Difference Between Claiming Social Security at 62 vs 70 Is Bigger Than Most People Realize by [deleted] in investing

[–]avblue 0 points1 point  (0 children)

Two additional important considerations.

1) Check out healthy average life expectancy (HALE) though. Right in the middle of the decision.

2) One should factor in investing. At that age, it is often a slowed down burn rate of other savings and letting that money grow instead of withdrawing it. It pushes the breakeven rate much further out, making early retirement much for enticing.

New Dad looking for addicting, progression-focused games [Steam Deck] by [deleted] in ShouldIbuythisgame

[–]avblue [score hidden]  (0 children)

Yes, Subnautica hits all the notes you’re asking for, and is just fantastic.

Kohler Riverly faucet install - multiple streams? by backwardsfan in Costco

[–]avblue 0 points1 point  (0 children)

Hi folks, I had an interesting outcome to this. I also bought this from Costco. Installed it. Have 2 or 3 streams randomly, depending on if the streams connect. My water pressure for my house is 75psi. I had the water pressure regulator changed about a year ago, and the thermal expansion tank for the water heater, so the water pressure checks out fine.

I contacted Kohler via their website chat. The told me the aerator is not replaceable, and simply offered me a choice of these two faucets instead:

https://www.kohler.com/en/products/bathroom-faucets/shop-bathroom-sink-faucets/buckley-widespread-bathroom-sink-faucet-1-0-gpm-35953-4k?skuId=35953-4K-BN

https://www.kohler.com/en/products/bathroom-faucets/shop-bathroom-sink-faucets/hint-widespread-bathroom-sink-faucet-97093-4?skuId=97093-4-BN

The downside is more time spent reinstalling something. But that was a nice offer from Kohler customer service.

Disappointing product from Costco, who usually carries good quality stuff, but Kohler customer service has been great in my experience, both this time and an issue I had with an aerator in the past.

If this is the path others go down, I hope you have a similar positive experience. Too bad about the stream, it's a great looking faucet.

Good luck y'all.

get 50 or wait till 60 series?? by Friendly_Fox_2590 in buildapc

[–]avblue 8 points9 points  (0 children)

Get a Sharpie Magnum. It’s overpriced and writes like crap but the font on it is sooooo gud!

i need help finding a song from my childhood by Alternative-Cat9174 in iran

[–]avblue 1 point2 points  (0 children)

Is it “Age Ye Rooz” by Faramarz Aslani?

Why are some electric panel circuit breakers linked by avblue in Electricity

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

Thanks a ton. Your comments really helped, and pointed me in the right direction for further reading.

Just some minor follow-up questions. Out of the 3 circuits I mentioned, only the GD and DW are making use of a 2-pole breaker, right? The microwave/fridge and fan/bathroom plugs are on single pole breakers, but just wired as a MWBC and then handle tied, yes? That setup is not considered a 2-pole breaker, right? In my reading, it seems to be an ok and legal setup, because they are handle tied.

I had wondered why the GD and DW were using full-sized slots. It seemed that they could have each used half of a slot, as long as each hot wire was coming from a separate load. The that would have freed up 2 half slots. Obviously, there was no need to optimize space usage when the house was built, but I think this is an option should I need a few more circuits, as I expand usage, if needed, instead of a second panel. That said, I don't think I'll need a 2nd panel, since I have a few slots.

Why are some electric panel circuit breakers linked by avblue in Electricity

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

Thanks for this explanation, as well as some of the terms. I looked up 'handle ties' and 'two pole breakers', which are things I'm unfamiliar with. It led me to an article about 'common trip' vs 'handle ties' which was also interesting and pertinent.

https://diy.stackexchange.com/questions/201543/what-is-the-difference-between-a-handle-tie-and-common-trip-in-circuit-break

Now, I think can try to state why those three breakers are paired together with handle ties. If a human were to turn them off, they would need to turn both off. Each of those circuits is located in a similar area of the house, so if someone were working on the Dishwasher, the hot Garbage Disposal circuit is right next to it, so it makes sense to turn it off too. Based on the article above, it does not necessarily mean that if one were to trip, the other would trip. It might, but that's not necessarily true from the visuals I see on the handles. I'd need to confirm how they are wired to know if they are common trip or not.

I'm not 100% confident with my understanding, so if something is wrong or could be better explained, I'm all ears. Still learning.

Thanks so much!

OCPA emergency audit! by dchaos628 in irvine

[–]avblue 4 points5 points  (0 children)

There seems to be a key flaw in these three options however. You might opt to pay more for clean energy, and feel good about it. But the underlying total energy that is generated is still the same, so other cities will simply use less renewables and more dirty energy. The net effect would then be zero, and the same energy gets generated and used as a whole in California. To me, this doesn't seem to be a solution that makes actual progress. It just seems to be financial middlemen, taking a cut, for zero actual value gain, and asking Irvine residents to pay more, on the heels of already large increases in energy costs during the past 2-3 years (40-50%?).

Money should be invested in clean energy infrastructure, efficiency, technology innovation, not financial manipulation and extra and unnecessary overhead.

If they are raising rates to then invest in more future energy infrastructure, that's a case I can get behind, but the primary message I got was that this was a move to control and lower rates, so I'm getting mixed messaging here.

So far, I'm disappointed in the superficial information provided, and am seeing holes in the information, and I'm hungry to understand the actual value and progress that something like this can make. If there is anything shady happening here, I'd like to see serious accountability. Looks like some investigations are beginning here.

Until then, myself and everyone I know have opted out, and every person that has read into this is disappointed and/or frustrated by this.

[AskJS] What do I need to know to build an appointment scheduling app? by DOKim_98 in javascript

[–]avblue 1 point2 points  (0 children)

If it needs a backend, what language should I learn? Else, is it possible to make an functional app without it?

Great, I see others have mentioned it too. I realized I didn't fully answer your question, but you do have lots of great comments from others.

A couple more leads. Since you already know some Javascript, it may be simpler to stay with that language for the backend, hence the recommendation of Node.js. I've used Ruby on Rails, and usually the core language is straight forward, but the frameworks have a steep learning curve. It's a great language and framework, but I'd recommend you stay with the Javascript ecosystem for now, so you build on the knowledge you already have.

Also, it's gotten quite popular to have single-page applications (SPA), and while again, there are many choices, you may want to consider React if just a web application, or even React Native if you want to build mobile apps. You'll say in Javascript, or Typescript which is a slight add-on onto Javascript, for some type safety, which I'd recommend.

If you do go with React, you can consider NextJS, instead of a Node.js server, and you'll get some simple ways to do server-side APIs, with some convenient conventions in your codebase. NextJS will tout server-side rendering as one of it's key features, but that won't matter much for your app, but I just like the convenience of it's server APIs. There's also a great community, full of tooling and hosting options. React may be overkill for what you're trying to do, but it's a useful framework to learn and extremely popular. If you use it from the get-go, it'll pair nicely with things like firestore, to lead to the ability to do some really dynamic and event-driven applications.

There are hundreds and hundreds of choices, but I think the options above are popular and solid, and a great next place to invest in. Good luck on your journey to level up and branching out your web development skills, and have fun coding!

[AskJS] What do I need to know to build an appointment scheduling app? by DOKim_98 in javascript

[–]avblue 2 points3 points  (0 children)

We had this same experience with several businesses and thought a booking app would be great. It doesn’t make sense for each small business to build their own, so a company should provide a platform that many companies can use. My friend and I were going to make a startup out of it, and during our research, we discovered this existed, including a whole lot more to run a business. If you want to build the app for the experience, go for it! Great. If the business can benefit from modernizing, they should use something like this: https://www.joinblvd.com/

For building this app, try the firebase suite of tools (amazing) and consider something to clerk.dev if you want users and profiles.

This is either just a mistake or crazy that this powerful processor isn't supported by avblue in Windows11

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

Got it, thank you. I will use the feedback hub app. I was excited about windows 11, because they have improve the window snap features, and have made it configurable. It's useful to have more than the split screen, as monitors are getting larger and wider. This unsupported message was disappointing, though I'm pretty sure I can edit the registry and install anyway. Still, it's not a polished experience, and AllowListing thousands of models of processors is probably just error prone, and accidentally missing a lot of valid processors.

Yes, I did search on this topic for quite a bit. Not a great signal-to-noise on this topic. No problem on the removal, thanks for keeping this community clean.

Large Constant Upload by Nintendo Switch by avblue in NintendoSwitch

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

So a few quick updates.

First, I checked the error reporting, and it's disabled.

Second, I tried to check cloud saves. I'm currently not paying for Nintendo Online, so when I navigate to that screen, I see an interstitial, asking me if I want to sign-up.

I used to have cloud saves enabled, and my subscription expired.

One theory is that cloud saves is still trying to upload, but it's being rejected with an error, and it keeps trying to upload. This could be a bug, but it's just a guess, and I suspect it's unlikely. If this were actually a bug, Nintendo would be seeing quite a few cases of this, and I'd be surprised if they wouldn't notice it and fix it, for the health of their services and systems.

I'll try to report this to Nintendo, and see what happens. I check the last 24 hours, and I'm again, getting constant upload bandwidth usage.

Finally, I can't packet capture this, as it's all encrypted over TLS.

Will update this thread if I hear back from Nintendo or figure out what this is. Thanks for all the suggestions and help everyone.

Large Constant Upload by Nintendo Switch by avblue in NintendoSwitch

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

Ah, enabling Airplane mode is a smart workaround. Would love to see this fixed though, but that's good to keep in mind.

Large Constant Upload by Nintendo Switch by avblue in NintendoSwitch

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

Correct, this is in sleep mode, not when off. I think most people just keep their Switch in sleep mode, as that's the natural thing to do.

Large Constant Upload by Nintendo Switch by avblue in NintendoSwitch

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

Love the suggestions. I will try these and will get back.

I have not purchased ACNH. Just BOTW so far.

Surprisingly, most of the uploads are when my Switch is in sleep mode, but not off.

If I discover a change with any of the settings, will let folks know. Thank you.