<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: ryncewynd</title><link>https://news.ycombinator.com/user?id=ryncewynd</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 26 Apr 2026 08:40:03 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ryncewynd" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ryncewynd in "Windows Server 2025 Runs Better on ARM"]]></title><description><![CDATA[
<p>I've worked for plenty of companies using MsSql.<p>They have all been dotnet ecosystem, but self hosted rather than Azure<p>I think the latest versions of SQL Server also run on Linux now.</p>
]]></description><pubDate>Wed, 22 Apr 2026 07:58:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47860500</link><dc:creator>ryncewynd</dc:creator><comments>https://news.ycombinator.com/item?id=47860500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47860500</guid></item><item><title><![CDATA[New comment by ryncewynd in "Daily Driving GrapheneOS"]]></title><description><![CDATA[
<p>Same here. I've been trying to find a "plain Android" phone but everything seems heavily customised UI by the manufacturers now.<p>I just found out today I can't call anymore due to 3G ending in my city<p>I'm keen for a Motorola Graphene and then just install Google services anyway. For me the value is being freed from manufacturers UI and software</p>
]]></description><pubDate>Tue, 03 Mar 2026 08:07:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47229573</link><dc:creator>ryncewynd</dc:creator><comments>https://news.ycombinator.com/item?id=47229573</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47229573</guid></item><item><title><![CDATA[New comment by ryncewynd in "Hidden interface controls that affect usability"]]></title><description><![CDATA[
<p>I agree, I know those buttons are there and how to activate them, but I still occasionally stare blankly at the screen wondering where the buttons are before remembering I need to hover them</p>
]]></description><pubDate>Sun, 06 Jul 2025 03:37:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=44477624</link><dc:creator>ryncewynd</dc:creator><comments>https://news.ycombinator.com/item?id=44477624</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44477624</guid></item><item><title><![CDATA[New comment by ryncewynd in "HTML Form Validation is underused"]]></title><description><![CDATA[
<p>Thanks for the tip wasn't aware of that.<p>I rarely want those arrow buttons for numbers</p>
]]></description><pubDate>Tue, 29 Oct 2024 00:47:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=41978227</link><dc:creator>ryncewynd</dc:creator><comments>https://news.ycombinator.com/item?id=41978227</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41978227</guid></item><item><title><![CDATA[New comment by ryncewynd in "LINQPad – The .NET Programmer's Playground"]]></title><description><![CDATA[
<p>You pay for every LTS dotnet,so every 2 years. E.g Linqpad .Net8 license also supports .Net9</p>
]]></description><pubDate>Mon, 24 Jun 2024 02:36:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=40772289</link><dc:creator>ryncewynd</dc:creator><comments>https://news.ycombinator.com/item?id=40772289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40772289</guid></item><item><title><![CDATA[New comment by ryncewynd in "Friends don't let friends export to CSV"]]></title><description><![CDATA[
<p>Are there unicode characters specifically for delimiters?<p>If Excel had a standardised "Save as USV" option it would solve so many issues for me.<p>I get so many broken CSVs from third-parties</p>
]]></description><pubDate>Tue, 26 Mar 2024 00:55:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=39823135</link><dc:creator>ryncewynd</dc:creator><comments>https://news.ycombinator.com/item?id=39823135</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39823135</guid></item><item><title><![CDATA[New comment by ryncewynd in "Ask HN: Massaging many client CSV/textfile to correct columns/format etc.?"]]></title><description><![CDATA[
<p>Thanks for much for your reply, impler looks the perfect solution<p>I'll try it out and do a demo with our administration team (who are the ones struggling with the files)</p>
]]></description><pubDate>Fri, 09 Feb 2024 07:44:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=39312461</link><dc:creator>ryncewynd</dc:creator><comments>https://news.ycombinator.com/item?id=39312461</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39312461</guid></item><item><title><![CDATA[New comment by ryncewynd in "Ask HN: Massaging many client CSV/textfile to correct columns/format etc.?"]]></title><description><![CDATA[
<p>For a very basic example, lets say I want 3 columns<p>FirstName|LastName|Age<p>And client files look like<p>ClientA: First|Last|Age<p>ClientB: Age|FirstName|Last<p>CientC: FullName|Age<p>ClientD: DateOfBirth|First|Last<p>So they all have the required info, but some intervention is required.<p>Column matching/renaming<p>Column order<p>Splitting full name to first/last<p>Converting DateOfBirth to Age</p>
]]></description><pubDate>Fri, 09 Feb 2024 03:34:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=39311068</link><dc:creator>ryncewynd</dc:creator><comments>https://news.ycombinator.com/item?id=39311068</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39311068</guid></item><item><title><![CDATA[Ask HN: Massaging many client CSV/textfile to correct columns/format etc.?]]></title><description><![CDATA[
<p>We have hundreds of files arriving every month and each client's layout looks a bit different.<p>For a single client, each file they send will be the same.<p>But each client has their own layout.<p>Is there a good service around that I can setup conversion templates?<p>Would be great if we can setup a template for each client and the file gets run through the template and arrives happily in our standardised layout.<p>I haven't managed to find one but no doubt I'm just using the wrong search terms</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39310878">https://news.ycombinator.com/item?id=39310878</a></p>
<p>Points: 4</p>
<p># Comments: 7</p>
]]></description><pubDate>Fri, 09 Feb 2024 03:02:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=39310878</link><dc:creator>ryncewynd</dc:creator><comments>https://news.ycombinator.com/item?id=39310878</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39310878</guid></item><item><title><![CDATA[New comment by ryncewynd in "Kirei is a work-in-progress keyboard library written in Zig"]]></title><description><![CDATA[
<p>It's keyboard firmware for some riscv microcontrollers.<p>If you want to build a custom keyboard with certain low cost mcus</p>
]]></description><pubDate>Wed, 31 Jan 2024 09:45:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=39201868</link><dc:creator>ryncewynd</dc:creator><comments>https://news.ycombinator.com/item?id=39201868</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39201868</guid></item><item><title><![CDATA[New comment by ryncewynd in "The absurdity of the return-to-office movement"]]></title><description><![CDATA[
<p>Spend 2 days fixing a 2 line production problem? Just schedule a meeting with last years self and fix it in development phase</p>
]]></description><pubDate>Mon, 22 Jan 2024 23:07:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=39096855</link><dc:creator>ryncewynd</dc:creator><comments>https://news.ycombinator.com/item?id=39096855</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39096855</guid></item><item><title><![CDATA[New comment by ryncewynd in "The Ugliest Airplane: An Appreciation of the Transavia AirTruk"]]></title><description><![CDATA[
<p>Ok but that's the cutest airplane I've ever seen</p>
]]></description><pubDate>Wed, 10 Jan 2024 04:39:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=38936254</link><dc:creator>ryncewynd</dc:creator><comments>https://news.ycombinator.com/item?id=38936254</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38936254</guid></item><item><title><![CDATA[New comment by ryncewynd in "Ask HN: How many of you are consciously downsizing your devices/going retro?"]]></title><description><![CDATA[
<p>Not actively or consciously, but my purchasing desires have certainly reduced.<p>Laptops:<p>Lost interest because I find them too expensive or complicated. Either to get what i initially want, or for upgrades down the line. Obviously my opinion would change if I travelled extremely frequently, but for the last many years I've had 0 need for portability.<p>Tablets:<p>Never felt the need for one after i got a decent phone<p>Phone:<p>Never felt the need to upgrade since I bought a phone that did everything I want and fast enough. Xiaomi 9, extremely happy with it<p>Desktop PC:<p>My preference. Good thermals, easy individual part upgrades. Can get great deals either new or second hand. Computing power has been strong enough for a while now that I happily run a few generations behind without feeling the need to upgrade.</p>
]]></description><pubDate>Tue, 09 Jan 2024 05:05:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=38922558</link><dc:creator>ryncewynd</dc:creator><comments>https://news.ycombinator.com/item?id=38922558</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38922558</guid></item><item><title><![CDATA[New comment by ryncewynd in "Lessons I wish I had learned before teaching differential equations [pdf] (1997)"]]></title><description><![CDATA[
<p>What is TA'ing?</p>
]]></description><pubDate>Tue, 14 Nov 2023 00:12:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=38257123</link><dc:creator>ryncewynd</dc:creator><comments>https://news.ycombinator.com/item?id=38257123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38257123</guid></item><item><title><![CDATA[New comment by ryncewynd in "Find bilingual baby names"]]></title><description><![CDATA[
<p>Semen has the opposite problem of Elle. The English translation isn't good for a name.<p>Perhaps the website could add dictionary definitions of the names in each language to help avoid these issues</p>
]]></description><pubDate>Sat, 11 Nov 2023 20:22:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=38234138</link><dc:creator>ryncewynd</dc:creator><comments>https://news.ycombinator.com/item?id=38234138</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38234138</guid></item><item><title><![CDATA[New comment by ryncewynd in "NewPipe – Lightweight YouTube experience for Android"]]></title><description><![CDATA[
<p>What's the channel that does ad reads to demo microphone quality?<p>That's such a simple and genius idea</p>
]]></description><pubDate>Sun, 05 Nov 2023 05:26:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=38148544</link><dc:creator>ryncewynd</dc:creator><comments>https://news.ycombinator.com/item?id=38148544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38148544</guid></item><item><title><![CDATA[Ask HN: How do people send system messages to (human) clients these days?]]></title><description><![CDATA[
<p>When building apps/websites I often need to send messages to the business owner / admin.<p>The messages range from almost logging type messages such as<p>- "Payment failed for Order 123, please manually process the transaction"<p>to generic contact forms on a website:<p>- "FirstName LastName sent a message with the following text: something something something"<p>My knowledge is rather old and currently I just send email via smtp.<p>I'm finding email is becoming increasingly unreliable.<p>Sometimes the smtp server gets marked as a spam server which can take a few days to resolve.<p>Or the receiver implements a new mail filter, accidentally blocking all the messages.<p>More and more things are happening that result in emails not sending or arriving.<p>I've been looking at email api/services such as postmark, mailgun, sendgrid which seem a good idea, but I'm curious how other people handle messaging?<p>Emails still seems a very convenient messaging style (disregarding issues) and often requested (e.g client will just ask for these messages sent to admin@thing.com).<p>What are modern messaging practices? Is email still acceptable if you go via an email api? Should I be looking at something completely different?<p>Thanks guys</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37491227">https://news.ycombinator.com/item?id=37491227</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Wed, 13 Sep 2023 01:51:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=37491227</link><dc:creator>ryncewynd</dc:creator><comments>https://news.ycombinator.com/item?id=37491227</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37491227</guid></item><item><title><![CDATA[New comment by ryncewynd in "Fairphone 5"]]></title><description><![CDATA[
<p>That can't be right. The last phone I bought (Xiaomi Mi 9) only cost me $600nzd and that's the most expensive phone I've bought.<p>And it's so powerful it still does everything I need years later.<p>Are normal people actually utilising phone specs these days? Sure some people game but surely everyone else is barely using the CPU etc</p>
]]></description><pubDate>Wed, 30 Aug 2023 11:23:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=37320355</link><dc:creator>ryncewynd</dc:creator><comments>https://news.ycombinator.com/item?id=37320355</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37320355</guid></item><item><title><![CDATA[New comment by ryncewynd in "Why Htmx Does Not Have a Build Step"]]></title><description><![CDATA[
<p>Care to share your build set up? I'd very much appreciate it<p>I haven't done js since jquery days, but keen to get into modern js development</p>
]]></description><pubDate>Fri, 25 Aug 2023 18:49:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=37265675</link><dc:creator>ryncewynd</dc:creator><comments>https://news.ycombinator.com/item?id=37265675</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37265675</guid></item></channel></rss>