spirinolas

joined 3 years ago
[–] spirinolas@lemmy.world 19 points 16 hours ago

That's what she said

[–] spirinolas@lemmy.world 2 points 1 day ago

The problem is that, when the bubble pops, they'll just say they are too big to fail. They'll take your tax money to keep them alive and those nice CEO anual bonuses coming. They always win, either way. The game is just rigged.

[–] spirinolas@lemmy.world 7 points 6 days ago (3 children)

Take it easy friend, there will be other workers to take their place! Don't blow it out of proportion.

/s duh

[–] spirinolas@lemmy.world 1 points 1 week ago

When one mentions "the west" it means the western world, not "west of the Atlantic". If you're going to make your own definitions for words you should at least be clear about it.

[–] spirinolas@lemmy.world 3 points 2 weeks ago (2 children)

Everyone in the west knows about tipping

That's a bold assumption. I'm in the west too. Tipping is not a thing here (at least not in that way). Having a price on the menu and asking for more is also frowned upon here, not to mention illegal.

[–] spirinolas@lemmy.world 11 points 2 weeks ago

No, no, no. They just take the money! It's the customers responsibility to pay the servants. Don't you guys know capitalism?? /s

[–] spirinolas@lemmy.world 5 points 2 weeks ago (4 children)

So, you are actually defending intentionally misleading your customers?

[–] spirinolas@lemmy.world 1 points 2 weeks ago* (last edited 2 weeks ago)

Digo o que me apetecer. Qual é o teu problema? Lava a boca.

[–] spirinolas@lemmy.world 3 points 2 weeks ago (7 children)

I'm just curious, do you speak Portuguese or Spanish?

[–] spirinolas@lemmy.world 1 points 3 weeks ago

I came after the API fiasco. At first I was going to delete my account but I only deleted my comments and now I only go there to my country's sub. It was hard to stay away since Lemmy was still barebones. I'd go through all my homepage in a few minutes. Nowadays there's so much content I barely go on reddit.

[–] spirinolas@lemmy.world 4 points 1 month ago

Wait a second! A femboy wank makes me b...I mean makes someone bissexual?

 
 
 

Here's a little schematic to understand the layout. Help me figure out this mistery, not only to satisfy my curiosity but also to know if the cats in my street are in any danger.

Before reading and to avoid triggering any of you, my cat is fine and he was asking for belly rubs in the sun on my backyard just now.

So, I live in the house with the backyard with the B. My cat occasionally hangs around my neighbor's backyard too. At curfew, if he's outside, I come calling and he comes in.

Last night I called him in the backyard at B and he didn't come but he was replying terrified. I know his meowing and this was "I can hear you, I'm scared, help me". I couldn't see him since only my backyard had any light. Every time I called he replied immediately in the same panic. That by itself wouldn't scare me since he's very anxious and easily startled. Once he entered the neighbor's house and got locked in and he was yelling for me from inside the exact same way. But this time was different. The sound came from the outside the house, somewhere around the circle in A. And always from the same exact place. It really seemed he was stuck, he was definitely not budging.

I went around the house through the empty terrain (blue arrow) with a flashlight to see if I could see him and figure what was wrong. As I started moving through the low vegetation I heard and somewhat saw some movement in C in the direction of the arrow. I called my cat again and he was no longer replying. I looked inside my neighbor's backyard and saw nothing.

I went back into the house. My mother was in the backyard (B) calling my neighbor. She said she saw nothing but heard a huge noise inside the house near the backdoor. The description of the noise sounded a lot like my cat running in panic. After a while looking for him inside and outside we eventually found him hiding behind furniture, peeking very cautiously. It took a while but he recovered. He has no injury or any kind mark of any struggle on his fur.

What I'm pretty sure happened:

  • He was around A completely terrified of something and was not budging
  • At the moment I entered the empty field whatever C was, it ran from me
  • Also at that moment, my little demon flew through the fences and into my backdoor so quick my mother couldn't even see him and made a huge noise running for his life (as he often does)

