Live data from Hacker News

Viewing profile — sisk

sisk

HN member
Joined
Fri, Oct 08, 2010, 9:36 PM UTC
HN karma
605
Public activity
165 items

About sisk

[ my public key: https://keybase.io/jeancharles; my proof: https://keybase.io/jeancharles/sigs/tHJQXHjedDoWcAmTSK-S-ZBPECxJ9CDBFqfh2V33Ba8 ]

Recent public activity

  1. comment
    Comment #46034122

    Thanks for this info. First I'd heard of it. Here's a link for others. https://developer.1password.com/docs/ssh/bookmarks/

  2. comment
    Comment #45352127

    > No ⌘. sending CTRL-C This comment sounded familiar[0]. :) For what it's worth, still possible with: keybind = "cmd+.=text:\x03" [0]: https://news.ycombinator.com/item?id=42889411…

  3. comment
    Comment #44661355

    There's a setting that will allow you to double-click to open a file from the multibuffer which I find more natural: { "double_click_in_multibuffer": "open" }

  4. comment
    Comment #44661217

    Re GPU usage: noticed this myself a few months back and decided to poke around. Recommend turning off the minimap if you have it enabled. There seems to be some over-rendering that…

  5. comment
    Comment #43997372

    Hiya. No questions but just an fyi: the version of `@fresh/init` mentioned in the article (`2.0.0-alpha.30`) fails to run. Looks like latest at this time (`2.0.0-alpha.33`) runs su…

  6. comment
    Comment #43571447

    My pleasure—happy to share an alternative. Thanks for making and sharing a thing!

  7. comment
  8. comment
    Comment #43570969

    If I understand this correctly, the `BroadcastChannel` API solves a similar purpose. https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_C...

  9. comment
    Comment #43435790

    Heads-up: the terms and privacy policy links are broken.

  10. comment
    Comment #43267401

    zsh also supports the "alias anywhere" concept (their term is "global alias") by using the `-g` flag. alias -g ag='2>&1 | grep' some-command ag 'words' # equivalent to: some-comman…

  11. comment
    Comment #42889411

    This is possible with this newly released version. Just add this to your config. keybind = "cmd+.=text:\x03"

  12. comment
    Comment #42822369

    Websockets are bidirectional while SSE is unidirectional (server to client). That said, there's nothing stopping you from facilitating client to server communication separately fro…

  13. comment
    Comment #42702124

    For GasBuddy, specifically, it was used for an opt-in feature known as "Trips" whose purpose was to show you driving insights such as those mentioned in the article (hard braking, …

  14. comment
    Comment #41610502

    For the first part of your question about the other replicas, docker will load balance between all of the replicas either with a VIP or by returning multiple IPs in the DNS request…

  15. comment
    Comment #41409528

    Anyone know the story behind the name? Couldn't find anything in the docs.

  16. comment
    Comment #41312236

    Price will come down and, in the meantime, compounding pharmacies are filling the gap in addressing stock shortages and high prices. Just be sure to use a reputable pharmacy if you…

  17. comment
  18. comment
    Comment #40848992

    > The private key is much easier to set up than stunnel's TLS certificate, "dd if=/dev/urandom count=4 bs=1k of=key" and you're good to go. The spiped documentation recommends a ke…

  19. comment
    Comment #37754153

    Enabled by typing "max" in the Arc command bar (cmd + T). Will be available for free for at least 90 days. Video did not mention what would happen after that time—they said they'll…

  20. comment
    Comment #37498476

    Many of the gl.inet routers can run vanilla OpenWRT out of the box—the linked router above (Beryl) included[1]. Be mindful that not every one of their routers can as some run unsup…

  21. comment
    Comment #35505489

    To add, modern u-boot has enough UEFI support that you can get away with using it instead of this full tianocore-based implementation.

  22. comment
    Comment #33973367

    Loosely related: a few years ago I wanted a simpler alternative to some of the more feature-full log viewers out there so I threw together a tiny (50kb) app that might be useful to…

  23. comment
    Comment #31675662

    #B00B00 (dark red) was my favorite

  24. comment
    Comment #31003231

    Even better even better: the password encoding scheme was rot13 prefixed with a zero and postfixed with a one. I made a keygen for it. Completely forgot about it until this very mo…

  25. comment
    Comment #30877911

    In case you have multiple minimized windows, another seemingly little known trick is pressing 1 while in the application switcher which will show all of the windows for the highlig…