<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: tallytarik</title><link>https://news.ycombinator.com/user?id=tallytarik</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 15:28:42 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tallytarik" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by tallytarik in "Cloudflare outage on February 20, 2026"]]></title><description><![CDATA[
<p>We’re still waiting on a solution for <a href="https://www.cloudflarestatus.com/incidents/391rky29892m" rel="nofollow">https://www.cloudflarestatus.com/incidents/391rky29892m</a> (which actually started a month earlier than the incident reports)<p>In the meantime, as you say, we’re now going through and evaluating other vendors for each component that CF provides - which is both unfortunate, and a frustrating use of time, as CF’s services “just worked” very well for a very long time.</p>
]]></description><pubDate>Sat, 21 Feb 2026 22:59:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47105841</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=47105841</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47105841</guid></item><item><title><![CDATA[New comment by tallytarik in "It's 2026, Just Use Postgres"]]></title><description><![CDATA[
<p>Yes this is clearly verbatim output from an LLM.<p>But it's perfect HN bait, really. The title is spicy enough that folks will comment without reading the article (more so than usual), and so it survives a bit longer before being flagged as slop.</p>
]]></description><pubDate>Thu, 05 Feb 2026 22:24:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46906264</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=46906264</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46906264</guid></item><item><title><![CDATA[New comment by tallytarik in "How to Scale a System from 0 to 10M+ Users"]]></title><description><![CDATA[
<p>Yes. The over-use of bold in the intro (hell, in the first sentence) is a good hint.<p>All of it aligns with <a href="https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing" rel="nofollow">https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing</a><p>Maybe the images were made by hand.</p>
]]></description><pubDate>Sun, 01 Feb 2026 13:55:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46846243</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=46846243</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46846243</guid></item><item><title><![CDATA[New comment by tallytarik in "How to Scale a System from 0 to 10M+ Users"]]></title><description><![CDATA[
<p>It’s entirely written by an LLM.</p>
]]></description><pubDate>Sun, 01 Feb 2026 13:47:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46846189</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=46846189</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46846189</guid></item><item><title><![CDATA[New comment by tallytarik in "We have ipinfo at home or how to geolocate IPs in your CLI using latency"]]></title><description><![CDATA[
<p>Great post and a great little tool. Some of my experience using these techniques in production:<p>1. Trilateration mostly doesn't work with internet routing, unlike GPS. Other commenters have covered this in more detail. So the approach described here - to take the closest single measurement - is often the best you can do without prior data.  This means you need a crazy high distribution of nodes across cities to get useful data at scale. We run our own servers and also sponsor Globalping and use RIPE Atlas for some measurements (I work for a geo data provider), yet even with thousands of available probes, we can only accurately infer latency-based location for IPs very close to those probes.<p>2. As such, latency/traceroute measurements are most useful for verifying <i>existing</i> location data. That means for the vast majority of IP space, we rely on having something to compare against.<p>3. Traceroute hops are good; the caveat being that you're geolocating a router. RIPE IPmap already locates most public routers with good precision.<p>4. Overall these techniques work quite well for infrastructure and server IP addresses but less so for eyeball networks.<p><a href="https://ping.sx" rel="nofollow">https://ping.sx</a> is also a nice comparison tool</p>
]]></description><pubDate>Sat, 31 Jan 2026 22:57:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46841753</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=46841753</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46841753</guid></item><item><title><![CDATA[New comment by tallytarik in "SoundCloud has banned VPN access"]]></title><description><![CDATA[
<p>Much of the internet still does not support IPv6, so most providers will give you an IPv4 address. In fact only a few providers even support IPv6 at all.<p>Even with IPv6 it's not a huge problem. With a few samples we can know that a provider is operating in a given /64 or /48 or even /32 space, and can assign a confidence level that the range is used for VPNs.</p>
]]></description><pubDate>Mon, 15 Dec 2025 22:01:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46281356</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=46281356</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46281356</guid></item><item><title><![CDATA[New comment by tallytarik in "Ask HN: What Are You Working On? (December 2025)"]]></title><description><![CDATA[
<p>Working on improving the data pipeline for <a href="https://iplocate.io" rel="nofollow">https://iplocate.io</a> - an IP intelligence service I've worked on since 2017. A couple of recent focuses:<p>1.  VPN and proxy detection. We already track dozens of providers, but we can do better here. There's also a bunch of metadata we collect as part of this process which we don't currently surface, so I'm looking at what else we can bring to our databases and free API.<p>2.  Better detail and evidence on how we build and test our own geolocation database, which we create from scratch. There's been a recent trend of misinformation about geo accuracy, including from some other providers, so I want to better explain the accuracy (and inaccuracy) of various techniques, our policy for when we prefer certain data, and so on.<p>(Open to partnerships for any folks looking for a new provider!)</p>
]]></description><pubDate>Mon, 15 Dec 2025 21:59:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46281336</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=46281336</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46281336</guid></item><item><title><![CDATA[New comment by tallytarik in "SoundCloud has banned VPN access"]]></title><description><![CDATA[
<p>It won’t end up in our proxy detection database, but we track hosting provider ranges separately: <a href="https://www.iplocate.io/data/hosting-providers/" rel="nofollow">https://www.iplocate.io/data/hosting-providers/</a></p>
]]></description><pubDate>Mon, 15 Dec 2025 19:46:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46279456</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=46279456</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46279456</guid></item><item><title><![CDATA[New comment by tallytarik in "SoundCloud has banned VPN access"]]></title><description><![CDATA[
<p>There are plenty of VPN and proxy detection services, either as a service (API) or downloadable database, which are surprisingly comprehensive. Disclaimer: I’ve run one since 2017. Years on, our primary data source is literally holding dozens of subscriptions to every commercial provider we can find, and enumerating the exit node IP addresses they use.<p>There are also other methods, like using zmap/zgrab to probe for servers that respond to VPN software handshakes, which can in theory be run against the entire IP space. (this also highlights non-commercial VPNs which are not generally the target of our detection, so we use this sparingly)<p>It will never cover every VPN or proxy in existence, but it gets pretty close.</p>
]]></description><pubDate>Mon, 15 Dec 2025 06:04:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46270966</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=46270966</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46270966</guid></item><item><title><![CDATA[New comment by tallytarik in "VPN location claims don't match real traffic exits"]]></title><description><![CDATA[
<p>Most of these providers are in fact open about the fact that these locations are “virtual”, so it’s misleading to say they don’t match where they claim to be.<p>There is however an interesting question about how VPNs should be considered from a geolocation perspective.<p><i>Should</i> they record where the exit server is located, or the country claimed by the VPN (even if this is a “virtual” location)? In my view there is useful information in where the user <i>wanted</i> to be located in the latter case, which you lose if you only ever report the location of servers.<p>(disclaimer: I run a competing service. we currently provide the VPN reported locations because the majority of our customers expect it to work that way, as well as clearly flagging them as VPNs)</p>
]]></description><pubDate>Sat, 13 Dec 2025 23:23:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46259216</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=46259216</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46259216</guid></item><item><title><![CDATA[New comment by tallytarik in "Ask HN: What are you working on? (October 2025)"]]></title><description><![CDATA[
<p>Working on improving the data pipeline for <a href="https://iplocate.io" rel="nofollow">https://iplocate.io</a> - an IP intelligence service I've worked on since 2017.<p>Recent focus has been on geolocation accuracy, and in particular being able to share more data about why we say a resource is in a certain place.<p>Lots of folks seem to be interested in this data, and there's very little out there. Most other industry players don't talk about their methodology, and those that do aren't overly honest about how X or Y strategy actually leads to a given prediction, or the realistic scale or inaccuracies of a given strategy, and so on. So this is an area I'm very interested in at the moment and I'm confident we can do better in. And it's overall a fascinating data challenge!</p>
]]></description><pubDate>Mon, 13 Oct 2025 06:14:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=45565206</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=45565206</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45565206</guid></item><item><title><![CDATA[New comment by tallytarik in "Deloitte to refund the Australian government after using AI in $440k report"]]></title><description><![CDATA[
<p>Our government has been paying Deloitte & co. to produce slop for years before AI was being used to generate said slop.<p>Can we get a refund for all of the others too?</p>
]]></description><pubDate>Tue, 07 Oct 2025 08:55:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=45500872</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=45500872</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45500872</guid></item><item><title><![CDATA[New comment by tallytarik in "Beginning 1 September, we will need to geoblock Mississippi IPs"]]></title><description><![CDATA[
<p>ISPs have no obligation, although the ubiquity of sites and apps relying on IP geolocation mean that ISPs are incentivized to provide correct info these days.<p>I run a geolocation service, and over the years we've seen more and more ISPs providing official geofeeds. The majority of medium-large ISPs in the US now provide a geofeed, for example. But there's still an ongoing problem in geofeeds being up-to-date, and users being assigned to a correct 'pool' etc.<p>Mobile IPs are similar but are still certainly the most difficult (relative lack of geofeeds or other accurate data across providers)</p>
]]></description><pubDate>Wed, 27 Aug 2025 22:28:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=45046119</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=45046119</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45046119</guid></item><item><title><![CDATA[New comment by tallytarik in "When did AI take over Hacker News?"]]></title><description><![CDATA[
<p>I thought this was going to be an analysis of articles that are clearly AI-generated.<p>I feel like that’s an increasing ratio of top posts, and they’re usually an instant skip for me. Would be interested in some data to see if that’s true.</p>
]]></description><pubDate>Sun, 17 Aug 2025 21:54:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=44935267</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=44935267</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44935267</guid></item><item><title><![CDATA[New comment by tallytarik in "Gartner's grift is about to unravel"]]></title><description><![CDATA[
<p>G2, Sourceforge (yes, that one), and Gartner’s Capterra/GetApp/SoftwareAdvice all have the same business plan: charge vendors $x,xxx+ per month to outrank other vendors in their made up categories.<p>Of course, you can technically list for free.<p>But look! For the low low price of $x,xxx per month, now you can show one of 40 tailor-made award icons on your site!<p>Or, unlock the privilege of showing “user reviews” from our site on your site! (of course if you had managed to get reviews independently, you’re not allowed to use the widget without paying)<p>Don’t have reviews? Ah, I forgot to mention. The $x,xxx plan also comes with “review generation” — we’ll pay users to write reviews for you!<p>Oh, and on an unrelated note, the $x,xxx plan just also happens to unlock dofollow links across each of those 40 made up categories, which all rank highly in google. And the $xx,xxx plan means that - user ratings aside - you can end up at the top of those categories.<p>It’s hard to describe it other than the author says: a grift. Seeing those logos on other companies sites are now a huge turn off to me personally, and I haven’t yet capitulated for my own SaaS, but I suspect this isn’t the feeling of the execs they seek to target. Or maybe it is, and it’s just the price of doing business.</p>
]]></description><pubDate>Wed, 13 Aug 2025 17:46:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=44891506</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=44891506</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44891506</guid></item><item><title><![CDATA[New comment by tallytarik in "OpenAI's "Study Mode" and the risks of flattery"]]></title><description><![CDATA[
<p>I've tried variations of this. I find it will often cause it to include cringey bullshit phrases like:<p>"Here's your brutally honest answer–just the hard truth, no fluff: [...]"<p>I don't know whether that's better or worse than the fake flattery.</p>
]]></description><pubDate>Sat, 02 Aug 2025 13:36:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=44767492</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=44767492</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44767492</guid></item><item><title><![CDATA[New comment by tallytarik in "Ask HN: Freelancer? Seeking freelancer? (July 2025)"]]></title><description><![CDATA[
<p>SEEKING FREELANCER | Remote | Integration Engineers, Content Writers<p>IPLocate is on a mission to provide developers with reliable, affordable, and easy-to-use IP address intelligence - geolocation, threat data, network information and more.<p>We're looking for engineers to write SDKs and integrations to use our APIs with popular programming languages, frameworks, and tools. We would prefer to work with multiple folks who are experts in their respective language/framework rather than a single engineer to write 20 integrations, so we'd love to hear about your experience.<p>We're also looking for content writers to help write practical tutorials, step-by-step guides, and real-world use cases for our website and blog, and for publication elsewhere (e.g. Medium, Dev.to).<p>Details and contact links: <a href="https://www.iplocate.io/build-for-iplocate" rel="nofollow">https://www.iplocate.io/build-for-iplocate</a><p>(We've recently launched this page as an open offer to interested folks. Get in touch with your details and we're happy to formalize an offer.)</p>
]]></description><pubDate>Tue, 01 Jul 2025 21:02:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=44437973</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=44437973</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44437973</guid></item><item><title><![CDATA[New comment by tallytarik in "Abusing copyright strings to trick SW into thinking it's running competitor's PC"]]></title><description><![CDATA[
<p>And nowadays we have<p><pre><code>  Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36</code></pre></p>
]]></description><pubDate>Sun, 29 Jun 2025 12:15:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=44412483</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=44412483</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44412483</guid></item><item><title><![CDATA[New comment by tallytarik in "JavaScript broke the web (and called it progress)"]]></title><description><![CDATA[
<p>LLMs seem to use them at a rate far higher than the average person, same with the words “delve” and “robust” (and many others)</p>
]]></description><pubDate>Fri, 20 Jun 2025 10:21:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=44326312</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=44326312</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44326312</guid></item><item><title><![CDATA[New comment by tallytarik in "Updates to Advanced Voice Mode for paid users"]]></title><description><![CDATA[
<p>> Additionally, rare hallucinations in Voice Mode persist with this update, resulting in unintended sounds resembling ads, gibberish, or background music.<p>This would be really funny if it weren’t real life.</p>
]]></description><pubDate>Sat, 07 Jun 2025 20:57:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=44212612</link><dc:creator>tallytarik</dc:creator><comments>https://news.ycombinator.com/item?id=44212612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44212612</guid></item></channel></rss>