• 0 Posts
  • 150 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle
  • SteveTech@programming.devtoaww@lemmy.worldChonk
    link
    fedilink
    English
    arrow-up
    9
    ·
    3 days ago

    Satellite imagery seems cheaper than you might think though. I’ve had SkyFi in my favourites for a while after they sponsored a YouTube video, and they seem to start at $8 per km2 for a new photo or $2.50 for a previously taken one.










  • A reverse proxy by itself doesn’t do much security wise. You could possibly setup some sort of authentication, attempt blocking, and rate limiting (in the reverse proxy, don’t trust the DVR), but it’ll probably also break the DVR even more.

    There’s bots that port scan and specifically target all sorts of stuff, and DVRs are a very common target. With a VPN in the way, there’s no way of knowing what’s there. A VPN also shouldn’t break the web UI.





  • Oh cool, I believe only 4bit colours are possible, you can use this table from Wikipedia and the escape sequence \e[<FG>m replacing<FG> with your chosen foreground colour. Also \e[0m to reset everything.

    funny how we use the same font XD

    Haha yeah! I noticed that too!

    I think I just used regex look aheads and look behinds to insert the colours easily.

    Edit: Oh you can change that actual TTY font to a bigger one, if the text is too small too.





  • WARNING KVM acceleration not available, using 'qemu'

    That’s related to hardware virtualisation, like the other person said, check that it’s enabled.

    WARNING Using --osinfo generic, VM performance may suffer. Specify an accurate OS for optimal results.

    This is related to --os-variant=generic, I don’t remember what Home Assistant OS is based off, but find out and pick an option from virt-install --os-variant list, otherwise use linux2022.

    ERROR internal error: Could not run '/usr/bin/swtpm_setup'.

    I’m not sure why it’s attaching a TPM, but I believe --tpm clearxml=true should remove it.


  • IIRC the RTL chip inside them was originally designed for TV, so it works great! I’m actually using very cheap AliExpress clones for the TV ones, because they otherwise don’t work very well.

    I’m also using the outdoor TV antenna on my roof (common in Australia, idk elsewhere), and a splitter and adaptors. And with that I get every channel with no artifacts, at 30% strength, but that’ll probably be higher with not awful SDRs.


  • I’ve got an interesting setup I’d like to share:

    So I’ve got a Raspberry Pi with 4 RTL-SDRs, 2 for TV, 1 for radio, and 1 for plane transponders. That runs SatPi for the 2 TV SDRs, which TVHeadend running on my main server connects to, to record and stream. Jellyfin also connects to TVHeadend to properly index everything and for easy access to recordings and live TV.