<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: ocius</title><link>https://news.ycombinator.com/user?id=ocius</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 08 Apr 2026 00:15:11 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ocius" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ocius in "Tesla sales dropped 60% in Germany"]]></title><description><![CDATA[
<p>I have anecdotal evidence that at least a part of this is due to Musk's behaviour. My father is in charge of the car fleet for a large German company, and they have decided to exclude Tesla from their fleet because of Musk's recent behaviour. At the same time, they have also decided to go full electric for the entire fleet (no hybrid either).</p>
]]></description><pubDate>Wed, 12 Feb 2025 10:48:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=43024021</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=43024021</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43024021</guid></item><item><title><![CDATA[New comment by ocius in "US Debt Clock"]]></title><description><![CDATA[
<p>Installments of this type are not very helpful, as they proliferate the notion that the so called "debt" of a nation in its own currency has to be repaid or is in any way bad.
The goal of a nation with a sovereign currency should be to keep prices stable while advancing wellbeing in general. Often, this means spending new money, which is framed as debt and said to increase inflation. In reality, new "debt" can both increase or decrease inflation, depending on how the money is spent. There is no direct correlation between increasing the pool of money and inflation.
If money is spent on a product that currently has low demand due to a crisis, prices won't be increased and there won't be inflation. If money is spent on a product with high demand, then prices will increase and inflation will worsen.
Example: after COVID, construction was down 30% in Germany. Government could have stepped in and spent new money to use the available labour, but instead it remained unused. This way, the labour went to waste, and construction companies, like many other companies, had to charge more for the same services because there was less demand in total, which causes inflation.</p>
]]></description><pubDate>Sat, 18 Jan 2025 22:17:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=42751858</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=42751858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42751858</guid></item><item><title><![CDATA[New comment by ocius in "I am rich and have no idea what to do"]]></title><description><![CDATA[
<p>Just as a side note because you mentioned it in relation to DOGE: the US government cannot go bankrupt in its own currency. As long as prices are kept in check, there is no reason not to create more money. The fact that the US has to pay interest on it doesn't change that. If the government decides to spend more money than it takes in, the money is simply created by the central bank (through the detour of bonds). If you are interested, read up on Keynesian economics and Modern Monetary Theory.</p>
]]></description><pubDate>Thu, 02 Jan 2025 23:49:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=42580389</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=42580389</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42580389</guid></item><item><title><![CDATA[New comment by ocius in "Ask HN: Best practices for backing up object storage?"]]></title><description><![CDATA[
<p>We're expecting the amount of data to double every year for the next couple of years. That would require a lot of storage hardware and maintenance cost, don't you think?</p>
]]></description><pubDate>Mon, 12 Feb 2024 14:29:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=39345130</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=39345130</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39345130</guid></item><item><title><![CDATA[New comment by ocius in "Ask HN: Best practices for backing up object storage?"]]></title><description><![CDATA[
<p>We are expecting the amount of data to at least double every year for the next couple of years. That would mean that in 5 years, we'd have to manage more than 500 16 TiB hard drives in our office :D<p>We don't really have that many constraints, despite that it should be cost efficient and save us from loosing all our data.</p>
]]></description><pubDate>Mon, 12 Feb 2024 14:28:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=39345119</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=39345119</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39345119</guid></item><item><title><![CDATA[Ask HN: Best practices for backing up object storage?]]></title><description><![CDATA[
<p>Our company has about 200 TiB of mission-critical data stored in regional Google Cloud buckets. We are currently planning for better protection of this data and are wondering about any best practices for backups of object storage out there.<p>Object versioning: our data is mostly written only once, so we plan to enable object versioning to prevent overwrite attacks (or accidental overwrites).<p>Regional redundancy: we are considering moving all data to multi-regional buckets. This would help protect against natural disasters, fires, etc. It would not protect against systematic errors in Google Cloud Storage, though, so we are also considering an offsite backup (for example to AWS S3 Deep Glacier). Both options would come with significant upfront cost (15_000$ each). We are unsure whether we should choose both of these options, or only one (and which one).<p>Archival for external backup: about half of our data consists of frames extracted from videos (approx 300KiB each), and the other half are the original videos. Some of the frames have additional processing applied to them and reproduction from the videos is not fully deterministic, so we would prefer to keep the extracted files in the backup instead of recreating them if lost. However, the huge amount of small files (currently 200 Mio) causes significant cost for operations during backup, so we are considering adding a compression worker. This worker would take all the frames for a video and put them in a shared archive, which would then be sent to the backup bucket. This mechanism introduces an additional risk of failure, though, so we are also unsure about doing this.<p>Syncing between Google Cloud buckets and AWS S3: if we decide to go with backups to AWS S3, we would have to put in place a mechanism that keeps the original buckets in sync with the mirror on S3. Are there any good tools for this out there? If we had to roll our own, we would probably go for some sort of event-triggered serverless function to copy files when they are created / changed on the original bucket, combined with a regular full sync of files (similar to gsutil rsync).<p>Finally, disaster recovery should be quick but doesn't need to be instant (e.g. within 24 hours).<p>We're thankful for any input based on your experience!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39343620">https://news.ycombinator.com/item?id=39343620</a></p>
<p>Points: 1</p>
<p># Comments: 5</p>
]]></description><pubDate>Mon, 12 Feb 2024 11:08:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=39343620</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=39343620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39343620</guid></item><item><title><![CDATA[New comment by ocius in "Why your team doesn't need to use pull requests"]]></title><description><![CDATA[
<p>Some good points! There are, however, also changes that you do not want to propagate to your teammates or production unless you are 100% sure that they are the final solution to the problem you are trying to solve. Sometimes, the complexity of a problem is so high that you have to experiment with the code.<p>When those changes include non-reversible database migrations, for example, it is better not to integrate that code into "mainline" before you've settled on a specific implementation.</p>
]]></description><pubDate>Mon, 22 May 2023 09:15:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=36029031</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=36029031</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36029031</guid></item><item><title><![CDATA[New comment by ocius in "Ask HN: Host a website from a living room in 2022?"]]></title><description><![CDATA[
<p>Good point. You are not dependent on Cloudflare, though, you can use other similar services or open the port on your router if it supports it. And if you pay for it, you can get an SLA so that they can't mess with you by terminating your project.<p>I would still consider it very nice of them to offer this free service that let's you break free from your dynamic IP, crappy router and at the same time giving you protection that you couldn't set up yourself.<p>I think many people just want to be able to make their device available from the internet - this type of liberty is not really important for many people.</p>
]]></description><pubDate>Tue, 20 Dec 2022 14:19:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=34066225</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=34066225</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34066225</guid></item><item><title><![CDATA[New comment by ocius in "Ask HN: Host a website from a living room in 2022?"]]></title><description><![CDATA[
<p>Depending on your write load, the SD card could become a problem, but you could mount a USB SSD. You can even boot from a USB SSD now (<a href="https://www.makeuseof.com/how-to-boot-raspberry-pi-ssd-permanent-storage/" rel="nofollow">https://www.makeuseof.com/how-to-boot-raspberry-pi-ssd-perma...</a>)</p>
]]></description><pubDate>Tue, 20 Dec 2022 14:16:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=34066188</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=34066188</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34066188</guid></item><item><title><![CDATA[New comment by ocius in "Ask HN: Host a website from a living room in 2022?"]]></title><description><![CDATA[
<p>I can recommend the Rasperry Pi for self-hosting, if you pick one of the more recent models with more RAM (3 or 4 with 4GB of RAM at least). You just need to keep in mind that the availability of your website is not quite as good as if you were hosting in a datacenter.<p>Regarding security: you might want to have a look at cloudflared. This is a (free for small projects) service by Cloudflare where your server (Raspberry Pi) connects to cloudflare, and all HTTP traffic is proxied through Cloudflare. This has multiple advantages:<p>- you don't need to open a port on your router that forwards to your Pi, which is good for security and simplicity (some routers don't even have this option)<p>- you get all the cloudflare protection with the click of a button, including HTTPS with automatic Cloudflare certificates, DDoS protection, etc<p>- you don't need DynDNS to point to your dynamically changing IP</p>
]]></description><pubDate>Tue, 20 Dec 2022 13:17:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=34065426</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=34065426</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34065426</guid></item><item><title><![CDATA[New comment by ocius in "Ask HN: Why do startups avoid Java?"]]></title><description><![CDATA[
<p>Python is simpler than Java. This might not be a very important factor in software engineering of large products, but it is very important for prototyping.<p>Also, a lot of research in ML is done in Python, and there are quite a lot of startups doing ML, so Python is a natural choice. Same for data science.</p>
]]></description><pubDate>Thu, 10 Nov 2022 16:26:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=33548853</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=33548853</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33548853</guid></item><item><title><![CDATA[New comment by ocius in "Interactive Submarine Cable Map"]]></title><description><![CDATA[
<p>Really impressive! World-spanning infrastructure. Beautiful map, also.</p>
]]></description><pubDate>Thu, 06 Oct 2022 16:51:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=33110752</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=33110752</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33110752</guid></item><item><title><![CDATA[New comment by ocius in "Ask HN: What book have you re-read 3x or more?"]]></title><description><![CDATA[
<p>Harry Potter and the Methods of Rationality (<a href="http://www.hpmor.com" rel="nofollow">http://www.hpmor.com</a>), also available as podcast (<a href="https://hpmorpodcast.com" rel="nofollow">https://hpmorpodcast.com</a>)<p>A Harry Potter fan-fiction where Harry is a master of rational thinking and decision making. The plot is incredibly clever and exciting, and at the same time you learn a lot about how to think properly, but also a bit about science in general.<p>In the first chapters, I find Harry a bit annoying sometimes, but I beg you to ignore that and continue a bit, it gets so good!</p>
]]></description><pubDate>Sun, 04 Sep 2022 14:35:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=32713505</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=32713505</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32713505</guid></item><item><title><![CDATA[New comment by ocius in "Don't Use DuckDuckGo"]]></title><description><![CDATA[
<p>"it polluted my search results with geographically relevant search results"<p>Oh my! Perhaps they also polluted the search with search results relevant to your search term?<p>If you want to be completely anonymous on the web, use other means of browsing it. You can't visit other websites without them knowing where you come from if you are unprotected.</p>
]]></description><pubDate>Fri, 12 Aug 2022 11:19:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=32436838</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=32436838</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32436838</guid></item><item><title><![CDATA[New comment by ocius in "Lex Fridman Podcast #309 – John Carmack"]]></title><description><![CDATA[
<p>I would say it's a strength of his that the guests just get to say what they have to say. He always prepares a couple of questions in case the conversation stalls, but other than that, he let's the guest talk about their ideas, instead of sticking to a specific story he wants to cover.</p>
]]></description><pubDate>Thu, 04 Aug 2022 20:21:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=32347816</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=32347816</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32347816</guid></item><item><title><![CDATA[New comment by ocius in "UK intelligence recycles “think of the children” argument for borking encryption"]]></title><description><![CDATA[
<p>My standpoint is that banning encryption or adding backdoors to it is not a feasible way of attacking this problem. Encryption methods don't stop to exist just because the government declares them illegal. Programs to encrypt messages will stay around and will continue to be used. Even if police set out to find anyone using encryption by spying on their traffic, the traffic could just be hidden as part of legitimate traffic.<p>But perhaps I'm underestimating the stupidity of criminals - perhaps they'd just stick to unencrypted communication. However, if the usage of Tor for illicit activities is any hint, I'd say that is unlikely.</p>
]]></description><pubDate>Fri, 22 Jul 2022 13:00:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=32191443</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=32191443</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32191443</guid></item><item><title><![CDATA[New comment by ocius in "UK intelligence recycles “think of the children” argument for borking encryption"]]></title><description><![CDATA[
<p>How would you even ban encrypted communication in practice? It takes only one expert cryptographer who is willing to build a communication platform that encrypts its traffic and hides it as part of legitimate traffic to counter any such law.<p>Yes, initially you might be able to catch a few bad guys who don't switch to the new service quick enough, but soon enough, all that is left is the ability for police & co. to read private messages of a population that is mostly innocent.</p>
]]></description><pubDate>Fri, 22 Jul 2022 12:54:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=32191389</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=32191389</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32191389</guid></item><item><title><![CDATA[New comment by ocius in "Kubernetes is a red flag signalling premature optimisation"]]></title><description><![CDATA[
<p>You can't really tell for a Web App whether it'll be faster in JS or Python, but you can definitely expect a Computer Vision application with lots of heavy number crunching to be a lot faster in C++ than in Python. We have actually also made comparisons, and even if you use things like numpy and Python bindings for OpenCV, you won't reach the speed that a C++ application achieves easily without optimization.</p>
]]></description><pubDate>Mon, 04 Jul 2022 08:45:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=31974909</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=31974909</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31974909</guid></item><item><title><![CDATA[New comment by ocius in "Kubernetes is a red flag signalling premature optimisation"]]></title><description><![CDATA[
<p>We try to limit the amount of languages we use, but we have high performance Computer Vision code that is written in C++, we're interfacing that with Python for simplicity, and a web app in JS. Right tool for the job!</p>
]]></description><pubDate>Mon, 04 Jul 2022 08:43:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=31974901</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=31974901</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31974901</guid></item><item><title><![CDATA[New comment by ocius in "Kubernetes is a red flag signalling premature optimisation"]]></title><description><![CDATA[
<p>I'm not an expert on auto scaling groups, but we have used the Google Cloud equivalent for a time. The biggest issue for us was that deployment is not as easy. Can you update the software on the ec2 instance without turning it on, for example? With K8s, we can leave the deployment scaled to 0 and just patch the image of the deployment to perform a release while the workers are all shut down. Similarly, we don't have to write code to wait for the workers to finish their current job before we shut them down in order to be replaced by a newer version; this is all managed by K8s, and the configuration for it lives in Git. 
As others have already pointed out, it is also important for us to remain independent from Google Cloud / AWS.</p>
]]></description><pubDate>Mon, 04 Jul 2022 08:41:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=31974887</link><dc:creator>ocius</dc:creator><comments>https://news.ycombinator.com/item?id=31974887</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31974887</guid></item></channel></rss>