Update page 'FAQs'

Russtopia 2019-05-03 18:11:08 -07:00
parent 48c56b35b3
commit 66c6c5bbf2
1 changed files with 2 additions and 2 deletions

@ -28,9 +28,9 @@ Sure, but again this was a learning project, and those are also written in C, wi
### You should have written it in Rust!
Go away. Just kidding. Well, half-kidding. I plan to learn Rust someday, but not today. Feel free to port `hkexsh` to Rust if you're a wiz, and I'd be interested to compare the implementations, really! (I'll still prefer the solution which is easier to read and with lower SLOCC, which I honestly doubt Rust will achieve... prove me wrong, I'll happily buy the beer.)
Go away. Just kidding. Well, half-kidding. I plan to learn Rust someday, but not today. Feel free to port `hkexsh` to Rust if you're a wiz, and I'd be interested to compare the implementations, really! (I'll still prefer the solution which is easier to read and with lower SLOCC, which I honestly doubt Rust will achieve... I may be proven wrong, and I'll happily buy a round of beer at the release party where this is demonstrated.)
### Why won't the server `hkexshd` build in Windows?
WIndows has a completely different console and file handle model from UNIX/POSIX OSes. I jumped through some hoops to get the client `hkexsh` building and running under MSYS2, but the server side needs a lot more platform-dependent voodoo. I don't have the expertise nor desire to go off into the weeds on this; contributors are welcome.
Windows has a completely different console and file handle model from UNIX/POSIX OSes. I jumped through some hoops to get the client `hkexsh` building and running under MSYS2, but the server side needs a lot more platform-dependent voodoo. I don't have the expertise nor desire to go off into the weeds on this; contributors are welcome.