Sam Stuewe
Sam Stuewe
brainfuck, though helpful and powerful on its own, is missing some vital functionality (e.g., sockets and file IO). Luckily, [brainfuck++](http://www.jitunleashed.com/bf/) steps up to fill these gaps. Adding the ability to...
This actually has almost everything I want. Now, the only thing I'm hoping for is automatic repeat transactions. For instance, part of my income is fixed and is deposited on...
[Symmetry454](https://www.individual.utoronto.ca/kalendis/symmetry.htm) is an alternative calendar which fixes a great deal (all?) of the poor design decisions of the Gregorian calendar. Below is my short-list (cherry-picked from the above link): *...
I'm imagining a view like this: Counter Name | Value -|- Player 1| (-) 50 (+) Player 2| (-) 35 (+) (but, you know, good.) This would be perfect for...
It looks like an accepted alternative (to nested church pairs) implementation of lists in the lambda calculus is representing them as a right-fold. There are a few benefits to this...
`lci` is already incredibly wonderful. But, adding some support for the De Bruijn Index notation could lead to some amazing things. Below is a list of things I would love...
When I try to execute any instruction (for example, `inc rax`), I get the following output before the list of registers (which do not change). ``` ptrace() - failed to...
Is there any chance of libsixel supporting true color (i.e., 24-bit color) in the future? If it managed to get this feature, we could have incredibly high-quality images on-terminal. I...
[libsixel](https://github.com/saitoha/libsixel) is an ANSI-compatible library for SIXEL/DEC graphics painting in a terminal. This allows for richer interface design and better integration between the text-based and graphical environments. There is at...
Commit e758902550d92c1c1ea6758ad2b22a8e73a6039e moved `lwan_straitjacket_enforce` and friends to `lwan-private.h`. It seems like there's no C API equivalent/alternative available to drop privileges or isolate lwan to operate only in the directories where...