Lin

Results 127 comments of Lin

The underlying test suite is free: https://github.com/jepsen-io/jepsen

E.g. https://www.hazelcast.com/blog/testing-the-cp-subsystem-with-jepsen/

@peterix since you work for Mojang, are there any plans to do first party mod hosting or perhaps use something like GitHub Packages? An open alternative to CurseForge would be...

Maybe you can start an initiative?

Try again! Don’t give up :) The modding community does not have a lot of alternatives right now and everyone is suffering for it.

One possible solution would be to have MultiMC track all the config files with version control like git and do a diff against the new files whenever the pack is...

Perhaps it is time to revisit the automatic conversion idea again? It may not be idiomatic but a pure Rust core is a lot easier to refactor than the mess...

Building compilers and JIT interpreters in Rust is relatively straightforward with Cranelift. It would not be difficult to surpass native Emacs' performance given that a pure Rust core would be...

Closing this in favor of https://github.com/emacs-ng/emacs-ng

We replicated this at KloudTrader using gotty and screen: https://github.com/yudai/gotty/pull/209/files Throw in a NAT puncher like Ngrok and you get terminal live stream. Considering spinning this into a service if...