Justine Tunney
Justine Tunney
I'm still catching up on this thread. Wow a lot of lively discussion here. I'm so happy to see how passionate folks are about their visions for Blink's future. Please...
One thing we discussed recently on Discord is that having ptrace could potentially pave the way for running GDB inside Blink. Obviously Blinkenlights is the native debugger experience that fully...
It can probably be implemented on other platforms using just poll() if necessary. I've implemented epoll() support for just Linux for now. I was hoping it'd be enough to run...
Could you try syncing to head and let me know if that fixes things?
Blink builds fine for me on Raspberry Pi if I run: ``` ./configure make ``` If `sqrt` can't be found, then maybe check `less config.log` and see if `-lm` is...
@borkdude The `bb` executable is dynamic. It depends on things like Glibc being provided by the system. Possibly try downloading something like https://dl-cdn.alpinelinux.org/alpine/v3.17/releases/x86_64/alpine-minirootfs-3.17.2-x86_64.tar.gz and using that directory as your chroot...
That'd be cool to have. It's a tricky thing to contribute though, since we'd need to come to an agreement about which dependencies will need to be added in order...
Getting software to run painlessly actually is one of the things that llamafile does best. It was only as recently as 2022 that we all believed using machine learning software...
I'm sorry but what does langchain have to do with this issue? As far as I can tell, permissively licensed c/c++ software for turning pdf into text hasn't been written...
Taking a closer look, xpdf integration is blocked on jart/cosmopolitan#1065