<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: mnahkies</title><link>https://news.ycombinator.com/user?id=mnahkies</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 25 Jul 2026 23:08:33 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mnahkies" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mnahkies in "Android May Soon Restrict On-Device ADB"]]></title><description><![CDATA[
<p>Unfortunately many banks in the UK no longer offer a web portal or physical branches.<p>I'd love to see legislation that mandated a functioning web experience for critical services like this (banking, utilities, etc) - otherwise it will continue to further entrench the current duopoly.<p>(I suppose this is also an instance where I should do a better job of voting with my feet and supporting services that do offer this)</p>
]]></description><pubDate>Sat, 25 Jul 2026 09:07:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=49045890</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=49045890</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49045890</guid></item><item><title><![CDATA[New comment by mnahkies in "Buz – A fork of Bun using modern Zig, with sub-1s incremental builds"]]></title><description><![CDATA[
<p>I think it's a pretty reasonable split of responsibilities, and not uncommon.<p>Eg: JDK + maven + junit + tomcat<p>Making these components pluggable is arguably how we get innovation (eg: yarn/pnpm, jest/vitest, etc)</p>
]]></description><pubDate>Fri, 24 Jul 2026 12:14:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=49034461</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=49034461</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49034461</guid></item><item><title><![CDATA[New comment by mnahkies in "Three ways people respond to a problem (other than solving it)"]]></title><description><![CDATA[
<p>As another commentator said "do nothing" is a decision. There's a distinction between "don't make a decision and hope someone else makes a decision" and "we acknowledge we're deciding to do nothing about X until/unless Y"<p>The people in leadership positions should be active participants, and not all decisions will be ones they are are able to make locally - but they should feel comfortable to present a POV and recommendation/tradeoffs upwards when that's the case. If the buck stops with them then they should be aware that "do nothing" is a decision that they are making.</p>
]]></description><pubDate>Fri, 17 Jul 2026 20:33:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48951990</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=48951990</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48951990</guid></item><item><title><![CDATA[New comment by mnahkies in "Three ways people respond to a problem (other than solving it)"]]></title><description><![CDATA[
<p>In terms of the expert observation, I've seen this happen a number of times in conjunction with "not invented here" (and probably been guilty of it myself at times) - "the commodity solution doesn't do X that we want", "yeah our in house solution doesn't do x,y,z that the commodity solution does but just a little more effort and it'll be perfect"<p>Spoiler: neither the commodity solution or the in-house solution will ever be perfect, and you should be really self critical of whether you're building something in-house to scratch your own itch.<p>If you can find a commodity solution with the right extension points that's often the best solution, failing that many times it's worth accepting the limitations, rarely it's worth investing in the totally bespoke thing (outside of your core domain/proposition).</p>
]]></description><pubDate>Fri, 17 Jul 2026 20:14:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48951791</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=48951791</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48951791</guid></item><item><title><![CDATA[New comment by mnahkies in "TLS certificates for internal services done right"]]></title><description><![CDATA[
<p>Yeah you could run a single instance with multiple frontends - but the way I'm currently running things the public haproxy instance doesn't have network connectivity to the private services, meaning there is no way I can misconfigure things and expose an internal service to the internet.</p>
]]></description><pubDate>Sat, 11 Jul 2026 18:06:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48874219</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=48874219</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48874219</guid></item><item><title><![CDATA[New comment by mnahkies in "Apple sues OpenAI, accuses ex-employees of stealing trade secrets"]]></title><description><![CDATA[
<p>Finance somehow accidentally paid me approximately a whole years salary at once when they did the first payroll run after we were acquired.<p>My first thought was I hope they didn't make this mistake for everyone, and second thought how do I safely return this.<p>(Turns out it was a one off mistake, and returning the excess was pretty straightforward though probably the largest bank transfer I've ever made)</p>
]]></description><pubDate>Sat, 11 Jul 2026 16:34:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48873470</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=48873470</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48873470</guid></item><item><title><![CDATA[New comment by mnahkies in "TLS certificates for internal services done right"]]></title><description><![CDATA[
<p>Personally I think wildcard certs are more secure in many instances - if you're just running one load balancer/reverse proxy then all the private keys are going to the same place anyway. You get the upside of not leaking your subdomains to transparency logs, and having fewer certs to renew.<p>It also forces you to use DNS challenges, which means you don't require the publicly route able address.<p>Personally what I do is:
- Predominantly use wildcards<p>- Run a tiny coredns instance with my A records for a internal subdomain of my normal domain<p>- Configure tailscale to use the coredns resolver<p>- Run two haproxy instances, one for internal services, one for public facing. The public facing one can't route directly to the internal services.<p>When even the obscure DNS provider I'm using is supported for DNS challenges, I really don't see much upside to using HTTP challenges anymore</p>
]]></description><pubDate>Fri, 10 Jul 2026 05:46:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48856177</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=48856177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48856177</guid></item><item><title><![CDATA[New comment by mnahkies in "The case for physical media ownership"]]></title><description><![CDATA[
<p>No, I'm not using the gog client (I'm on Linux). It's things like the Witcher 3's launcher.<p>It's the steam version, but Crusader Kings also hangs for a bit if you block it's network access</p>
]]></description><pubDate>Sun, 28 Jun 2026 06:33:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48704944</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=48704944</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48704944</guid></item><item><title><![CDATA[New comment by mnahkies in "The case for physical media ownership"]]></title><description><![CDATA[
<p>I'm aware, and I'm choosing GOG when I can now, though even then I see phoning home (or attempts to) happening (opensnitch is useful for that <a href="https://github.com/evilsocket/opensnitch" rel="nofollow">https://github.com/evilsocket/opensnitch</a>) - I've paid for some titles 2-3x over which is frustrating, admittedly I don't have the physical media from the first time which is on me, but it's frustrating seeing single player games wanting to phone home</p>
]]></description><pubDate>Sat, 27 Jun 2026 19:56:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48701174</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=48701174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48701174</guid></item><item><title><![CDATA[New comment by mnahkies in "The case for physical media ownership"]]></title><description><![CDATA[
<p>When I brought half life 2 there was a lag of about 2-4 years before I could play it for the first time - I didn't read the fine print, and on a dial up connection I couldn't get past the steam client updating in a reasonable amount of time, mind you I was able to download much larger Linux ISOs over time frames of a month+ through resumable downloads.<p>Not really an issue these days but it certainly was back in the day</p>
]]></description><pubDate>Sat, 27 Jun 2026 17:50:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48700238</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=48700238</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48700238</guid></item><item><title><![CDATA[New comment by mnahkies in "Fintech Engineering Handbook"]]></title><description><![CDATA[
<p>They specifically mentioned HFT so I suspect they care a lot about processing speed</p>
]]></description><pubDate>Sat, 27 Jun 2026 16:08:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48699440</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=48699440</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48699440</guid></item><item><title><![CDATA[New comment by mnahkies in "Suspicious Discontinuities (2020)"]]></title><description><![CDATA[
<p>The UK tax system also has a bunch of unfortunate cliffs, and tapers that create >60% marginal tax rates and worse. There's a calculator here that illustrates it well <a href="https://tax-cliffs.britishprogress.org/calculator" rel="nofollow">https://tax-cliffs.britishprogress.org/calculator</a><p>The childcare cliff edge is probably the worst, but the personal allowance taper isn't ideal either as it's compressed over a relatively short income range<p>And of course all the thresholds remain frozen, creating plenty of fiscal drag on top.</p>
]]></description><pubDate>Sat, 27 Jun 2026 15:17:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48699005</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=48699005</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48699005</guid></item><item><title><![CDATA[New comment by mnahkies in "PR spam today looks like email spam in the early 2000s"]]></title><description><![CDATA[
<p>I think the litmus test is roughly "is this obviously AI created" - if it's a well crafted PR that doesn't do the things you mention, and solves a genuine issue in a sensible way then you'd not be able to tell.<p>The other part of the litmus test is "does the person submitting actually understand what they're submitting and why" - which is arguably not required for PRs that you'd otherwise accept, but since you have to put time and effort into determining whether a given contribution is ok to merge, it's common decency for the submitter to have done a self review first (AI or no AI)</p>
]]></description><pubDate>Wed, 24 Jun 2026 20:11:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48665023</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=48665023</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48665023</guid></item><item><title><![CDATA[New comment by mnahkies in "CT scans of BYD car parts"]]></title><description><![CDATA[
<p>I don't have so much knowledge about EV repairs, but I got burnt by this on ICE cars already - had a car fail a regular fitness test on suspension bushes, they weren't replaceable without replacing the whole arm(s). What should've been a $40 part was being quoted as more than the cars value.<p>(I'm not sure if there was a way around this, there may well have been but I had other things going on and sold for scrap)</p>
]]></description><pubDate>Tue, 02 Jun 2026 21:32:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48376609</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=48376609</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48376609</guid></item><item><title><![CDATA[New comment by mnahkies in "Malicious npm packages detected across Red Hat Cloud Services"]]></title><description><![CDATA[
<p>In every of these threads there's a bunch of snarky comments, either acting like this class of attack is exclusive to npm, or that nothing has been done about it. I don't think that's fair.<p>There's plenty of comments mentioning delay lines, and the other good stuff pnpm (and others) have implemented in response to protect package consumers.<p>That bit that's getting less conversation is the tools on the package maintainer side:<p>- MFA for publishing: <a href="https://docs.npmjs.com/requiring-2fa-for-package-publishing-and-settings-modification" rel="nofollow">https://docs.npmjs.com/requiring-2fa-for-package-publishing-...</a><p>- trusted publishers, available for about a year: <a href="https://docs.npmjs.com/trusted-publishers" rel="nofollow">https://docs.npmjs.com/trusted-publishers</a><p>And as of recently, staged publishing, essentially combining the best of both those features: <a href="https://docs.npmjs.com/staged-publishing" rel="nofollow">https://docs.npmjs.com/staged-publishing</a><p>Now you can:
- Publish from CI, without static credentials<p>- AND require a maintainer to approve it using MFA before it actually goes live to the registry<p>If you want you can still use something like GitHub Actions Environments protection to require multiple approvals, or a time delay, on the CI side.<p>We need to encourage the community to adopt these publishing protections or this will continue to be an issue.</p>
]]></description><pubDate>Mon, 01 Jun 2026 17:34:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48360014</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=48360014</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48360014</guid></item><item><title><![CDATA[New comment by mnahkies in "SQLite is all you need for durable workflows"]]></title><description><![CDATA[
<p>In my experience with a relatively modest number of concurrent workflows (think hundreds) you'll be pushing several thousand transactions per second through that postgres instance.<p>As best I can tell it doesn't do any batching of it's writes/reads, and it's update heavy in places rather than append (I suspect their cloud version might do some of these things)<p>It's pretty close to "let's make every function call serialise it's parameters/return value, go through a postgres table and several network hops"<p>That said it can be very useful, but it's a heavy tool that's best suited for high value/risk workflows where you're earning enough from the execution that you can afford the overhead (for example an Uber trip with several dollars of service fees is probably a good fit, unsurprisingly since it's roots are from Uber)</p>
]]></description><pubDate>Sat, 30 May 2026 09:55:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48334509</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=48334509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48334509</guid></item><item><title><![CDATA[New comment by mnahkies in "The bootstrapper's EU stack for under €10 per month"]]></title><description><![CDATA[
<p>I've used their (same family of company) email hosting services lightly in the past and found that to work well also. For the DNS I'm paying like $1 a month which is probably more than it needs to be, but sufficiently low that I'm happy to support small/local business. I'm also reasonably confident I could get a response if anything ever goes wrong, untested as nothing has so far.</p>
]]></description><pubDate>Mon, 25 May 2026 21:00:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48271625</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=48271625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48271625</guid></item><item><title><![CDATA[New comment by mnahkies in "The bootstrapper's EU stack for under €10 per month"]]></title><description><![CDATA[
<p>It's not European, rather a New Zealand company but I find <a href="https://zonomi.com/" rel="nofollow">https://zonomi.com/</a> pretty good. There's a Lego resolver that works fine <a href="https://github.com/go-acme/lego" rel="nofollow">https://github.com/go-acme/lego</a> - although my only complaint is the DNS propagation takes a while though I suspect that's a my config problem (dig will show the txt record long before Lego sees it)</p>
]]></description><pubDate>Mon, 25 May 2026 19:29:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48270681</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=48270681</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48270681</guid></item><item><title><![CDATA[New comment by mnahkies in "Project Glasswing: An Initial Update"]]></title><description><![CDATA[
<p>One issue I've seen with LLM's is adding superfluous code in the name of "safety" and confidently generating a bunch of stuff that was useful in years gone by, but now handled correctly by the standard lib. I'm of the opinion that less is more when it comes to code, and find the trend this is introducing quite frustrating.<p>How do you avoid this pitfall?</p>
]]></description><pubDate>Fri, 22 May 2026 21:25:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48241870</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=48241870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48241870</guid></item><item><title><![CDATA[New comment by mnahkies in "Intuit to lay off over 3k employees to refocus on AI"]]></title><description><![CDATA[
<p>In the UK tax on interest earned on plain savings accounts isn't deducted at source - so if you have a rainy day pot chances are you're required to register for self assessment and pay tax on it (particularly now that interest rates are higher and it's relatively easy to go above the tax free threshold, which has been frozen for a long time).<p>If you have investments outside of an ISA (tax free investment wrapper) then same story - you need to report disposals and dividends for tax purposes.<p>That's before we get into side hustles/self employment and investment properties, etc.</p>
]]></description><pubDate>Thu, 21 May 2026 09:30:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48219979</link><dc:creator>mnahkies</dc:creator><comments>https://news.ycombinator.com/item?id=48219979</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48219979</guid></item></channel></rss>