HackerTrans
TopNewTrendsCommentsPastAskShowJobs

shiryel

no profile record

Submissions

I was wrong, zswap IS better than zram

linuxblog.io
1 points·by shiryel·5 เดือนที่ผ่านมา·0 comments

Double Pendulums are Chaoticn't [video]

youtube.com
2 points·by shiryel·12 เดือนที่ผ่านมา·0 comments

Facet: Reflection for Rust

fasterthanli.me
6 points·by shiryel·ปีที่แล้ว·0 comments

Beyond All Reason – open-source RTS game built on top of the Recoil RTS Engine

github.com
18 points·by shiryel·ปีที่แล้ว·4 comments

comments

shiryel
·ปีที่แล้ว·discuss
That is also how Krita stores brushes. Unfortunately, that can cause some unexpected issues when there's too much data [1][2].

[1] - https://github.com/Draneria/Metallics-by-Draneria_Krita-Brus...

[2] - https://krita-artists.org/t/memileo-impasto-brushes/92952/11...
shiryel
·2 ปีที่แล้ว·discuss
Fortunately tools to fix this issue on Linux exist, like Bubblewrap and Dbus-Proxy, but they require custom configuration per software, so almost no distro uses them directly, but we do have Flatpak that basically uses both of these tools under the hood, unfortunately, it also has its own "limitations", like the amount of packages and some weird behavior in some packages.

I'm trying to solve this issue by using both of these tools with NixOS [1], where I can choose how much security I want for each package, like limiting the files that they can access and/or the entire dbus (practically simulating Flatpak). I mostly use it on proprietary software, like Games, as they have a history with RCEs...

In the end, security is a tradeoff with convenience.

[1] - https://github.com/shiryel/nixjail