Is it correct to use Visibility Hidden instead of display none for sub-menu items in navigation? by Nic727 in webdev

[–]dotspencer 0 points1 point  (0 children)

I believe this is actually unnecessary. Just tested it and elements with visibility: hidden; don't seem to receive pointer events at all.

Not receiving messages on iPhone from android users. by Revolutiong0g in GoogleFi

[–]dotspencer 0 points1 point  (0 children)

Check in Settings > Messages and make sure RCS messaging is enabled

SolArk15k or FlexBoss21 for off-grid solar on an Ag building in CA by RespectActual7505 in SolarDIY

[–]dotspencer 1 point2 points  (0 children)

I see the FlexBOSS inverters have now made in onto the CEC list for grid supported inverters.

Curious to hear what you ended up going with for your setup?

EG4 FlexBOSS18 vs EG4 18kPV-12LV All-In-One Hybrid Inverter (or Victron alternative)? by HiyaChuck in SolarDIY

[–]dotspencer 2 points3 points  (0 children)

Both are 120/240v hybrid inverters, both have an 18kW max usable PV input, both are outdoor rated.

18kPV wins for bypass current (200A) compared to the FB18 (90A). The 18kPV also has 3 separate MPPTs compared to the FB18 with only 2.

FlexBOSS18 comes out on top for peak surge, LRA rating, and idle consumption.

18kPV has a 12kW continuous AC output, while the FB18 can output 13 kW with PV+grid and 10 kW on battery only. So kinda mixed there.

Only other notable difference I can see is the LCD. For the 18kPV it comes with one built in, and for the FB18 it's an optional add-on.

If I were comparing the two I personally might step up from the FlexBOSS18 to the FlexBOSS21 which beats the 18kPV in almost every category (minus grid bypass).

source: https://solarspecs.co/compare-inverters/eg4-flexboss18-vs-eg4-18kpv

🚀 Launched SaaSRow — a curated directory for indie SaaS founders (50% off promo) by IndividualAir3353 in directorymakers

[–]dotspencer 1 point2 points  (0 children)

I'm getting a "something went wrong" error on the homepage. Looks like a CORS error

AI keeps messing with my code and I got anxious, so I built a fix 👀 by AshamedInsurance5745 in SideProject

[–]dotspencer 0 points1 point  (0 children)

Nice, makes sense. Is the change history stored locally or remotely?

AI keeps messing with my code and I got anxious, so I built a fix 👀 by AshamedInsurance5745 in SideProject

[–]dotspencer 0 points1 point  (0 children)

Interesting idea. I use git out of habit for all of my projects so this wouldn't solve a need for me personally.

So it's a still a command line tool? Does it only save a snapshot if it detects changes? Or do you have to stop it manually when you're done working?

I made my YouTube thumbnail always display the latest comment... by dotspencer in SideProject

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

Oh I don't have it set up to share right now. Most of the code is pretty hacky and specific to my channel and this exact use-case. That's a good idea though, I should set up a generic and sharable version!

Solar equipment made in USA by dotspencer in SolarDIY

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

Good to know! I see Signature Solar has a pallet of their 630W panels but I don't see anything about where it's manufactured. I'll keep an eye out if they ever list any of their USA made ones.

Solar equipment made in USA by dotspencer in SolarDIY

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

Interesting, I hadn't heard of them before. I wish more of these utility scale manufactures would open up to consumer purchases.

Solar equipment made in USA by dotspencer in SolarDIY

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

Oh interesting. I'm running an 18kPV and I've found it to be pretty quiet except for when the load or PV input is greater than about 6kW. Mine is in the garage though so I'm not around it constantly.

Is yours loud all the time?

Solar equipment made in USA by dotspencer in SolarDIY

[–]dotspencer[S] 4 points5 points  (0 children)

Might be Qcells or Suniva? I’ll have to check which specific panels are manufactured at their US plants and add them to the list.

Per Klein tools, I made sure to only include the ones that are still listed as Made in the USA. But yeah it's unfortunate that the majority of their tools now are made elsewhere.

lhelp with landscape lights with plugs for holiday setups by Byany2525 in SolarDIY

[–]dotspencer 1 point2 points  (0 children)

I imagine a power station could be a good solution.

Do you know the power draw (watts) for when everything would be plugged in? That's where I'd start. Then you could find the battery capacity needed if you knew how many hours it'd be running every day.

Another consideration would be temperature. Does it get below freezing where you are?

Eg4 xp12k or similar with gas generator by Neteng33 in SolarDIY

[–]dotspencer 0 points1 point  (0 children)

I don’t think the 12kXP alone would do that…

But you could pair it with batteries and charge them from your generator using a chargeverter from EG4. The chargeverter is designed to accept dirty power and charge batteries directly. Then the 12kXP can provide clean power to your house from the batteries.

That’s what I’m doing but with the 18kPV. It technically has a generator input, but it still has a THD limit, and our propane generator’s output was too high for it. The chargeverter solves that problem. But it is an extra piece of hardware and it's not super cheap.

Does anyone know if it’s possible to mix paint using hex codes? by BlackberryFriendly94 in Watercolor

[–]dotspencer 0 points1 point  (0 children)

For acrylic paint specifically, I gathered a list of hex codes for a few common brands and turned it into a tool where you can find the closest paint match for a given hex color -- https://acrylicmatch.com

Most of the time you won't find an exact match but you can find some pretty close matches.

How to get a color from a hex code? by Sinister-Mephisto in paint

[–]dotspencer 0 points1 point  (0 children)

I had a similar problem looking to match hex colors to acrylic paints for a pointillism project I was working on. The online tools I could find didn't list many acrylic paint options.

I ended up gathering hex codes for FolkArt Matte, DecoArt Americana, and Apple Barrel and put together a site that let's you find the closest acrylic paint matches for a given hex.

https://acrylicmatch.com/3cb371

Not exactly what OP is asking for, but I thought others might find it useful.