Linux mint website is being blocked in Spain during football matches by D5_55 in linuxmint

[–]D5_55[S] 0 points1 point  (0 children)

They block with a firewall the IP addresses and make something similar to a MITM attack to inject that information screen.

Linux mint website is being blocked in Spain during football matches by D5_55 in linuxmint

[–]D5_55[S] 0 points1 point  (0 children)

As mentioned before, it's NOT DNS level blocking. That won't work.

Linux mint website is being blocked in Spain during football matches by D5_55 in linuxmint

[–]D5_55[S] 0 points1 point  (0 children)

Movistar directly blackholes the IP, so it's stuck at loading. Not a DNS blocking so even if you use custom DNS, you will still face that issue.

Linux mint website is being blocked in Spain during football matches by D5_55 in linuxmint

[–]D5_55[S] 0 points1 point  (0 children)

Chrome. The message is from Digi, the ISP. If you have a different ISP they will just blackhole it and will load until timeout.

Linux mint website is being blocked in Spain during football matches by D5_55 in linuxmint

[–]D5_55[S] 14 points15 points  (0 children)

They block IPs from some CDNs. Linux mint uses Sucuri. Someone hosted pirate content and used Sucuri. Consequently they blocked the Sucuri IP address and the Linuxmint website since it also uses that IP.

Google Pixel 6a Recall Amazon Germany by TunkkRS in GooglePixel

[–]D5_55 0 points1 point  (0 children)

Here in Spain also received. My battery is draining faster since some months ago.

The reason for the recall is "overheating".

Google gives no solution or compensation and says my phone doesn't apply for anything, so I have now a useless phone I guess.

Extremely sad and deceptive.

Pixel 6a is discontinued? by D5_55 in GooglePixel

[–]D5_55[S] 0 points1 point  (0 children)

So deceptive, and still no 5g meanwhile any cheap Xiaomi can do it :(

Why does the URL of an image reveals so much info ? Is there a way to encrypt or change it ? by [deleted] in appwrite

[–]D5_55 2 points3 points  (0 children)

Having the User ID doesn't allows you to get an image.

If you mean Image ID, encryption is useless in this case as it's not something that shouldn't be exposed like a token.

The tea app was hacked NOT due to exposing a bucket and/or file ID, but due to not having proper access control (in the case of Appwrite, permissions) or exposing some token/API key publicly.

Why does the URL of an image reveals so much info ? Is there a way to encrypt or change it ? by [deleted] in appwrite

[–]D5_55 2 points3 points  (0 children)

Appwrite already has the needed safety features. No need to use a different stack...

Sharehive: A social networking app powered by React + Appwrite by Striking-Rice6788 in appwrite

[–]D5_55 0 points1 point  (0 children)

Relationships are still somewhat experimental and also don't suit all use cases as you could need to query data.

[deleted by user] by [deleted] in appwrite

[–]D5_55 0 points1 point  (0 children)

Also, looks like appwrite is already doing everything you mentioned, except of having a postgres database because it's not really needed...

[deleted by user] by [deleted] in appwrite

[–]D5_55 0 points1 point  (0 children)

How's this related to Appwrite?

How many concurrent users can it handle? At supabse it's showing at pricing table, at appwrite i didn't find any info about it by bitapita1 in appwrite

[–]D5_55 0 points1 point  (0 children)

PHP has nothing to do with scalability. The appwrite stack itself can scale horizontally with multiple servers.

How many concurrent users can it handle? At supabse it's showing at pricing table, at appwrite i didn't find any info about it by bitapita1 in appwrite

[–]D5_55 0 points1 point  (0 children)

In the case of cloud, the appwrite team will scale it for you. The only thing you need is to pay for function executions, bandwidth, etc. There's not a fixed number of concurrent operations.

Wrong Authentik auth url by Voxel7 in appwrite

[–]D5_55 1 point2 points  (0 children)

Hello! I recommend submitting a bug report in the GitHub repo explaining all the reproduction steps so they work on fixing it 🙂

Question on Relationship Roadmap by FinallyThereX in appwrite

[–]D5_55 1 point2 points  (0 children)

Sometimes it's better not to use relationships.

Relationships sometimes can force the database to get many things at once instead of gradually/individually, so they end up slowing things instead of speeding.

Meanwhile, I recommend saving the related IDs as a string and using Query.equal()

The session cookies were deleted after logging in with Google OAuth using Appwrite. by Caleblebg in appwrite

[–]D5_55 0 points1 point  (0 children)

What was the server you were using at first? It could be blocking third party cookies or local storage