<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: tayistay</title><link>https://news.ycombinator.com/user?id=tayistay</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 29 Apr 2026 07:04:06 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tayistay" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by tayistay in "Show HN: Cicada – A scripting language that integrates with C"]]></title><description><![CDATA[
<p>Can I call into the interpreter from multiple threads or does it use global state?</p>
]]></description><pubDate>Fri, 30 Jan 2026 15:29:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46825532</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=46825532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46825532</guid></item><item><title><![CDATA[New comment by tayistay in "Show HN: Bolt – A super-fast, statically-typed scripting language written in C"]]></title><description><![CDATA[
<p>Congrats! I think this could be quite useful for me.<p>I noticed that `let`-declared variables seem to be mutable. I'd strongly recommend against that. Add a `var` keyword.</p>
]]></description><pubDate>Sun, 10 Aug 2025 23:01:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=44859122</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=44859122</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44859122</guid></item><item><title><![CDATA[New comment by tayistay in "U.S. bombs Iranian nuclear sites"]]></title><description><![CDATA[
<p>Re 2: Iran previously launched drones and missiles at Israel about a year ago. See <a href="https://apnews.com/article/strait-of-hormuz-vessel-33fcffde2d867380e98c89403776a8ac" rel="nofollow">https://apnews.com/article/strait-of-hormuz-vessel-33fcffde2...</a></p>
]]></description><pubDate>Sun, 22 Jun 2025 15:12:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=44347548</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=44347548</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44347548</guid></item><item><title><![CDATA[New comment by tayistay in "Designing type inference for high quality type errors"]]></title><description><![CDATA[
<p>I've been working on a type checker for a language with ad-hoc overloading and what I did was have the checker proceed iteratively, making passes over the set of constraints and applying deduction rules. So it never guesses, branches, or has to backtrack. If it can't make progress because there's too much overloading, it gives up and asks the user to add some type annotations. I suspect this will actually work quite well in practice even if it can't type check some valid programs.</p>
]]></description><pubDate>Fri, 23 May 2025 16:41:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=44074345</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=44074345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44074345</guid></item><item><title><![CDATA[New comment by tayistay in "Using 2 Editors Because Xcode Is Dumb"]]></title><description><![CDATA[
<p>Before iOS, I was coding animation software on Linux using vim/scons for five years. So no real IDE. But not a fair comparison because we had a build team keeping everything nice. I also ported one of my apps to Windows and Visual Studio never drove me crazy. But I haven't worked with it to nearly the same depth as I have with Xcode.<p>So I concede that perhaps all IDEs are dreadful. I still hate Xcode.<p>I know pro users of Logic and Ableton and they never express such a level of displeasure. FWIW, having used Logic, Ableton, FCP, all non-professionally, those apps seem like a dream compared to Xcode.<p>I think it's likely that if Xcode weren't free, there would be serious competition and iOS development would be better for it. Or perhaps if Xcode were modularized so 3rd parties could use parts of it (Instruments, GPU debugger, memory graph debugger), lowering their development cost so they can compete with free.<p>I tried AppCode and while it seemed nice (refactoring was good in particular), I kept returning to Xcode to use the GPU debugger IIRC.<p>So, amusingly, I'm the inverse of your impression: the IDEs I've tried superficially I've generally enjoyed. The one I've used deeply I detest.</p>
]]></description><pubDate>Fri, 24 Jan 2025 05:02:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=42810684</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=42810684</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42810684</guid></item><item><title><![CDATA[New comment by tayistay in "Using 2 Editors Because Xcode Is Dumb"]]></title><description><![CDATA[
<p>Ok well you asked. I've been using Xcode for 15 years now professionally. I have two CS degrees and one of my apps was featured on the Mac App Store front page. So, basically, I know wtf I'm talking about.<p>I detest Xcode.<p>The latest horrible thing it has done to me is decide to ignore various important Build Settings, throwing them under User-Defined. Doesn't say way. Just pure magic bullshit.<p>It crashes occasionally, but that doesn't bother me that much. You just laugh at how bad it is and restart it.<p>Sometimes you'll get some code-signing errors and you just reboot. I kid you not. You reboot and they go away.<p>Xcode's connection to Xcode Cloud is pretty flakey too. Quite often it will fail to log in. You just restart Xcode and it goes away.<p>Xcode will display errors that are out of date all the time. I've gotten so good at knowing which errors are just BS that I'm kinda proud of myself.<p>Previews are <i>useless</i>. They could be so great but as soon as you break one, the debugging experience is so bad, you just give up. Sometimes your project will fail to build with them and the reasons are so opaque you just give up.<p>The xcodeproj file format is merge hell. It's so telling that tools like Xcodegen exist.<p>The new LLM-based code completion thing is mostly just amusing. Definitely not ready for prime time.<p>There's clearly no CI on the template projects because if you archive the Audio Unit one, the swift compiler crashes currently. Wheee!<p>Nobody uses the git integration on Xcode AFAICT. It runs faster if you just turn it off.<p>The GPU debugger is quite a crashy mess, though it has gotten better. Still you will not be able to debug your shaders and you'll have no idea why. The GPU debugger doesn't work if you put any MSL code inside a Swift package too. I used to have an icky work around for that, then just gave up on modularizing my project to the extent I would like to.<p>I experienced the issue mentioned in the article: couldn't add local packages by dragging them in. But somewhere along the line it went away. Don't know why, and I don't have the time to dig into it.<p>I really should compile a proper list. I'm sure I can think of more, especially if I go through the list of bugs I've filed over the years.<p>Anyway, now you've heard this opinion expressed by an experienced person. Consider it a data point.</p>
]]></description><pubDate>Thu, 23 Jan 2025 20:28:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=42807746</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=42807746</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42807746</guid></item><item><title><![CDATA[New comment by tayistay in "In wake of CEO shooting, Amazon creates Executive Protection role"]]></title><description><![CDATA[
<p>What podcast?</p>
]]></description><pubDate>Sun, 08 Dec 2024 21:30:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=42360691</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=42360691</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42360691</guid></item><item><title><![CDATA[New comment by tayistay in "World Labs: Generate 3D worlds from a single image"]]></title><description><![CDATA[
<p>I suspect the problem there is that the multiple paths to a new location will not yield consistent results.</p>
]]></description><pubDate>Mon, 02 Dec 2024 21:04:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=42300369</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=42300369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42300369</guid></item><item><title><![CDATA[New comment by tayistay in "Denmark will plant 1B trees and convert 10% of farmland into forest"]]></title><description><![CDATA[
<p>Google says: “California is the largest agricultural exporter in the United States”</p>
]]></description><pubDate>Mon, 25 Nov 2024 16:40:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=42237679</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=42237679</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42237679</guid></item><item><title><![CDATA[New comment by tayistay in "Swift – A great language strangled by governance?"]]></title><description><![CDATA[
<p>If you have a recent machine, the actual developer experience isn't too bad. It's just not a language for language purists (was it ever?).<p>I'm enough of a purist to be annoyed whenever I see the "expression took too long to type check" error. (I think bidirectional type inference isn't worth it with Swift)<p>The gaggle of verbose pointer types makes me want to switch to C++ whenever I have to deal with memory directly.<p>As the article mentions, a bunch of features were added for the sake of SwiftUI. Function builders allow SwiftUI's syntax to be minimal. They allow you to write:<p><pre><code>  VStack {
     SomeView()
     AnotherView()
  }
