otter

joined 2 years ago
MODERATOR OF
[–] otter 4 points 3 weeks ago* (last edited 3 weeks ago) (10 children)

I'm less familiar with the icons starting at around section 4 onwards.

Could anyone share / link what some of them are?

[–] otter 8 points 3 weeks ago

This is a cool one I haven't thought of before!

[–] otter 2 points 4 weeks ago

I believe there is a way to swap the homescreen with a FOSS one, but I agree that people shouldn't have to do that in the first place

[–] otter 28 points 4 weeks ago
[–] otter 5 points 4 weeks ago

It should be forked under a new name soon enough

For example, Mull is also by Divested Computing Group and this should be the new project for it

https://gitlab.com/ironfox-oss/IronFox

[–] otter 5 points 4 weeks ago* (last edited 4 weeks ago) (5 children)

https://foundation.mozilla.org/en/privacynotincluded/categories/entertainment/

The Mozilla guide agrees

Apple and Nvidia Shield are better about it than Roku/Fire

[–] otter 2 points 1 month ago

You can also share your idea and people can tell you if it exists, but regardless you can make the community and run it the way you want

Once you have it set up, you can post on places like [email protected] and [email protected] to help people learn about it

[–] otter 12 points 1 month ago (1 children)

I like the art style!

I find medical terms are fun like that in their own right. A lot of them follow a similar structure with Greek/Latin pieces. Then others have fun origins depending on how we thought the body worked way back when

[–] otter 2 points 1 month ago* (last edited 1 month ago) (1 children)

I think this might be the self hosted guide?

https://github.com/AppFlowy-IO/AppFlowy-Cloud/blob/main/doc/DEPLOYMENT.md

(Swapped the link)

[–] otter 2 points 1 month ago

I should have linked those, thank you!

[–] otter 5 points 1 month ago

There are a few browser extensions that can detect RSS feeds, which can help when they're not advertised openly

Past that, this add-on was decent:

https://addons.mozilla.org/en-CA/firefox/addon/feedbroreader/

If you're into self hosting:

https://freshrss.org/

 

cross-posted from: https://lemmy.zip/post/25095680

UnitedHealth, the largest U.S. health insurance provider, blamed a Russia-based ransomware gang for the huge data breach of U.S. medical data.

 

cross-posted from: https://lemmit.online/post/4247006

This is an automated archive made by the Lemmit Bot.

The original was posted on /r/onguardforthee by /u/SAJewers on 2024-10-24 21:32:00+00:00.

13
🙂 Daily Quordle 1004 (www.merriam-webster.com)
submitted 4 months ago by otter to c/[email protected]
7
Globle 2024-10-24 (globle-game.com)
submitted 4 months ago by otter to c/[email protected]
8
Decipher #128 (decipher.wtf)
submitted 4 months ago by otter to c/[email protected]
 

Her name is very memorable. Unless I'm careful, I will mix up the acronyms.

Assuming I did this correctly, here is the image source and the code I used:

from PIL import Image

img = Image.open('image.bmp')
img = img.convert('RGB')
new_img = Image.new('RGB', img.size)

for x in range(img.width):
    for y in range(img.height):
        r, g, b = img.getpixel((x, y))
        new_img.putpixel((x, y), (r, b, g))

new_img.save('flipped_image.png')
 

Privacy advocates got access to Locate X, a phone tracking tool which multiple U.S. agencies have bought access to, and showed me and other journalists exactly what it was capable of. Tracking a phone from one state to another to an abortion clinic. Multiple places of worship. A school. Following a likely juror to a residence. And all of this tracking is possible without a warrant, and instead just a few clicks of a mouse.

11
Bandle #798 (bandle.app)
submitted 4 months ago by otter to c/[email protected]
16
submitted 4 months ago* (last edited 4 months ago) by otter to c/[email protected]
8
Decipher #127 (decipher.wtf)
submitted 4 months ago by otter to c/[email protected]
view more: ‹ prev next ›