• 8 Posts
  • 20 Comments
Joined 4Y ago
cake
Cake day: Oct 17, 2020

help-circle
rss

That’s what I want to know. It wouldn’t surprise me if this is from some right wing grifter’s “children’s” book. Someone like Ben Shapiro, Dennis Prager, or Matt Walsh.


If I sell my Ferraris then how am I supposed to travel from my private island to my day job at the office?


Running 2 instances on one VPS
I'm thinking of setting up another lemmy instance and was considering just hosting it on the same VPS as my current instance. I know lemmygrad is hosted on the same server as lemmy.ml. How difficult is this?
fedilink

I believe the devs host their code on multiple repositories including Codeberg.


Cannot fetch comments
I'm currently going through some logs and when I do a search from my instance to a post on lemmy.ml, I get the following: ``` lemmy_1 | 2022-03-03T02:26:39.044892Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=ResolveObject { q: "https://lemmy.ml/post/184244/comment/125405", auth: Some(Sensitive) }}:search_by_apub_id: lemmy_apub_lib::object_id: Fetching remote object https://lemmy.ml/post/184244/comment/125405 lemmy_1 | 2022-03-03T02:26:39.096253Z ERROR Websocket Request{trace_id=00000000000000000000000000000000}: lemmy_websocket::handlers: Error during message handling couldnt_find_object: error decoding response body: EOF while parsing a value at line 1 column 0 lemmy_1 | 0: lemmy_apub::fetcher::search::search_by_apub_id lemmy_1 | at crates/apub/src/fetcher/search.rs:20 lemmy_1 | 1: lemmy_api::site::perform lemmy_1 | with self=ResolveObject { q: "https://lemmy.ml/post/184244/comment/125405", auth: Some(Sensitive) } lemmy_1 | at crates/api/src/site.rs:399 lemmy_1 | 2: lemmy_websocket::handlers::Websocket Request lemmy_1 | with trace_id=00000000000000000000000000000000 lemmy_1 | at crates/websocket/src/handlers.rs:68 ```
fedilink

I know searching for communities/posts can cause it to fetch, but it should have at least appeared on midwest.social. It does indeed appear now though, but has less upvotes than on lemmy.ml.


The post @cypherpunks@lemmy.ml made to !theonion@midwest.social doesn’t show up to users on midwest.social, but shows up fine on lemmy.ml.




I second this. If someone/something is banned and removed from an instance it shouldn’t still be visible on a linked instance. If this isn’t already a pending feature request I’ll happily make one for it.



Hmm, on my instance it still says who did what in the modlog.


Imagine not getting the vaccine and dying of covid because the computer tricked you.


The main thing I want to do is free up space on my phone by having the pictures/videos backed up to a server, but also be viewable at any time.


Which image hosting software do you recommend?
I've been researching open source image/video hosting software because I sure as hell don't want to use Google Photos. I'm leaning toward PhotoPrism, but I thought I'd get your opinions first.
fedilink


Thanks for posting this. I always feel like I’m going insane. I talk to my therapist about it but he just doesn’t seem to acknowledge that shit is going to happen.


For registering your node with this site, go to https://the-federation.info/register/<yournode.tld>. After some seconds, you will be redirected to the created node page. If this doesn’t happen, something went wrong when checking the node for data. Please contact us using the GitHub issue tracker.

I tried going there but it didn’t work.



In the docker-compose.yml file, change whatever version number comes after lemmy-ui to 0.14.1. It should look like the following:

version: '2.2'

services:
  postgres:
    image: postgres:12-alpine
    environment:
      - POSTGRES_USER=lemmy
      - POSTGRES_PASSWORD=password
      - POSTGRES_DB=lemmy
    volumes:
      - ./volumes/postgres:/var/lib/postgresql/data
    restart: always

  lemmy:
    image: dessalines/lemmy:0.14.1
    ports:
      - "127.0.0.1:8536:8536"
    restart: always
    environment:
      - RUST_LOG="warn,lemmy_server=info,lemmy_api=info,lemmy_api_common=info,lemmy_api_crud=info,lemmy_apub=info,lemmy_db_schema=info,lemmy_db_views=info,lemmy_db_views_actor=info,lemmy_db_views_moderator=info,lemmy_routes=info,lemmy_utils=info,lemmy_websocket=info"
    volumes:
      - ./lemmy.hjson:/config/config.hjson
    depends_on:
      - postgres
      - pictrs

  lemmy-ui:
    image: dessalines/lemmy-ui:0.14.1
    ports:
      - "127.0.0.1:1235:1234"
    restart: always
    environment:
      - LEMMY_INTERNAL_HOST=lemmy:8536
      - LEMMY_EXTERNAL_HOST=localhost:8536
      - LEMMY_HTTPS=true
    depends_on: 
      - lemmy

  pictrs:
    image: asonix/pictrs:v0.2.6-r2
    ports: 
      - "127.0.0.1:8537:8080"
    user: 991:991
    volumes:
      - ./volumes/pictrs:/mnt
    restart: always




midwest.social
Hello everyone, I have my Midwest, USA oriented instance up. It's not federated yet, although I think it's ready for federation since I added lemmy.ml and sopuli.xyz to it. This is very much a personal project of mine, so there may be mistakes made in deploying it from time to time.
fedilink

Lemmy wikipedia page
Tonight I tried to create a Wikipedia page for Lemmy to try and raise awareness, but it was quickly rejected for the following reason: > This submission's references do not show that the subject qualifies for a Wikipedia article—that is, they do not show significant coverage (not just passing mentions) about the subject in published, reliable, secondary sources that are independent of the subject. Before any resubmission, additional references meeting these criteria should be added (see technical help and learn about mistakes to avoid when addressing this issue). If no additional references exist, the subject is not suitable for Wikipedia. I guess we'll have to start getting journalists to write about it? ![](https://lemmy.ml/pictrs/image/gLaF1CYmTX.jpg)
fedilink