ed

Results 18 comments of ed

I have been maintaining a patch for line numbers: https://github.com/9001/copyparty/blob/hovudstraum/scripts/deps-docker/marked-ln.patch however, it has many problems: * there is an off-by-one at the start of every ~~table~~ list * i don't...

Oh hey, I made this! Check out https://github.com/9001/softchat EDIT: The current output modes, `-m1` and `-m2`, are designed for high-speed chats (10+ messages per second) -- I'll add a more...

it does this by default, yes

thanks, was afraid someone would bring that up w i think the thing you had in mind is called windowing or "virtual tables", and apparently there's a whole bunch of...

aight, ended up with this: * defaults to showing the first 250 files according to sort prefs * defaults to loading 4x the amount of files currently shown every time...

Also check the iLO configuration -- it can be configured to make itself available over a regular nic-port instead of (or in addition to) the dedicated iLO port, and maybe...

> And that did remind of [_How to ask smart questions_](http://www.catb.org/~esr/faqs/smart-questions.html) Please stop

Sorry to say this still occurs on master right now (cad1cc6b449b63415ffdad8e12f13df4256106fb). I believe the boot.ipxe.org images are not built with `DEBUG=dhcp,malloc,iobuf` so the error would not appear visibly on those....

Yep :+1: ``` qemu-system-x86_64 --version QEMU emulator version 5.2.0 (Debian 1:5.2+dfsg-11+deb11u2) qemu-system-x86_64 -cdrom bin/ipxe.iso ```

Alright, improved the comments :+1: The `OR 4` (instead of XOR) was intentional btw! Since there is a tiny chance that the other entropy sources could result in the value...