<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: rixtox</title><link>https://news.ycombinator.com/user?id=rixtox</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 16:52:37 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=rixtox" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by rixtox in "Jujutsu megamerges for fun and profit"]]></title><description><![CDATA[
<p>I found octopus megamerge hard to collaborate - my colleagues don't use JJ so they may introduce changes that would cause conflitcts to my megamerge. When you have a conflict on a change that has more than 2 parents, the conflict resolution becomes unmanageable very quickly. No merge tool can handle more than 3-way merge, so you have to do that manually.<p>Eventually I settled on a tree-like megamerge that's more practical: merge 2 branches at a time and merge the merged branch with the next branch. This way I only need to handle 2-way conflicts at a time which is more manageable.<p>Also you have to be very careful to decide the order when you (and your colleagues) are going to land the branches, or if you expect any new features other people are working on that's going to conflict with your branches. When using megamerger workflow, most of the problems come from coordinating with other colleagues.</p>
]]></description><pubDate>Tue, 21 Apr 2026 01:13:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47843376</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=47843376</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47843376</guid></item><item><title><![CDATA[New comment by rixtox in "Why Objective-C"]]></title><description><![CDATA[
<p>The most difficult part of Objective-C is its ARC rules, and mixing ARC and non-ARC code in the same project.</p>
]]></description><pubDate>Mon, 02 Mar 2026 17:29:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47221091</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=47221091</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47221091</guid></item><item><title><![CDATA[New comment by rixtox in "Welcoming Discord users amidst the challenge of Age Verification"]]></title><description><![CDATA[
<p>But no one is claiming w3c is not running a website.</p>
]]></description><pubDate>Mon, 16 Feb 2026 19:57:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47039501</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=47039501</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47039501</guid></item><item><title><![CDATA[New comment by rixtox in "Welcoming Discord users amidst the challenge of Age Verification"]]></title><description><![CDATA[
<p>It’s unfortunate that they claimed “Matrix is a protocol not a service” while they are literally running a home server on the Matrix domain.<p>They should really rebrand their home server to another name, so the Matrix name is unambiguously referring to the protocol.</p>
]]></description><pubDate>Fri, 13 Feb 2026 01:49:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46997950</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=46997950</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46997950</guid></item><item><title><![CDATA[New comment by rixtox in "The history of C# and TypeScript with Anders Hejlsberg [video]"]]></title><description><![CDATA[
<p>If you feel that TypeScript, or hell even JavaScript, is becoming more alike C#, it's actually deliberately done by Microsoft in benefiting their ecosystem. In this interview they mentioned they had internal demands to convert/transpile C# into JavaScript or TypeScript. So by making these target languages more like C#, it directly benefits their need. But I don't think this should be the driving force in designing ECMAScript. When they are pushing a language feature, they have an unspoken internal goal, and every choice they make is to make JS/TS look more like C#, and they are more likely to dismiss proposals that preventing them from deliverying that goal. There's likely a bit of conflict of interest there.</p>
]]></description><pubDate>Sun, 01 Feb 2026 09:33:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=46844823</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=46844823</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46844823</guid></item><item><title><![CDATA[New comment by rixtox in "Stochastic Terrorism"]]></title><description><![CDATA[
<p>“Stand Alone Complex”</p>
]]></description><pubDate>Sun, 25 Jan 2026 16:50:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46755672</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=46755672</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46755672</guid></item><item><title><![CDATA[New comment by rixtox in "The U.S. Government Just Followed Through on Its Ban of DJI Drones"]]></title><description><![CDATA[
<p>If US and China, two nuclear powers, engaged in direct wars, drone attacks would be the least to be worried about.</p>
]]></description><pubDate>Wed, 14 Jan 2026 08:59:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46613866</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=46613866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46613866</guid></item><item><title><![CDATA[New comment by rixtox in "Control structures in programming languages: from goto to algebraic effects"]]></title><description><![CDATA[
<p>Does implementing algebraic effects requires stack switching support? If so, I wonder what runtime cost we must pay when heavily using algebraic effects. Is there any empirical study on the performance of algebraic effects implementations?</p>
]]></description><pubDate>Sun, 09 Nov 2025 04:33:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=45862920</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=45862920</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45862920</guid></item><item><title><![CDATA[New comment by rixtox in "Crunchyroll is destroying its subtitles"]]></title><description><![CDATA[
<p>Netflix implements "imgsub"[1] - it actually delivers a zipped archive of transparent images to the player. So technically they can pre-render positioned typesetted subtitles on server and render them as images overlay, as long as there's no animated text effects.<p>In general, streaming services have to ensure maximum compatibility when playing their contents on all kinds of devices - high end and low end. For which on low end device it could be very resource constraining to render typesetted subtitles. There are other platforms where all video playback have to be managed by the platform system frameworks with limited format support, and streaming services can't do much about it.<p>The priority of streaming service is extending their market reach, and I think Crunchyroll itself is facing the same challenge of market reaching.<p>I think the right solution is trying to get typesetted subtitles, and the end-to-end workflow - creation, packaging, delivery, rendering with adaptation (device capabilities, user preferences, localizations etc) all standardized. A more efficient workflow is needed, so a single source of subtitle is able to generate a set of renditions suitable for different player render capabilities. Chrunchyroll should actively participate in these standard bodies and push for adaption for more features and support in the streaming industry.<p>[1]: <a href="https://netflixsubs.app/docs/netflix/features/imgsub" rel="nofollow">https://netflixsubs.app/docs/netflix/features/imgsub</a></p>
]]></description><pubDate>Thu, 30 Oct 2025 02:07:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=45755653</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=45755653</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45755653</guid></item><item><title><![CDATA[New comment by rixtox in "Go beyond Goroutines: introducing the Reactive paradigm"]]></title><description><![CDATA[
<p>I also explored Rx in Go several years ago.
<a href="https://dev.to/rix/rx-with-go-generics-2fl6" rel="nofollow">https://dev.to/rix/rx-with-go-generics-2fl6</a></p>
]]></description><pubDate>Tue, 28 Oct 2025 07:03:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=45729898</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=45729898</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45729898</guid></item><item><title><![CDATA[New comment by rixtox in "Wind turbine blade transportation challenges"]]></title><description><![CDATA[
<p>They should call it Blade Runner</p>
]]></description><pubDate>Wed, 17 Sep 2025 02:36:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=45270960</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=45270960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45270960</guid></item><item><title><![CDATA[New comment by rixtox in "UndoDB – The interactive time travel debugger for Linux C/C++ for debugging"]]></title><description><![CDATA[
<p>Another more powerful option: Intel SDE / PinPlay</p>
]]></description><pubDate>Sat, 24 May 2025 05:34:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=44078987</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=44078987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44078987</guid></item><item><title><![CDATA[New comment by rixtox in "Ron Buckton laid off from Microsoft"]]></title><description><![CDATA[
<p>I remember arguing with Ron on the TC39 disposable proposal that I think Go's `defer` is a better pattern than C#'s `using`, and he tried to convince me the otherwise.<p>I was surprised to see they choose Go instead of C# for the TypeScript compiler port. Microsoft has been trying to make ECMAScript look more similar to C#, and their Windows Universal SDK has made a lot of efforts to provide a seamless transition for developers to port their code between C# and TypeScript. And yet they still think porting TypeScript compiler to Go is easier to do than porting it to C#.<p>Despite my different tech view with Ron, I appreciate and respect the great work he has done to TypeScript & ECMAScript. And I wish him the best with his next adventure.</p>
]]></description><pubDate>Wed, 14 May 2025 04:53:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=43980959</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=43980959</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43980959</guid></item><item><title><![CDATA[New comment by rixtox in "Visualizing binary files with ImHex's DSL, the "pattern language""]]></title><description><![CDATA[
<p>Kind of related, a tool that allows you to hand write ASCII-art-annotated hex dump files, while also able to generate the original binary file from such text file: <a href="https://github.com/netspooky/xx/blob/main/examples/elf.xx">https://github.com/netspooky/xx/blob/main/examples/elf.xx</a></p>
]]></description><pubDate>Thu, 07 Nov 2024 06:01:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=42073856</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=42073856</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42073856</guid></item><item><title><![CDATA[New comment by rixtox in "Should JavaScript be split into two languages?"]]></title><description><![CDATA[
<p>This is also a result of the detachment of TC39 and the developer community. Just how many JS developers are participating TC39? I can recall multiple TC39 proposals that didn't even consult opinions from authors of notable open-source stakeholder libraries, and went straight into stage 3.<p>And btw, the TypeScript tooling scene is far from being able to get standardized. TypeScript is basically a Microsoft thing, and we don't see a single non-official TypeScript tool can do type-checking. And there's no plan to port the official tools to a faster language like Rust. And the tsc is not designed for doing tranditional compiler optimizations. The TypeScript team made it clear that the goal of tsc is to only produce idiomatic JavaScript.</p>
]]></description><pubDate>Sat, 26 Oct 2024 22:05:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=41958072</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=41958072</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41958072</guid></item><item><title><![CDATA[New comment by rixtox in "Understanding React Compiler"]]></title><description><![CDATA[
<p>I think React would get better developer experience and performance if they adopt language coroutine feature to implement direct style algebraic effect. In fact the React Fiber system is already an implementation of algebraic effect.[1] However, it’s “suspending” a routine by raising an exception. Thus unwinding all the call stack, therefore, it needs to re-run that same routine on resume. This is the core reason why they have a performance issue and why they created the compiler to cache values on reruns.<p>JavaScript has language level coroutine features like async/await or yield/yield* and we have seen libraries using these features to implement direct style algebraic effect. For example Effect[2] and Effection[3]. You don’t need to memoize things if the language runtime can suspend and resume your functions instead of throwing exceptions and rerun them.<p>[1]: <a href="https://youtu.be/7GcrT0SBSnI" rel="nofollow">https://youtu.be/7GcrT0SBSnI</a><p>[2]: <a href="https://effect.website/" rel="nofollow">https://effect.website/</a><p>[3]: <a href="https://frontside.com/effection/" rel="nofollow">https://frontside.com/effection/</a></p>
]]></description><pubDate>Fri, 28 Jun 2024 14:12:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=40820781</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=40820781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40820781</guid></item><item><title><![CDATA[New comment by rixtox in "React Compiler is now open source"]]></title><description><![CDATA[
<p>I wish the TypeScript team can actually make a good and fast compiler with type inference support. There are so many opportunities for minimization, optimization, conditional builds, instrumentation, and so on if we can utilize the type info from the TypeScript compiler. Unfortunately the TypeScript team never commit to requests like these, and only commit to idiomatic JavaScript transpilation.[1][2]<p>And because TypeScript is so complex and development is so heavy, third party attempts on making a type checker have never succeeded.[3]<p>I'm curious how far React Compiler can go without the access to TypeScript type info, and if they would invest in compiler tooling for TypeScript in the future. But considering Meta has Flow as their in-house alternative to TypeScript, they might not have the incentive in investing in the TypeScript ecosystem.<p>[1]: <a href="https://github.com/microsoft/TypeScript/issues/8#issuecomment-1430312467">https://github.com/microsoft/TypeScript/issues/8#issuecommen...</a><p>[2]: <a href="https://github.com/microsoft/TypeScript/issues/661#issuecomment-374473607">https://github.com/microsoft/TypeScript/issues/661#issuecomm...</a><p>[3]: <a href="https://github.com/dudykr/stc/issues/1101">https://github.com/dudykr/stc/issues/1101</a></p>
]]></description><pubDate>Wed, 15 May 2024 23:47:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=40373703</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=40373703</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40373703</guid></item><item><title><![CDATA[React Compiler is now open source]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/facebook/react/tree/main/compiler">https://github.com/facebook/react/tree/main/compiler</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40373553">https://news.ycombinator.com/item?id=40373553</a></p>
<p>Points: 8</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 15 May 2024 23:24:54 +0000</pubDate><link>https://github.com/facebook/react/tree/main/compiler</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=40373553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40373553</guid></item><item><title><![CDATA[New comment by rixtox in "Main-Thread-Scheduling"]]></title><description><![CDATA[
<p>You should do some measurement before calling it an improvement. If you read the ECMAScript standard[1] or this blog post from V8[2] about the inner workings of the `await` keyword, you would know even if you `await` a non-Promise value, it would still create a new Promise and put the suspended routine onto the microtask queue. So the change you made won't make a difference.<p>Besides, there is a JavaScript language feature that can give you finer control on routine suspension and resumption, decoupled from any of the microtask or macrotask queue. It's called the generator function. There are some good coroutine libraries based on generator functions, e.g. co.js[3] and redux-saga[4]. You can easily make something similar that can resume the suspended routine according to your scheduling policy that prioritize main thread rendering.<p>[1]: <a href="https://tc39.es/ecma262/#sec-promise-executor" rel="nofollow">https://tc39.es/ecma262/#sec-promise-executor</a>
[2]: <a href="https://v8.dev/blog/fast-async#await-under-the-hood" rel="nofollow">https://v8.dev/blog/fast-async#await-under-the-hood</a>
[3]: <a href="https://github.com/tj/co">https://github.com/tj/co</a>
[4]: <a href="https://redux-saga.js.org" rel="nofollow">https://redux-saga.js.org</a></p>
]]></description><pubDate>Fri, 05 Jan 2024 18:56:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=38883063</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=38883063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38883063</guid></item><item><title><![CDATA[New comment by rixtox in "Secrets of the Fn Key"]]></title><description><![CDATA[
<p>Most third party keyboards cannot emulate the Globe key. Apple would only recognize it if the USB PID/VID matches real Apple USB keyboards, which third party keyboards are not allowed to use.</p>
]]></description><pubDate>Mon, 04 Dec 2023 23:18:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=38524614</link><dc:creator>rixtox</dc:creator><comments>https://news.ycombinator.com/item?id=38524614</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38524614</guid></item></channel></rss>