<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: davidgl</title><link>https://news.ycombinator.com/user?id=davidgl</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 30 Jun 2026 23:50:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=davidgl" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by davidgl in "Pollen tried to remove my article and Google is assisting with it"]]></title><description><![CDATA[
<p>It's on BBC iPlayer - <a href="https://www.bbc.co.uk/iplayer/episode/m001n327/crashed-800m-festival-fail" rel="nofollow">https://www.bbc.co.uk/iplayer/episode/m001n327/crashed-800m-...</a></p>
]]></description><pubDate>Mon, 29 Jun 2026 12:37:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48718476</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=48718476</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48718476</guid></item><item><title><![CDATA[New comment by davidgl in "I'm 60 years old. Claude Code killed a passion"]]></title><description><![CDATA[
<p>Great insightful comment !</p>
]]></description><pubDate>Mon, 16 Mar 2026 12:19:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47397963</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=47397963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47397963</guid></item><item><title><![CDATA[New comment by davidgl in "Uncloud - Tool for deploying containerised apps across servers without k8s"]]></title><description><![CDATA[
<p>It can use sqlite (single master), or for cluster it can use pg, or mysql, but etcd by default</p>
]]></description><pubDate>Thu, 04 Dec 2025 11:26:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46146352</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=46146352</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46146352</guid></item><item><title><![CDATA[New comment by davidgl in "K8s with 1M nodes"]]></title><description><![CDATA[
<p>See <a href="https://github.com/k3s-io/kine" rel="nofollow">https://github.com/k3s-io/kine</a>, k3s uses this to shim etcd to MySQL, Postgres and sqlite</p>
]]></description><pubDate>Sun, 19 Oct 2025 09:56:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=45633149</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=45633149</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45633149</guid></item><item><title><![CDATA[New comment by davidgl in "GitHub issues is almost the best notebook in the world"]]></title><description><![CDATA[
<p>Gitlab supports references between projects as well, we use it at work all the time.</p>
]]></description><pubDate>Fri, 30 May 2025 14:09:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=44136388</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=44136388</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44136388</guid></item><item><title><![CDATA[New comment by davidgl in "Run a C# file directly using dotnet run app.cs"]]></title><description><![CDATA[
<p>And F# which is more pythonlike already supports this via dotnet fsi - see <a href="https://learn.microsoft.com/en-us/dotnet/fsharp/tools/fsharp-interactive/#scripting-with-f" rel="nofollow">https://learn.microsoft.com/en-us/dotnet/fsharp/tools/fsharp...</a></p>
]]></description><pubDate>Thu, 29 May 2025 11:53:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=44125089</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=44125089</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44125089</guid></item><item><title><![CDATA[New comment by davidgl in "Run a C# file directly using dotnet run app.cs"]]></title><description><![CDATA[
<p>If you want it to start up quickly, you can easily covert it to native code using <a href="https://learn.microsoft.com/en-us/dotnet/core/deploying/" rel="nofollow">https://learn.microsoft.com/en-us/dotnet/core/deploying/</a></p>
]]></description><pubDate>Thu, 29 May 2025 11:03:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=44124802</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=44124802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44124802</guid></item><item><title><![CDATA[New comment by davidgl in "20 years of Git"]]></title><description><![CDATA[
<p>Yep, invented in 1979 and also the core data structure of crypto block chains</p>
]]></description><pubDate>Tue, 08 Apr 2025 16:24:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=43623530</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=43623530</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43623530</guid></item><item><title><![CDATA[New comment by davidgl in "Back to basics: Why we chose long-polling over websockets"]]></title><description><![CDATA[
<p>We use it in a production system on the aspnetcore stack, and it's been bulletproof for a number of years.<p>We have lots of proxies in the way, and old tech on certain networks, and at this moment we are 97% websockets, 2% server side events, 1% long polling, and it's all transparent to me, brilliant.</p>
]]></description><pubDate>Fri, 17 Jan 2025 16:02:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=42739205</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=42739205</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42739205</guid></item><item><title><![CDATA[New comment by davidgl in "Kubernetes on Hetzner: cutting my infra bill by 75%"]]></title><description><![CDATA[
<p>I've got a couple of free arm machines setup as a cluster for learning k8 + a few LB in front of it. I use k3s, with pg rather than etcd.  Been a great learning experience.</p>
]]></description><pubDate>Mon, 02 Dec 2024 08:28:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=42294258</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=42294258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42294258</guid></item><item><title><![CDATA[New comment by davidgl in "Advent of Code 2024"]]></title><description><![CDATA[
<p>Perfect, run loads of f# and c# on Linux, and have for years</p>
]]></description><pubDate>Sun, 01 Dec 2024 13:02:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=42288246</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=42288246</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42288246</guid></item><item><title><![CDATA[New comment by davidgl in "I Didn't Need Kubernetes, and You Probably Don't Either"]]></title><description><![CDATA[
<p>Yep, it's a cluster OS.  If you need to run a cluster, you need to explore and understand the trade offs of k8s versus other approaches.  Personally I run a small cluster on k3s, for internal tools, and love it.  Yes it's a load of new abstractions to learn, but once learnt if really helps in designing large scalable systems. I manage lots of pet machines and VMs for clients, and it would be soooo much easier on k8.</p>
]]></description><pubDate>Wed, 27 Nov 2024 09:18:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=42254405</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=42254405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42254405</guid></item><item><title><![CDATA[New comment by davidgl in "Fly.io outage – resolved"]]></title><description><![CDATA[
<p>Same for us, down for ~5 mins, back up and fine, error was 501</p>
]]></description><pubDate>Tue, 26 Nov 2024 09:30:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=42244009</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=42244009</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42244009</guid></item><item><title><![CDATA[New comment by davidgl in "The Fastest Redis Ever"]]></title><description><![CDATA[
<p>We've switched to <a href="https://github.com/microsoft/Garnet">https://github.com/microsoft/Garnet</a> and been very happy</p>
]]></description><pubDate>Thu, 21 Nov 2024 09:55:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=42202663</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=42202663</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42202663</guid></item><item><title><![CDATA[New comment by davidgl in "AWS and Azure Are at Least 4x–10x More Expensive Than Hetzner"]]></title><description><![CDATA[
<p>Also highly recommended <a href="https://github.com/vitobotta/hetzner-k3s">https://github.com/vitobotta/hetzner-k3s</a></p>
]]></description><pubDate>Mon, 21 Oct 2024 13:50:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=41904136</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=41904136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41904136</guid></item><item><title><![CDATA[New comment by davidgl in "Region-specific Machines pricing"]]></title><description><![CDATA[
<p>Same</p>
]]></description><pubDate>Fri, 05 Jul 2024 06:58:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=40880365</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=40880365</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40880365</guid></item><item><title><![CDATA[New comment by davidgl in "ILGPU: Write GPU programs with C# and F#"]]></title><description><![CDATA[
<p>Also see <a href="https://www.fshade.org/" rel="nofollow">https://www.fshade.org/</a>, a F# dsl for shaders</p>
]]></description><pubDate>Fri, 17 May 2024 23:51:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=40395275</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=40395275</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40395275</guid></item><item><title><![CDATA[New comment by davidgl in "Tailscale SSH is now Generally Available"]]></title><description><![CDATA[
<p>From the tool itself:<p>SSH to a Tailscale machine<p>USAGE
  tailscale ssh [user@]<host> [args...]<p>The 'tailscale ssh' command is an optional wrapper around the system 'ssh'
command that's useful in some cases. Tailscale SSH does not require its use;
most users running the Tailscale SSH server will prefer to just use the normal
'ssh' command or their normal SSH client.<p>The 'tailscale ssh' wrapper adds a few things:<p>* It resolves the destination server name in its arguments using MagicDNS,
  even if --accept-dns=false.<p>* It works in userspace-networking mode, by supplying a ProxyCommand to the
  system 'ssh' command that connects via a pipe through tailscaled.<p>* It automatically checks the destination server's SSH host key against the
  node's SSH host key as advertised via the Tailscale coordination server.</p>
]]></description><pubDate>Wed, 17 Apr 2024 11:09:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=40062932</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=40062932</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40062932</guid></item><item><title><![CDATA[Unity engine maker says sorry after runtime fee price plan backlash]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.bbc.co.uk/news/newsbeat-66810296">https://www.bbc.co.uk/news/newsbeat-66810296</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37573747">https://news.ycombinator.com/item?id=37573747</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 19 Sep 2023 18:03:25 +0000</pubDate><link>https://www.bbc.co.uk/news/newsbeat-66810296</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=37573747</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37573747</guid></item><item><title><![CDATA[New comment by davidgl in "Llama.cpp: Full CUDA GPU Acceleration"]]></title><description><![CDATA[
<p>Examples being the PS3 cell architecture and HP's Itanium chips</p>
]]></description><pubDate>Tue, 13 Jun 2023 09:24:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=36307680</link><dc:creator>davidgl</dc:creator><comments>https://news.ycombinator.com/item?id=36307680</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36307680</guid></item></channel></rss>