<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: Confiks</title><link>https://news.ycombinator.com/user?id=Confiks</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 08 Jul 2026 08:54:40 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Confiks" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Confiks in "How to Build a Minimal ZFS NAS Without Synology, QNAP, TrueNAS (2024)"]]></title><description><![CDATA[
<p>> I bought Qty 10* of HC520 (12TB) SAS drives for $1000 about 3 weeks ago, avg age is about 2.5 years, still well within its rated lifetime.<p>That's cheap indeed. Enough headroom for some failing disks too. How is the noise and power usage? I didn't look at SAS drives at all, because my impression was that they're very noisy. I can place my NAS in a closed off room, but it's not too far away and I was afraid SAS drives would be audible through the wall. At the same time, the shucked drive I'm using presents itself as an WD Ultrastar, which comes very close to a SAS drive, and isn't very noisy.</p>
]]></description><pubDate>Wed, 08 Jul 2026 06:58:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48828532</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=48828532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48828532</guid></item><item><title><![CDATA[New comment by Confiks in "How to Build a Minimal ZFS NAS Without Synology, QNAP, TrueNAS (2024)"]]></title><description><![CDATA[
<p>Yes, indeed. ECC RAM is better than non-ECC RAM, also for ZFS.<p>The myth, popularized by a notorious thread on the TrueNAS forums [1], is specifically that ZFS <i>requires</i> ECC RAM, and will do worse than other filesystems without it, because scrubbing will multiply a single bitflip into a failed pool.<p>A ZFS core developer says that that isn't the case [2]. Here's some more reasoning [3], also about many other myths.<p>[1] <a href="https://www.truenas.com/community/threads/ecc-vs-non-ecc-ram-and-zfs.15449/" rel="nofollow">https://www.truenas.com/community/threads/ecc-vs-non-ecc-ram...</a><p>[2] <a href="https://news.ycombinator.com/item?id=18480016">https://news.ycombinator.com/item?id=18480016</a><p>[3] <a href="https://kldload.com/zfs-wiki/myths" rel="nofollow">https://kldload.com/zfs-wiki/myths</a></p>
]]></description><pubDate>Wed, 08 Jul 2026 06:52:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48828495</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=48828495</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48828495</guid></item><item><title><![CDATA[New comment by Confiks in "How to Build a Minimal ZFS NAS Without Synology, QNAP, TrueNAS (2024)"]]></title><description><![CDATA[
<p>> I’m running an 8-drive ZFS RAIDZ2 pool. I’m wondering if you know — are the free space recommendations around ZFS cargo or real?<p>I'm not entirely sure, but it seems to me that free space (and the 20% reservation) is mostly a proxy for fragmentation, and you can therefore better look at fragmentation directly. That would mean that if you mostly store large files, there shouldn't be a lot of fragmentation even at high utilization. The whole "ZFS changes allocation algorithm from 80% usage on" is something of 10+ years distant past, and lots of things around the allocator have been improved. It's also something that probably isn't too different from the performance of other filesystems at high utilization, so it shouldn't be exaggerated.</p>
]]></description><pubDate>Wed, 08 Jul 2026 06:44:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48828416</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=48828416</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48828416</guid></item><item><title><![CDATA[New comment by Confiks in "How to Build a Minimal ZFS NAS Without Synology, QNAP, TrueNAS (2024)"]]></title><description><![CDATA[
<p>It was €329 per hard drive (through a reputable store), and I chose the ASRock B650M-HDV/M.2 mATX motherboard combined with a Ryzen 5 8500G. Stock CPU cooler, replaced the Jonsbo case fans with Arctic P12 Pro PST LN. I only slightly regret the PSU (MSI MAG A650GL), which could be quieter. Not that it's very noisy, and it's a great PSU otherwise, but I should've chosen one that just shuts the fan down at low power usage.</p>
]]></description><pubDate>Wed, 08 Jul 2026 05:23:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48827845</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=48827845</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48827845</guid></item><item><title><![CDATA[New comment by Confiks in "How to Build a Minimal ZFS NAS Without Synology, QNAP, TrueNAS (2024)"]]></title><description><![CDATA[
<p>Not a great time price-wise to be building a NAS, but I have been doing so for the last two weeks. Inside a Jonsbo N6 case, which is pretty nice with an 8x SATA backplane and drive bays (unlike the earlier Jonsbo variants).<p>I ended up on shucking 4x the 14 TB WD Elements Desktop. They contain helium drives, the WD140EDGZ in my case, and are about a third cheaper than 4x the 12 TB WD Red Plus drives (which are air-filled). The shucking was easier than I expected too, and the performance seems very comparable. The warranty is a definite downside (European, so no Magnuson-Moss), but I think I can even get them back in their enclosure should they fail during the 2-year warranty period.<p>I've put some second hand 256 GB M.2 SSDs in there as boot drives. It was a bit of a struggle to get it to work in a way that failure of one of the drives doesn't hold up booting, combined with LUKS, TPM keys and ZFS on root. Learned a lot about systemd-boot which I have never used before, but feels a lot saner to me than grub ever was. So now I have a large script which debootstraps a Debian based NAS into being.<p>I noticed that there are a lot of ZFS myths and cargo culting. For example TFA mentions ECC RAM, which in some circles is a must-have because ZFS would wreck your pool during a scrub otherwise, which is a myth. It's also very expensive, especially this year. You also don't need much RAM for ZFS, L2ARC doesn't use much RAM at all, to name a few others.<p>Still doubting about setting `dnodesize=auto` (which is the default), because there are some horror stories about that [1]. And it seems impossible to find a cloud storage provider with reasonable prices that supports `zfs send`. Rsync.net upped their minimum order to 10 TiB recently, which is far too much for my use case.<p>[1] <a href="https://github.com/openzfs/zfs/issues/11353" rel="nofollow">https://github.com/openzfs/zfs/issues/11353</a><p>[2] <a href="https://www.rsync.net/products/zfsintro.html" rel="nofollow">https://www.rsync.net/products/zfsintro.html</a></p>
]]></description><pubDate>Wed, 08 Jul 2026 04:44:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48827630</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=48827630</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48827630</guid></item><item><title><![CDATA[SDR tiles for spatial RF vision and beamforming that scales as a phased array]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.crowdsupply.com/scale-rf/quadrf">https://www.crowdsupply.com/scale-rf/quadrf</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48745823">https://news.ycombinator.com/item?id=48745823</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 01 Jul 2026 12:46:40 +0000</pubDate><link>https://www.crowdsupply.com/scale-rf/quadrf</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=48745823</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48745823</guid></item><item><title><![CDATA[New comment by Confiks in "Leanstral 1.5"]]></title><description><![CDATA[
<p>For writing and languange learning it's very decent, especially Mistral Large. The pricing is very good too. I really like the consistently low time to first token and good token per second. Claude, especially in the past, would be very inconsistent, often with outages. Mistral mostly just always works and is very fast.<p>Technical questions are unfortunately hit or miss. I'm lately pretty much always using a system prompt that emphasizes short answers [1], and Opus regularly one-shots it while Mistral needs a follow up. I use big-AGI as a model router [2] (dumb name, great software), which makes switching midway very easy though. For coding I'm still using Claude Code mostly out of inertia (although I really want to move to an OSS harness) and the one time I tried their `vibe` tool months ago it was a bit rough.<p>Mistral TTS with diarization is also great and cheap. That's the only thing for which I use their web UI.<p>[1] Give a short but helpful answer to the question the user asks. When helping with a computer-related task, unless the user asks, don't give any installation or setup instructions, but just get straight to the point. When the user asks a follow up question, give a more complete and longer answer while still not overexplaining. When the user prefaces the question with "short mode off" in any question, give a full and well considered reply.<p>[2] <a href="https://github.com/enricoros/big-AGI" rel="nofollow">https://github.com/enricoros/big-AGI</a></p>
]]></description><pubDate>Wed, 01 Jul 2026 00:38:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48741090</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=48741090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48741090</guid></item><item><title><![CDATA[New comment by Confiks in "Poll: How often do you check "newest"?"]]></title><description><![CDATA[
<p>The "Lists" page, lists most of such 'hidden' functionality: <a href="https://news.ycombinator.com/lists">https://news.ycombinator.com/lists</a> (which itself is linked in the footer).</p>
]]></description><pubDate>Fri, 29 May 2026 15:38:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48324594</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=48324594</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48324594</guid></item><item><title><![CDATA[New comment by Confiks in "Volkswagen blocks Home Assistant by requiring client assertion"]]></title><description><![CDATA[
<p>Indeed, this seems to be exactly the area where the Data Act could be used to regain access. Unfortunately it seems that it's not possible to directly sue (e.g.) Volkswagen to get access, unlike the GDPR where you have direct standing under article 79 [1].<p>There doesn't seem to be much written about enforcing the Data Act, so I looked at the regulation directly. Article 39 [2] seems to require to first lodge a complaint with the competent authority as designated by the member state of your residence. Then when that authority invariably fails to act – I have no idea which timeframe we're talking about here – you can <i>"in accordance with national law, either have the right to an effective judicial remedy or access to review by an impartial body with the appropriate expertise"</i>. But then you are suing that authority, and not the company directly (edit: I was originally unsure about who to sue under article 39, but 39(3) does clarify that it is the authority).<p>I would very much like to be wrong about this. I can imagine Muñoz vs. Superior Fruiticola applies [3] (<i>"it must be possible to enforce that obligation by means of civil proceedings"</i>), but I'm not at all sure, and it's a much weaker route than the one which the GDPR explicitly describes.<p>Would anyone know or have better references on how to enforce the Data Act, preferably individually?<p>[1] <a href="https://gdpr-info.eu/art-79-gdpr/" rel="nofollow">https://gdpr-info.eu/art-79-gdpr/</a><p>[2] <a href="https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=OJ:L_202302854#art_39" rel="nofollow">https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=OJ:...</a><p>[3] <a href="https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:62000CJ0253" rel="nofollow">https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELE...</a></p>
]]></description><pubDate>Fri, 29 May 2026 12:54:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48322473</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=48322473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48322473</guid></item><item><title><![CDATA[New comment by Confiks in "Indexing a year of video locally on a 2021 MacBook with Gemma4-31B (50GB swap)"]]></title><description><![CDATA[
<p>I'm not quite sure why all that swapping is necessary. I really does age your SSD quite fast considering the enormous memory bandwidth required. Gemma 4 31B at 4-bit quantization should only be around 19 GiB [1], not 28.4 GiB. I'm not feeding it images regularly, so I'm not sure how much  memory it needs to get those into context, but I can't imagine it is more than 10 GiB.<p>The activity monitor does show all kinds of Electron apps active, on top of a presumably model-loaded Handy and a virtual machine for Claude Code, so I guess that's the real root cause for all the swapping. If your laptop starts trashing I can't imagine you have any use for those apps, which will grind to a halt.<p>[1] <a href="https://huggingface.co/mlx-community/gemma-4-31b-it-4bit" rel="nofollow">https://huggingface.co/mlx-community/gemma-4-31b-it-4bit</a></p>
]]></description><pubDate>Thu, 21 May 2026 20:26:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48228440</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=48228440</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48228440</guid></item><item><title><![CDATA[New comment by Confiks in "An update on recent Claude Code quality reports"]]></title><description><![CDATA[
<p>So you made this change completely invisible to the user, without the user being able to choose between the two behaviors, and without even documenting it in the (extremely verbose) changelog [1]? I can't find it, the Docs Assistant can't find it (well, it "I found it!" three times being fed your reply with a non-matching item).<p>I frequently debug issues while keeping my carefully curated but long context active for days. Losing potentially very important context while in the middle of a debugging session resulting in less optimal answers, is costing me a lot more money than the cache misses would.<p>In my eyes, Claude Code is mainly a <i>context management tool</i>. I build a foundation of apparent understanding of the problem domain, and then try to work towards a solution in a dialogue. Now you tell me Anthrophic has been silently breaking down that foundation without telling me, wasting potentially hours of my time.<p>It's a clear reminder that these closed-source harnesses cannot be trusted (now or in the future), and I should find proper alternatives for Claude Code as soon as possible.<p>[1] <a href="https://code.claude.com/docs/en/changelog" rel="nofollow">https://code.claude.com/docs/en/changelog</a></p>
]]></description><pubDate>Fri, 24 Apr 2026 01:32:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47884453</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=47884453</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47884453</guid></item><item><title><![CDATA[New comment by Confiks in "Codex Hacked a Samsung TV"]]></title><description><![CDATA[
<p>I recently bought a second hand eight year old 4K LG TV. Pretty cheap too. All models running webOS 3.x and 4.x are trivially rootable as LG never provided an update against DejaVul [1]. There's a handy website to check which models are rootable [2]. You can write directly to the (old!) Wayland socket; haven't tried a libwayland yet that is compatible.<p>IIRC the last public exploit for all LG TVs for webOS > 5 was in the beginning of 2025 (so pretty recent), but as most sellers on the second hand market have auto-updates turned on, there's no way to know which TVs are vulnerable.<p>It should be doable to strip down much of webOS with root access. It's nice that webOS in general is very well documented and much is implemented around the Luna service bus. LG offers a developer mode for non-rooted TVs, and there's an active homebrew community because of it. It's a pity that you can't modify the boot partitions, as the firmware verifies their integrity. It would be nice to have an exploit for that.<p>[1] <a href="https://github.com/throwaway96/dejavuln-autoroot" rel="nofollow">https://github.com/throwaway96/dejavuln-autoroot</a><p>[2] <a href="https://cani.rootmy.tv" rel="nofollow">https://cani.rootmy.tv</a></p>
]]></description><pubDate>Thu, 16 Apr 2026 23:02:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47800633</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=47800633</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47800633</guid></item><item><title><![CDATA[New comment by Confiks in "Backblaze has stopped backing up your data"]]></title><description><![CDATA[
<p>Not restricted to Apple, but TIL: Double-clicking on a word an keeping the second click pressed, then dragging, allows you to select per word instead of per character.</p>
]]></description><pubDate>Tue, 14 Apr 2026 13:17:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47765273</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=47765273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47765273</guid></item><item><title><![CDATA[New comment by Confiks in "I ran Gemma 4 as a local model in Codex CLI"]]></title><description><![CDATA[
<p>Get into a venv, and run:<p>> pip3 install git+<a href="https://github.com/ml-explore/mlx-lm.git" rel="nofollow">https://github.com/ml-explore/mlx-lm.git</a><p>> ./venv/bin/mlx_lm.generate --model "$MODEL" --temp 1.0 --top-p 0.95 --top-k 64 --max-tokens 128000 --prompt "Hello world"<p>Where $MODEL is an unsloth model like:<p>- unsloth/gemma-4-E4B-it-UD-MLX-4bit<p>- unsloth/gemma-4-26b-a4b-it-UD-MLX-4bit</p>
]]></description><pubDate>Tue, 14 Apr 2026 04:39:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47761308</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=47761308</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47761308</guid></item><item><title><![CDATA[New comment by Confiks in "I ran Gemma 4 as a local model in Codex CLI"]]></title><description><![CDATA[
<p>It is, as I'm running it; it has been added this week. As I said I'm running the main version from Github and doing nothing special, see: <a href="https://news.ycombinator.com/item?id=47761308">https://news.ycombinator.com/item?id=47761308</a></p>
]]></description><pubDate>Tue, 14 Apr 2026 04:36:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47761292</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=47761292</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47761292</guid></item><item><title><![CDATA[New comment by Confiks in "I ran Gemma 4 as a local model in Codex CLI"]]></title><description><![CDATA[
<p>> The same Gemma 4 MoE model (Q4)<p>As you have so much RAM I would suggest running Q8_0 directly. It's not slower (perhaps except for the initial model load), and might even be faster, while being almost identical in quality to the original model.<p>And just to be sure: you're are running the MLX version, right? The mlx-community quantization seemed to be broken when I tried it last week (it spit out garbage), so I downloaded the unsloth version instead. That too was broken in mlx-lm (it crashed), but has since been fixed on the main branch of <a href="https://github.com/ml-explore/mlx-lm" rel="nofollow">https://github.com/ml-explore/mlx-lm</a>.<p>I unfortunately only have 16 GiB of RAM on a Macbook M1, but I just tried to run the Q8_0 GGUF version on a 2023 AMD Framework 13 with 64 GiB RAM just using the CPU, and that works surprisingly well with tokens/s much faster than I can read the output. The prompt cache is also very useful to quickly insert a large system prompt or file to datamine although there are probably better ways to do that instead of manually through a script.</p>
]]></description><pubDate>Mon, 13 Apr 2026 09:11:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47749577</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=47749577</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47749577</guid></item><item><title><![CDATA[New comment by Confiks in "Solar panels at Lidl? Plug-in versions set to appear in shops"]]></title><description><![CDATA[
<p>Not necessarily, but most inverters (in Europe, at least) aren't designed to function without a grid anyway.<p>Some models of inverter brands like Victron (which isn't very common outside its niche of self-sufficiency because they are rather expensive and sometimes complex) can form a micro-grid. They have the option of a special circuit breaker [1] that decouples the inverter from the grid if the grid is detected to be down, which allows their use during a power outage.<p>[1] <a href="https://www.victronenergy.com/accessories/anti-islanding-box-63a#about-product" rel="nofollow">https://www.victronenergy.com/accessories/anti-islanding-box...</a></p>
]]></description><pubDate>Wed, 01 Apr 2026 14:15:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47601218</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=47601218</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47601218</guid></item><item><title><![CDATA[New comment by Confiks in "Office.eu launches as Europe's sovereign office platform"]]></title><description><![CDATA[
<p>You say "tax money", but this project isn't a government project or using public money at all. As for contributing back to Nextcloud: there is a long list of Nextcloud partners [1] that contractually obligated themselves to contribute back to Nextcloud for every user they onboard. The company in this article has not.<p>[1] <a href="https://nextcloud.com/partners/" rel="nofollow">https://nextcloud.com/partners/</a></p>
]]></description><pubDate>Sun, 15 Mar 2026 19:52:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47391182</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=47391182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47391182</guid></item><item><title><![CDATA[New comment by Confiks in "Office.eu launches as Europe's sovereign office platform"]]></title><description><![CDATA[
<p>This is just a Nextcloud rebrand with a confusing domain name. It claims "Core is [100%] Open Source" but no source code is provided beyond what's already available in the upstream projects, and it's unlikely that there will be (as this happens a lot). It's a one-man project without a track record or certifications based out of a shared office space [1].<p>And don't get me wrong: there's nothing wrong with starting a business rebranding Nextcloud and keeping your development closed source, as long as you're honest about that, which this initiative is not.<p>If you're looking for a Nextcloud hoster, there's a long list of partners here [2] that have contractually obligated themselves to contribute back to Nextcloud for every user they onboard.<p>[1] <a href="https://blog.tomaszdunia.pl/officeeu-eng/" rel="nofollow">https://blog.tomaszdunia.pl/officeeu-eng/</a><p>[2] <a href="https://nextcloud.com/partners/" rel="nofollow">https://nextcloud.com/partners/</a></p>
]]></description><pubDate>Sun, 15 Mar 2026 19:47:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47391142</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=47391142</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47391142</guid></item><item><title><![CDATA[Dabao Evaluation Board Risks and Challenges]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.crowdsupply.com/baochip/dabao#risks-challenges">https://www.crowdsupply.com/baochip/dabao#risks-challenges</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47223610">https://news.ycombinator.com/item?id=47223610</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 02 Mar 2026 20:29:54 +0000</pubDate><link>https://www.crowdsupply.com/baochip/dabao#risks-challenges</link><dc:creator>Confiks</dc:creator><comments>https://news.ycombinator.com/item?id=47223610</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47223610</guid></item></channel></rss>