umgeher's changelog

golang: compact JSON

Criando o client do VPNAPI em golang…

func compactJSON(in []byte) []byte {
	buf := new(bytes.Buffer)
	err := json.Compact(buf, in)
	if err != nil {
		return nil
	}

	return buf.Bytes()
}

Articles from blogs I follow around the net

Self-hosting at home and privacy

# Introduction You may self-host services at home, but you need to think about the potential drawbacks for your privacy. Let's explore what kind of information could be extracted from self-hosting, especially when you use a domain name. # Public info…

via Solene'% 2024-09-12 00:00

Game of Trees 0.103 released

Version 0.103 of Game of Trees has been released (and the port updated). * got 0.103; 2024-09-24 see git repository history for per-change authorship information - fix bug causing performance to degrade as more and more pack files appear - tog: add diff view &…

via OpenBSD Journal 2024-09-10 05:39

Xecast Episode 4: A Psychic Whiplash Week

Xe reflects on a week of intense ups and downs, navigating a whirlwind of job offers, contract work, and personal projects.

via Xe Iaso's blog 2024-09-10 00:00

Generated by openring