Free and Open Source Software

1 readers
1 users here now

founded 1 year ago
MODERATORS
1
 
 

Source code: https://github.com/aeharding/wefwef

Not looking too bad.

Note that it (necessarily) has to do some proxying to deal with CORS in some cases (not sure which) so it's not entirely private when using publicly hosted deployments.

Looks like it has some assistance for users migrating from Apollo (iOS) as well, which is cool. I used to like Apollo back when I had an Apple botnet phone instead of a Google botnet phone.

I think I prefer the official Lemmy web interface on my pocket computers for now though. Just thought it was worth sharing.

2
3
 
 

This was suggested by a (unfortunately now deleted) user here. The only software I found that actually has most Navidrome functionality.

4
 
 

the irony of posting a youtube link

5
 
 

From the README:

fq is inspired by the well known jq tool and language that allows you to work with binary formats the same way you would using jq. In addition it can present data like a hex viewer, transform, slice and concatenate binary data. It also supports nested formats and has an interactive REPL with auto-completion.

It was originally designed to query, inspect and debug media codecs and containers like mp4, flac, mp3, jpeg. But since then it has been extended to support a variety of formats like executables, packet captures (with TCP reassembly) and serialization formats like JSON, YAML, XML, ASN1 BER, Avro, CBOR, protobuf. In addition it also has functions to work with URLs, convert to/from hex, number bases, search for things etc.

Like jq, it can parse JSON. But it can also parse YAML, like yq.

This is pretty damn cool.