FlowLauncher looks neat, like KRunner for Windows. Thanks for sharing
FlowLauncher looks neat, like KRunner for Windows. Thanks for sharing
Yeah the nodered flow on the target device is for handling shutdown(sleep) and status reporting back to HomeAssistant, so in HA the computer is a simple switch with on/off states
Oh neat!
I made a custom solution for WOL and remote shutdown using nodered and MQTT, but this is so cleaner than maintaining a custom solution
This happens when a small project has 12 developers each scratching their own itch in their own time, not a team of 120 developers getting paid to work on the same itch 8 hours a day.
In the case of FreeCAD they’re actually starting to reign in and focus more now, and there are more contributors.
You might want to look up SMR vs CMR, and why it matters for NASes. The gist is that cheaper drives are SMR, which work fine mostly, but can time out during certain operations, like a ZFS rebuild after a drive failure.
Sorry don’t remember the details, just the conclusion that’s it’s safer to stay away from SMR for any kind of software RAID
EDIT: also, there was the SMR scandal a few years ago where WD quietly changed their bigger volume WD Red (“NAS”) drives to SMR without mentioning it anywhere in the speccs. Obviously a lot of people were not happy to find that their “NAS” branded hard drives were made with a technology that was not suitable for NAS workload. From memory i think it was discovered when someone investigated why their ZFS rebuild kept failing on their new drive.
Another option is subpaths: xyz.ddns.net/portainer
Just one open port, to your reverse proxy (nginx or other).
The client updating no-ip with your dynamic IP is independent of the reverse proxy software.
This sounds like a FOSS utopian future :)
There’s a few projects that have started towards this path with single-click deployable apps, you could even say HomeAssistant OS does this to some extent my managing the services for you.
I believe one of the biggest hurdle for a “self hosting appliance” is resilience to hardware failure. Noone wants to loose decades of family photos or legal documents due to a SSD going bad , or the cat spilling water on their “hosting box”. So automated reliable off-site backups and recovery procedures for both data and configs is key.
Databox from BBC / Nottingham University is also a very interesting concept worth looking in to:
A platform for managing secure access to data and enabling authorised third parties to provide the owner authenticated control and accountability.
Probably more what MangoKangoroo and B0rax talked about, that enterprises can opt out of this telemetry, due to compliance or Intellectual Property protection.
So only the commoners get mandatory full-scale surveillance, Ehm I mean “ai enhancement”
Why did they have their own builds of these projects in the first place? Did they have custom patches they maintained?
I hope you’re joking about rebooting to Windows for paint 😁
But just in case, and for the benefit of others: KolourPaint
It’s basically KDE Paint, and works great as a simple image editor
I’m in this picture and I don’t like it
Yeah Track&Graph is great. I also use it for tracking exercises and weight, and just use the built-in graphs to see the trend over time
I know your pain! (Cries in Nvidia laptop) when i bought mine i literally couldn’t find a laptop with AMD graphics in my region.
There is some hope these days. In addition to the previously mentioned Frameworks laptop, there’s also this TUXEDO Sirius 16 - Gen1. (Tuxedo is a German company specializing in Linux-compatible computers). It might not be exactly what your looking for, but AMD graphics laptops are so few and far between I thought I should put it out there.
I third Proxmix
I run most stuff as Docker images inside a VM, but also a few services as LXC containers and some non-docker stuff in other VMs
One way is to make a new “entity”, that’s not actually linked to your previous temperature sensor. I’m not familiar with how to tie them together in a “device” like how ZigBee2mqtt auto discovery does.
So just add a new “sensor”/“entity”
- name: "Sala_battery"
unique_id: "temp_sala_battery"
state_topic: "zigbee2mqtt/temp_sala"
value_template: "{{ value_json.battery }}"
unit_of_measurement: "%"
Use MQTT Explorer to listen to your ZigBee2mqtt broker topic “zigbee2mqtt/temp_sala” to get the exact field name (battery, battery_state or some such)
The biggest problem with Discord is that its an information black hole. Its not properly searchable and not indexed by search engines.
Discord is fine for casual chat, but horrible when used for forum-type discussions and even worse when used for documentation.
You see the same problems being discussed and solved again and again, but you cant just “link” someone the solution like you could with a forum thread cause its spread out over 3-10 chat messages that are interleaved in-between other topics being discussed in the same room
Anything of long-term value for the project (forum-type discussions, documentation etc) should not recide in Discord
Thanks for the clarification.
Are there any plans for a built-in sync feature in the future?
Does that mean TreeDome is the only program that can meaningfully open the notes file?
Is there a mobile client planned? Or do you know if any current mobile apps are able to read the TreeDome notes file?
With everything stored in a single file, does that mean you need to close Treedome on ComputerA before it can by synced to ComputerB?
If computerA makes an edit in one note while computer B makes an edit in another note, does that create a sync conflict? (Assuming syncing with Nextcloud, syncThing or similar)?
Zim really is amazing, its the perfect balance with its simple plain text files in folders data structure, but powerful search and back linking. And I love linking to other files on the local file system.
How do you do the LUKS volume upload to cloud? Is it for syncing between devices or just backup? Personally I use (self hosted) NextCloud to sync my Zim between devices.