<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: zeldone</title><link>https://news.ycombinator.com/user?id=zeldone</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Jul 2026 03:12:49 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=zeldone" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by zeldone in "Show HN: CheapSecurity – Lightweight, Self-Hosted CCTV for Linux SBCs"]]></title><description><![CDATA[
<p>Updated. You have a gif now that shows a preview of the interface.</p>
]]></description><pubDate>Mon, 27 Jul 2026 18:10:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=49073428</link><dc:creator>zeldone</dc:creator><comments>https://news.ycombinator.com/item?id=49073428</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49073428</guid></item><item><title><![CDATA[New comment by zeldone in "Show HN: CheapSecurity – Lightweight, Self-Hosted CCTV for Linux SBCs"]]></title><description><![CDATA[
<p>I was able to keep everything running without a reboot for more than 3 weeks.</p>
]]></description><pubDate>Mon, 27 Jul 2026 17:51:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=49073206</link><dc:creator>zeldone</dc:creator><comments>https://news.ycombinator.com/item?id=49073206</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49073206</guid></item><item><title><![CDATA[New comment by zeldone in "Show HN: CheapSecurity – Lightweight, Self-Hosted CCTV for Linux SBCs"]]></title><description><![CDATA[
<p>thanks!</p>
]]></description><pubDate>Mon, 27 Jul 2026 17:50:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49073189</link><dc:creator>zeldone</dc:creator><comments>https://news.ycombinator.com/item?id=49073189</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49073189</guid></item><item><title><![CDATA[New comment by zeldone in "Show HN: CheapSecurity – Lightweight, Self-Hosted CCTV for Linux SBCs"]]></title><description><![CDATA[
<p>Correct! But I have to be honest... I do not like the night vision since with a consumer webcam is not working very well... I will test with a cheap camera that support by default night vision... I will keep you posted!</p>
]]></description><pubDate>Mon, 27 Jul 2026 17:17:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=49072711</link><dc:creator>zeldone</dc:creator><comments>https://news.ycombinator.com/item?id=49072711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49072711</guid></item><item><title><![CDATA[New comment by zeldone in "Show HN: CheapSecurity – Lightweight, Self-Hosted CCTV for Linux SBCs"]]></title><description><![CDATA[
<p>Correct! But I have to be honest... I do not like the night vision since with a consumer webcam is not working very well... I will test with a cheap camera that support by default night vision... I will keep you posted!</p>
]]></description><pubDate>Mon, 27 Jul 2026 17:16:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=49072708</link><dc:creator>zeldone</dc:creator><comments>https://news.ycombinator.com/item?id=49072708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49072708</guid></item><item><title><![CDATA[New comment by zeldone in "Show HN: CheapSecurity – Lightweight, Self-Hosted CCTV for Linux SBCs"]]></title><description><![CDATA[
<p>Motion is a great software and it overlaps with CheapSecurity. However this software pretend to be:
1. a single-camera-per-instance CCTV with a web dashboard and Telegram bot (motion is a full-featured NVR/motion daemon: multi-camera, masks, timelapse, SQL logging, external triggers, etc...)
2. One independent process per camera; multi-camera is done by running multiple instances. (motion is multi-camera support in one process)
3. Small Flask dashboard with live stream, settings toggles, and bulk actions on recordings. (motion is functional stream/status pages)
4. Specifically optimized for low-power ARM boards like the Odroid XU4
5. Last but not least small Python/Flask/OpenCV codebase, easy to hack on...<p>That's it</p>
]]></description><pubDate>Mon, 27 Jul 2026 17:16:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=49072705</link><dc:creator>zeldone</dc:creator><comments>https://news.ycombinator.com/item?id=49072705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49072705</guid></item><item><title><![CDATA[Show HN: CheapSecurity – Lightweight, Self-Hosted CCTV for Linux SBCs]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/gmrandazzo/CheapSecurity">https://github.com/gmrandazzo/CheapSecurity</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49059398">https://news.ycombinator.com/item?id=49059398</a></p>
<p>Points: 137</p>
<p># Comments: 36</p>
]]></description><pubDate>Sun, 26 Jul 2026 15:53:55 +0000</pubDate><link>https://github.com/gmrandazzo/CheapSecurity</link><dc:creator>zeldone</dc:creator><comments>https://news.ycombinator.com/item?id=49059398</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49059398</guid></item><item><title><![CDATA[New comment by zeldone in "Libscientific, a powerful C library for multivariate data analysis"]]></title><description><![CDATA[
<p>Exploring datasets with missing variables in the context of multivariate analysis requires careful consideration to ensure the integrity and reliability of your results.<p>libscientific, compared with the most diffused ML packages (scikit-learn and so on), do not impute or exclude features with missing variables. Thanks to the NIPALS algorithm implemented in the most common and used multivariate algorithms (Principal Component Analysis, Partial Least-Squares, and Consensus Principal Component Analysis), skip the missing values, avoiding erroneous conclusions due to data alteration.<p>Is multivariate analysis a valid tool to consider in 2024, the AI era, LLM, GPT-4? The answer is Yes. Multivariate analysis is relevant and essential in various disciplines, including statistics, data science, economics, psychology, biology, chemistry, and general data science. Multivariate analysis helps organize data to uncover actionable insights for current problems and complex relations between data.</p>
]]></description><pubDate>Wed, 10 Jan 2024 08:09:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=38937553</link><dc:creator>zeldone</dc:creator><comments>https://news.ycombinator.com/item?id=38937553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38937553</guid></item><item><title><![CDATA[Libscientific, a powerful C library for multivariate data analysis]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/gmrandazzo/libscientific">https://github.com/gmrandazzo/libscientific</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38937552">https://news.ycombinator.com/item?id=38937552</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 10 Jan 2024 08:09:10 +0000</pubDate><link>https://github.com/gmrandazzo/libscientific</link><dc:creator>zeldone</dc:creator><comments>https://news.ycombinator.com/item?id=38937552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38937552</guid></item></channel></rss>