<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: NickInSF</title><link>https://news.ycombinator.com/user?id=NickInSF</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 01 Jun 2026 21:42:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=NickInSF" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by NickInSF in "Ask HN: Who wants to be hired? (June 2026)"]]></title><description><![CDATA[
<p>Location: San Francisco<p>Remote: Open to remote, hybrid, or on-site (SF Bay Area).<p>Willing to relocate: No<p>Technologies: Full stack (Node/.NET/Go/Next.JS), Gen AI/ML (PyTorch/ONNX), distributed infra (e.g. AWS/GCP/Azure/On-prem)
Resume/CV: <a href="https://1drv.ms/b/c/aae0b153e80e54d2/IQB2LREvdOgWQYanTlHOhHlOAW0GpIVSQCDL_NNtVo-5aUs?e=zuMZa1" rel="nofollow">https://1drv.ms/b/c/aae0b153e80e54d2/IQB2LREvdOgWQYanTlHOhHl...</a><p>Email: nick@night.ms<p>13 years of engineering leadership in FAANG; 20+ years of software engineering industry experience. Looking for Sr. EM / Director roles. Check out my open-source projects at <a href="https://www.github.com/nickna" rel="nofollow">https://www.github.com/nickna</a></p>
]]></description><pubDate>Mon, 01 Jun 2026 18:21:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48360657</link><dc:creator>NickInSF</dc:creator><comments>https://news.ycombinator.com/item?id=48360657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48360657</guid></item><item><title><![CDATA[Show HN: SharpTS – Run TypeScript Natively on .NET via AOT Compilation]]></title><description><![CDATA[
<p>Hey HN! I'm the author of SharpTS, a TypeScript interpreter and ahead-of-time compiler written in C#.<p>*What makes it different:*<p>- Dual execution modes - interpret TypeScript directly OR compile to native .NET executables
- Full C# interop - compile TypeScript to DLLs that C# projects can reference with full type safety<p>*What works today:*<p>- Core TypeScript: classes, interfaces, generics, async/await, decorators
- Advanced types: union/intersection types, literal types, type guards
- Compiles to verifiable .NET IL with performance comparable to hand-written C#
- 80+ unit tests, supports most of TypeScript's feature set<p>*Why I built it:*<p>I wanted to understand how TypeScript really works under the hood, and I thought .NET developers might appreciate being able to run TypeScript without Node.js. The AOT compilation to .NET IL was a fun challenge - mapping TypeScript's structural type system to .NET's nominal types required some creative solutions.<p>*Current limitations:*<p>- No npm module support (yet)
- Some advanced type system features are still in progress
- Standard library is partial (see STATUS.md)<p>The repo has detailed architecture docs if you're curious about the implementation details. Would love feedback, especially from TypeScript or compiler folks!<p>Example usage:
```
# Install
dotnet tool install -g SharpTS<p># Interpret
sharpts script.ts<p># Compile to .NET
sharpts --compile script.ts
dotnet script.dll
```<p>Happy to answer questions!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46557698">https://news.ycombinator.com/item?id=46557698</a></p>
<p>Points: 6</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 09 Jan 2026 19:03:12 +0000</pubDate><link>https://github.com/nickna/SharpTS</link><dc:creator>NickInSF</dc:creator><comments>https://news.ycombinator.com/item?id=46557698</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46557698</guid></item><item><title><![CDATA[New comment by NickInSF in "Why Did CrowdStrike Update Only Hit Windows? Blame the EU, Microsoft Says"]]></title><description><![CDATA[
<p>Microsoft loosened the kernel driver requirements to allow anyone to register as a boot driver as long as a CA digitally signs them. Microsoft asserts that this was done at the EU's behest. They could tighten the driver requirement for the RoW, but that would lock Crowdstrike out and likely trigger antitrust concerns again.<p>If Microsoft had their way, I imagine they would require verification through their driver lab that does this for a living (<a href="https://learn.microsoft.com/en-us/windows-hardware/drivers/install/whql-test-signature-program" rel="nofollow">https://learn.microsoft.com/en-us/windows-hardware/drivers/i...</a>)</p>
]]></description><pubDate>Tue, 23 Jul 2024 19:36:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=41049898</link><dc:creator>NickInSF</dc:creator><comments>https://news.ycombinator.com/item?id=41049898</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41049898</guid></item><item><title><![CDATA[New comment by NickInSF in "The Sphere"]]></title><description><![CDATA[
<p>I'm surprised people aren't bringing up the "original" Sphere. Vegas had an Omnimax dome 45 years ago! I have fond memories of it as a kid. The entire theater was comprised of speakers on which spherical movies were projected. It's a shame it never got more traction.<p><a href="https://en.wikipedia.org/wiki/IMAX#Dome_and_Omnimax" rel="nofollow">https://en.wikipedia.org/wiki/IMAX#Dome_and_Omnimax</a></p>
]]></description><pubDate>Thu, 04 Jul 2024 15:21:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=40875606</link><dc:creator>NickInSF</dc:creator><comments>https://news.ycombinator.com/item?id=40875606</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40875606</guid></item><item><title><![CDATA[New comment by NickInSF in "Biden signs TikTok bill into law, starting clock for ByteDance to divest"]]></title><description><![CDATA[
<p>American social media is already banned in China.
TikTok is also banned in China in favor of the state-controlled Douyin.</p>
]]></description><pubDate>Wed, 24 Apr 2024 18:18:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=40147800</link><dc:creator>NickInSF</dc:creator><comments>https://news.ycombinator.com/item?id=40147800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40147800</guid></item><item><title><![CDATA[New comment by NickInSF in "Tell HN: Ever think of applying to YC? Do it this weekend for S24"]]></title><description><![CDATA[
<p>I had the same question.<p>Most YC founders seem to be new college graduates instead of seasoned FAANG folks. I'm in the latter camp and believe I'm better off leveraging my connections because I've aged out of YC.</p>
]]></description><pubDate>Fri, 19 Apr 2024 22:52:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=40092796</link><dc:creator>NickInSF</dc:creator><comments>https://news.ycombinator.com/item?id=40092796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40092796</guid></item><item><title><![CDATA[New comment by NickInSF in "WeWork Goes Bankrupt"]]></title><description><![CDATA[
<p>WeWork pushed incumbents like Regus to simplify the onboarding process.<p>In the olden days, getting a Regus desk required an office tour appointment, followed by paperwork. Now they have an app, and nobody needs to send or receive a PDF.</p>
]]></description><pubDate>Tue, 07 Nov 2023 03:44:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=38172984</link><dc:creator>NickInSF</dc:creator><comments>https://news.ycombinator.com/item?id=38172984</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38172984</guid></item><item><title><![CDATA[New comment by NickInSF in "Windows Repair Toolbox"]]></title><description><![CDATA[
<p>Is there anything to indicate this is a trustworthy application?
This is a closed-source binary, which has carte blanche access once you click "Yes" on the UAC prompt.</p>
]]></description><pubDate>Sun, 06 Aug 2023 22:39:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=37027655</link><dc:creator>NickInSF</dc:creator><comments>https://news.ycombinator.com/item?id=37027655</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37027655</guid></item><item><title><![CDATA[New comment by NickInSF in "Aptos, our modern successor to Calibri"]]></title><description><![CDATA[
<p>You weren't kidding about Microsoft having trouble with naming.<p>The original name for .NET was Next Generation Windows Service (NGWS), and before that it was Project 42.<p>And then the first .NET tutorial site we built was called GotDotNet.com. 
Engineers didn't get a say in the name.<p>Source: I was a SWE (SDE) in the .NET Framework team in 2000.</p>
]]></description><pubDate>Fri, 14 Jul 2023 18:57:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=36728366</link><dc:creator>NickInSF</dc:creator><comments>https://news.ycombinator.com/item?id=36728366</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36728366</guid></item><item><title><![CDATA[New comment by NickInSF in "Group accused in $225K 'dice sliding' cheating scheme at Las Vegas casino"]]></title><description><![CDATA[
<p>The gaming machines are all networked Windows PCs with payout odds that are controlled by group, which can be defined into sections as small as twelve machines. (The exact number may have changed in the past decade.)<p>NGCB (Nev. Gaming Control Board) does regular on-site audits of the machines and the central configurations to ensure that they are compliant.</p>
]]></description><pubDate>Mon, 29 May 2023 06:03:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=36111172</link><dc:creator>NickInSF</dc:creator><comments>https://news.ycombinator.com/item?id=36111172</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36111172</guid></item><item><title><![CDATA[New comment by NickInSF in "Ask HN: Why is building Windows apps so complicated?"]]></title><description><![CDATA[
<p>Exactly. Your post answers OP's question.<p>The root cause of the SDK fragmentation is because Microsoft sees diminishing returns for Windows.<p>After Silverlight failed to gain adoption, they started losing interest in the desktop.
When Windows Phone was killed, there was even less interest in UWP.<p>It's a shame because .NET is quite nice.</p>
]]></description><pubDate>Mon, 13 Dec 2021 00:04:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=29535052</link><dc:creator>NickInSF</dc:creator><comments>https://news.ycombinator.com/item?id=29535052</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29535052</guid></item><item><title><![CDATA[New comment by NickInSF in "Most internet service providers are gone – Sonic has survived and thrived"]]></title><description><![CDATA[
<p>Completely agree. Sonic is a customer service provider that happens to be an ISP.<p>I've had their gigabit fiber service in SF for the past two years. The few times I've had to call and inquire about a service issue, I was able to speak to someone within a minute of calling. And if you check their forums, you'll find their CEO responding to questions.</p>
]]></description><pubDate>Wed, 31 Jul 2019 21:41:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=20578867</link><dc:creator>NickInSF</dc:creator><comments>https://news.ycombinator.com/item?id=20578867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20578867</guid></item></channel></rss>