What I have no clue and want to find out:

  • Most important, what the hell could C have been?

  • Was my furry murderer frozen on fear or was something actually physically preventing him from leaving

  • How long was he "stuck" there until I came calling him for curfew?

Some relevant information and, since I know some you are against leaving your cats going outside:

  • My cats are indoor/outdoor, as most are here, and they can come and go as they please, though mine mostly stay inside and in my backyard. The cat in question explores just a bit more, but not much.

  • At night, they have curfew and are inside only, and they know that routine

  • It's a calm street and the cars are slow. Also, for specific reasons my cats are terrified of cars and they even hide when they hear an engine.

  • There are no known cat predators here. This is southwestern Europe in a 500k city suburb. There is a small woodland near here which I know very well and the most dangerous thing there is a hedgehog (I actually had one living in my backyard for a year). A fox is very unlikely since I never saw one here. But I have seen foxes in stranger places.

EDIT: Why does every post mentioning a cat outdoors has to be hijacked by the indoor cat fundamentalists? Really, guys? You have the right to your opinion and even to make your argument. But why you have to hijack every post to say your piece for the nth time? It's annoying as it is ridiculous.

 

I've tried GetHomepage and while I've configured most of it I've had a few troubles due to the instructions being very incomplete and confusing.

The one problem that eluded me was setting paperlessngx widget. Worth nothing that, unlike the other services, paperlessngx is running on docker-compose on my server. While the widget detects the service, it never gets any information

Eventually it just gives an API error

# services.yaml (just the relevant part)
   
     - Paperless-ngx:
        href: http://<myserverhost:port>
        description: Document Management System
        icon: https://static-00.iconduck.com/assets.00/paperless-icon-426x512-eoik3emb.png
        server: paperless
        widget:
          type: paperlessngx
          url: http://<local-ip:port>
          token: <token-configured-inside-paperless>


    #docker.yaml

    paperless:
      host: <local-ip>
      port: <port>    

I'm out of ideas. Unfortunately the only instructions are on the site and they aren't easy to follow if you're not already familiarized with docker.

 

When I'm uploading a show to my server, or setting the subtitles or whatever, I'd like to have the show disabled and invisible to everyone until I have everything uploaded and set up at 100%. Is there a way to do this?

 

I developed an app in Laravel that uses Google authentication, it works perfectly on my localhost. When I deployed it in my nginx server (ubuntu 24.04) I get the Google login correctly and it proceeds to my main page as expected. But after that, no route is accessible. All of them throw me a 404. I've been googling it for ages but I can't for the life of me find the solution for this.

EDIT: The 404 comes from Laravel, not nginx. The weird part is if I try php artisan route:list on the ser the routes are indeed missing but on the localhost they all show. The code is pretty much the same.

Here's is my app conf file:

server {
    server_name partituras-cmcgb.duckdns.org;
    root /var/www/html/partviewer/public;

    index index.php index.html index.htm;

    location / {
        try_files $uri $uri/ /index.php?$query_string;
    }

    location ~ \.php$ {
        include snippets/fastcgi-php.conf;
        fastcgi_pass unix:/var/run/php/php8.3-fpm.sock;
        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
        include fastcgi_params;
    }

    location ~ /\.ht {
        deny all;
    }

    error_log /var/log/nginx/partviewer-error.log;
    access_log /var/log/nginx/partviewer-access.log;

    listen 443 ssl; # managed by Certbot
    ssl_certificate /etc/letsencrypt/live/partituras-cmcgb.duckdns.org/fullchain.pem; # managed by Certbot
    ssl_certificate_key /etc/letsencrypt/live/partituras-cmcgb.duckdns.org/privkey.pem; # managed by Certbot
    include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
    ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot

}
server {
    if ($host = partituras-cmcgb.duckdns.org) {
        return 301 https://$host$request_uri;
    } # managed by Certbot


    listen 80;
    server_name partituras-cmcgb.duckdns.org;
    return 404; # managed by Certbot


}
view more: next ›