Zuckerbude

not your average tech/non-tech blog - since 2007

Zuckerbude 3.0

December 18, 2020 Technical Ben Zucker

The whole website has been reworked. Why? Because I can. After a very long time it is now time to say goodbye to Wordpress and say hello to Hugo.

What is Hugo?

Hugo is “The world’s fastest framework for building websites”. You can learn more here.

Simplified it takes your input files, which are formatted using the Markdown syntax, and a template and creates a ready to upload website from that.

There is no web interface or fancy WYSIWYG-editor thing. You can use any text editor, preferably one with syntax highlight or even a small IDE like VScode.

Visual Studio Code editing my website

Visual Studio Code editing my website

After editing the changes can be previewed locally by using

hugo server --disableFastRender --ignoreCache

which will provide a http server that serves the website on localhost. Once satisfied the output of the public folder is pushed to the webserver and the changes are live immediately.

Continue reading

VeraCrypt and Panfrost compile vs 1GB memory

November 10, 2020 Technical Ben Zucker

Recently I needed to build mesa on my OrangePi One Plus to get the most out of the current Panfrost support. However the building always failed because the board locked itself up. Some research showed that it most likely ran out of memory.

A bit later I tried building VeraCrypt on a NanoPi Neo3 and after a while run into the same issue.

Armbian does ship zram with each board to get help get around the memory lacking a bit. However in these cases it simply was not enough.

Continue reading

Interessant: die #Bild plant eine tendenziöse Berichterstattung über unsere Vorpublikation zu Viruslasten und bemüht dabei Zitatfetzen von Wissenschaftlern ohne Zusammenhang. Ich soll innerhalb von einer Stunde Stellung nehmen. Ich habe Besseres zu tun.

Christian Drosten

Finally...

January 18, 2020 Technical Ben Zucker

…moved to a fresh VPS using Debian 10 as OS. Also IPv6 is now configured and available.

The mailserver stuff has been discarded. Too much effort to maintain for way too less throughput.

Older posts Newer posts