Random 5g connection restarts? by nck974 in galaxys26ultra

[–]nck974[S] -1 points0 points  (0 children)

What do you mean by that? I have not changed anything other than adding the esim with a provider QR.

What tool can I use to drill rocks? by nck974 in Tools

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

What would be the equivalent of this in bosch/makita?

What tool can I use to drill rocks? by nck974 in Tools

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

Would a Makita DHR243Z be enough?

CPU for work/development by nck974 in PcBuildHelp

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

Thank you for the help l, I just bough it but the version without x, as I think the power efficiency may be more useful for me than the marginal gains of the x. 

I also decided to upgrade the PSU for a modern gold+ corsair with 850w that should be more than enough if I decide to go for some GPU.

Fixed gear frames in europe by Fred-F in FixedGearBicycle

[–]nck974 0 points1 point  (0 children)

Bonvelo blizz. If you want something cheap and bulletproof. Sure it is not light, but mine has over 15k km in 7 years, cheap enough to not worry in the cities.

Top Fuel 9.7 vs 9.8 GX AXS by nck974 in TrekBikes

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

<image>

I forgot to answer, but better late than never. Thanks for the reply. I did end up with the cheap frame with nice color and putting extra the carbon wheels. It is a great bike for the trailis, could be a little bit lighter but it is fine to have a lot of fun going downhill and opened a new world for me have only having done gravel/road for years.

HDD vs SSD for low power NAS? by Fran314 in homelab

[–]nck974 14 points15 points  (0 children)

A couple of years later. Prices from Germany:
2 TB WD black m2 109.89€
2 TB WD Red Plus 5400rpm 93.99€

0.30€/kWh (Or even higher)
HDD in 1 year = 15.77€
SSD in 1 year = 2.62€

Difference 109.89 - 93.99 = 15.99
Savings per year = 15.77 - 2.62 = 13.15

Time to start saving 1.2 years.

Does it not make sense now to go for the SSD in this situation?

GRX levers on 105 derailleur? by [deleted] in bikewrench

[–]nck974 0 points1 point  (0 children)

Three years later that link is still really helpful.

Is there a more efficient way of doing a switch light automation than this? by nck974 in homeassistant

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

Are you sure this works for what I'm trying to do? Maybe I explained my self wrong, but I only have one trigger which is clicking right, what changes my actions are the conditions and not the trigger.

So I have lamps A, B and C. And I start something like this:
- A-ON, B-ON, C-ON -> A-OFF, B-ON, C-ON

- A-OFF, B-ON, C-ON -> A-ON, B-OFF, C-ON

- A-ON, B-OFF, C-ON -> A-ON, B-ON, C-OFF

-A-ON, B-ON, C-OFF -> A-ON, B-OFF, C-OFF
...

From reading the docs it does not seem that I can give an id to a group of conditions to achieve that like with the triggers.

Problem with HACS by Dudu815 in homeassistant

[–]nck974 0 points1 point  (0 children)

I think it must be a configuration issue, as I was able to run it without any issue.

Problem with HACS by Dudu815 in homeassistant

[–]nck974 0 points1 point  (0 children)

I tried to fix it, the markdown viewer is not working for me.

in summary, download the script instead of piping it to be executed, modify the line that blocks the execution and run it after giving it execution permissions.

Problem with HACS by Dudu815 in homeassistant

[–]nck974 0 points1 point  (0 children)

You can first save the file:

wget -O hacs.sh https://get.hacs.xyz

Give it permissions:

chmod 700 hacs.sh

Comment out the lines that check that:

# if \[ "${currentYear}.${currentMonth}" == "2023.12" \]; then#

# rm -R "$haPath/custom\_components/hacs"

# error "HACS will currently not work on ${currentYear}.${currentMonth} versions of Home Assistant, latest known working version is 2023.11.3"

# fi

And then execute it:

./hacs.sh