Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FE
Fermiverse @kbin.social
Posts 1
Comments 66
Remote access possible via HomeKit integration?
  • I don't use HA but FHEM and what I do to retrieve data from my homecontrol is using a telegram bot.

    In telegram you can setup buttons when formatting messages, so my bot shows me the control menu with predefined actions. One action is to show my power consumption at home.

    There is no need to open ports as the telegram bot polls the same way you cell phone does.

    Also the bot only communicates to known clients that I predefined before, so nobody can see or control my home network.

    Maybe something similar is possible in HA.

  • Google could give the Pixel 8 seven years of updates
  • While on an fairphone where a "normal" user can change various parts himself it makes sense, how does this workout on a pixel or any other "not for selfrepair" built device?

    A screen module of the fairphone is 70€, so you drop it and change the screen yourself. Continuing to use it.

    More than 4/5 years updates with batteries dying due to fast/ultra charged cycles doesn't make sense in my point of view.

    They will for sure require original parts installed in the manufacturer repair shop.

  • Self Hosting Noob, Freenas vs Ubuntu Server with Samba
  • I use syncthing to collect my data from several devices (smartphones and PC) to my server at home, when I am in my home network.

    Then, on the server, rclone takes over with various daily/weekly tasks and syncs the stuff to my cloud storage. Some encrypted some plain. From my mobile or my pc I have access to all the data either at home or via vpn as well as directly to the cloud backup.

  • Starfield hero adds New Atlantis map to New Atlantis
  • Sometimes design choices are hard to understand.

    We have an automap in the middle ages world but in a distant future there is none. Same with cars/mobility devices.

    Kudos to the mod community though.

  • Selfhosted backup solution with GUI
  • I use rclone and the gui https://rclone.org/gui/ in my proxmox environment.

    That said, the backup itself is still initiated via batch script.

    Edit: to backup my PC and all smartphones to my server I use syncthing.

    And the rclone backs the data to an cloud system. Some parts encrypted

  • Emergency remote access in to tailnet
  • I do that via my router vpn and my smartphone / tablet. The router app can connect via vpn but only when device was preregistered before while at home and with hardware access to the router.

    Then vpn brings me into my home network and to my server if needed.

    Router must have yhat feature though. Its a AVM 7590 AX

  • Wisest Upgrade from Raspberry Pi
  • I went for the ASRock J5040 board, 16gb ram (yes it works) a 500gb m.2 as system using a PCI adapter , 2x4tb ironwolf as ZFS mirror pool, 350 W power supply all in the node 304 fractal case for 550 euro.

    Runs proxmox as hypervisor for VM or Container. 6 LXC running motioneye, plex, pyload with openvpn, syncthing, rclone cloud backup and openbookshelf.

    Typical power usage is around 20W

  • Can you recommend me a book?
  • I am not familiar with the Apt series but CoT was the first book I read from this author and was blown away.

    Although the first part started slow and monologues still happen frequently but the idea and the plot pulled me forward. While I didn't felt he recapped much.

    My other suggestion, Peter F. Hamilton is the totally oposite direction when it comes to jumping between places / characters. Sometimes between paragraphs and not at chapters end or page ends.

    Still after one sentence you know exactly where you are in the plot. Even when his books throw different characters at you like popcorn.

  • Can you recommend me a book?
  • Just looked into your suggestion and found that there is also a prequel series to the books suggested (the chronicals series), although written at a later date.

    Where to start, what is your suggestion? As you seem to know the books.

  • Can you recommend me a book?
  • If you have a lot of time and an urge to read:

    • Peter F. Hamilton - void trilogy - space opera
    • Brandon Sanderson - the stormlight archives - epic fantasy
    • Adrian Tchaikovsky - children of time series - sci-fi

    Check if you can get your hands on an ebook reader, if you don't have already. The reading experience from the eye view side is similar to reading books and in addition you can increase the font size. It is superior to reading on a screen.

  • How did you find ubuntu server (the OS)?
  • If you don't want to run the latest and the greatest in full ultra config steamdeck is perfect.

    BG3 and starfield brings up the limits. While still running (bg3 better than starfield) this is the most you can get out of it.

    Anything below or emulation wise its perfect

  • How did you find ubuntu server (the OS)?
  • Mostly debian but still want to share

    To be honest I am the pointnclick windows guy, still I have:

    • Homecontol running dietpi on an SBC
    • proxmox on an self built server running several VM/lxc with debian. I use it for plex, pyload, cloud backup, motioneye, syncthing

    Basically linux found me as there is no way around when you want to run stuff on low power hardware.

    I started with a mumble server on an NSLU2 😄

    For my daily productive working or programming I am still bound to win. Although my gaming habbits now also use linux with my steamdeck.

  • Just read Children of Time - top notch sci-fi
  • I listened to the audiobooks if that counts.

    He is one of my favoured authors.

    My personal top list, of what I "read"

    • Children of time
    • The doors of eden
    • children of ruin
    • shards of earth series
  • How do you observe your server functions?

    I use some batch scripts in my proxmox installation. They are in cron.hourly and daily checking for virus and ram/CPU load of my LXC containers. An email is send on condition.

    What are your tipps or solution without unnecessary load on disc io or CPU time. Lets keep it simple.

    Edit: a lot of great input about possible solutions. In addition TIL "that keep it simple" means a lot of different things to people.😉

    35