2021-11-13 01:50:06 anybody here aware of TinyMUCK/MUF? 2021-11-13 05:41:30 What's the simplest way to read input from linux terminal for "KEY" behaviour? read syscall from stdin isn't enough. Do I have to call termios to disable buffering? 2021-11-13 05:41:57 Disable echo as well 2021-11-13 05:51:35 Ah ioctl syscall it is 2021-11-13 07:44:03 neuro_sys_: Yeah look up 'raw mode' 2021-11-13 07:44:30 You still won't get all input, like e.g. SDL or a keyboard interface would provide, but should be enough for KEY 2021-11-13 07:47:32 Thanks, yeah no need for that stuff yet. 2021-11-13 07:51:37 My keyboard driver code is some of my worst and most annoying code in my ZX Spectrum FORTH 2021-11-13 07:52:38 And it's partly because I tried to define EKEY et al as from the standard, so my fault really for using the standard 2021-11-13 07:53:03 You live you learn 2021-11-13 09:03:01 Linear regression: https://ideone.com/ZTN7TM Graphed: https://www.desmos.com/calculator/5xp2kdrxe6 2021-11-13 09:06:09 Cool, nice that without floating point 2021-11-13 09:32:19 Yeah wouldn't be very interesting with floating point 2021-11-13 09:44:39 What's the best FORTH pastebin? ideone.com will actually run it but it screws up the syntax highlighting for some reason 2021-11-13 09:44:57 The syntax highlighting works in the editor and then forgets what language it is for the actual shared version