@mshiltonj What layout: row stagger, ortholinear, column stagger?
How many keys: fewer to reduce finger travel?
Do you require pre-built, or is custom an option?
Keyboardio Model 100
QK Alice Duo
Keeb.io Sinc
Corne
Or go all the way and get something that's not even board shaped: the Svalboard.
All five of these are fully customizable. They should all be open source, but QK is a known GPL violator.
@viticci Yes, they already do call it that. That's the problem, they're different things, they should have different names.
Witness my parents who just bought three new TVs because they wanted to watch something on youtube, so they needed a TV with youtube on it. They couldn't use the AppleTV box because the show is not on AppleTV (the service).
We need to be pedantic, because it's the right thing to do, for clarity.
@mshiltonj Yes:
s1 := &http.Server{...}
s2 := &http.Server{...}
s1.HandleFunc{...}
s2.HandleFunc{...}
s1.ListenAndServe()
s2.ListenAndServe()
It may be an issue that ListenAndServe blocks.