Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sisk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
sisk
10mo ago
Thanks for this info. First I'd heard of it. Here's a link for others. https://developer.1password.com/docs/ssh/bookmarks/
2.
▲
by
sisk
1y ago
> 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.
▲
by
sisk
1y ago
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.
▲
by
sisk
1y ago
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 is exacerbated by it. It's actively being investigated
5.
▲
by
sisk
1y ago
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 successfully.
6.
▲
by
sisk
1y ago
My pleasure—happy to share an alternative. Thanks for making and sharing a thing!
7.
▲
by
sisk
1y ago
If I understand this correctly, the `BroadcastChannel` API solves a similar purpose. https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_C...
8.
▲
by
sisk
1y ago
Heads-up: the terms and privacy policy links are broken.
9.
▲
by
sisk
2y ago
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-command 2&g
10.
▲
by
sisk
2y ago
This is possible with this newly released version. Just add this to your config. keybind = "cmd+.=text:\x03"
11.
▲
by
sisk
2y ago
Websockets are bidirectional while SSE is unidirectional (server to client). That said, there's nothing stopping you from facilitating client to server communication separately from SSE, you just don't have to build that channel w
12.
▲
by
sisk
2y ago
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, hard turning, hard acceleration). Not enabled by d
13.
▲
by
sisk
2y ago
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[0]. I didn't check if this proxy balances across multi
14.
▲
by
sisk
2y ago
Anyone know the story behind the name? Couldn't find anything in the docs.
15.
▲
by
sisk
2y ago
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 decided to go that route.
16.
▲
by
sisk
2y ago
> 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 key size with a minimum of 25
17.
▲
by
sisk
3y ago
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 listen to feedback. Features: Ask on Page -
18.
▲
by
sisk
3y ago
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 unsupported chipsets that require a custom build, but many do. Ca
19.
▲
by
sisk
3y ago
To add, modern u-boot has enough UEFI support that you can get away with using it instead of this full tianocore-based implementation.
20.
▲
by
sisk
4y ago
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 some folks in here. All it does is consistently colors the
21.
▲
by
sisk
4y ago
#B00B00 (dark red) was my favorite
22.
▲
by
sisk
4y ago
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 moment!
23.
▲
by
sisk
4y ago
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 highlighted application.
24.
▲
by
sisk
5y ago
Sure, the _amount_ of content has grown given the lowered technological barrier for entry and the ease of distribution but content quality isn't some finite resource that is spread out within some limit. If anything, more content means
25.
▲
by
sisk
6y ago
Short: Comcast will delay enforcing the 1.2TB data caps until August (originally scheduled for March) for customers in the north east.
26.
▲
At AG Shapiro’s Urging, Comcast Delays New Data Thresholds
(attorneygeneral.gov)
4 points
by
sisk
6y ago
|
1 comments
27.
▲
by
sisk
6y ago
From the linked article, here is the full quote: > "The entire infotainment system is a HTML 5 super computer," Milton said. "That's the standard language for computer programmers around the world, so using it let
28.
▲
by
sisk
6y ago
Curious why the author declares Container Linux bullshit/unsuccessful? I thought it was a wonderful project that got better over its (brief) lifetime. The active/passive upgrade was an absolute blessing. If the declaration is it w
29.
▲
by
sisk
6y ago
Used this extensively before password managers were abundant—even wrote my own bookmarklet for it ~10 years ago[0]. One thing to be mindful of: login URLs can and do change. When this happens, unless you can recall the hostname, you're
30.
▲
YouTube forgoes streaming quality to prevent European networks buffering
(reuters.com)
1 points
by
sisk
6y ago
|
0 comments
More ›