Zenlix

u/Zenlix@lemm.ee
18 posts · 48 comments

Recent posts

Recent comments

on QuickPoint · c/technology · 3 pts · 1y

The paralax scroll effect on the home page is a bit busy on mobile.

The idea sounds okay, but I do not see a really good usecase. Generating a slide in code can be cool, but other tools line latex and typst can do that too and people already know the syntax/language.

on Selfhost offline software · c/linux · 11 pts · 1y

Downloading all of wikipedia for one language is abiut 90GB. Inhave it on a spare drive in case of an outage. That way if I need to research something I can still do.

In my first install I had different home and root partitions. That was a big mistake. Once set, you cannot resize them properly and you are fucked if they are not perfect for your need. In my case the root partition got to small. After some time I just reinstalled with a single partition and would do that again.

on PyPi tariff · c/python · 1 pts · 1y

I like the idea. But could we do that automatically for libs that are not foss?

I think as soon as you add mods to your application that can bring their own code with them you have a potential security issue. The most secure approach that I have seen is wasm mods/plugins run in a sandbox.