Cevilia

joined 2 years ago
MODERATOR OF
[–] Cevilia@lemmy.blahaj.zone 1 points 2 days ago (1 children)

What's with that weird receptacle the contraption's plugged into?

[–] Cevilia@lemmy.blahaj.zone 2 points 2 days ago

Because if slapping yourself in the face doesn't work, you may as well do it again?

[–] Cevilia@lemmy.blahaj.zone 15 points 4 days ago* (last edited 4 days ago)

Lemmy didn't try to force me to dox myself for "age verification".

[–] Cevilia@lemmy.blahaj.zone 10 points 4 days ago

My HTC ChaCha had a full qwerty keyboard. Now I'm lucky if the on-screen one bothers to show up in some apps.

[–] Cevilia@lemmy.blahaj.zone 12 points 4 days ago

There seems to be a misunderstanding. There is no central moderation here, merely what individual people will put up with, and what they won't. If, for example, one community decides they won't tolerate strawmanning and sealioning, they can show anyone who does those things the door. But, unlike Twitter, you cannot be entirely banned off the platform, because there's always the option to spin up your own instance and federate with other instances willing to do so.

[–] Cevilia@lemmy.blahaj.zone 2 points 5 days ago

Yes, I'm holding off on starting over until that comes out, too. :)

 

(cheer batter)

[–] Cevilia@lemmy.blahaj.zone 5 points 5 days ago

I realised long ago that the human brain is not capable of handling everything that's happening all around the world, all the time. I'm selective about what media I consume and I make extensive use of blocklists for things that aren't my fight.

[–] Cevilia@lemmy.blahaj.zone 2 points 5 days ago (2 children)

I got back into Shapez 2 recently and getting the factory flowing has been really fun. I like that you don't have to try and figure out how to cram everything into a tiny space, you can take as much room as you like to make well-designed factories.

(I have absolutely no idea how to even start to build a Make Anything Machine though)

 

Some notes based on frequent comments:

  • Not my petition, I'm just sharing it.
  • I don't live in the USA.
  • You can sign a petition and call them to complain. The numbers are downthread.
[–] Cevilia@lemmy.blahaj.zone 7 points 1 week ago (1 children)

As others have said, the best way to do this is to use a platform that has good block list features (most Fediverse platforms qualify), and then curate your block list. You can block users, communities, and instances you don't wish to see here on Lemmy. Mastodon might be for you, because you can also block keywords (Mastodon and Lemmy will happily talk to each other, so you can subscribe to Lemmy communities from a normal Mastodon account and post simply by mentioning the community, or comment by replying to an existing post).

[–] Cevilia@lemmy.blahaj.zone 1 points 1 week ago (1 children)

Unfortunately they require "proof of liveness", you have to open your mouth or tilt your head or whatever. There are ways around it but I too have nuked my Reddit account and returned to Lemmy today.

[–] Cevilia@lemmy.blahaj.zone 4 points 1 week ago

One other thing to try: https://addons.mozilla.org/firefox/addon/video-downloadhelper (presumably also available for other browsers). Then hold shift while you reload the page, and play the media. Chances are extremely good the addon will catch it and start dancing in your toolbar. Open the addon, click the file you want to download, and it should just download.

 

That way, when you forget it, you'll get a helpful reminder that your password is incorrect.

 
 

Meta seems to have money to burn, so they'll gladly pay for the disk space to host your uncompressible images. Here's a Python script to generate them!

generate.py

from PIL import Image
from tqdm import tqdm
import numpy as np
import sys
import os

number_of_images = 1000
width = 2048
height = 1024

for filename in tqdm(range(number_of_images)):
	image = Image.fromarray(np.random.randint(0, 256, (height, width, 3), dtype=np.uint8))
	image.save(str(filename) + ".png")

requirements.txt

pillow
tqdm
numpy

11
What has two legs and flies? (lemmy.blahaj.zone)
submitted 2 years ago* (last edited 2 years ago) by Cevilia@lemmy.blahaj.zone to c/jokes@lemmy.world
 

An able-bodied airline passenger.

 

Q: Is climate change sending us towards an apocalypse, or will it just make life shit/hard? A: Yes.

view more: next ›