reverofevil

Results 104 comments of reverofevil

I've forked your code base to add annotations and fix some issues, so there could be a pull request soon.

https://github.com/zedeus/nitter/issues/983#issuecomment-1913362376 Nitter is no more,

> Not really, because what works in async also works in sync. Unfortunately, no, because even sync code in async function will produce a Promise that resolves in next microtask....

I don't think this should be done on peggy side. `return async function() { return ...; }` or `return (some promise)` is totally doable with the way it works right...

This has a bit more to it than merely "ollama violates license of llama.cpp". The whole web is built around MIT libraries, dozens of them on every page. What was...

> you should make sure Well, _we should_, but there is no mention of "Meta Platforms" in source code of this page either. Worse, all the GPL software was likely...

> seems no one wants to use a real textbook these days For example, CLRS has segment trees and join-based tree algorithms as questions after one of the chapters. Because...

> really understanding an algorithm > that is a logic formalism which was never the point of proofs in an algorithms book I think we all would find ridiculous the...

1. List of contributors is generated mostly from git history. If you clone this repo, and then start translating, they'll be still on the list. 2. To get notified of...