github.com

chicken, to privacy in Privacy Concerns on Lemmy: A Call for More User Control

I remember a little while ago a thread with someone from kbin gloating that they could see what everyone was voting, and accusing the people upvoting comments they disagreed with of being bigots in a vaguely threatening way obviously intended to produce a chilling effect, and people found this surprising because that information is not public on most instances.

I basically agree with the people saying open info is just the nature of posting on a public forum and of federation, but there could be improvements, even just in awareness of what is and isn’t private.

bamboo,

This is a great point because in the Lemmy UI, this information isn’t shown, and you can’t even list out all posts you’ve upvoted. As most of us coming from Reddit, we’re used to upvotes being private, and probably assume it’s the same. I understand the technical reasons for having the information public, but it is not clear from a user perspective that it’s public.

chicken, (edited )

What’s extra confusing is that I’ve seen people asking about how to get this information from the API, with the answer being that you can’t (I guess to protect privacy?). It’s only accessible to federated servers, but then those can do what they want with it including publishing it to everyone.

hakunawazo, to selfhosted in Immich release v1.92.0 (edit: v1.92.1 hotfix released)

For all who have no clue what it’s for (like me 5 minutes ago), it’s a “self-hosted photo and video backup solution”.

bdonvr,

It’s really amazing, it’s a drop in replacement for Google Photos and the like with good mobile apps, face/object recognition, etc.

lukecooperatus,
@lukecooperatus@lemmy.ml avatar

I usually interpret the phrase “drop in” to mean that the replacement being referenced will also work with everything written for the original. Does “drop in” in this case mean that Immich will transparently replace Google Photos, similar to how libretube replaces YouTube? That would be amazing!

bdonvr,

“Drop in” as in “You can drop this in your Home Screen where Google Photos used to be and notice very little functional difference.”

SchizoDenji,

That’s not what drop in means…

appel, to selfhosted in 13 Feet Ladder

If you’re on Android and use Firefox, you can use the Disable JavaScript extension to disable JS on sites with paywalls, like NYtimes. While not perfect, it works remarkably well.

Also works great on Desktop.

antoniocappiello, to selfhosted in Tempo – An open source music client for Subsonic built natively for Android, now with Android Auto support

For the curious who want to see the app without downloading it, here are some screenshots: imgur.com/a/i3zsqlG

LunchEnjoyer,
@LunchEnjoyer@lemmy.world avatar

Appreciate this, thanks 🌻

verysoft, (edited ) to privacy in Proton domains blocked as disposable in disposable filter

Okay why do these random packages keep popping up with this? For attention?
It's irrelevant, they are barely used by anyone and if a site blocks legitimate e-mail providers, then it is not a site worth registering with in the first place.

Is this the new interaction bait post?

KrispeeIguana,
@KrispeeIguana@lemmy.ml avatar

Just because not many people use a package, doesn’t mean it is irrelevant. For open source packages (or anything really), as soon as one additional person uses a package, that package becomes relevant. The person/people using it become its advertisers, and when enough people are seen using a product, especially a free one, a larger group will use either that package or something similar to cut their own programming costs.

This is simplified, but the point is that we need to stop this sort of thing at the root (the package itself) before it gets noticed by larger groups and companies who might actually get away with this BS. Always remember, we are tech/privacy nerds. We are the minority, and the average person doesn’t care until something hurts them directly.

digger, to privacy in Simple Mobile Tools to be bought by ZipoApps
@digger@lemmy.ca avatar

One of the big contributors is forking the project.

jherazob,
@jherazob@beehaw.org avatar

New organization at github.com/FossifyX, looking at the discussions it looks like it’s off to a good start

Streetdog, to linux in GitHub - SerenityOS/serenity: The Serenity Operating System 🐞
@Streetdog@lemmy.world avatar

Serenity now, insanity later.

Jumuta, to privacy in Nitter is shutting down

:(

Omega_Haxors, (edited ) to privacy in Privacy Concerns on Lemmy: A Call for More User Control

I personally enjoy that this sort of information is public, it keeps people honest and gives a tool to use against bad faith actors. People lie. Besides, it’s not like anyone’s forcing you to post personal information online. Some level of responsibility needs to be put on the user.

squid_slime, to opensource in GustavoASantos/Noti: Quick glance, clear progress
@squid_slime@lemmy.world avatar

Get this on fdroid! :)

sag,
@sag@lemy.lol avatar

Thinking about this. I will open a issue on repo tommorow.

optissima,

Issue created!

Zerush, (edited ) to privacy in Proton domains blocked as disposable in disposable filter
@Zerush@lemmy.ml avatar

