<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: jkaczman</title><link>https://news.ycombinator.com/user?id=jkaczman</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 13 Jun 2026 03:50:06 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jkaczman" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jkaczman in "Show HN: Open-source private home security camera system (end-to-end encryption)"]]></title><description><![CDATA[
<p>I know that there exists projects such as <a href="https://github.com/OpenIPC" rel="nofollow">https://github.com/OpenIPC</a> and <a href="https://github.com/themactep/thingino-firmware" rel="nofollow">https://github.com/themactep/thingino-firmware</a>. These allow you to replace the firmware running on some of the Chinese IP cameras with an open-source alternative.<p>Our project specifically is only meant for Raspberry Pi Zero 2W. We decided on this early on due to Raspberry Pi being a safer source for hardware, and it allows much more customization (e.g. custom 3D printed cases, our HAT, etc). We also wanted it to be a WiFi camera that's super easy to setup and doesn't require technical knowledge to use.</p>
]]></description><pubDate>Sat, 30 May 2026 13:38:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48336042</link><dc:creator>jkaczman</dc:creator><comments>https://news.ycombinator.com/item?id=48336042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48336042</guid></item><item><title><![CDATA[New comment by jkaczman in "Show HN: Open-source private home security camera system (end-to-end encryption)"]]></title><description><![CDATA[
<p>Hi u/tmikaeld, livestreams are available when clicking a button. It is not possible to livestream in the background. That's what motion/object-detection-based events are meant to help augment. When something happens, you'll get a push notification + a video, so that you don't need to look through a very long video to try to figure out when something happens.</p>
]]></description><pubDate>Sat, 30 May 2026 09:49:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48334473</link><dc:creator>jkaczman</dc:creator><comments>https://news.ycombinator.com/item?id=48334473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48334473</guid></item><item><title><![CDATA[New comment by jkaczman in "Show HN: Open-source private home security camera system (end-to-end encryption)"]]></title><description><![CDATA[
<p>Hi u/HelloUsername, thanks for the question.<p>Apple has not approved our documentation for 23 countries in Europe yet. They require it for the European Union Digital Services Act [see <a href="https://developer.apple.com/help/app-store-connect/manage-compliance-information/manage-european-union-digital-services-act-trader-requirements/" rel="nofollow">https://developer.apple.com/help/app-store-connect/manage-co...</a>]. Note that the Android app is available in these (both in the Google Play Store as well as Obtainium).<p>France, specifically, is excluded due to needing a specific French encryption declaration form. [<a href="https://developer.apple.com/help/app-store-connect/manage-app-information/overview-of-export-compliance" rel="nofollow">https://developer.apple.com/help/app-store-connect/manage-ap...</a>] - as we do not have a lawyer to consult, we decided it would be best to hold off on this to be certain we do it right.<p>For some other specific countries outside of Europe, such as North Korea, we are required to abide by export laws in the US. We tend to try to go on the safe side when excluding, as we do not have a lawyer to consult.<p>Please let me know if you have any other questions!</p>
]]></description><pubDate>Sat, 30 May 2026 09:29:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48334342</link><dc:creator>jkaczman</dc:creator><comments>https://news.ycombinator.com/item?id=48334342</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48334342</guid></item><item><title><![CDATA[New comment by jkaczman in "Show HN: Open-source private home security camera system (end-to-end encryption)"]]></title><description><![CDATA[
<p>Hi u/blitzo, thanks for the reply! I'm the other contributor mentioned in the post (John Kaczman).<p>In case you're not familiar with the Yocto Project, it's designed to be a tool/template for developers (like Ardalan and I!) to use to create custom Linux images for embedded devices (in this case, a Raspberry Pi).<p>It works off of distributing layers/recipes (these "templates") in open-source repositories for re-use among such developers that can be very easily baked in and customized if necessary.<p>Our current usage of it is relatively small. Our OS codebase is roughly ~1,000 LOC of a few recipe modifications (e.g. for fixing reproducible build issues, some minimizations, necessary dependencies we need), and, of course, integrating our camera_hub binary and updater binary (as well as their respective system services). We also bake in a custom rpicam-apps (the library responsible for driving camera feeds into the app), which was modified to be more performant in our use case (specifically, we modified it to add a secondary UNIX domain socket channel to send raw images simultaneously with the H.264 stream, so that we wouldn't need to decode them separately). Additionally, there's ONNX Runtime, which I mention below.<p>In the image itself, we've added two partitions: a data and provisioning partition. The data partition is designed to separate the mutable data (the state files for our camera binary) against the rest of the root filesystem. The provision partition is used by the deploy tool to inject a random camera_secret in as the pre-shared key (PSK) used to initiate pairing in OpenMLS (for our E2EE).<p>We have a lot of future work in store for this Secluso OS! A few things I'm working on right now are a read-only root filesystem (through squashfs), hardening the kernel, and getting rid of a massive dependency we currently rely on (ONNX Runtime) for machine learning. We've been working with burn, a popular Rust machine learning library, to optimize their "burn-flex" crate to match the performance of ONNX Runtime for the model we use for object detection. After that's done, half of the dependencies used by the OS will be able to be removed! (as ONNX Runtime drags in things such as python).<p>Please let me know if you have any questions!</p>
]]></description><pubDate>Sat, 30 May 2026 00:40:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48331178</link><dc:creator>jkaczman</dc:creator><comments>https://news.ycombinator.com/item?id=48331178</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48331178</guid></item></channel></rss>