Finn Westendorf

Results 9 comments of Finn Westendorf

You need to have golang installed and then run the command tomnomnom listed in the README.md of the program you want to install. For kxss that would be: ``` go...

You may want to get a list of urls with tomnomnoms waybackurls, then grep though it for = (to find urls with get parameters like ?x=y) and then just pipe...

To give var names: Title GroupID FromID

I might not need that anymore, I took a look at the websocket stuff and it's decent! E.g. a chat bot is already possible! I couldn't get everything yet, but...

lgtm but I still don't get why this realtime API is publicly accessible. Am I missing something?

May I suggest that you still allow appending text? I think that might be good for correcting errors/updating info, so info in huge conversation doesn't get lost. EDIT: like this...

If we just implement a code friendly authentication mechanism, we can still use all endpoints we already have (incl. everything listed above), don't want to give that up. It could...

Just did some pseudo benchmarks, the big list always took over a second (max was 3,7s) seconds to respond, a single post (main request with the content) usually took under...

> still want to load the posts from top to bottom I didn't mean concurrently, I literally meant one by one, from top to bottom, maybe in chunks (apart from...