Live data from Hacker News

Viewing profile — rixtox

rixtox

HN member
Joined
Sat, Apr 12, 2014, 5:20 AM UTC
HN karma
61
Public activity
44 items

About rixtox

No profile information was provided.

Recent public activity

  1. comment
    Comment #47843376

    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 …

  2. comment
    Comment #47221091

    The most difficult part of Objective-C is its ARC rules, and mixing ARC and non-ARC code in the same project.

  3. comment
    Comment #47039501

    But no one is claiming w3c is not running a website.

  4. comment
    Comment #46997950

    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. They should really rebrand their home s…

  5. comment
    Comment #46844823

    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 …

  6. comment
    Comment #46755672

    “Stand Alone Complex”

  7. comment
    Comment #46613866

    If US and China, two nuclear powers, engaged in direct wars, drone attacks would be the least to be worried about.

  8. comment
    Comment #45862920

    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 stu…

  9. comment
    Comment #45755653

    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 se…

  10. comment
    Comment #45729898

    I also explored Rx in Go several years ago. https://dev.to/rix/rx-with-go-generics-2fl6

  11. comment
    Comment #45270960

    They should call it Blade Runner

  12. comment
    Comment #44078987

    Another more powerful option: Intel SDE / PinPlay

  13. comment
    Comment #43980959

    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. I was surpri…

  14. comment
    Comment #42073856

    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: https://github.c…

  15. comment
    Comment #41958072

    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 ev…

  16. comment
    Comment #40820781

    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 sys…

  17. comment
    Comment #40373703

    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 build…

  18. story
  19. comment
    Comment #38883063

    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…

  20. comment
    Comment #38524614

    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 allo…

  21. comment
    Comment #38521698

    I really wish a similar tool for exploring binary lifting to different IRs. Like Ghidra p-code with sleigh, LLVM Machine IR, Qemu TCG etc

  22. comment
    Comment #38086905

    I ask the opposite - should employers reimburse commute expenses for return to office workers? Gas / electric, and time wasted on traffics etc?

  23. comment
    Comment #37518664

    I shamefully paid for both Sublime Text and WinRAR

  24. comment
    Comment #37442526

    Another one in Chinese: 人要是行,干一行行一行,一行行行行行,行行行干哪行都行,要是不行,干一行不行一行,一行不行行行不行,行行不行,干哪行都不行

  25. comment
    Comment #36442595

    There's a conversation I had with Ron Buckton, the proposal champion, mainly on this specific issue. [1] Short answer: Yes, Disposable can leak if you forget "using" it. And it wil…