kohlschuetter

↗ HN profile [ 60.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. The Serial TTL connector we deserve (kohlschuetter.github.io)
  2. jacline is a Java-to-Javascript transpiler, using a forked version of j2cl in combination with Google Closure Compiler, plus other libraries providing APIs that combine the Java world with the browser world.…

  3. With this standalone compiler, you can rely on all Java 11 javac features to be available, even when using newer Java versions. Specifically, this allows you to: - compile code even if your Java environment isn't a full…

  4. unsock is an LD_PRELOAD-able Linux library that converts AF_INET socket connections to AF_UNIX, AF_VSOCK, AF_TIPC, etc, helping reduce the dependency on TCP/UDP/IP for local communication. It even handles the painful…