<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: ph4te</title><link>https://news.ycombinator.com/user?id=ph4te</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 05:38:38 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ph4te" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ph4te in "Tell HN: Anthropic no longer allowing Claude Code subscriptions to use OpenClaw"]]></title><description><![CDATA[
<p>As a CC power user, an OpenClaw, and ZeroClaw user, I am completely fine with this. My CC usage has suffered lately, and however cool and fun the Claws are, I use Claude Desktop probably more than OpenClaw and it works just fine, and has a lot of integrations. I would rather have Anthropic continue to support its own products working well, and have all of these things move to another service, or pay Anthropic for their use.</p>
]]></description><pubDate>Sat, 04 Apr 2026 05:06:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47635963</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=47635963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47635963</guid></item><item><title><![CDATA[New comment by ph4te in "A few random notes from Claude coding quite a bit last few weeks"]]></title><description><![CDATA[
<p>I don't know how big sufficiently large codebase is, but we have a 1mil loc Java application, that is ~10years old, and runs POS systems, and Claude Code has no issues with it. We have done full analyses with output details each module, and also used it to pinpoint specific issues when described. Vibe coding is not used here, just analysis.</p>
]]></description><pubDate>Tue, 27 Jan 2026 18:41:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=46784365</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=46784365</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46784365</guid></item><item><title><![CDATA[New comment by ph4te in "Hetzner Object Storage"]]></title><description><![CDATA[
<p><a href="https://wasabi.com/glossary/egress-charges" rel="nofollow">https://wasabi.com/glossary/egress-charges</a><p>Wasabi doesn't have an egress hard limit and doesn't charge for egress. You get consistent pricing, and if you need to recover everything, it's not an issue at all, and you won't pay for it.<p>"The reasonable use egress policy indicates that if your monthly downloads (egress) are greater than your active storage volume, then your storage use case is not a good fit for Wasabi’s free egress policy, and we reserve the right to limit or suspend your service."<p>If you're using Wasabi for normal backup data storage, you shouldn't worry about egress. It is meant to prevent malicious users from uploading data and using up all the egress bandwidth, for example, a 500GB user egressing 5TB with public access or using Wasabi as a dump point to upload in one location and download in another region 1:1 ratio. As your storage goes up, your available consistent monthly egress goes up. It only becomes an issue if you abuse the account by uploading/downloading in a 1:1 ratio on a consistent basis.<p>What happens is you get an email from support asking if something changed in your use case. If so, they will help troubleshoot it(Think of a CDN scenario, where the CDN gets misconfigured). You also have an egress monitor for suspicious activity in case you aren't normally downloading all your data, and then you see a rise in egress <a href="https://docs.wasabi.com/docs/en/whats-new?highlight=egress#egress-monitor-for-ransomware-protection" rel="nofollow">https://docs.wasabi.com/docs/en/whats-new?highlight=egress#e...</a>.</p>
]]></description><pubDate>Mon, 07 Oct 2024 15:08:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=41766767</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=41766767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41766767</guid></item><item><title><![CDATA[New comment by ph4te in "Hetzner Object Storage"]]></title><description><![CDATA[
<p>This is highly dependent on the use case. Backblaze gives you 3x free egress, but after you hit that you pay for any additional egress. Wasabi has terms of use not to exceed 1x your storage, but is not in their model to pay egress. As a long-term storage user, you can restore a full system-wide backup without any concern of charges at Wasabi(typically, you're not restoring everything, just recent backups), as long as you are not consistently doing it. Backblaze will get you more egress for sharing data over the public internet, but if you need more, you will get charged.</p>
]]></description><pubDate>Mon, 07 Oct 2024 14:14:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=41766225</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=41766225</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41766225</guid></item><item><title><![CDATA[New comment by ph4te in "Master Hexagonal Architecture in Rust"]]></title><description><![CDATA[
<p>I don't think this needs to be an all-or-nothing thing, and aside from a few items, it seems pretty standard. We start off with the Zero to Prod model, and when handlers become too large, move them over to "Repository" types. GET usually stays in the handler, vs POSTing a new request for an action that may include several DB calls, channels, async tasks etc.. goes into a "Service" type crate. Its usually little work though. As far as separating "entities" from requests/responses, that seems to be the norm in any language/framework. You don't want secrets to be responded when you create something, or all of your internal properties. When there starts to be too many config knobs, things are extracted to their respective places. I like that this lays out out a framework for it. It doesn't necessarily mean I would start there.</p>
]]></description><pubDate>Wed, 18 Sep 2024 02:26:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=41575093</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=41575093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41575093</guid></item><item><title><![CDATA[New comment by ph4te in "Ask HN: Did Twilio abandon SendGrid?"]]></title><description><![CDATA[
<p>There are new rules and regulations in 2024.<p><a href="https://clerk.chat/blog/tcpa-compliance/" rel="nofollow">https://clerk.chat/blog/tcpa-compliance/</a><p>We had to switch off Twilio for our integration and move to another provider that came with its own set of issues.</p>
]]></description><pubDate>Wed, 28 Aug 2024 23:17:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=41385459</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=41385459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41385459</guid></item><item><title><![CDATA[New comment by ph4te in "Wasabi, Why?"]]></title><description><![CDATA[
<p>Welcome to the world of S3, Where everything is made up and nothing makes sense!</p>
]]></description><pubDate>Mon, 12 Feb 2024 17:03:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=39347299</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=39347299</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39347299</guid></item><item><title><![CDATA[New comment by ph4te in "Spark – A web micro framework for Java and Kotlin"]]></title><description><![CDATA[
<p>SparkJava has been around since just about the time that Spark became Apache Spark. 10 years ago-ish.</p>
]]></description><pubDate>Sun, 11 Feb 2024 06:03:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=39332960</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=39332960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39332960</guid></item><item><title><![CDATA[New comment by ph4te in "Building a Faraday cage with data passthrough for ESP32 reverse engineering"]]></title><description><![CDATA[
<p>I worked for a service provider doing some cellular testing and we had a special clear box that did this. It was probably expensive at the time. I wonder how well those faraday bags or boxes for $20 work from amazon or ebay.</p>
]]></description><pubDate>Sun, 14 Jan 2024 19:55:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=38993827</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=38993827</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38993827</guid></item><item><title><![CDATA[New comment by ph4te in "Coral Dev Board Micro"]]></title><description><![CDATA[
<p>Agreed, no advantage, I just run a larger k8s cluster instead of having docker systems laying around now.</p>
]]></description><pubDate>Sat, 13 Jan 2024 03:29:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=38977074</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=38977074</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38977074</guid></item><item><title><![CDATA[New comment by ph4te in "Coral Dev Board Micro"]]></title><description><![CDATA[
<p>This thing works great. It's loaded in my local 5-node(2x3) k8s cluster, with a Coral TPU plugged into a single node. I have 6 4k cameras running, and it does object analysis on all of them with < 10% CPU on the node.</p>
]]></description><pubDate>Fri, 12 Jan 2024 15:26:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=38969143</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=38969143</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38969143</guid></item><item><title><![CDATA[New comment by ph4te in "Hospitals ask courts to force cloud storage firm to return stolen data"]]></title><description><![CDATA[
<p>S3 allows you to provide your own keys, or you can encrypt it before you upload the data.</p>
]]></description><pubDate>Tue, 02 Jan 2024 17:49:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=38844514</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=38844514</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38844514</guid></item><item><title><![CDATA[New comment by ph4te in "Ask HN: Do we love Wasabi Object Store?"]]></title><description><![CDATA[
<p>There are a few things you need to keep in mind with Wasabi. Depending on your payment method, there is a 90-day or 30-day minimum storage duration policy. This means that if you upload an object, then 30 days later, delete the object. You will be billed as if the object is active(even though it is truly deleted) for another 60 days. You may use more than expected if you have high amounts of short-duration churn of your data. If you have long-duration storage needs, this is great.<p>The other thing is that while egress is free, there is a fair egress policy. This means you should not egress more than you store on Wasabi monthly.<p>For example, if you want to host web assets, Wasabi could be a good fit if you use a CDN to frontend all the egress. However, if you do not use a CDN, you will use up your egress ratio quickly. While there are no extra charges, you will get notifications from the support team to figure out the issue.<p>Other than that, if you are looking for object storage and neither of the above bothers you, Wasabi is a great high-performance object storage vendor with predictable pricing.</p>
]]></description><pubDate>Sun, 31 Dec 2023 03:25:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=38821458</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=38821458</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38821458</guid></item><item><title><![CDATA[New comment by ph4te in "Starfish bodies aren’t bodies at all, study finds"]]></title><description><![CDATA[
<p>This is one of my top books. I love reading about the spiders evolution. The third book in the series is a little lackluster though.</p>
]]></description><pubDate>Sat, 04 Nov 2023 16:03:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=38142281</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=38142281</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38142281</guid></item><item><title><![CDATA[New comment by ph4te in "Tech: iCloud+ 6 and 12 Terabyte Plans and Apple One Premier Issues"]]></title><description><![CDATA[
<p>Wasabi has a pretty much static price, whereas B2 has you pay for storage and misc fees depending on how much api calls and bandwidth you use.</p>
]]></description><pubDate>Tue, 24 Oct 2023 01:23:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=37993879</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=37993879</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37993879</guid></item><item><title><![CDATA[New comment by ph4te in "Tech: iCloud+ 6 and 12 Terabyte Plans and Apple One Premier Issues"]]></title><description><![CDATA[
<p>This is the way, Arq is dead simple, cheap, and so is Wasabi.</p>
]]></description><pubDate>Tue, 24 Oct 2023 00:11:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=37993352</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=37993352</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37993352</guid></item><item><title><![CDATA[New comment by ph4te in "HP fails to derail claims that it bricks scanners on printers when ink runs low"]]></title><description><![CDATA[
<p>I’ve only have two printers in the past 13 years, a Brother MFC-7840w, which worked perfectly and I only gave away because my family wanted a color printer. The upgrade was an HL-2170CDW. I have no complaints with either. I’ve even gone through my starter toners on the color laser and bought a knockoff set for 70$ which included two black toners with all the colors, and have been quite surprised at the quality. Both have had wireless support and print from phones without issues.</p>
]]></description><pubDate>Fri, 06 Oct 2023 00:19:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=37785875</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=37785875</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37785875</guid></item><item><title><![CDATA[New comment by ph4te in "In Digital Ocean, S3-like space keys can access all your buckets"]]></title><description><![CDATA[
<p>I used to use DO Spaces and Backblaze, but then I found Wasabi and have switched everything over since. It pretty much has full S3 compatibility, and doesn’t use Minio or Ceph. Mostly just keep adding data, very rarely delete data.</p>
]]></description><pubDate>Sun, 01 Oct 2023 16:42:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=37727768</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=37727768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37727768</guid></item><item><title><![CDATA[New comment by ph4te in "A currently maintained fork of SSHFS"]]></title><description><![CDATA[
<p>They are all OK to use, and each provider has pros and cons, depending on the use case.<p>Hetzner is the cheapest; however, your data is stored in Germany or Finland. They have free bandwidth, but you are limited to 10 connections at a time.<p>Backblaze B2 has 4 regions across the globe, storage is $5/mo, there is no minimun retention time, but does have a cost for API Calls(transactions), and in addition charges for egress data(downloads), so your $5/TB is a variable factor, and if you use your data, you may not achieve $5/TB, the cost will grow depending on the use case(there are free levels of transactions and egress)<p>Wasabi is $7/TB and has 13 regions across the globe, with free egress and no api charges. It does have 90-day minimum storage charge, which means you are billed for every object for 90 days regardless of if you delete it before 90 days. In addition, the free egress has limits to prevent system abuse. There is a 30-day deleted storage charge available if you purchase in bulk with their RCS(reserved capacity) storage plan. It's good if you want to store a lot of data that does not need deletion.<p>I have accounts with all 3 of these for different use cases.</p>
]]></description><pubDate>Tue, 05 Sep 2023 17:20:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=37394936</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=37394936</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37394936</guid></item><item><title><![CDATA[New comment by ph4te in "Ask HN: Is there a low cost way to learn real K8s, after exhausting minikube?"]]></title><description><![CDATA[
<p>You can buy a “lot of computers” on eBay for cheap, setup k3s on them. You don’t need a lot of horsepower to play with all of those things locally. Here is an example.<p><a href="https://www.ebay.com/itm/204446735467" rel="nofollow noreferrer">https://www.ebay.com/itm/204446735467</a></p>
]]></description><pubDate>Sat, 02 Sep 2023 01:40:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=37357895</link><dc:creator>ph4te</dc:creator><comments>https://news.ycombinator.com/item?id=37357895</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37357895</guid></item></channel></rss>