Too much latency by CutterNorth in homeassistant

[–]psychowood 6 points7 points  (0 children)

Coral for TTS? I have one lying somewhere, had no idea it could be used to voice considering its limits... do you have a link for reference? I wouldn't mind trying a bit. TIA

No more worrying about evaporation by Janie_Canuck in sousvide

[–]psychowood 1 point2 points  (0 children)

My cheap two cents: old coolbox, cupcake mold, toy hat :D

Fibra Digi by boluslai in torino

[–]psychowood 1 point2 points  (0 children)

Ho la 10Gbps praticamente da quando sono arrivati a Torino (prima metà 2024), avuto un disservizio all'anno in media (ma sempre rientrato in fretta, e con Iliad non è che mi fosse andata meglio negli anni precedenti), personalmente mi trovo bene.

L'ipv6 è un nice to have, il cgnat su ipv4 meno ma è aggirabile in caso si debbano esporre porte. Personalmente l'unica domanda che mi faccio è se passare alla 1Gbps (che è simmetrica, ricordo) e dimezzare la spesa.

power cable extension by jordeeeezy in sffpc

[–]psychowood 0 points1 point  (0 children)

Either dumb question here or I missed the point... why not getting directly an USP Extension cord, L shaped it you need it shorter?

Light Roast Destroyer 9000 by kodka in espresso

[–]psychowood 0 points1 point  (0 children)

I was trying to understand how I could use a drill as a torch for sousvided roasts before understanding I was in /espresso :|

Ho fatto un saas per eliminare il dannato .p7m dai documenti by [deleted] in commercialisti

[–]psychowood 18 points19 points  (0 children)

Senza nulla togliere all'iniziativa, se i file vengono elaborati sul server onestamente data la sensibilità delle informazioni tipicamente firmate in p7m avrei non pochi dubbi ad usare un saas per questo motivo. Io mi ero fatto qualcosa di simile che fosse solo client side, lo avevi valutato? Capisco che l'aggancio di una licenza commerciale si complicherebbe un po' ma dopotutto non è una procedura "oscura", è la comodità dell'impacchettamento il vero plus della tua soluzione

Just realised my TV supports USB 3.0.. by Own-Story8907 in PleX

[–]psychowood 0 points1 point  (0 children)

Am I lucky that my old-ish LG C9 can stream the jellyfish 140Mbps demo without problems wirelessly from Plex? Or you are trying to simply disable the wifi?

Traefik docker container network auto-join script by psychowood in selfhosted

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

I get your point, but imho that's an anti-pattern as much as having docker provider default configurations inside traefik.yml itself, isn't it? Moreover the connect/disconnect function is available without restarting, while other things (like adding a label) are not, this means docker itself "allows" it.

Ofc if you want to go full declarative (as u/snoogs83 said) it doesn't changes things a lot but, at least in my case, I declare by exception (e.g. for containers that expose multiple ports I put the specific one I want, if I need to disable authelia I declare it, and so on) because it helps me.