</code></pre>
instead of something like<p><pre><code>  VStack(
     SomeView(),
     AnotherView()
  )
</code></pre>
Given the rather bad (still!) error messages you get with SwiftUI that seem to be a result of function builders, I'd say it wasn't worth it. At least I get fewer of the "couldn't produce a diagnostic, please file a bug" errors than I used to.<p>Then there are property wrappers, which wrap struct/class fields with get/set code (IIRC Lattner didn't like the property wrappers). They've been partially replaced in SwiftUI by macros. The @Observable macro (probably the most widely used one) decorates your class with code that notifies listeners (almost always SwiftUI) of changes.  I'd be curious to see what SwiftUI would look like without property wrappers (or macros).<p>I think they had a missed opportunity to really add robust updating of views in response state changes. Currently it's still relatively easy to not have your SwiftUI views update because your data model uses some object that isn't @Observable.<p>I wrote a UI library inspired by SwiftUI, but in Rust [1], and of course I couldn't add anything to the language, and more experienced Rust programmers discouraged me from using macros. So it can be done without all the extra stuff Swift added.<p>[1] <a href="https://github.com/audulus/rui">https://github.com/audulus/rui</a></p>
]]></description><pubDate>Tue, 29 Oct 2024 08:09:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=41980751</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=41980751</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41980751</guid></item><item><title><![CDATA[New comment by tayistay in "1 in 6 Companies Are Hesitant to Hire Recent College Graduates"]]></title><description><![CDATA[
<p>Does the article mention if the 1 in 6 is actually a change vs previous years/generations? I didn’t see anything.</p>
]]></description><pubDate>Sun, 20 Oct 2024 15:39:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=41896047</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=41896047</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41896047</guid></item><item><title><![CDATA[New comment by tayistay in "Medieval"]]></title><description><![CDATA[
<p>Well, probably wouldn't be able to convince you that the artists playing shows using Euroroack (or Elektron, or TE) in front of bigger audiences that you ever have are "genuinely good."</p>
]]></description><pubDate>Wed, 07 Aug 2024 16:28:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=41182927</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=41182927</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41182927</guid></item><item><title><![CDATA[New comment by tayistay in "Medieval"]]></title><description><![CDATA[
<p>>  The OLED never really shows you anything useful to the act of music-making.<p>Thou art prone to hyperbole! Said instrument of synthesis ("Operator-1") has a step sequencer, mixer, ADSR envelopes, recorder, and other useful indications for the bard. One ponders how thou hast not consulted the scrolls [1].<p>[1] <a href="https://teenage.engineering/_img/54b7f9bf8681400300255cab_original.pdf" rel="nofollow">https://teenage.engineering/_img/54b7f9bf8681400300255cab_or...</a></p>
]]></description><pubDate>Wed, 07 Aug 2024 16:00:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=41182672</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=41182672</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41182672</guid></item><item><title><![CDATA[New comment by tayistay in "Medieval"]]></title><description><![CDATA[
<p>Blasphemy! Thou shalt not present such claims without the proper scrolls and ledgers of sales to substantiate. Ist thou not acquainted with the more-expensive instruments of musical synthesis available?</p>
]]></description><pubDate>Wed, 07 Aug 2024 15:45:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=41182536</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=41182536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41182536</guid></item><item><title><![CDATA[New comment by tayistay in "Egui 0.27 – easy-to-use immediate mode GUI for Rust"]]></title><description><![CDATA[
<p>Under disadvantages:<p>> You can also call the layout code twice (once to get the size, once to do the interaction), but that is not only more expensive, it's also complex to implement, and in some cases twice is not enough. egui never does this.<p>I've found multi-pass imgui to work totally fine, and I use it for one of my apps [1]. I can support (nested) hstack and vstack layouts which IIRC egui can't. There is added expense of calling the "draw" code again, but it's negligible in my profiles (doing the actual layout calculations is more expensive, so I only invalidate the cached layout when the data model changes). It wasn't particularly complex to implement: each ui function simply does different things if you are doing a layout pass vs a draw pass.<p>[1] <a href="https://audulus.com" rel="nofollow">https://audulus.com</a></p>
]]></description><pubDate>Wed, 27 Mar 2024 18:36:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=39842937</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=39842937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39842937</guid></item><item><title><![CDATA[New comment by tayistay in "You don't need to work on hard problems (2020)"]]></title><description><![CDATA[
<p>So much is bad about it:<p>> After two weeks, I come up with some of my own tweaks that make the algorithm work a bit better. I happily add “built a state-of-the-art library for numerical integration, with novel improvements on the best techniques in the academic literature” to my resume.<p>Ok so he's a liar. He made something "work a bit better" and then claimed to build the whole thing. Two weeks of work. Talk about resume padding.<p>> After declaring, I finally get assigned an adviser who doesn’t tell me to take easier courses.<p>Where I went, you barely got any such advice. P R I V I L E G E.<p>> Math classes haven’t saved me from getting bored of college.<p>Links to an another article "Why I left Harvard early" oh FFS<p>>  directly trying to improve the world, at Wave.<p>As opposed to those lesser folks who aren't "directly" trying to improve the world, or just not improving the world at all. Just trying to get by and live a decent life.<p>> For some reason, a lot of smart college students end up with the idea that “solving hard technical problems” is the best thing they can do with their life<p>Well it's better than fucking up the world at least.<p>>  most graduates of elite schools—including me—<p>Yes mr elite.<p>> my root goal was to use my skills to get the most possible leverage on improving the world.<p>I'm reminded of the great "Make the World a better place" skit from Silicon Valley.<p>> Thanks to Eve Bigaj, Alexey Guzey, Jeff Kaufman, Dan Luu, Lincoln Quirk, and Yuri Vishnevsky for reading a draft of this post.<p>Someone actually didn't catch the lameness of the post.</p>
]]></description><pubDate>Tue, 07 Nov 2023 13:59:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=38176757</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=38176757</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38176757</guid></item><item><title><![CDATA[New comment by tayistay in "Luxury beliefs are status symbols (2022)"]]></title><description><![CDATA[
<p>I think the explanation for "defund the police" is simpler... they just see the bad stuff cops do on the news, but haven't ever actually needed the cops personally (and few of their friends have too), primarily due to their affluence. There are exceptions, obviously.<p>Of the people who have obtained a restraining order, I wonder what percentage want to defund the police.</p>
]]></description><pubDate>Mon, 30 Oct 2023 16:06:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=38071357</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=38071357</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38071357</guid></item><item><title><![CDATA[New comment by tayistay in "Vivaldi on iOS"]]></title><description><![CDATA[
<p>Can that be done without disabling JIT for the rest of us? My app would benefit greatly from JIT compilation, and it's always been a bummer that it can't realize its full performance potential on iOS.</p>
]]></description><pubDate>Thu, 05 Oct 2023 23:30:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=37785539</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=37785539</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37785539</guid></item><item><title><![CDATA[New comment by tayistay in "Vivaldi on iOS"]]></title><description><![CDATA[
<p>Isn't this more of a problem of Google being too permissive about trash browsers on their store than an issue of whether a browser can have its own JIT compiler?</p>
]]></description><pubDate>Thu, 05 Oct 2023 23:24:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=37785495</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=37785495</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37785495</guid></item><item><title><![CDATA[New comment by tayistay in "U.S. federal price tag for the post-9/11 wars is over $8T"]]></title><description><![CDATA[
<p>While I agree with that general sentiment, far more than that experienced homelessness over a 20 year period.</p>
]]></description><pubDate>Thu, 05 Oct 2023 19:05:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=37782781</link><dc:creator>tayistay</dc:creator><comments>https://news.ycombinator.com/item?id=37782781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37782781</guid></item></channel></rss>