rektide
rektide
I'd love color theme support. Custom colors were a wonderful way to personalize your os.
Handlers currently must return their results immediately. Feature request: asynchronous execution.
Potential fix for sidorares/node-dbus#9 , using http://github.com/kriskowal/q .
Hiya. The install seems to go ok: ``` /npm install npm http GET https://registry.npmjs.org/fuse4js/0.1.1 npm http GET https://registry.npmjs.org/dbus-native/0.0.5 npm http GET https://registry.npmjs.org/xml2js/0.1.14 npm http 304 https://registry.npmjs.org/fuse4js/0.1.1 npm http 304 https://registry.npmjs.org/dbus-native/0.0.5...
"How Hypercore Works"[1] describes the underlying data structure of Hypercore, which is the flat-tree discussed in RFC 7574 PPSP. Add this link. [1] https://dat-data.readthedocs.io/en/latest/hyperdrive_spec/#how-hypercore-works
Hello. I've been thinking about re-creating the async_hook capabilities for the browser, in whatever kind of limited fashion. It would be interesting to me to try to create observability points...
Heyya. Lovely site. It'd be great to get an Atom or RSS feed of these. I'm not great at remembering to visit individual sites, but if there was a feed...
["Web3"](https://web3.foundation/) should make up some huge truckload of horseshit new crap which requires a boatload of new status codes. I don't know how they'll ever do anything http related ever,...
I'm curious why [this.#helper()](https://github.com/erights/Orthogonal-Classes/tree/9cf063e0bcdfa8a3bff2c07099dbd597fade1360#no-private-methods-on-prototypes) would be disallowed? This seems to be a very very common language pattern, but I've never understood a good reason for it. I understand that it's...
I'd like to see LZ4 framing supported. The frame-descriptor includes an optional content-length, which may help to eliminate go-lz4's unique means of storing such: > go-lz4 saves a uint32 with...