redxef

joined 9 months ago
[–] [email protected] 41 points 6 days ago

Did you waive your rights to the code anywhere? If not then it's still your code and they used it without obtaining the rights to using it - depending on your jurisdiction ofc.

[–] [email protected] 4 points 2 weeks ago* (last edited 2 weeks ago)

I usually start inotifywatch with read events, open the program, close it and see what inotifywatch dumped.

[–] [email protected] 6 points 2 weeks ago (1 children)

Good to know! I didn't see a link in your about page.

[–] [email protected] 14 points 2 weeks ago (3 children)

Hi, nice project. Why would I use your project over similar (open-source) projects like sharry and lufi?

I personally would prefer to use those alternatives because their source is available and can be reviewed, I didn't see any reference to your source code - which is fine, but a no-go for me personally.

[–] [email protected] 3 points 2 weeks ago

I have a feeling for that to be effective they should be spread-out and not appear one after another though.

[–] [email protected] 12 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

Hmm. The first section about cloud service providers is a bit weird to me. There are providers which "keep my best interests in mind" as part of their business model, backblaze would be one. Their whole idea is to provide a good backup services. Encrypting my data before transit also doesn't make me worried that it will be accessed by them or any of their employees because they will only get some garbled mess.

Compare that to google, another cloud service provider. Their business model is to make money by selling me ads (foremost), they do that by gathering as much data as possible. Here all my answers would be negative.

This puts me in an awkward spot where I nearly every time answer with "Neither agree nor disagree", because there is more to it and not because I don't have an opinion.

[–] [email protected] 2 points 3 weeks ago (1 children)

The whole deployment is done via ansible, so the ansible source is my documentation.

[–] [email protected] 7 points 3 weeks ago

postmaster@domain is always fun

[–] [email protected] 6 points 4 weeks ago (1 children)

Das endet dann für alle beschissen, siehe Newag.

[–] [email protected] 7 points 1 month ago (1 children)

I think I remember some weird power bugs in the 2700x, though I never encountered them myself. The best thing I could find was this reddit thread https://www.reddit.com/r/Amd/comments/apw8im/ryzen_freezes_in_linux_even_if_linux_is_in_vm/

[–] [email protected] 5 points 1 month ago* (last edited 1 month ago) (5 children)

Do you still have the live iso you used to install arch? Does it work? Do other distros work (just the live systems are enough)?

Edit:

Some more things: Did you try disconnecting the pc from mains, pressing the power button (to discharge all capacitors) and reconnecting. Reseat the button cell for the bios?

 

I just spent 2 hours trying to figure out why fail2ban didn't increment the ban count.

***
a/fail2ban/etc/fail2ban/jail.local
+++ b/fail2ban/etc/fail2ban/jail.local
@@ -1,6 +1,6 @@
 [DEFAULT]

-bantime.incremet     = true
+bantime.increment    = true
 bantime.rndtime      =
 bantime.maxtime      =
 bantime.factor       = 1

After I found that I seriously considered becoming a goose farmer.

96
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]
 

Hi!

I've been working on a smart playlist plugin for Jellyfin for a couple of weeks, and by now it's at a stage where I can say it's usable and doesn't have any show-stopper bugs. The playlists are created and edited in the plugin's settings.

A simple configuration for all liked pop songs would look like this:

Id: Favourite Pop
Name: Favourite Pop
Program: |
  (and (is-type "Audio") (is-favorite) (is-genre "pop" (genre-list)))
SortProgram: |
  (begin *items*)

It supports reflection, so any filter or property can be added without modifying the plugin directly; most of the pre-defined filters are implemented this way.

There also is a mirror at Codeberg: codeberg.org/redxef/jellyfin-smart-playlist

 

Hey!

I have been working on a smart playlist plugin for Jellyfin. It's not much and I'm definitely no c# developer, but it's starting to take shape and a first usable prototype is ready.

You basically can generate playlists by specifying a Lisp-like filter expression, which gets called on a per-item basis.

The documentation is really bare-bones as of now, so if you want to try it and get stuck just reach out.

I also added a mirror to the repository here: codeberg.org/redxef/jellyfin-smart-playlist

view more: next ›