[-] adam@discuss.tchncs.de 5 points 9 months ago

I would take the toaster one just so I could mess with my friends

[-] adam@discuss.tchncs.de 7 points 9 months ago

These stats are desktop only

[-] adam@discuss.tchncs.de 19 points 10 months ago

I didn't even know that was a thing, I just keep it in a git repo

[-] adam@discuss.tchncs.de 7 points 10 months ago* (last edited 10 months ago)

That could be done after the user enters both the email/username and password

Edit: sorry, I think I misunderstood what you said, but if someone is using something like "sign in with google", we've had separate buttons for that for ages.

[-] adam@discuss.tchncs.de 11 points 10 months ago* (last edited 8 months ago)

No matter what I'm doing on my computer, I'll always hide it when someone enters my room

[-] adam@discuss.tchncs.de 8 points 10 months ago

What's up with giant corporations and guilt tripping people into switching to dark mode? I've heard win11 does this as well.

[-] adam@discuss.tchncs.de 12 points 10 months ago

Pop os is great for gaming and it comes with nvidia drivers installed

11

Hi all,

As the title suggests, I'm trying to run an ejabberd (xmpp) server behind an nginx reverse proxy. The reason is, I want to be able to run the server on my raspberry pi at home, but have people connect to it through my VPS, which is running nginx. This would be nice because I don't need a static ip and I don't have to leak my ip address.

I have looked this up, but have not found an answer that works exactly for my use case.

My current nginx configuration looks like this:

stream {
	upstream xmppserver {
		server 10.8.0.3:5223;
	}

	upstream turnserver {
		server 10.8.0.3:3478;
	}

	map $ssl_preread_alpn_protocols $upstream {
		"xmpp-client" xmppserver;
		"stun.turn" turnserver;
		"stun.nat-discovery" turnserver;
	}

	server {
		listen 6969;
		proxy_pass $upstream;
		proxy_protocol on;
	}
}

And I have a DNS entry telling XMPP clients to contact my server at port 6969 (this was just for testing):

I would also need to figure out how to supply ejabberd with the correct certificates for the domain. Since it's running on a different computer than the reverse proxy, would I have to somehow copy the certificate over every time it has to be renewed?

Thank you for your help.

[-] adam@discuss.tchncs.de 6 points 1 year ago

As long as you are okay with using the web versions of office, you can basically go with any distro, since all of them have at least a web browser and virtualbox in their repositories, as well as vs code. Jetbrains also works (I've only used intellij but I assume the others are just as easy to set up). I've never tried visual studio on linux though, not sure how well that works.

[-] adam@discuss.tchncs.de 6 points 1 year ago

It's possible to run stable diffusion on amd cards, it's just a bit more tedious and a lot slower. I managed to get it working on my rx 6700 under arch linux just fine. Now that I'm on fedora, it doesn't really want to work for some reason, but I'm sure that it can be fixed as well, I just didn't spend enough time on it.

[-] adam@discuss.tchncs.de 8 points 1 year ago

Nerd dictation is a simple to use and powerful voice-to-text utility that you can use to just type or you can script its output. In my experience it works quite well, although I don't really use it for dictation.

https://github.com/ideasman42/nerd-dictation

[-] adam@discuss.tchncs.de 15 points 1 year ago

As someone who has daily driven gentoo in the past, I didn't see much benefit to compiling everything over my previous arch install. It was a mess to keep up long term and wasted a lot of power unnecessarily. I'm way more happy on fedora now.

6
Ear pads for the ATH-M20x? (discuss.tchncs.de)

Hello!

I've had these headphones for a really long time now but it's really uncomfortable (see attached image).

I've seen a lot of people recommend the replacement ear pads from Brainwavz, saying that it makes the headphones way more comfortable. But a lot of people are also saying that it changes the sound in a negative way. Now I'm not really an audiophile but I'd prefer if I could avoid altering the sound by a lot while making the headphones more comfortable.

Someone also suggested the Shure SRH840A pads, which would be preferable since I could get it locally, but I'm not sure whether it fits on the ATH-M20x, since the seller's website says that it's only compatible with that model of headphones.

Which ear pad should I buy?

view more: next ›

adam

joined 1 year ago