EvilCartyen

joined 1 year ago
[–] EvilCartyen@feddit.dk 6 points 1 day ago

Two of my sisters are doing that, and they're lovely kids and will be surrounded by people who love them and will help them grow. So I think that's absolutely fine.

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

Thank you for your perspective :)

So these positions run the largest operations. Linking that to power is probably somewhat misguided

I guess, but then again - how much of a budget you have does say something about how much muscle you have, right? In a very real sense money equals power projection.

 

In Denmark we usually have coalition governments, and when they are constituted you can see who's important and who's not from the ministries they are given.

Some ministries are more important - Finance, Justice, Foreign Affairs - and some are less important.

But which commission posts are the most important and powerful? I want to take a more active interest in EU politics, but that requires me to know what to look for :D

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

Well, she's 12 and likes to play roblox and do funny voice edits on her videos. As I am sure you can guess, it's stuff like one-click voice modulation which is the big selling point of CapCut for her. So I am guessing ease of use and the ability to at least create and save audio editing presets and do texts and so on is paramount.

I agree that this is not really a need that foss tries to fill which is ok. We tried kdenlive but it seems a little advanced for her needs and wants. I tried Vidcutter and it seems a little too simple (feature-wise, the usability was nice).

We just took a look at ShotCut which seems alright, but I think I am more into it than she is. I hope I can convince her to take a look at it. Thanks!

 

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?

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

I've been on the beta for this, and it's a fantastic feature. I bought a Steam Deck and added it to my family with a separate account and it's been so incredibly convenient for us as a family.

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

I add stuff to FAQs when I am fucking tired of answering the same old dumb questions

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

I spent 2 weeks of my vacation in Aarhus (where I live) this year, and I did notice that you heard much more French & Spanish spoken around the city compared to recent years. Which is great :)

[–] EvilCartyen@feddit.dk 149 points 1 month ago

Mods remove this, it's clearly a pisspost

[–] EvilCartyen@feddit.dk 73 points 1 month ago

Man's helping you not look stupid and you're calling him a troll, amigo.

[–] EvilCartyen@feddit.dk 24 points 2 months ago

Happens to be true in all modern western countries though, only the US seems unable to force companies to pay a livable minimum wage.

[–] EvilCartyen@feddit.dk 1 points 2 months ago
[–] EvilCartyen@feddit.dk 0 points 2 months ago (2 children)

I mean, yes. But on the other hand, I've removed usb-connected media without using that button thousands of times and never had an issue. I'm obviously not doing it when I am writing to or reading from the medium.

Either way, thanks again for taking the time to respond :)

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

Sure, I mean I am used to reading (and writing) manuals and documentation, so I usually go that route first when I know where to look. And your answer was helpful. Anyway, what are some authoritative ressources I should consult concerning these fundamental concepts?

 

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?

95
submitted 9 months ago* (last edited 9 months ago) by EvilCartyen@feddit.dk to c/pics@lemmy.world
 
 

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 ›