HN user

vlinx

19 karma
Posts22
Comments8
View on HN
protector4j.com 4mo ago

Protector4J converts JVM bytecode to private ISA for protection

vlinx
3pts0
protector4j.com 4mo ago

Why JVM bytecode protection is still an unsolved problem in 2026

vlinx
7pts0
gopacker.dev 2y ago

Programs written in Golang have no secrets

vlinx
37pts37
www.youtube.com 2y ago

A Reverse Proxy with Automatic Translation, SEO-Oriented [video]

vlinx
2pts1
gist.github.com 3y ago

NativeImage Reverse Engineering

vlinx
1pts1
www.youtube.com 6y ago

Protect Java Class from Decompilation

vlinx
2pts0
github.com 6y ago

A Java library to manipulate process, easy to use and clear

vlinx
1pts0
www.youtube.com 6y ago

Protect Spring Boot App

vlinx
1pts0
youtu.be 6y ago

Protect Tomcat App with Protector4J

vlinx
2pts0
youtu.be 6y ago

Protect Java App with Protector4J

vlinx
1pts0
n.vlinx.io 8y ago

A way to protect Node.js app

vlinx
1pts0
j.vlinx.io 8y ago

A new solution to protect Java class from decompiling

vlinx
2pts1
j.vlinx.io 8y ago

A new solution to protect Java class from decompiling

vlinx
1pts0
j.vlinx.io 8y ago

A new solution to protect Java class from decompiling

vlinx
1pts0
github.com 8y ago

A lite go logging component

vlinx
1pts0
j.vlinx.io 8y ago

New Java Anti Decompile Solution

vlinx
1pts0
news.ycombinator.com 8y ago

A new solution to protect Java class from decompiling

vlinx
1pts0
j.vlinx.io 8y ago

A new solution to protect Java class from decompiling

vlinx
3pts0
news.ycombinator.com 8y ago

A new solution to protect Java class from decompiling

vlinx
1pts0
news.ycombinator.com 8y ago

A new solution to protect Java class from decompiling

vlinx
1pts0
j.vlinx.io 8y ago

A new solution to protect Java class from decompiling

vlinx
1pts0
github.com 8y ago

A brief go-logging

vlinx
2pts1

It's always fascinating to dive into the internals of the Go linker. One aspect I've found particularly clever is how it handles static linking by default, bundling everything into a single binary

We just finished a reverse proxy with auto-translation function, empowered by large language model, the translation quality is quite good now, our product can support static HTML pages and dynamic JS frameworks, such as React, Vue, etc., pages are all rendered into static pages, which is very beneficial to SEO

A brief go-logging 9 years ago

import "github.com/vlinx-io/go-logging"

logger := logging.New("info.log", "error.log") logger.Debug("it's a debug msg") logger.Info("it's an info msg") logger.Error("it's an error msg")