Viewing profile — kuekacang
kuekacang
HN member- Joined
- Fri, Sep 10, 2021, 6:04 AM UTC
- HN karma
- 20
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About kuekacang
No profile information was provided.
Recent public activity
-
comment
Comment #49014887
With advent of ai-based impersonation, I wonder why in-person reset is not the priority right now
-
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.
-
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.
-
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…
-
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 …
-
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…
- comment
-
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…
-
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 …
-
comment
Comment #46582840
> A UDP joke I would tell you... but you might get it not
-
comment
Comment #46524922
Except the text is stored as image, I can't imagine localization would be that large.
-
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.
-
comment
Comment #46334572
experiencing how text renders differently, slowly, with my potato battleship
-
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.
-
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
-
comment
Comment #45708007
Oh hey, a fellow noticing person!
-
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.
-
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…
-
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…
-
comment
Comment #45367301
Maybe weird behavior on my end? Or perhaps you need to select part of 's content to trigger it?
-
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.
-
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…
-
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.
-
comment
Comment #43860704
It seems like it would be more stable to run windows office under wine instead.
-
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 …