Live data from Hacker News

Viewing profile — arrdalan

arrdalan

HN member
Joined
Sat, Aug 05, 2023, 8:02 PM UTC
HN karma
260
Public activity
45 items

About arrdalan

No profile information was provided.

Recent public activity

  1. comment
    Comment #48350447

    Our on-device AI is able to detect people, pets, and vehicles. We have tested people detection and it works well. We haven't really tested the other two.

  2. comment
    Comment #48338049

    Will do. Thanks for the suggestion.

  3. comment
    Comment #48333825

    ESP32: We haven't tested them. I would guess that they won't be able to handle the workload (on-device AI, encryption, and video encoding if there's no hardware encoder). Ciphersui…

  4. comment
    Comment #48332289

    There are two comments/questions here and I'll try to address them one by one. Secluso vs. Frigate: I think you correctly mentioned some of the differences. We intend Secluso to be…

  5. comment
    Comment #48332102

    The videos are stored in the mobile app and you can view them when you need. The camera captures videos when it detects an event, e.g., a person, encrypts them, and sends them to t…

  6. comment
    Comment #48330457

    The camera_hub runs in the camera. It records videos, encrypts them, and sends them to the mobile app. The server is a relay in the cloud. It transfers encrypted videos from the ca…

  7. story
    Show HN: Open-source private home security camera system (end-to-end encryption)

    Hey everyone, I previously introduced an open source private home security camera in 2024, which uses OpenMLS for end-to-end encryption: https://news.ycombinator.com/item?id=422844…

  8. story
  9. comment
    Comment #45270063

    One can use Frigate + Home Assistant + some secure remote access solution (e.g., VPN) to get a usage model similar to Secluso. Secluso however provides the following advantages: 1)…

  10. comment
    Comment #45246207

    There are several differences. 1) Usage model: RTSP cameras can be used for on-demand livestreaming. In contrast, the usage model of our camera is similar to a Ring camera: not onl…

  11. story
    Show HN: Update: Open-source private home security camera(end-to-end encryption)

    Several months ago, I posted in Show HN ( https://news.ycombinator.com/item?id=42284412 ) about this project (previously named Privastead, now changed to Secluso). It's a privacy-p…

  12. comment
    Comment #42295981

    Yes, we have different approaches/designs. In fact, I don't even of think of Privastead as an NVR solution. The choice of using a hub is mainly because I didn't have control of the…

  13. comment
    Comment #42295809

    I have mentioned the unencrypted traffic between the camera and hub here: https://github.com/privastead/privastead/blob/main/HOW_TO.md (Step 4, second paragraph)

  14. comment
    Comment #42293079

    Privastead/OpenMLS erases past keys from persistent storage in order not to suffer from the vulnerability you mentioned.

  15. comment
    Comment #42292991

    Interesting. I think the usage model provided by Privastead is reliable enough (at least for me). I have access to my videos on my phone. If losing the phone is a concern (which sh…

  16. comment
    Comment #42292771

    The end-to-end encryption part is clear IMO: it's between the hub and the app, both of which are trusted. This is different from an untrusted server decrypting the messages.

  17. comment
    Comment #42291367

    Sorry, which question did I miss?

  18. comment
    Comment #42290643

    This is a reasonable setup. We discussed it in other comments as well

  19. comment
    Comment #42290608

    Correct, that would be even better, but I didn't have control over the camera firmware. Someone mentioned OpenMiko, which I plan to investigate and see if it can allow me to effect…

  20. comment
    Comment #42290589

    I haven't designed Privastead for continuous recording/streaming. It's mainly to receive motion/event-triggered videos and occasional live streaming. The usage model is more like R…

  21. comment
    Comment #42290557

    The server only stores encrypted videos until they're fetched by the app. It can't decrypt the videos and hence is not meant as a storage space for decrypted videos.

  22. comment
    Comment #42290547

    That is correct. The goal is to be able to use the cloud to host the server without having to trust it. I personally use a cheap DigitalOcean VM.

  23. comment
    Comment #42288852

    Thanks for the pointers. Frigate, Home Assistant, and HomeKit were mentioned in other comments and we had some discussions there. They're certainly good setups. A key design decisi…

  24. comment
    Comment #42288698

    I did not, but I will. I would just point out that Privastead assumes the the push notification infrastructure is untrusted anyway.

  25. comment
    Comment #42288675

    Push notifications are for notifying the apps of events (e.g., motion). The actual encrypted video (either motion-triggered video or livestreams) are transferred through the server…