Mike Forster

Results 18 comments of Mike Forster

> Would this also address the issue that if I've seen a post already and some time later one of the accounts I'm following does boost this very same post,...

I think storing client-side is a reasonable initial implementation. Server-side gives better user experience, but it's also more effort and harder to achieve in general. I'd rather have client-side storage...

I deliberated a bit more about how the different options of "marking" and "displaying" work together. I think the key is that there should be some explicit user interaction involved....

(I hope you don't mind drive-by commens. Feel free to ignore) This is great! One way it could be improved: Currently the scrolling with j / k is somewhat unpredictable....

The sign-out issue (https://github.com/elk-zone/elk/issues/1056) has already been fixed. It's not deployed to the main Elk domain, yet, but [canary](https://main.elk.zone/home) already has it.

Thanks for the tip with `nix-ld`. Indeed, all that I needed in my case was ``` programs.nix-ld.enable = true; ```

IMHO `sync` is ambiguous about the direction. Does it only pull or also push?

> I don't think we've had any confusion about that at Google with our `hg sync` command That's not representative, because ~everybody at Google has used Perforce/Piper. FWIW, VSCode has...