<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: christop</title><link>https://news.ycombinator.com/user?id=christop</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 25 May 2026 00:29:33 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=christop" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by christop in "Who killed the network switch? A Hubris Bug Story"]]></title><description><![CDATA[
<p>It seems more like the kernel was actively <i>preventing</i> safe memory access, albeit erroneously, and also has nothing to do with Rust per se?</p>
]]></description><pubDate>Mon, 01 Apr 2024 14:53:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=39894760</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=39894760</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39894760</guid></item><item><title><![CDATA[New comment by christop in "YouTube slows down video load times when using Firefox"]]></title><description><![CDATA[
<p>Yup, same here — I see the same delay in Chrome now and then.<p>I guessed it was due to the cat-and-mouse adblocking prevention between YouTube and adblockers (I'm also using uBlock Origin).</p>
]]></description><pubDate>Mon, 20 Nov 2023 12:18:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=38346931</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=38346931</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38346931</guid></item><item><title><![CDATA[New comment by christop in "Make your own VPN with Fly.io, tailscale and GitHub"]]></title><description><![CDATA[
<p>Tailscale works hard to do all this stuff automatically.<p>Possibly you'd have more luck on a network where your client can allow incoming UDP connections on the Tailscale port, and so the exit node would be able to establish a direct connection.<p>But for a Tailscale peer I have running on AWS ECS, I can open the UDP port there, so a direct connection always happens regardless of what sort of network my Tailscale clients are on. I don't know if there's any Fly equivalent to get a direct connection to a UDP port.</p>
]]></description><pubDate>Thu, 25 May 2023 00:32:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=36065784</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=36065784</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36065784</guid></item><item><title><![CDATA[New comment by christop in "Make your own VPN with Fly.io, tailscale and GitHub"]]></title><description><![CDATA[
<p>I tried using this or a similar repo to set up a Tailscale exit node on Fly.io before.<p>The downside is that my traffic never went direct; it was always relayed via a Tailscale DERP node, as Fly.io machines were only accessible via anycast, and so a direct connection from Tailscale on my machine to the exit node on Fly.io couldn't be established.<p>So performance wasn't as great (and I felt bad about using up Tailscale's DERP bandwidth, as a free user).</p>
]]></description><pubDate>Thu, 25 May 2023 00:06:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=36065581</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=36065581</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36065581</guid></item><item><title><![CDATA[New comment by christop in "Evernote to raise prices for Personal and Professional accounts"]]></title><description><![CDATA[
<p>I switched to Joplin a few years ago, and it was able to import my notes from Evernote.<p>My existing Fastmail account gives me WebDAV file storage, and Joplin can use that as a sync backend. End-to-end encrypted.<p>There are clients for macOS and Android. Neither of which are as relentlessly buggy as text editing with Evernote. Web Clipper browser extension. All open source.<p>I've had zero regrets about switching away from Evernote.</p>
]]></description><pubDate>Wed, 24 May 2023 23:58:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=36065511</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=36065511</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36065511</guid></item><item><title><![CDATA[New comment by christop in "Changes to Tailscale Pricing and Plans"]]></title><description><![CDATA[
<p>Yeah, I'm in the same boat. I'm kinda confused about things like SSH and Funnel being moved to the Premium tier.<p>It feels a little odd that the Free tier lets you use Premium features indefinitely, but as soon as you get more colleagues onboard, you lose those features.<p>Unless you're looking carefully at the pricing page, you'd miss that Starter has many <i>fewer</i> features compared to Free.</p>
]]></description><pubDate>Tue, 18 Apr 2023 17:35:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=35617154</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=35617154</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35617154</guid></item><item><title><![CDATA[New comment by christop in "Dagger: a new way to build CI/CD pipelines"]]></title><description><![CDATA[
<p>Jenkins lets you replay a Pipeline, with changes, which is massively useful — removing the need to change things locally and commit.</p>
]]></description><pubDate>Wed, 30 Mar 2022 19:47:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=30859954</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=30859954</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30859954</guid></item><item><title><![CDATA[New comment by christop in "GitHub Package Registry"]]></title><description><![CDATA[
<p>While publishing to Maven Central may be onerous, there are good reasons for it, e.g. <a href="https://twitter.com/JakeWharton/status/1073102730443526144" rel="nofollow">https://twitter.com/JakeWharton/status/1073102730443526144</a></p>
]]></description><pubDate>Sat, 11 May 2019 21:29:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=19888490</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=19888490</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19888490</guid></item><item><title><![CDATA[New comment by christop in "Dependency injection on Android with dagger-android and Kotlin"]]></title><description><![CDATA[
<p>Unfortunately, using Dagger for DI with Kotlin requires using the Kotlin annotation processor, kapt, which is still incredibly slow, and works non-incrementally.<p>If you value your build times or your sanity in the slightest, I'd recommend either severely limiting use of Dagger, e.g. by only using it in certain, small Gradle modules, or using a different DI solution.</p>
]]></description><pubDate>Wed, 18 Apr 2018 02:57:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=16864260</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=16864260</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16864260</guid></item><item><title><![CDATA[New comment by christop in "Notice to stakeholders: withdrawal of the UK and EU rules on .eu domain names"]]></title><description><![CDATA[
<p>No, the text says that all .eu registrars will no longer be able to accept .eu registrations or renewals from entities in the UK.</p>
]]></description><pubDate>Fri, 30 Mar 2018 09:18:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=16714780</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=16714780</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16714780</guid></item><item><title><![CDATA[New comment by christop in "Show HN: Tech Companies That Won't Delete Your Information"]]></title><description><![CDATA[
<p>The GDPR applies to the data of anyone using a service while in the EU, not just to companies that are based in the EU.</p>
]]></description><pubDate>Sat, 24 Mar 2018 16:21:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=16667373</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=16667373</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16667373</guid></item><item><title><![CDATA[New comment by christop in "Shawn Pearce, author of Gerrit and Git-related projects, has died"]]></title><description><![CDATA[
<p>And on the Gerrit mailing list:
<a href="https://groups.google.com/d/topic/repo-discuss/B4P7G1YirdM/discussion" rel="nofollow">https://groups.google.com/d/topic/repo-discuss/B4P7G1YirdM/d...</a></p>
]]></description><pubDate>Mon, 29 Jan 2018 23:25:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=16261542</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=16261542</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16261542</guid></item><item><title><![CDATA[Shawn Pearce, author of Gerrit and Git-related projects, has died]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/cdibona/status/957822400518696960">https://twitter.com/cdibona/status/957822400518696960</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=16259691">https://news.ycombinator.com/item?id=16259691</a></p>
<p>Points: 41</p>
<p># Comments: 4</p>
]]></description><pubDate>Mon, 29 Jan 2018 18:53:57 +0000</pubDate><link>https://twitter.com/cdibona/status/957822400518696960</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=16259691</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16259691</guid></item><item><title><![CDATA[Verifone credit card terminals in global outage]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.theguardian.com/money/2018/jan/16/verifone-hit-by-global-outage-on-card-machines">https://www.theguardian.com/money/2018/jan/16/verifone-hit-by-global-outage-on-card-machines</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=16162987">https://news.ycombinator.com/item?id=16162987</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 16 Jan 2018 21:45:09 +0000</pubDate><link>https://www.theguardian.com/money/2018/jan/16/verifone-hit-by-global-outage-on-card-machines</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=16162987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16162987</guid></item><item><title><![CDATA[New comment by christop in "AWS Fargate – Run Containers Without Managing Infrastructure"]]></title><description><![CDATA[
<p>Yeah, looks very similar. I will be interested to see how quickly containers can be provisioned on FarGate.<p>Maybe I was doing something wrong, but my experience so far with ACI is that it consistently took about  three to four minutes until a smallish container was ready for use.</p>
]]></description><pubDate>Wed, 29 Nov 2017 18:04:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=15809176</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=15809176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15809176</guid></item><item><title><![CDATA[A WebOps Postmortem]]></title><description><![CDATA[
<p>Article URL: <a href="http://cavaliercoder.com/blog/webops-postmortem.html">http://cavaliercoder.com/blog/webops-postmortem.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=15322061">https://news.ycombinator.com/item?id=15322061</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 23 Sep 2017 22:11:33 +0000</pubDate><link>http://cavaliercoder.com/blog/webops-postmortem.html</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=15322061</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15322061</guid></item><item><title><![CDATA[New comment by christop in "Welcome to Glitch"]]></title><description><![CDATA[
<p>That seems reasonable, but the new name is already in wide use in software/hardware.  Even outside, its dictionary definition is "a defect or malfunction in a machine or plan".<p>That seems like an odd choice, though the blog seems to suggest it's because everyone will be fixing each other's bugs.</p>
]]></description><pubDate>Mon, 13 Mar 2017 20:17:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=13861930</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=13861930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13861930</guid></item><item><title><![CDATA[New comment by christop in "Google Cloud Platform Free Tier"]]></title><description><![CDATA[
<p>Unfortunately, you're still not allowed to use Google Cloud Platform for personal usage if you're based in Europe.<p>Several years ago they emailed (presumably) everyone without a tax number in their account, saying so:
<a href="https://support.google.com/cloud/answer/6090602" rel="nofollow">https://support.google.com/cloud/answer/6090602</a><p>Trying to add a billing account just now from a European country doesn't give the choice of account type; it's fixed to "business" and can't be edited.<p>So without a billing account, it seems nobody in Europe can use the free tier for personal use.</p>
]]></description><pubDate>Thu, 09 Mar 2017 23:42:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=13834955</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=13834955</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13834955</guid></item><item><title><![CDATA[New comment by christop in "Berlin Living Rooms"]]></title><description><![CDATA[
<p>And they say it's been more than thirty years since the Berlin Wall came down…</p>
]]></description><pubDate>Sat, 04 Mar 2017 00:48:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=13788380</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=13788380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13788380</guid></item><item><title><![CDATA[New comment by christop in "Google Goes Public with Unpatched Microsoft Edge and IE Vulnerability"]]></title><description><![CDATA[
<p>I don't think that they're all related. Gerrit, for example, isn't part of Chrome; it was initially developed for Android, AFAIK. Nor is Monorail. I think Breakpad even predates Chrome.<p>But it's quite likely they all had their bug trackers on Google Code.</p>
]]></description><pubDate>Wed, 01 Mar 2017 01:09:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=13760020</link><dc:creator>christop</dc:creator><comments>https://news.ycombinator.com/item?id=13760020</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13760020</guid></item></channel></rss>