EvilCartyen

joined 2 years ago
[–] EvilCartyen@feddit.dk 1 points 1 day ago

Well that's the deal, that's asylum. There are options to stay here in Denmark, but it's difficult, of course.

There are plenty of cases where the Danish authorities make dumb or cruel decisions, like claiming Somalia is safe but refusing to send inspectors to check due to safety concerns, but I don't think this is necessarily one of them.

[–] EvilCartyen@feddit.dk 6 points 1 day ago (3 children)

We always get criticized, often rightly so, but it seems like the new regime is pretty stable and a lot less genocidal than Assad's regime. So depending on the region and the ethicity of the Syrians they refer to it should be fine to repatriate them... right?

[–] EvilCartyen@feddit.dk 9 points 1 day ago* (last edited 1 day ago)

I imagine almost everyone who's not American, like 95.5% of the world population.

[–] EvilCartyen@feddit.dk 1 points 1 day ago (1 children)

Have a cup and live a little then

[–] EvilCartyen@feddit.dk 3 points 1 week ago (1 children)

So am I 🙂 for many of the similar services for plane tickets I still use them, since they're so much more convenient than booking yourself, and sometimes have access to better priced tickets than I do so it evens out.

This is a beta, so we'll see where it ends up going i guess.

[–] EvilCartyen@feddit.dk 2 points 1 week ago

No problem, I hope they succeed - cheaper and easier to use trains in Europe would be wonderful.

[–] EvilCartyen@feddit.dk 11 points 1 week ago (4 children)

Saw this announced on Mastodon and figured it would be of interest to everyone here - at least if you've ever tried to book train tickets to go across the continent and discovered how complicated it is!

[–] EvilCartyen@feddit.dk 14 points 2 weeks ago

My wife worked for Siemens-Gamesa for a long time, and German managers were always surprised how the Danes would just straight up decline meetings after 16 and leave early if they had to pick up kids.

They didn't worry about that at all, of course, because their wives generally didn't work full time.

[–] EvilCartyen@feddit.dk 3 points 3 weeks ago

Thank you for not contributing with anything meaningful to the conversation, I guess!

[–] EvilCartyen@feddit.dk 5 points 3 weeks ago

I am not referring to a string you hold, I am referring to a leash like this:

I find them dehumanizing and humiliating because they remind me of a dog leash. Look, people parent differently across the world, I remember a British-Indian comedian who was married to a Dane who said that every parenting practice she regarded as healthy and appropriate was basically illegal in Denmark.

The leash will never not be weird to me, but it is what it is. I don't think everyone who uses a leash is literally going to treat their kid like a dog, I know they probably love and cherish their kids like I cherish mine, but the fact remains that it feels off to me and I'd say most other people from my neck of the woods.

[–] EvilCartyen@feddit.dk 0 points 3 weeks ago (2 children)

Lemmy, like reddit, skews American and you're referring to Europe as well, Europe, which tells me you're not European. You're welcome to correct me, of course.

Even if you've seen leashes on all continents, they're definitely super rare and not common now. If you decide to be informative instead of assertive you are welcome to educate me on your experiences and expand on which fronts exactly I am wrong and why.

[–] EvilCartyen@feddit.dk 6 points 3 weeks ago* (last edited 3 weeks ago)

One of my co-workers expatriated to Sweden for a few years. There were tweens just hopping on the bus and going to the museum miles away. But I get the feeling that one could trust the average Swede would prevent harm to a child from a pedophile.

In contrast to what many people think, Nordic people are fairly strict with what kids are allowed to do when they are small. We spend a lot of time and effort to ensure that kids are well behaved and can be trusted and don't act out when they are small, and then, gradually, they are allowed more freedom as they grow older. By the time they're young teenagers we generally feel like they've demonstrated that they can be trusted and they are often allowed to bike or take the bus around town and live with a lot more freedom.

Maybe you're thinking "Duh, that's how everyone does it!", but the reason I mention it is that I've experienced that many cultures do it differenty; when the kids are young they are allowed a lot of freedom and very little responsibility, then as they grow older their parents will restrict them more and more. It's pretty much the opposite of the Nordic approach.

