Viewing profile — sisk
sisk
HN member- Joined
- Fri, Oct 08, 2010, 9:36 PM UTC
- HN karma
- 605
- Public activity
- 165 items
- HN profile
- View on Hacker News ↗
About sisk
Recent public activity
-
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/
-
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…
-
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" }
-
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…
-
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…
-
comment
Comment #43571447
My pleasure—happy to share an alternative. Thanks for making and sharing a thing!
- comment
-
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...
-
comment
Comment #43435790
Heads-up: the terms and privacy policy links are broken.
-
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…
-
comment
Comment #42889411
This is possible with this newly released version. Just add this to your config. keybind = "cmd+.=text:\x03"
-
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…
-
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, …
-
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…
-
comment
Comment #41409528
Anyone know the story behind the name? Couldn't find anything in the docs.
-
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…
- comment
-
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…
-
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…
-
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…
-
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.
-
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…
-
comment
Comment #31675662
#B00B00 (dark red) was my favorite
-
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…
-
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…