Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
noergl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
noergl
2y ago
Maybe have a look at https://github.com/ktock/container2wasm , it most likely could boot into a customized container with all golang tools installed.
2.
▲
by
noergl
3y ago
Plz stop to worry. They only need that to help you around in the future, not to do any harm. Imagine you love their non-free offers later on, but don't know how to contact them to share credit card number - what a disruption on your en
3.
▲
by
noergl
3y ago
100%. What ppl often mixup is shell responsibility and the terminal itself. They are not really to blame for that, because their interactive terminal usage is mostly at a shell prompt. Idk how they implemented things here, prolly by sidecha
4.
▲
by
noergl
3y ago
Very true, the Amish lifestyle alone debunks most of the telling above as heavily skewed. Implying certain society values and a way of thinking as natural or god-given, while in fact it only summarizes, whats currently pretty famous as west
5.
▲
by
noergl
3y ago
I totally understand choosing a HTML engine for output rendering, given the type of additional content you want to provide on top of normal terminal stuff. This would be really painful and expensive to implement & maintain in native GUI
6.
▲
by
noergl
3y ago
Thx for clarification. And sorry that I raised that suspicion, seems I misinterpreted the enthusiastic style of the article.
7.
▲
by
noergl
3y ago
Wow, so much discomfort expressed here about slow scrolling. Are we all adopted to read tons of pages of terminal output flying by? I'm certainly not, and XOFF doesnt work anymore in many setups. Pagers for the rescue, though not worki
8.
▲
by
noergl
3y ago
Is it just me or does the article read a lot like disguised paid promotion? I have no problem with paid promotions at all, but rather would like to see a disclaimer then.
9.
▲
by
noergl
3y ago
Its true, that a browser engine has a higher resource usage initially - it can easily hog 50-100MB without any content being loaded, but seriously, thats not much of a concern anymore these days. On the other hand it provides a great progra
10.
▲
by
noergl
3y ago
Keyboarders are prolly the ppl with fastest trained finger action on earth, be it on a computer keyboard or a music keyboard. In digital music production there is a magic threshold of 15-20ms latency for input signals - if a signal takes lo
11.
▲
by
noergl
5y ago
I tend to disagree. The fact, that a browser engine and JS is involved raises the bar significantly during security audits. It brings additional third-party players into the chain you have to trust. Meanwhile I suggest to read https:/
12.
▲
by
noergl
5y ago
Well it is not that bad, imho all newer terminal implementations, that dont try to strictly emulate a VT340, do sixel this way. libsixel even propagates this as "highcolor". But again, sixel is still limited to ~1M colors in RGB a
13.
▲
by
noergl
5y ago
Imho there is some misconseption here, how the sixel protocol works for the colors part. It is not about any bit-depth of an image, as it is paletted. But other than most standard paletted formats, it can redefine its colors on-the-fly, whi