It is logical that large corporations that base their economy on surveillance advertising hate users who protect their privacy by using all kinds of dirty tricks to bypass or eliminate these protections… Luckily I have had no problems so far with the Proton, Tuta and Murena (NextCloud) emails that I use in the EU.

privacyfighter,
@privacyfighter@discuss.online avatar

Unfortunately? This is true. That’s why I asked help from community!

Zerush,
@Zerush@lemmy.ml avatar

Try with Murena, the NextCloud mail (xxxx@e_email direction), it’s maybe less known by these lists.

FaeDrifter, to linux in GitHub - Acly/krita-ai-diffusion: Streamlined interface for generating images with AI in Krita. Inpaint and outpaint with optional text prompt, no tweaking required.

This is suuuper cool, but looks like having linux+amdgpu limits me to the cloud option.

I supposed this is bc we don’t have a DirectML equivalent yet.

pantherfarber,

I got it to work yesterday. Have to go into the python venv it installs, remove torch and install it the way it describes on the comfyui GitHub.

wim,

There have been some efforts to run pytorch and StableDiffusion on ROCm. Not sure if that could be combined with this.

warmaster,

Crap, I was hoping to try it. I wonder if AMD will announce something in their FOSS / AI event.

wewbull, (edited )

It works today. Only problem I have is the memory management is pretty poor, and it’s pretty easy to run out of vram.

Rx7600 8GB + 5900X Rocm 5.7.1 Pytorch 2.1

wim, (edited )

Interesting! Got any links that explain how to set it up?

I just got a laptop with an RX 6700M 10GB ans am eager to try it :)

wewbull,

Not really. I’ve had to do quite a bit of experimentation.

My setup that I’ve settled on:

  • Rocm system libraries from Arch Linux
  • PyTorch nightly for Rocm pip installed into a venv (see instructions on pytorch homepage)
  • Set HSA_OVERRIDE_GFX_VERSION to 11.0.0. This is just for the RX7600 and it tells it to use the RX7900 code as the pytorch version hasn’t been compiled with 7600 support.
  • Start software.
wim,

Thanks!

byteseb,

Hmm, that’s weird. I was able to run Stable Diffusion locally with Linux + RX6600.

Probably because I used Easy Diffusion. At first, I couldn’t get the GPU acceleration to work, and I was constantly running out of RAM (Not using VRAM), so my system always froze and crashed.

Turns out it was a ROCM bug, that I don’t know if it’s fixed by now, but I remember “fixing it” by setting an environment variable to a previous version.

Then, it all worked really good. Took between 30 seconds to 2 minutes to make an image.

wason, to asklemmy in has anyone tried out lemmynade as a lemmy app?

You are linking to an old version. There's a new version v0.9.8 and was renamed to Liftoff.

Also, as a suggestion just link to the releases page and the latest will be on top.

https://github.com/liftoff-app/liftoff/releases

Kleysley,

Liftoff as a name is so confusing because thats the name of one of the most popular FPV drone simulators. How do you even find this app on a regular web search?

garamasala,

Presumably the same way you find other apps that don’t have the name of the protocol in the name? “Lemmy liftoff” and it’s the first result for me.

You could say that Lemmy is a confusing name becausse it’s the name of a very famous singer.

ColdWater, to piracy in Tachiyomi replacement is out
@ColdWater@lemmy.ca avatar

That’s fast, I just looked at the GitHub repo this morning and didn’t see anything there

optissima, to opensource in GustavoASantos/Noti: Quick glance, clear progress

Only available on Google Play, why bother…

sag,
@sag@lemy.lol avatar

Build the app from source. It take me just half a hour to download android-sdk other tool to build.

optissima,

Yep, I really want to fight android SDK again. Just release it on fdroid like other open source projects.

dog_,

Or be nicer.

optissima,

That has nothing to do with the topic, you’re right, I could’ve put it more nicely. I’m just tired of “compile it yourself” to people without computers being considered an appropriate answer for a criticism of bad distribution. This app seems wonderfully useful and could have huge popularity, but it’s being artificially gatekept by the creator.

dog_, (edited )

It’s not being gatekept, they’re saying that as an alternative. They said they would release it on F-Droid tomorrow.

Edit: or… Create an issue on the GitHub repo, idk.

Edit2: Never mind

Hexarei,
@Hexarei@programming.dev avatar

Wow, the entitlement of “I don’t want to do things myself, do extra work for me instead”.

optissima,

Wow the entitlement of “I refuse to understand that not everyone has a computer and can do this”

thejevans,
@thejevans@lemmy.ml avatar

That is an entirely unreasonable suggestion from a security perspective.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #