kixik

joined 3 years ago
[–] kixik@lemmy.ml 4 points 1 month ago (4 children)

I do !

works pretty well on both AOSP phones and gnu+linux desktops. Sad thing though is that I don't like using flatpak, and I prefer distro native built software, and on Artix/Arch, there are times where the version between the distro version is slightly outdated with regards to the mobile version, and that makes things not to work. This is mainly an issue ever since jami decided to stop supporting the gtk client on the desktop, to me the qt experience have been sad. Not sure if someone has forked the gtk client, that would be great.

So I'm using xmpp as my main messenger, and keep trying jami when it works.

I really like the p2p approach from jami, and also the way they care for those with no huge batteries phones, given they added support for unified push notifications, which can be of course avoided if required for extra privacy. Given my use case, I can't turn jami into my main messenger yet, but I keep trying, :) Meanwhile xmpp is there for me.

[–] kixik@lemmy.ml 2 points 1 month ago* (last edited 1 month ago) (3 children)

Is it something you have to trust they comply with what they say?

Nice that it has its own indexes, but according to this comparison its proprietary SW, running on UK servers without tor interface, and being backed or debated at least by UK politicians. We're not talking about a not for profit organization either, and they do have individualized answers as well, so they have the mechanisms to individualize results to queries, meaning they keep information about your queries. So in the end, it boils down to the user trusting its service it seems.

Yes, meta search engines do not provide their own indexes, but searxNG is at least open source, you can select the search engines to use, included mojeek, and they serve as a front end preventing the underneath engine to track you (whether it's against their public policy or not) as if you were to use such engine directly.

[–] kixik@lemmy.ml 2 points 1 month ago
[–] kixik@lemmy.ml 2 points 1 month ago (2 children)

what stopped you from using it? Or did you stop following rss/atom feeds?

[–] kixik@lemmy.ml 1 points 1 month ago

Not on conversations, and soon not on dino either. Not sure about others, those are the ones I use and like.

[–] kixik@lemmy.ml 1 points 1 month ago* (last edited 1 month ago)

Conversation let you configure that all conversations are omemo secure by default (omemo always). Dino's next release will include it as well (omemo always issue)

[–] kixik@lemmy.ml 8 points 1 month ago (8 children)

Anyone using NewsFlash? I really like it, specially to keep the seeds locally.

[–] kixik@lemmy.ml 4 points 1 month ago (2 children)

Actually xmpp is low on metadata compared to matrix which has to replicate a bunch of metadata everywhere. SimpleX look interesting, though by not being federated (considered by simpleX a privacy feature) whether you like their client or not. Just so you know privacyguides has explained why they don't advertise xmpp as privacy oriented, and the reason is not that it isn't, it's simply that given it's federated, they consider some clients are not as compliant or up to date, which is up to the user to select on XMPP, and also up to the user to file bugs against their preferred client or even contribute it with changes.

[–] kixik@lemmy.ml 1 points 1 month ago

Not a hurricane tracker, but I'd like understand a bit about open-meteo and breezy weather. I notice for my country there's no way to be more specific than the whole country, therefore location needs to be enable, or so I guess.

Does open-meteo requires some information exchange such that it's easy to identify the user/device? Does breezy weather actually attempts to anonymize the user or fake it to make them non identifiable?

Just wondering.

Thanks !

[–] kixik@lemmy.ml 1 points 1 month ago

I agree ! I just pointed out the actual differences. And if you use LOS4uG, you have several options, keep F-Droid as it is, keep it and remove the privileged extension, remove it in favor of the basic version, and on top of the last option see if the unattended updates can be opted out/in.

[–] kixik@lemmy.ml 3 points 1 month ago* (last edited 1 month ago) (2 children)

Regarding android version, I think @boredsquirrel@slrpnk.net already gave a good hint. Currently f-droid version 1.21.0 supports android 6.0+.

According to f-droid basic URL:

NOTE: The Basic version of F-Droid Client has a reduced feature set (e.g. no nearby share and no panic feature). It targets Android 13 and can do unattended updates without privileged extension or root.

I don't see the target version varying between them, I found both to be 1.21.0 on Android (I have enabled unstable updates), and both indicate they support android 6.0+. So if you have LOS or plain android on a version 6.0 or beyond, f-droid should be able to install and work on them.

I use F-Droid since it comes pre-installed and with privileged extension set by default on LOS for MicroG, so I don't find it particularly appealing to install F-Droid basic instead, but if that were not the case, I'd go with F-Droid basic, given I don't set F-Droid to serve nearby devices on any phone, and I haven't ever thought of using the panic feature. I'm using LOS4uG 21, meaning android 14. with no issues, so perhaps 1.21.0 already target android 14, and not just android 13.

So I believe both, the basic and the not basic versions of F-Droid target the same version, and support the same versions, the difference is in basic with a couple of less features. But you can always take a look at the version, and there you can tap on the specific version to see what versions of android are supported.

Greetings !

[–] kixik@lemmy.ml 2 points 1 month ago

Oh thanks !

This is all there is as of now:

pref("browser.contentblocking.category", "strict");
// enable APS
defaultPref("privacy.partition.always_partition_third_party_non_cookie_storage", true);
defaultPref("privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage", false);

Maybe that's everything required now a days given it became default. But there used to be more options...

Many thanks !

8
submitted 1 year ago* (last edited 1 year ago) by kixik@lemmy.ml to c/fdroid@lemmy.ml
 

When updating f-droid, and etar I believe is trying to update from 1.0.34 to 1.0.35, the following error shows up:

Error installing Etar - Opensource Calendar

Error - 112: The system failed to install the package because it s attempting to define a permission that is already defined by some existent package

Not sure what's going on, since there's no mention of which other package has already defined the permission Etar is trying to define. Also, 1.0.34 works fine, and what's advertised as new:

  • Add url field
  • Bug fixes
  • New translatios

So I don't see anything about permissions, :(

Is this happening to others? Any work around, other than waiting for the issue to go away on a future release?

Edit: There's a reported issue on Etar's github: F-Droid Version 1.0.35 Will Not Install, which seems to affect LOS, and therefore LOS for microG (what I use)

 

comments on r/rust

 

comments on r/EverythingScience

 

I've been reading a bit the tracing crate documentation, trying to find out if there's a way to rate limit logs.

What I refer with rate limiting, is that once a particular log has shown up with some frequency (x amount of times in a given time) then it won't be captured or shown anymore, until certain amount of time... This to avoid getting the logs space/buffer being eaten by just one, or a few high frequency errors for example.

Thanks !

64
submitted 1 year ago* (last edited 1 year ago) by kixik@lemmy.ml to c/linux@lemmy.ml
 

On Thunderbird for example, there's no way to aggregate feeds from different places, into just one common view. I'm looking for aggregating all feeds from different places into a common view, where I can globally just keep what I want to read from everywhere and remove what I'm not interested on.

Notice just the view needs to be joint, and one can remove stuff from the joint view, but in reality one would be removing stuff from each feeds provider.

Not sure if such client is available for gnu+linux, and hopefully a GTK one.

Edit: Trying newsflash. At the beginning I didn't want to try webkitgtk based packages, since it was supposed to be insecure, however stock packages are depending on it, so I guess there's no much trouble now a days. webkit2gtk was the safe bet that I remember. So considering this query as solved for now, :) Many thanks to all.

Edit 2: On TB I can remove feeds I don't want to keep, which rss readers can do that? On newsflash at least I don't see a way to remove stuff. So for sure that'll consume a lot of space depending on the amount of articles. Or am I missing something?

 

I'm looking for an interface like libreedit, but for lemmy. So that I can follow specific communities from lemmy.ml, or some other instances, but without having to login to them, and locally through cookies or something like that...

 

cross-posted from: https://lemmy.ml/post/4072147

Is there a library for C, providing thread safe (high performance), and structured logging? An example for rust is the Tracing crate for rust (from Tokio). It should support several outputs as well.

 

I would go even further, not just simplest, totally networkless. I don't have the idea of being sit into a cel phone with tires.

view more: ‹ prev next ›