Live data from Hacker News

Viewing profile — kuekacang

kuekacang

HN member
Joined
Fri, Sep 10, 2021, 6:04 AM UTC
HN karma
20
Public activity
40 items

About kuekacang

No profile information was provided.

Recent public activity

  1. comment
    Comment #49014887

    With advent of ai-based impersonation, I wonder why in-person reset is not the priority right now

  2. comment
    Comment #48628077

    It helps too that agent work is done server side so you can hog all the local resources for your thin client.

  3. comment
    Comment #48628060

    Isn't all uses native OS UI widget? But since the brand need to be experienced the same across platform, it overrides the native rendering and use custom styles instead.

  4. comment
    Comment #48231442

    Only using ubuntu rn, but when the server is mostly running docker, it is simpler upgrade nowadays with so little dependencies. But then the problem just moved to the container ima…

  5. comment
    Comment #48062304

    Somewhat agree!. I think my main gripe is that there are no good-enough reader that: - without account integration - has good ux Even some of the okay ones, most are, as tantacurl …

  6. comment
    Comment #47949036

    Genuine question, does brave have ff's container extension? currently that's one of the thing that keeps holding me on ff. another big one is i test website on firefox so to not ge…

  7. comment
  8. comment
    Comment #47330419

    I've been lucky to discover git relatively late and sublime merge relatively soon. It seems like separating the concern of editing and reviewing code is making me consider each mor…

  9. comment
    Comment #47100066

    In homelab, I push myself to use proxy (header) authentication. I know I'm burdening many responsibilities in a reverse proxy (tls, ip blocking, authentication) but it seems I can …

  10. comment
    Comment #46582840

    > A UDP joke I would tell you... but you might get it not

  11. comment
    Comment #46524922

    Except the text is stored as image, I can't imagine localization would be that large.

  12. comment
    Comment #46463880

    I'm sure no API and only built-in control is more favorable. Digressing, built-in mixer is nice to have too.

  13. comment
    Comment #46334572

    experiencing how text renders differently, slowly, with my potato battleship

  14. comment
    Comment #46129334

    One other angle yet mentioned: JS is browser native. No matter how slow it is, browser is now the LCD. Similar server-client codebase, while ugly, is another plus.

  15. comment
    Comment #45794767

    I think the hack is to store html height/width locally and restore it as early as possible so the content will then load under the scrolled view

  16. comment
    Comment #45708007

    Oh hey, a fellow noticing person!

  17. comment
    Comment #45702232

    Now ui libraries does its own reset. The no-nonsense blogger just use a few styling, and yeah, the default now is good enough.

  18. comment
    Comment #45367462

    Surely. First time I used clipboard management was long time ago somewhen in windows xp era. But growing older make me not really incentivized on trying myself to relearn clipboard…

  19. comment
    Comment #45367387

    I'm aware of that gesture, but I think it shows the point that it requires extra intention from the user to do select+copy on an input-looking field with copy button attached, inst…

  20. comment
    Comment #45367301

    Maybe weird behavior on my end? Or perhaps you need to select part of 's content to trigger it?

  21. comment
    Comment #45364240

    Back in the day I requested chrome feature "copy text" in addition to "copy link" on context menu. Now I tried it it's no longer there.

  22. comment
    Comment #45363950

    Recently I've been considering simple click-to-copy button is a bad ux since it can destroy one's clipboard (granted, I'm not using clipboard manager). This might be mitigated with…

  23. comment
    Comment #45165743

    Another part are malleable memory. Something I imagine we as humans are accumulating context daily and doing reinforcement training while we sleep.

  24. comment
    Comment #43860704

    It seems like it would be more stable to run windows office under wine instead.

  25. comment
    Comment #43704692

    I think it is due to java already featured the threadlocal mechanism so the ecosystem get used to it. I just recently rediscovering java (w/o framework) when virtual thread landed …