spirinolas

joined 2 years ago
[–] spirinolas@lemmy.world 1 points 4 days ago

Hmm, oh yeah? I'm sceptic. Then tell me, what rhymes with "rough"?

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

I've went from 7 to LTSC. I didn't realize how cool LTSC was until I had to use a W10 machine at work. There's a good chance I'll go full Linux when the support ends but I'll have enough time to consider it.

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

The irony would be even greater if they were kicking out birds who they accused of displacing the ancient Dinosaurs.

[–] spirinolas@lemmy.world 9 points 1 week ago (1 children)

This is scary, as an European. I had my left lung collapse too. Two years later my right one. After that I had to have surgery on my right lung (Pleural Abrasion) and a few months of physiotherapy after that. I also had a yearly appointment with a Pneumology MD for 5 years to follow the development of the lung until it was all fine.

How much did I pay? You guessed it...zero. Now I wonder how much would that set me back in the US with or without insurance.

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

Exactly. There's no way they'll allow him to speak his mind or allow the people to rally in his support in a huge trial. They find him, he's dead. The "how" they'll figure it out. Happy cop trigger, killed while trying to escape, heart attack, attacked by a bear, hit by meteorite. They'll come up with something, mark my words.

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

The wife chose marrying a psychopath. She's no better. The kids will be somewhat better off being raised by only one piece of shit instead of two.

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

Oh god no! Please...tell me it's not what I think it is...

[–] spirinolas@lemmy.world 15 points 1 month ago (1 children)

Cats this social usually have owners (aka slaves). Most cats here are indoor/outdoor.

Source:

  • I'm Purrtuguese
  • I'm also a cat
[–] spirinolas@lemmy.world 10 points 1 month ago* (last edited 1 month ago)

Hey, it doesn't all have to be work, work, work. Some fun is in order too.

[–] spirinolas@lemmy.world 9 points 1 month ago (6 children)

But when the open source app becomes the best one, it becomes impossible to beat it. Look VLC for example.

 

Encontrado no IG no grupo de defesa da Palestina da UP:

"Desde outubro de 2023, mês em que começou a ter lugar a vigília diária em solidariedade com o povo palestiniano em frente ao edifício da Câmara Municipal do Porto, com o objetivo de exigir o fim do genocídio perpetrado por Israel contra o povo palestiniano, que as pessoas presentes têm sido alvo de atos de violência física e verbal. Desde então, temos sentido na pele a total impunidade com que operam grupos organizados que tentam aterrorizar e negar os direitos constitucionais de reunião e expressão.

Dia 14 de novembro, mais uma vez, um grupo de quatro homens que se apresentaram como israelitas, de forma completamente descontrolada, exaltada e agressiva, ofenderam e proferiram ameaças de agressão e morte contra as pessoas que participavam pacificamente na vigília, para além de terem orgulhosamente incentivado ao genocídio e à violência contra o povo palestiniano, em mais um crime de ódio racista que, pela sua repetição cada vez mais frequente e pela inércia das autoridades legais, está a tornar-se normalizado e banalizado no espaço público da cidade do Porto.

Estes atos de violência têm-se intensificado, com espaços de tempo cada vez menores entre eles, e no mesmo dia 14 de novembro de 2024 pessoas que portavam símbolos palestinianos (lenços e bandeiras) foram, durante a tarde, atacadas física e verbalmente numa via pública do Porto, tendo uma delas de ser tratada no hospital por lesões oculares resultantes do uso de gás pimenta por parte dos agressores."

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

Sure, whatever. Have a nice day.

[–] spirinolas@lemmy.world -3 points 1 month ago (2 children)

Dude, I'm not wasting my time correcting you. You made up your mind, keep the bike.

 

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


}
 

The title. I've been delaying long enough and I can't really wait anymore. I need a new GPU. I could really use some advice.

Right now I have a GTX 1060 3 GB with a Ryzen 7 2700X CPU and 32 GB RAM. Mostly I use it for gaming in 1080p but it's not impossible I'll eventually increase it (but unlikely).

I'll accept suggestions outside of my options but keep in mind the prices in my country are different. I'm not looking to buy used for various reasons (lack of warranty is one).

My options are:

RTX 3060 12 GB (290 euros)

RTX 4060 8 GB (330 euros)

RX 7600 XT 12 GB (380 euros)

RX 6750 XT 12 GB (400 euros)

RX 6700 XT 12 GB (420 euros)

RTX 4060ti 16 GB (480 euros)

I was really trying to keep it way below 400 euros. The 7600 XT is already a stretch but I could be convinced to raise the budget to the upper 400s for something with really good bang for buck.

I appreciate the help

UPDATE: In the end I decided to go for the RX 6750 XT for 405 euros but, as is my habit, I decided I should sleep on it. And thank god I did. The next day I went online and had already decided to buy it when I saw it was the store's birthday and they were doing some nice discounts and the 6750 was at 360 euros (limited to stock). I immediately bought. What are the odds?! She'll be here in a couple of days.

 

My girlfriend started taking a Masters in a college this year. In her course the faculty have shown some disorganization and computer illiteracy since day one but the latest one...completely killed me.

Besides their personal college e-mail, they wanted a platform to make announcements for all the course (20 students). I can think of a thousand ways to do this. Hell, even a Facebook group would be better. But no...

They have an e-mail address (like Masters_name@college.duh) where all the info is sent and EVERYBODY has the password to enter the e-mail and check the inbox.

That is it. I have no words. I think this is the most idiotic and dumb thing I've ever seen in IT.

 

Este agente imobiliário, de nome Vítor Costa, ganha a vida a convencer americanos a virem viver para Portugal com as consequências que todos sabemos. Normalmente nem postaria aqui mas quando o próprio comentou a noticia cheio de soberba e sarcasmo...não resisti. Estas pessoas precisam de ser denunciadas e humilhadas em público pelo que estão a fazer ao nosso país.

view more: next ›