<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: uncheckederror</title><link>https://news.ycombinator.com/user?id=uncheckederror</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 01 May 2026 20:09:42 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=uncheckederror" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by uncheckederror in "Ask HN: Share your personal website"]]></title><description><![CDATA[
<p><a href="https://thomasryan.dev/" rel="nofollow">https://thomasryan.dev/</a></p>
]]></description><pubDate>Wed, 14 Jan 2026 20:44:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=46623029</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=46623029</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46623029</guid></item><item><title><![CDATA[New comment by uncheckederror in "Rewriting my website in plain HTML and CSS"]]></title><description><![CDATA[
<p>I've been maintaining my personal website as plain HTML for five years now. I must say, I quite like this method. There's no substitute for practice when it comes to maintaining your skills at editing HTML and CSS.<p>Yes, you must copy and paste content and not having layout page is annoying at times. But the overhead of just doing it yourself is surprisingly small in terms of the time commitment.<p>Typically, I'll draft a post in MS Word then open the git repo for my site, hosted on github pages, duplicate and rename the template.html page that includes the CSS, footer, and header for my site and then copy my content into it. When I'm happy with everything, I'll make my commit and then a minute later it's live at my custom domain. Seeing that it takes only 11KBs and 26ms to load my landing page strangely delightful.</p>
]]></description><pubDate>Wed, 15 Jan 2025 00:24:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=42705835</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=42705835</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42705835</guid></item><item><title><![CDATA[New comment by uncheckederror in "Show HN: HipScript – Run CUDA in the Browser with WebAssembly and WebGPU"]]></title><description><![CDATA[
<p>Impressed that this runs on my RX 6900XT (an RDNA2 GPU) in Chrome without any trouble. Very cool demo, excited to see how people leverage this capability.</p>
]]></description><pubDate>Wed, 08 Jan 2025 00:45:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=42629608</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=42629608</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42629608</guid></item><item><title><![CDATA[New comment by uncheckederror in "How much memory do you need to run 1M concurrent tasks?"]]></title><description><![CDATA[
<p>To expand upon this thought, here is the AsyncGuidance doc[1] on why not to use .Result to get the return value of a completed Task in C#.<p>To make this simple they introduced async Main[2] a few years ago.<p>[1]: <a href="https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#asynchrony-is-viral">https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/b...</a><p>[2]: <a href="https://github.com/dotnet/csharplang/blob/main/proposals/csharp-7.1/async-main.md">https://github.com/dotnet/csharplang/blob/main/proposals/csh...</a></p>
]]></description><pubDate>Sun, 21 May 2023 22:33:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=36025258</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=36025258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36025258</guid></item><item><title><![CDATA[New comment by uncheckederror in ".NET 6 Preview 5"]]></title><description><![CDATA[
<p>I used this stack to replace a Django/Python app that was built over 2 years by another dev in 2 weeks. We regularly have 1 hour turn arounds between when an issue/feature is filed on Github and when a new build is live with that code. The self-contained deployments have made it simple to deploy this app, and now its supporting apps, to our linux-based cloud instances.<p>As proof: <a href="https://github.com/AccelerateNetworks/NumberSearch" rel="nofollow">https://github.com/AccelerateNetworks/NumberSearch</a><p>I've built on many stacks and although I agree that iteration speed is important; It has more to do with how you organize your project and the quality of your tooling than with the specific language/framework.<p>If you don't like the OOPy style, don't write in it. Pattern matching in C# is quite nice, and you can always mark you functions as static. As a bonus, simple functions are easier to test to.</p>
]]></description><pubDate>Fri, 18 Jun 2021 16:45:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=27552261</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=27552261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27552261</guid></item><item><title><![CDATA[New comment by uncheckederror in "Ask HN: What (side-)project are you working on?"]]></title><description><![CDATA[
<p>Daily tax parcel data (shapefiles) from 21 of 39 county's in Washington State.<p><a href="https://waparcels.tax/" rel="nofollow">https://waparcels.tax/</a><p>Shapefiles are sort of a rare format. Hoping to ingest all the data into a SQLite/SpatiaLite database to make it a more general purpose data source.</p>
]]></description><pubDate>Tue, 16 Mar 2021 17:35:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=26480083</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=26480083</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26480083</guid></item><item><title><![CDATA[New comment by uncheckederror in "Ask HN: What do Asp Net engineers struggle with the most?"]]></title><description><![CDATA[
<p>My favorite part is the tooling. For example when you hover over a method name in VS 2019 it will show you its signature and what parameters it takes. If you right click on it and select "Go to definition" it will show you the code for the method. Just above the method name you'll a little chunk of text that says "2 References" which you can click on to see all of the places in your project where the method is invoked and links to review them. What makes ASP.NET fun is the quality and completeness of the tooling.</p>
]]></description><pubDate>Wed, 18 Nov 2020 01:40:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=25132212</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=25132212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25132212</guid></item><item><title><![CDATA[New comment by uncheckederror in "Ask HN: What do Asp Net engineers struggle with the most?"]]></title><description><![CDATA[
<p>Make sure you have a plan to upgrade all your projects to .NET 5.[1]<p>ASP.NET is quite fun, if you can keep your work up to date. Opening up a project that needs bug fixes, but doesn't have access to the latest tooling in VS2019 or language syntax because it still on the old .NET Framework is a bummer.<p>Any company that was willing to update their .NET apps regularly, and treat development of the app as a service rather than a one time project would make me jump ship.<p>[1] - <a href="https://devblogs.microsoft.com/dotnet/announcing-net-5-0/" rel="nofollow">https://devblogs.microsoft.com/dotnet/announcing-net-5-0/</a></p>
]]></description><pubDate>Tue, 17 Nov 2020 20:55:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=25129700</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=25129700</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25129700</guid></item><item><title><![CDATA[New comment by uncheckederror in "Ask HN: What kind of ideas are not VC-backable but should exist in the future?"]]></title><description><![CDATA[
<p>In a prior job I was tasked with building a REST API client for a closed source vendor product in this space as part of project to replace an existing system. Data need to be captured from a dozen on-prem databases that supported other vendor applications and then pushed into this new system using the client I built.<p>Sadly, the vendor provided scanned copies of JIRA user-stories as documentation of their app's API. Despite much struggling, the vendor wouldn't implement even the most basic auto-generated documentation for their API (Swagger). Bugs filed against their product regularly had a 3 month turn around time.<p>If there were an open source product in this space I could have forked it, made the changes I needed, submitted a pull request and then escalated it with management to get it mainlined by the vendor.<p>We were their only client for this product and they needed us to implement their system as an example of success so they could make further sales. But their secrecy made good-faith efforts at building integrations with their product extremely difficult. This might have been survivable if the vendor was good at communicating.<p>Alas this project just got delayed for another year after it was discovered by one of my old coworkers that the new system wasn't calculating property taxes correctly. If we had taken the vendor at their word this would have not been discovered and incorrect taxes may have gone out. Nobody loves taxes, but people rightfully hate it when their local government makes preventable mistakes.<p>Open source software in this space would reduce the rate of errors made in these scenarios and allow the public to verify the correctness of the system that taxes their property. As a bonus the cost of developing these systems could be spread across multiple local governments who each employ their own developers, rather than each group struggling through this process on their own once a decade.</p>
]]></description><pubDate>Thu, 02 Jul 2020 06:06:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=23710469</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=23710469</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23710469</guid></item><item><title><![CDATA[New comment by uncheckederror in "Ask HN: What kind of ideas are not VC-backable but should exist in the future?"]]></title><description><![CDATA[
<p>Open source property tax assessment, admin, and collection software. This space is foundational to the function of local government, but the existing closed-source offerings in this space are expensive, dated, and opaque to the public.<p>This will never be VC backable because the market is small and each local government has special needs and unique requirements. The cost per customer is high and there's a hard cap on the TAM.</p>
]]></description><pubDate>Thu, 02 Jul 2020 02:01:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=23709189</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=23709189</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23709189</guid></item><item><title><![CDATA[New comment by uncheckederror in "Work from home is dead, long live work from anywhere"]]></title><description><![CDATA[
<p>Yeah, my productivity would take a hit if I didn't have a quiet space and a good monitor setup. I've always assumed that coffee shops were more for meeting people than actually getting work done.</p>
]]></description><pubDate>Mon, 25 May 2020 20:29:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=23304617</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=23304617</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23304617</guid></item><item><title><![CDATA[New comment by uncheckederror in "EA will be releasing the C&C Tiberian Dawn and Red Alert source code under GPL3"]]></title><description><![CDATA[
<p>I am really impressed that EA went with the GPL v3 license. I would have expected them to use the MIT license.</p>
]]></description><pubDate>Wed, 20 May 2020 19:31:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=23250771</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=23250771</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23250771</guid></item><item><title><![CDATA[New comment by uncheckederror in "Federal Agencies Need to Address Aging Legacy Systems (2016) [pdf]"]]></title><description><![CDATA[
<p>I had a very similar situation with a tax collection system written in Oracle Forms around 1999 that we rebuilt in ASP.NET Core. We had a bit more leeway than your project, but essentially we kept the navigation scheme and placement of the buttons and content panes in the app exactly the same.<p>The big upside of this whole thing is we were able to swap the database from Oracle 11g to MS-SQL with no impact on users. Something that just wasn't possible with the legacy tech.</p>
]]></description><pubDate>Sun, 05 Apr 2020 17:47:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=22787063</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=22787063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22787063</guid></item><item><title><![CDATA[New comment by uncheckederror in "Dark mode in a website with CSS"]]></title><description><![CDATA[
<p>Thanks for pointing this out!<p>I borrowed a coworker's iPad at lunch and fixed this bug.<p>As best as I can tell Safari wasn't respecting the text-align: right; CSS rule. I've switched to a flexbox layout for those elements.</p>
]]></description><pubDate>Fri, 11 Oct 2019 02:48:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=21221109</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=21221109</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21221109</guid></item><item><title><![CDATA[New comment by uncheckederror in "Dark mode in a website with CSS"]]></title><description><![CDATA[
<p>I've been using it for a few months on my personal site as well.<p>It defaults to the light version and then switches to the dark them on request.<p>This is so people who don't care or aren't good with computers get the light version and those that can set the system theme have the option of getting the dark version.<p><a href="https://thomasryan.xyz/" rel="nofollow">https://thomasryan.xyz/</a></p>
]]></description><pubDate>Tue, 08 Oct 2019 19:41:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=21196319</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=21196319</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21196319</guid></item><item><title><![CDATA[New comment by uncheckederror in "Android 10"]]></title><description><![CDATA[
<p>Nice to see Signal (not the default Messages app) in the Smart Reply demo.</p>
]]></description><pubDate>Tue, 03 Sep 2019 16:38:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=20868336</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=20868336</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20868336</guid></item><item><title><![CDATA[New comment by uncheckederror in "How to Be Successful"]]></title><description><![CDATA[
<p>373 KB and a 2.66 second page load for what is literally text on a page with no images.<p>Better yet the content of the post is 20,000 chars on a single line inside of a 558 line HTML doc. :/</p>
]]></description><pubDate>Thu, 24 Jan 2019 22:46:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=18993833</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=18993833</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18993833</guid></item><item><title><![CDATA[New comment by uncheckederror in "Update on .NET Core 3.0 and .NET Framework 4.8"]]></title><description><![CDATA[
<p>"Embed .NET directly into an application" is awesome. Asking IT to upgrade the prod server to the latest version of the framework has a lot of latency.</p>
]]></description><pubDate>Thu, 04 Oct 2018 17:21:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=18141794</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=18141794</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18141794</guid></item><item><title><![CDATA[New comment by uncheckederror in "Ryzen 3 Has Rizen – Performant quadcores on a budget"]]></title><description><![CDATA[
<p>This guy got Ryzen to work with a Hackintosh: <a href="https://www.reddit.com/r/hackintosh/comments/689xt3/ryzen_hackintosh_success/" rel="nofollow">https://www.reddit.com/r/hackintosh/comments/689xt3/ryzen_ha...</a></p>
]]></description><pubDate>Fri, 28 Jul 2017 21:49:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=14877875</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=14877875</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14877875</guid></item><item><title><![CDATA[New comment by uncheckederror in "Ryzen 3 Has Rizen – Performant quadcores on a budget"]]></title><description><![CDATA[
<p>Does your i5 feel slow? If not, it might be worth chilling out for a bit to see if Intel will counter with a price drop.</p>
]]></description><pubDate>Fri, 28 Jul 2017 21:48:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=14877864</link><dc:creator>uncheckederror</dc:creator><comments>https://news.ycombinator.com/item?id=14877864</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14877864</guid></item></channel></rss>