Spyke

Replies

Comment on

If buying it isn't owning it...

Buy Blu-rays. Highly underrated.

  • The sound and video quality is the best you'll get anywhere.
  • It selectively supports the movies and artists you like.
  • You get amazing extras and documentaries about the movie.
  • Nobody can take the movie away from you.
  • You can rip the disc with MakeMKV to view digitally with Jellyfin.

Comment on

*Permanently Deleted*

Reply in thread

AI doesn't know what's wrong or correct. It hallucinates every answer. It's up to the supervisor to determine whether it's wrong or correct.

Mathematically verifying the correctness of these algorithms is a hard problem. It's intentional and the trade-off for the incredible efficiency.

Besides, it can only "know" what it has been trained on. It shouldn't be suprising that it cannot answer about the Trump shooting. Anyone who thinks otherwise simply doesn't know how to use these models.

Comment on

Starting to self host

The easiest way to get started is using Docker. You can self-host most software using Docker straight from their Github with one command or copy-paste config.

Do NOT expose (Port forward/NAT) your services to the internet if you don't know what you're doing. Use it locally using IP:port. If you want to use your services remotely, use a VPN tunnel like Wireguard (Available on Android and iOS too). Modern routers already support it out of the box. Tailscale is also an option.

Later down the road when you start exposing services, I can recommend NPM as your proxy for easy host and certificate management. Expose as little as possible! For added security when exposing applications to the internet, expose your port using a VPS or Cloudflare and tunnel to your home using Tailscale or Wireguard.

To not get overwhelmed you should start small and improve as you go. You don't need to start with a datacenter in your garage right away. The most important thing is that you have fun along the way :)

Great projects to get started:

Comment on

*Permanently Deleted*

Reply in thread

Telegram was banned in Russia for a short time and for some inexplicable reason unbanned. Russia has made no attempt since then to ban them. The founder of Durov explained that they managed to force Russia to unban them because they kept buying and changing IPv4 addresses to evade the ban. But everyone who knows the technology knows this is a stupid reason and completely unbelievable. IP addresses are very expensive and the connections in the app need to change to the new IP. At the rate that Russia and everyone else is able to block IPs (thousands per second) you simply cannot implement such a strategy. What Telegram is saying is dumb propaganda for the gullible.

Telegram insists on not having end-to-end encryption for default chats and group chats and profile and contact data. They use E2EE for Secret Chats but they use MTProto, which is a custom key exchange and encryption algorithm that is doing some fairly questionable stuff according to leading experts in the field. Telegram being insecure is no problem in itself. But they explicitly advertise it as being secure and private and mislead the users to believe no government can spy on them.

They are based in the UAE with their main office being empty and essentially only a mailbox. Nobody actually knows where they are.

Their servers (with unencrypted chat data) are hosted in questionable authoritarian countries all over the world. They do not have any servers in Europe or the US. This is a huge problem since nobody knows what server software they are running and your chats are not encrypted.

Somehow they have infinite funding for infinite fast cloud storage. They don't disclose any financial data. The founder always says it comes from his liquidated assets of VKontact. But that's impossible as he would have run out of money years ago already. Hosting cloud storage like they do is very very expensive.

If you want to be sure that nobody gets and uses your data use an end-to-end encrypted messenger like Signal. If it's end-to-end encrypted and open-source then no other questions need to be asked.