We're veering off course (or I am, at least), but I find the differences in parenting across cultures very fascinating.

One commenter said that the leashes are for safe toddler independence, not control, and I guess I can see that. It makes sense, even if it would be cultural taboo in my part of the world.

 

My daughter wants to edit footage from roblox for her stuff, yknow, and she's been using CapCut but it has a size limit which is frustrating.

Is there an easy and fun foss alternative to capcut?

 

I have very little experience with linux, so maybe this is a dumb question :)

I run Ubuntu 24.04 on a machine, and I had an old HDD in a usb-case which I mounted using fstab. Worked fine, but I decided it wasn't appropriate for my purpose and removed it (physically and from fstab).

But it still shows up in the file manager? What am I missing?

 

So maybe I am missing something obvious, but here goes:

I've got a small server at home, and I have simply.com pointing various domains to it. Works fine, nginx routs the traffic where it needs to go.

But whenever I am at home and connected to wifi I have to use the internal address and port to reach my server, e.g. 192.168.0.192:8096 for my Jellyfin server. If I use the public URL at home, i hit the login page to my router.

This is annoying when I use apps, as I need to switch between the public URL and the internal address as I come and go from my home...

What are my options for doing something about this? I want to use the public URL at home too....

 

So I'm just getting started with selfhosting things, and I have a minor problem which I'm having some trouble solving, as I keep getting a connection refused error when trying to connect:

send() failed (111: Connection refused) while resolving, resolver: 127.0.0.1:53

I run a jellyfin server on a NUC - it works well and is accessible on the private network. I want to have a public URL for this server - and other stuff, eventually.

Here's my setup

  • I have a subdomain - jellyfin.mydomain.com - pointed to the external IP for my router
  • I have the router set up to allow remote access, and port forwarding directing all port 80 traffic to my public ip > port 80 on the server
  • On my server - running ubuntu - I installed nginx
  • I used the official jellyfin nginx config for access from a subdomain
  • I edited the server_name variable to match my subdomain

Now, whenever I access the subdomain in a browser I get a 502 Bad Gateway error. The /var/lof/nginx/error.logshows:

2024/05/10 08:26:37 [error] 95335#95335: send() failed (111: Connection refused) while resolving, resolver: 127.0.0.1:53
2024/05/10 08:26:37 [error] 95335#95335: send() failed (111: Connection refused) while resolving, resolver: 127.0.0.1:53
2024/05/10 08:26:42 [error] 95335#95335: send() failed (111: Connection refused) while resolving, resolver: 127.0.0.1:53
2024/05/10 08:26:47 [error] 95335#95335: send() failed (111: Connection refused) while resolving, resolver: 127.0.0.1:53
2024/05/10 08:26:52 [error] 95335#95335: send() failed (111: Connection refused) while resolving, resolver: 127.0.0.1:53
2024/05/10 08:26:57 [error] 95335#95335: send() failed (111: Connection refused) while resolving, resolver: 127.0.0.1:53
2024/05/10 08:27:02 [error] 95335#95335: send() failed (111: Connection refused) while resolving, resolver: 127.0.0.1:53
2024/05/10 08:27:07 [error] 95335#95335: *69 jellyfin could not be resolved (110: Operation timed out), client: 193.29.107.173, server: jellyfin.mysubdomain.com, request: "GET /web/ HTTP/1.1", host: "jellyfin.mysubdomain.com"

I have almost no experience with networking, linux, or nginx :D So I am sure the problem is obvious to someone else....

Can you help?

 

So, my setup is this:

  1. I have a steam deck connected to a Dell hub which is connected to a TV
  2. I have 4 8BitDo Ultimate C wireless controllers connected to the hub

This works fine when I am playing games installed via Steam, but when I am playing games added to steam via EmuDeck my experience is that most games won't register each controller separately, instead controller 1 will be used for all players.

It used to work, but then it just... didn't.

Anyone experience the same and figure out a way to fix it?

view more: next ›