Live data from Hacker News

Viewing profile — hikarikuen

hikarikuen

HN member
Joined
Thu, Oct 05, 2023, 1:27 AM UTC
HN karma
8
Public activity
11 items

About hikarikuen

No profile information was provided.

Recent public activity

  1. comment
    Comment #43237713

    It's not quite what you're asking for, but Jujutsu+Git is still a much better dev experience than Git alone and is completely compatible with those sites. I use Jujutsu for 100% of…

  2. comment
    Comment #42606839

    To further clarify, I believe Blazor uses SignalR under-the-hood when doing server-side rendering. So the direct answer is probably "this is similar to a component used in Blazor" …

  3. comment
    Comment #42346835

    I wonder if they were thinking of the inner platform effect

  4. comment
    Comment #42346778

    This reminds me of some code I stumbled on recently, where someone had implemented a custom exception they could throw if their 32-bit loop counter was greater than the maximum val…

  5. comment
    Comment #41754345

    This is getting way outside the traditional compiler model, but I believe the .NET JIT has been adding more support for this in the last couple versions. One aspect of it is covere…

  6. comment
    Comment #41544527

    This recent post resonated with me: https://cedardb.com/blog/exceptions_vs_errors/ There are certain obvious (and some less obvious) benefits to both exceptions and results, but I …

  7. comment
  8. comment
  9. comment
    Comment #38405073

    While I'm sure most of us have relevant anecdotes for both in-person and videoconferencing, I'm not sure how relevant the circumstances in the study (watching a videoconference lec…

  10. comment
  11. comment
    Comment #37871321

    Example #2 suggests that the underlying issue is the function having too many responsibilities. I can't disagree, but the solution conveniently glosses over the fact that the 3 new…