sorter_plainview

joined 2 years ago
[–] sorter_plainview@lemmy.today 150 points 4 weeks ago (3 children)

Disclaimer: I hate this guy and all the stupid things he did in the past.

I don't understand the issue here. Assuming what he is telling regarding the safety features are true, this is not more dangerous than a stunt scene in a movie. If they had hired someone who is not a professional stunt man, I would classify this as 'dangerous'. But I can't really see the issue of shooting a 'stunt scene' with professionals, just like any action movie will do.

That said, I think this is just manufactured outrage, which will create more views for that video. Probably thile response to the video was underwhelming, and they wanted to drive up the views to ensure revenue.

[–] sorter_plainview@lemmy.today 32 points 1 month ago* (last edited 1 month ago) (7 children)

Isn't Ladybird adopting Swift as their preferred language? I'm slightly confused on why Ladybird over Servo. But I am sure people at Cloudflare have more knowledge than me. So I guess there is a good reason.

[–] sorter_plainview@lemmy.today 2 points 1 month ago (8 children)

I don't understand what is the use of gluetun here. Are you trying to, say all the traffic from a laptop,to be routed through your server in your home, while you are away? If yes, can you elaborate why this is needed? Else can you give a better explanation on the setup you are trying to achieve and the results you want?

[–] sorter_plainview@lemmy.today 7 points 1 month ago

Oh wow.. Anon is the next Karl Marx. He independently figured out one of the contradictions of Capitalism defined by Marx. Congratulation comrade.

[–] sorter_plainview@lemmy.today 10 points 1 month ago* (last edited 1 month ago) (2 children)

Hosting site in your local machine is tricky. It depends on how your ISP configured your network and most of the time you will be under CGNAT. Which means you will not have a unique public IP, but a shared one. Similarly your IP will be dynamic which will need additional configurations. Nowadays it is very difficult to host a site on local machine directly.

Edit: Checkout if your ISP provide unique IPv6 for your machine. This will not have issues of CGNAT, but you will have to setup DynamicDNS (DDNS) to accomate the changes in IP.

Edit: If there is CGNAT and you don't have IPv6, then you need 'NAT Hole Punching'. Usually services like Tailscale, ZeroTier, Amnezia, Innernet, v2ray, etc. are needed for that.

One thing you can try is Tailscale Funnel. Fair warning, bending your head around functioning of Tailscale is not trivial, and you will have to spend some time to properly understand and set it up.

If you prefer a simpler route, free hosting of a static site is your best bet.

Netlify is the go to solution if you are familiar with Git. I used to have my portfolio up there. Another option is, as you mentioned, Github Pages.

Vercel is the another common one people use. But it might be a little more tricky to get it working, because it focus on front end framework like Next.js.

Checkout Cloudflare Pages too. Very much similar to GitHub Pages, but with the performance and reliability of Cloudflare.

Heroku is another thing people used in the past. I think the free tier got limited nowadays.

Good luck with your adventures.

[–] sorter_plainview@lemmy.today 2 points 2 months ago

Haa views are here, finally. Thanks for adding the other features also I requested a while back, in the in between updates. I really appreciate the great work. Thanks.

[–] sorter_plainview@lemmy.today 13 points 2 months ago (1 children)

I genuinely appreciate the effort. I have a few comments.

  1. Some of the sources are not left wing at all.
  2. In general I felt long form articles are not in focus. If you need help with sources I can give you my rss feed list.
  3. App links are not working.
[–] sorter_plainview@lemmy.today 18 points 3 months ago (1 children)

It's all AI. You should not worry about it. In fact you should not think about it. All is going to be fine.

[–] sorter_plainview@lemmy.today 3 points 3 months ago

I wonder how much of this is true. Statement from the publisher

On Thursday, Krafton issued another statement addressed to “our 12 million fellow Subnauts.” The company said 90% of the $250 million payout was allocated to Unknown Worlds’ three senior leaders. Krafton accused the executives of abandoning their responsibilities in order to work on other projects, including a film, leading to delays for the game.

[–] sorter_plainview@lemmy.today 2 points 5 months ago (1 children)

It didn't work like that for me. I must admit I didn't dig deep to clearly see what is the problem. So my setup had a Windows Pc, a Raspberry Pi 5, and an Android phone, sharing a folder which had notes.

Whenever I save any changes in Windows machine, the android used gets updated without much issue, but the Raspberry Pi caused conflicts. When looked at the time stamps they were different and it looked to me like the Raspberry Pi 5 Syncthing is sending the old file as new one, because of the save time.

It read somewhere the issue is with how time is handled in Rasberry Pi. So I disabled the Raspberry Pi Syncthing and went on, because that was not really needed.

[–] sorter_plainview@lemmy.today 2 points 5 months ago (1 children)

Aah my bad.. I was half asleep. What I meant was use Round Sync / Syncthing to copy files to pc and then use Kopia to backup. Round Sync can do one direction copying, so source files are not corrupted.

[–] sorter_plainview@lemmy.today 12 points 5 months ago* (last edited 5 months ago) (6 children)

First and foremost Syncthing is not a 'backup' utility. Using it for backup is not at all recommended. Especially if you are dealing with Android or Raspberry pi, because the way clock / time works in these systems are pretty weird and create sync conflicts. So don't.

Now to the solution. For backup, use a proper backup solution like Kopia. Modern solutions support browsing the snapshots created as backups. Also creating periodic snapshots ensures better redundancy and better chance for disaster recovery.

Now if you will not use it for backup, take a look at 'Round Sync' available in F-Droid. It's an application built around the execptionally good app, 'rclone'. It is some what similar to Syncthing, but designed in a very different way. Also it is more difficult to configure to copy the files to PC.

I also wanted to mention that I have used Syncthing for many heavy lifting jobs and never faced issues with it. It is a feature complete app, with the philosophy of doing only one thing and doing it perfectly. So if you run into any issues, do reach out to forums or devs. They will definitely help you.

view more: next ›