Viewing profile — ethanpailes
ethanpailes
HN member- Joined
- Thu, Dec 21, 2017, 6:50 PM UTC
- HN karma
- 186
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About ethanpailes
No profile information was provided.
Recent public activity
-
comment
Comment #48708820
A lot of the reason Chinese goods are cheap has to do with their technical competence, low labor costs and a streamlined industrial system, but they also use a lot of subsidies, cu…
-
comment
Comment #48533225
https://github.com/wayland-transpositor/wprs
-
comment
Comment #48085513
In the Haskell community I’ve seen the second kind called “space leaks.” I don’t see it used much outside that community but I like the term and use it when talking about other lan…
-
comment
Comment #46925145
Server costs actually matter quite a bit at the scales of the incumbents in this space. Also, speed can be an important part of UX. Scaling horizontally won’t help if the engine it…
-
comment
Comment #46790620
> I do like being able to use X over the nextwork but that is a problem that can be solved. And in fact has been: https://github.com/wayland-transpositor/wprs
-
comment
Comment #45704245
I will absolutely eat a whole bag of oranges in a sitting.
-
comment
Comment #45627415
Sperm whales arguably farm by always dedicating at the top of the water column and measurably increasing the fertility of the seas they swim in. It seems possible that is deliberat…
-
comment
Comment #44996792
China turning the corner on emissions has far more to do with their desire to get out from under the possibility of an oil blockade locking up their economy than green pressure fro…
-
comment
Comment #44466539
TPUs do give Google a unique structural advantage on inference cost though.
-
comment
Comment #42546637
Since the financial crisis the US economy has kept on trucking, while the EU has stagnated. This isn’t all because of the euro, but it’s definitely a disaster and I think it is rea…
-
comment
Comment #41809216
Since the pandemic, enforcement of traffic laws has fallen off a cliff, with a corresponding increase in traffic deaths. That is the result of a specific policy choice. Women who g…
-
comment
Comment #40680102
Yeah reconnecting from different terminals is a pretty tricky problem to solve (and in fact can't be solved in general because of potential skew between the terminfo db on the clie…
-
comment
Comment #40676251
Yeah I was expecting a lot of that, which is why I found that survey data so surprising.
-
comment
Comment #40676234
Not trying to be a window manager is pretty much the reason it exists!
-
comment
Comment #40676208
If you’re using a tiling window manager your window switch keybindings necessarily conflict between the manager and tmux, since if you configure the same one and then press it whil…
-
comment
Comment #40676183
Well potentially some, but definitely not tiling and screen splitting.
-
comment
Comment #40675937
You can definitely use it in production, it is deployed internally at Google and we have a bunch of users. It doesn’t currently work on MacOS, but one of my colleagues is currently…
-
comment
Comment #40673681
Oh, thanks for catching this. I'll clean it up https://github.com/shell-pool/shpool/pull/43
-
comment
Comment #40672937
It's definitely not a complete alternative, but a surprising number of tmux users are only in it for the session persistence. We did a little internal (criminally underpowered and …
-
comment
Comment #40672863
You definitely don't need the in-memory terminal emulator to handle resizes or allow attaching with multiple local terminal emulators, since dtach does both and does not have an in…
-
comment
Comment #40670533
tmux does support scrolling and copy-paste, but they often work subtly differently than the way they do in a native terminal. For example, when I try putting `set -g mouse on` in `…
-
comment
Comment #40670398
Oh thanks for mentioning EternalTerminal. I should add it to the comparison section in the README. It looks like it is similar to mosh in that it does stuff at the network level wh…
-
comment
Comment #40670283
Yeah that's a good point, "lightweight" was probably not the best term. I meant lightweight in terms of the cognitive overhead of picking up a new tool, not really in terms of perf…
-
comment
Comment #40670221
Screen is discussed along with tmux in the [comparison section]( https://github.com/shell-pool/shpool#tmux-and-gnu-screen ) of the README. For most of the section I just say `tmux`…
-
story
Show HN: Shpool, a Lightweight Tmux Alternative
shpool is a terminal session persistence tool developed internally at google to support remote workflows, which we have open sourced.