hackerb9
hackerb9
I have a bluetooth keyboard setup to play Vector Pinball, but as soon as I tap Z or / to activate the flippers, the screen gets washed out. I can...
So, I was reading through [Steve Ciarcia's "Build Your Own Z80 Computer"](https://books.google.com/books?id=mVQnFgWzX0AC&printsec=frontcover#v=onepage&q&f=false) from 1981 and came across a datasheet in Appendix C9 which has a font that I do not...
I'm quite loving using `toot tui` with the awesome Sixel patch, but one problem I have is that images usually are too large and need to be scrolled. There are...
Some function names are buggy. If the user defines a function `EIGhtieth`, it will evaluate to `iEIGeh^2t^2`. This seems to happen when a capital `E` is used in the name....
Hey there. I just got a [second bug report](https://github.com/hackerb9/lsix/issues/62) on my [lsix](https://github.com/hackerb9/lsix/) repository asking if Neovim's Terminal will be able to run `lsix`. This time, the report specifically mentioned the...
### The problem Currently, using reader-view to listen to web pages that have mathematics in them is broken. For example, here is an article which discusses the quadratic equation: https://www.quantamagazine.org/the-symmetry-that-makes-solving-math-equations-easy-20230324...
The README and documentation do not mention a command line interface or any sort of reference implementation. This is something that people do look for and so it would be...
Currently, one must use obscure AT commands to set the modem to different speeds. For example, to use 9600 bps, one types `AT+MS=9,1`. It would be swell if `modem` allowed...
I've sent a pull request so that `modem` will use the default ALSA sound device. While this is good, it is not sufficient. There should be a way for a...