Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)IT
Posts
6
Comments
0
Joined
3 yr. ago
ITmodulo: news, Q&A @lemmy.ml
ITmodulo @lemmy.ml

Panixticon: porting to FreeBSD

Hi folks!

Although I got used to Panixticon on Linux (especially on OpenSUSE TW) I'm got tired of it especially after last update when all bloat come back unexpectedly as some patterns were automatically selected during graphical installation... (like damn games I don't play).

I tried most of distros with LXD packaged traditionally not in snap (like alpine, gentoo, void) but had different issues, you can read about it on wiki.

I said - enough! - and started porting Panixticon to FreeBSD.

Decided to do so because FreeBSD:

  • provides minimal, consistent ecosystem supported by community.
  • has one ports collection and one package manager.
  • has one, good and stable container technology (jails) and advanced management tools (cbsd, jailme)
  • may achieve GPU acceleration inside jail when unhide dri
  • nullfs for bind-mount and ro mount (rootfs, shared libs)
  • zfs on root integrated, for compression and caching
  • unix sockets (in combination with nullfs for sharing xorg and audio)

Not

ITmodulo: news, Q&A @lemmy.ml
ITmodulo @lemmy.ml

Panixticon: "Isolation Project" renamed

Hi folks!

I renamed Isolation Project to Panixticon, mostly because a lot of other projects (especially connected to pandemic) are called this way.

It corresponds to Unix-like OSes and Panopticon idea in a little bit silly way.

You can read about it here.

Current logo sucks and I'll definitely replace it. But actually I'm more into code development. If you have one you can send me ;)

ITmodulo: news, Q&A @lemmy.ml
ITmodulo @lemmy.ml

Begin of Privacy Phones blog series

Hi folks, I have been using @postmarketOS and UBports for one year each. I would like to share my thoughts about their usability and their future on my blog. Additionally I'll say something about LineageOS and less known projects like Droidian

ITmodulo: news, Q&A @lemmy.ml
ITmodulo @lemmy.ml

CC-licensed amateur photography

Hi folks,

I play a little with photography in my spare time. This page is not intended to be a professional approach to photography, therefore I provide content under CC licenses.

Updates will be rare as I take pictures mostly during holidays.

All photos are processed using open source apps such as Darktable then converted to webp format to save space on server. (If you want png/raw contact me, I'll share you temporary link).

Have fun!

ITmodulo: news, Q&A @lemmy.ml
ITmodulo @lemmy.ml

Linux On Mobile: Sonically 0.4.0 Pre-Release with GTK4

Changes include:

  • GTK4 🎉
  • No-thumb mode (No more slow searching).
  • Better stability, no irritating segmentation faults.
  • Touch-less search: just type, results will change.
  • Auto-generated md5, sha256 and sha512 checksums included.
  • Updated dependencies and compiled with latest go 1.18
  • DEV: Improved algorithm for calculating time by using formula for buffer size sample rate and num. of channels. (Considered as less overhead for CPU)
  • DEV: New algorithm for auto-playing next track. Avoid traditional recursion. Now goroutine lunches second one and communicates through golang channels to start new reader but waits for previous one to escape loop and end not to conflict while GUI changes. (In theory should save memory as functions end in order)
  • Added Screenshots
ITmodulo: news, Q&A @lemmy.ml
ITmodulo @lemmy.ml

Linux On Mobile: Dev: Sonically migrates from GTK3 to GTK4.

Sonically migrates from GTK3 to GTK4.

Big thanks to @diamondburned for awesome GTK4 go bindings!