<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: samvimes</title><link>https://news.ycombinator.com/user?id=samvimes</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 11:25:57 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=samvimes" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by samvimes in "The microstructure of wealth transfer in prediction markets"]]></title><description><![CDATA[
<p>Kalshi pays interest on open positions</p>
]]></description><pubDate>Mon, 19 Jan 2026 17:27:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=46681812</link><dc:creator>samvimes</dc:creator><comments>https://news.ycombinator.com/item?id=46681812</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46681812</guid></item><item><title><![CDATA[New comment by samvimes in "Did English ever have a formal version of "you"? (2011)"]]></title><description><![CDATA[
<p>> "good small old red wooden English book" have to come in that order or it sounds very peculiar.<p>Interesting. As a native English speaker  (from the US), I'd say that "good small old" felt a little awkward for me to say out loud. Personally, I'd probably say "good old small ...", but to your point, there isn't exactly a "right" answer, just one that sounds right. I'm assuming you're also a native English speaker from the UK, so maybe we've discovered a funky difference between the English in our two countries. It would be a fun study to give native English speakers a list of those adjectives, and the noun "book", and tell them to order them.</p>
]]></description><pubDate>Mon, 25 Dec 2023 17:08:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=38764216</link><dc:creator>samvimes</dc:creator><comments>https://news.ycombinator.com/item?id=38764216</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38764216</guid></item><item><title><![CDATA[New comment by samvimes in "Ask HN: Which DNS service do you use for your computer's network settings?"]]></title><description><![CDATA[
<p>- ubiquiti edge router x from ~2019.. there's a bash script on the box for updating the blocklist, the rest of the configuration can be done in the GUI<p>- pihole and unbound are running in a VM on an old intel NUC with an i5 and 18GB of RAM. The NUC is running Proxmox, and is connected to the edgerouter over ethernet<p>- Separately, there's a ubiquiti WAP and a standalone modem, but there's nothing special about their configuration</p>
]]></description><pubDate>Tue, 24 Oct 2023 16:28:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=38001493</link><dc:creator>samvimes</dc:creator><comments>https://news.ycombinator.com/item?id=38001493</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38001493</guid></item><item><title><![CDATA[New comment by samvimes in "Ask HN: Which DNS service do you use for your computer's network settings?"]]></title><description><![CDATA[
<p>Yes, the re-writes are done on a ubiquiti edge router. The re-write rules count the number of hits, as well as basic connection details like src port/addess, dst port/address, protocol. The biggest offender is the roku, which tries to use 8.8.8.8<p>edit: to be honest though, I don't look at the logs often to see what else gets caught, or why</p>
]]></description><pubDate>Tue, 24 Oct 2023 16:08:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=38001193</link><dc:creator>samvimes</dc:creator><comments>https://news.ycombinator.com/item?id=38001193</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38001193</guid></item><item><title><![CDATA[New comment by samvimes in "Ask HN: Which DNS service do you use for your computer's network settings?"]]></title><description><![CDATA[
<p>Devices -> Pi-Hole -> Unbound -> DnsCrypt<p>Some additional details:<p>- Outbound internet access over port 53 is blocked for everything on the network, other than the Pi-Hole/Unbound server<p>- IpTables rule in place to force all outbound traffic over port 53 to go thru the Pi-Hole. This prevents devices from circumventing the Pi-Hole filtering by hard-coding public DNS servers<p>- Cronjob that polls <a href="http://public-dns.info/nameservers-all.txt" rel="nofollow noreferrer">http://public-dns.info/nameservers-all.txt</a> regularly, and updates an IpTables rule to block all outbound internet traffic over any port/protocol to servers in that list. This is my attempt to block things that try to circumvent DNS filtering by doing DNS over HTTPS<p>- Unbound makes it possible to bypass DnsCrypt for specific zones, as needed. It also is configured to prefetch records before expiration, which generally eliminates the latency introduced by DnsCrypt<p>---<p>This is overkill, but I tried to address privacy concerns as well as ad-blocking with this setup, and it's also been fun to tinker with</p>
]]></description><pubDate>Tue, 24 Oct 2023 15:49:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=38000863</link><dc:creator>samvimes</dc:creator><comments>https://news.ycombinator.com/item?id=38000863</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38000863</guid></item><item><title><![CDATA[New comment by samvimes in "Choosing Between Rust or Go?"]]></title><description><![CDATA[
<p>Why waste time say lot word when few word do trick?</p>
]]></description><pubDate>Mon, 30 Mar 2020 18:25:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=22730693</link><dc:creator>samvimes</dc:creator><comments>https://news.ycombinator.com/item?id=22730693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22730693</guid></item><item><title><![CDATA[New comment by samvimes in "Bocker – Docker implemented in around 100 lines of Bash (2015)"]]></title><description><![CDATA[
<p>What's stopping you from running your own registry? Or keeping images on a build machine and moving them around with some file sharing mechanism? You don't need a docker account to pull public images from dockerhub, and you don't _have_ to push your images to dockerhub</p>
]]></description><pubDate>Wed, 05 Feb 2020 15:04:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=22247247</link><dc:creator>samvimes</dc:creator><comments>https://news.ycombinator.com/item?id=22247247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22247247</guid></item><item><title><![CDATA[New comment by samvimes in "Configuring Ansible"]]></title><description><![CDATA[
<p>you seem to be a big proponent of ansible-pull. are any of your use cases/implementations publicly available, I'm really interested to see how people are using ansible-pull in production.<p>I'd like to do something similar, currently we use a mix of ansible tower (which I don't love) and ansible runs from local machines to manage the infrastructure. I'd rather it all be tied into terraform though, so that we have a single place to manage changes from</p>
]]></description><pubDate>Tue, 19 Nov 2019 19:52:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=21577472</link><dc:creator>samvimes</dc:creator><comments>https://news.ycombinator.com/item?id=21577472</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21577472</guid></item><item><title><![CDATA[New comment by samvimes in "Cluster SSH – Manage Multiple Linux Servers Simultaneously"]]></title><description><![CDATA[
<p>> All this with a single command from my computer without the need of anything else! =P<p>This is my primary problem with ansible. I find that it's been really great for managing things from my local machine, but that model breaks down a little once you have a medium / largish fleet of machines in some cloud provider's space. On top of that, if you have strict security boundaries between different environments/resources, then running ansible scripts that touch a ton of machines becomes more of an exercise in key management than anything else. I know that there are tools out there like AWX and rundeck, which wrap a lot of ansible functionality, but I've found the push model to be a little hard to manage at scale.<p>We're using ansible almost exclusively for config mgmt tasks, and I'd like to find a way to make it work better for us, but the agent model used by puppet/chef/salt sounds really appealing, especially when I want to role a change out to a large set of machines</p>
]]></description><pubDate>Wed, 30 Oct 2019 04:03:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=21394596</link><dc:creator>samvimes</dc:creator><comments>https://news.ycombinator.com/item?id=21394596</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21394596</guid></item><item><title><![CDATA[New comment by samvimes in "Ask HN: Do you have personal bots?"]]></title><description><![CDATA[
<p>this is the first time I've heard of airtable. It looks sort of neat. I'm curious if it's a thing you use for personal organization or if it;s something you use for work?</p>
]]></description><pubDate>Wed, 30 Oct 2019 03:47:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=21394526</link><dc:creator>samvimes</dc:creator><comments>https://news.ycombinator.com/item?id=21394526</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21394526</guid></item></channel></rss>