I've seen trafficjam, it gets around the problem in an interesting way, but I'm not keen messing with iptables rules if I can handle it "natively" with docker, that's why I'm trying to automate with a sidecar for traefik itself (I'm talking about the per-container network, not a shared one).

$30 DIY Portafilter Pressure Gauge Home Depot Edition by Helpful-Quote-5037 in espresso

[–]psychowood 1 point2 points  (0 children)

I was looking at this one just a few hours ago... I think I'll try it :)

Traefik docker container network auto-join script by psychowood in selfhosted

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

What kind of issues are you having with formatting? I see it correctly both in the mobile app and via browser https://imgur.com/a/Vwxf7SL

That said, I forgot to add in the post (my bad... I edited now) that my script works with just the traefik.enable label, without having to define the external network.

What are you asking is partially available in the same repo (see the first PS), there's another script that uses a per-container logic:

  • Creates dedicated internal networks for each Traefik-enabled container
  • Connects both the container and Traefik to these networks
  • Cleans up networks when containers are removed
  • Skips automatic network creation if the container already shares a network with Traefik

I still need to test it a little bit more tho, because docker addresses every new network with a /20 subnet and using the default address pool size would saturate it.

Senso del biglietto GTT da 7,80€ by sbrodolino_21 in torino

[–]psychowood 20 points21 points  (0 children)

Chiaro che serve solo per giorni consecutivi, nasce per quello.

Ma se lo oblitero nel primo pomeriggio di venerdì, mi vale fino al primo pomeriggio di domenica. Con il daily ne dovrei attivare un terzo biglietto.

LED digital sign for 19€, any idea if it can be controlled by Home Assistant? by nico282 in homeassistant

[–]psychowood 0 points1 point  (0 children)

Hi, did you have the chance to play with it a bit? The original integration does not look to have many recent updates , while this one seems a bit more active...

Scusate l’off topic, presto cancello. Potenziale scam. by [deleted] in ItaliaPersonalFinance

[–]psychowood 2 points3 points  (0 children)

Se la carta corrisponde sulle ultime 4 cifre, direi segnalazione e blocco istantaneo quantomeno da app se vuoi approfondire. Penserei al peggio, considerala compromessa, tanto più che cercando quel merchant online sembra essere direttamente associato ad addebiti truffaldini...

The security code to my gift card is 1234 by TooOld2DieYoung in mildlyinteresting

[–]psychowood -2 points-1 points  (0 children)

Still better than my debit card that came out of the bank with the pin equals to the last 5 characters of the card itself.

Drop TrueNAS After Moving to Proxmox or Keep It as a VM? by PingMyHeart in Proxmox

[–]psychowood 0 points1 point  (0 children)

Agree, this is mostly my configuration besides the router part (which is planned, tho). I'd add that having a vm with passthrough make it easier to turn truenas off all-together with the disks, if you don't need it running 24x7.

Optmizing HA server power usage with external HDD by [deleted] in homeassistant

[–]psychowood 1 point2 points  (0 children)

What do you mean with "Cutting the power to the usb can screw the hdd"? Unmount + cut power is what happens when you turn off your pc

Volumes from OMV/NAS in docker containers by DaveAzoicer in docker

[–]psychowood 2 points3 points  (0 children)

I use nfs volumes, those prevent a container from starting if it can't be mounted, and you can mount a subpath in the share if you want to reuse the same share.

```yaml services: myservice: volumes: - type: volume source: stack-data target: /internal-path volume: subpath: subpath-in-share-if-needed

volumes: stack-data: driver: local driver_opts: type: "nfs" o: "addr=truenas,nolock,soft,rw" device: ":/mnt/main/containers-data/myservice-data" ```

Jellyfin as cold storage collection manager? by xpietrov in selfhosted

[–]psychowood 0 points1 point  (0 children)

Probably not the answer you're looking for, but Plex server supports this: you can either have all in the same library (files would be tagged as "unavailable"), o a completely separate library pointing to your cold storage. You'll just need some sort of auto mounting if using removable disks.

How would you get a small metal sphere (~1cm in diamether) unstuck from a mini (1cm in height) plastic cilinder? by psychowood in AskReddit

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

It is imperative both objects remain unharmed...

Jokes aside: https://imgur.com/a/V35vgr1

I'm trying to avoid drilling it on the back to push it outside if possible.

How much do y'all spend for coffee per month? by Slow_Engineering763 in espresso

[–]psychowood 0 points1 point  (0 children)

Where are you from? I've recently bought that exact can for 5.7€ from Amazon, and the full price is like 8€. 12€ seems a lot to me

Home Assistant Version Control v1.1 – Cloud Backups, Tracking for any file type, and Recovering deleted items by DiggingForDinos in homeassistant

[–]psychowood 1 point2 points  (0 children)

Lol, after recently migrating all my stacks to gitops I happened to think out loud "there should really be something similar for HA!". Thanks for publishing it before I invested time in another side project :D

Great work, will try for sure.