Viewing profile — hikarikuen
hikarikuen
HN member- Joined
- Thu, Oct 05, 2023, 1:27 AM UTC
- HN karma
- 8
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About hikarikuen
No profile information was provided.
Recent public activity
-
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…
-
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" …
-
comment
Comment #42346835
I wonder if they were thinking of the inner platform effect
-
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…
-
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…
-
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 …
-
comment
Comment #40743956
[dead]
-
comment
Comment #39005755
[dead]
-
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…
-
comment
Comment #37993967
[dead]
-
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…