Sorry, I don’t see it. Do you mean in a reply to a comment?
- 0 Posts
- 12 Comments
I think OP needs to explain why a note taking app is not a diary app in their view.
thomasloven@lemmy.worldto Selfhosted@lemmy.world•Why You Should Self-Host EverythingEnglish5·1 year agoI said I’ve been trying for 20 years. Obviously it’s a Brother.
thomasloven@lemmy.worldto Selfhosted@lemmy.world•Why You Should Self-Host EverythingEnglish39·1 year agoI feel attacked by this post. I self host Home Assistant, recursive proxy servers, RSS readers, photo managers, vscode, media servers, download managers, backup solutions, git, password databases, economy trackers… And if I need to print from my macbook I have to email the file to myself because in twenty years I haven’t ONCE been able to host my printer on the network in a way that works for more than three days before randomly breaking.
thomasloven@lemmy.worldto homeassistant@lemmy.world•Currently working on my [@homeassistant](https://lemmy.world/c/homeassistant) interface and it's been a real PITA. However, I found this sweet extension that allows you to look up icons so you can easEnglish2·1 year agoYeah… that’s what most of the frontend team uses… Or at least used to back in my days.
thomasloven@lemmy.worldto homeassistant@lemmy.world•Share your favorite automationsEnglish1·1 year agohttps://en.m.wiktionary.org/wiki/automation
Imagine language changing to adapt to the world. Crazy times.
thomasloven@lemmy.worldto homeassistant@lemmy.world•Share your favorite automationsEnglish3·1 year agohttps://youtu.be/OIkZWF5uGxk?si=FgGlXXJCn3q6540A
My goto selling point for Home Assistant is that I haven’t touched the outdoors light switch in 8 years.
Depends on the language the script is written in. If it’s bash/sh then it’s usually just
$VARIABLE
thomasloven@lemmy.worldto Selfhosted@lemmy.world•My Docker containers can no longer communicate with the host's local networkEnglish4·2 years agoI go the other way. I have linux installed pretty much just to run docker and qemu running windows with iommu passthrough. The performance hit is negligible, and with
docker context
you can run docker-cli and devcontainers and stuff in the windows vm like native.
thomasloven@lemmy.worldto homeassistant@lemmy.world•Dashboard display issues on FirefoxEnglish2·2 years agoI usually say: start by removing all frontend resources - especially anything with my name on it - and see if it fixes things.
thomasloven@lemmy.worldto homeassistant@lemmy.world•Responding Services: What are the Use Cases?English4·2 years agoThere was a really cool blueprint released which uses this. Basically, it asks for your calendar entries for the day, include those and weather info etc. in a prompt to e.g. chatGPT, asking for a summary, and then sends this reply as a notification to your phone.
Scripts can also return information now, allowing for cleaner scripts and automations theough Separation of Concern. For example; I sometimes want to turn on lights to a set brightness depending on the time of day, and now I can make a script to calculate the correct level that I then use in all automations. This eliminates the slight delay you get with e.g. f.lux or Adaptive Lighting.
And I’ve been using it for
eightsix of those 15 in RAID 5/6 with zero issues, so YMMW I guess. Sorry you experienced problems.