smiletolerantly

joined 1 year ago
[–] [email protected] 3 points 9 hours ago

Pimsleur. It's very different than Duolingo, in that it is almost entirely audio-based. However, at least in my experience, it actually gets you to the point of speaking and understanding a language much more rapidly than Duolingo. Way, way less gamified though. It expects you to put in half an hour a day where you just concentrate on the lesson.

[–] [email protected] 2 points 14 hours ago

Sorry, I should have mentioned: liking bare-metal does not mean disliking abstraction.

I would absolutely go insane if I had to go back to installing and managing each and every services in their preferred way/config file/config language, and to diy backup solutions, and so on.

I'm currently managing all of that through a single nix config, which doesn't only take care of 90% of the overhead, it also contains all config in a single, self-documenting, language.

[–] [email protected] 4 points 14 hours ago

YES, WATCH STEINS;GATE!

Not Steins;Gate Zero though, that's a sequel.

The most common criticism is that the first handful of episodes are slow, but I hard disagree. Every moment is either re-contextualized later on, or is important character work.

[–] [email protected] 2 points 1 day ago

Nice. My partner has a Proxmox setup, so we've adapted the Nix config to spin up new VMs of any machine with a single command.

[–] [email protected] 2 points 2 days ago (2 children)

NixOS :)

Maybe I should have clarified that liking bare-metal does not imply disliking abstraction

[–] [email protected] 4 points 2 days ago (1 children)

Containers != services.

I don't think I am better than anyone. I jumped into these comments because docker was pushed as superior, unprompted.

Installing and configuring does not an expert make, agreed; but that's not what I said.

I would say I'm pretty knowledgeable about the things I host though, seeing as I am a contributor and / or package maintainer for a number of them...

[–] [email protected] 10 points 2 days ago (2 children)

They are using a hosting provider - their dad.

"The cloud" is also just a bunch of machines in a basement. Lots of machines in lots of "basements", but still.

[–] [email protected] 7 points 2 days ago (14 children)

OK, but I'd rather be the expert.

And I have no troubling spinning up new services, fast. Currently sitting at around ~30 Internet-facing services, 0 docker containers, and reproducing those installs from scratch + restoring backups would be a single command plus waiting 5 minutes.

[–] [email protected] 7 points 2 days ago (2 children)

No, I actually think that is a good analogy. If you just want to have something up and running and use it, that's obviously totally fine and valid, and a good use-case of Docker.

What I take issue with is the attitude which the person I replied to exhibits, the "why would anyone not use docker".

I find that to be a very weird reaction to people doing bare metal. But also I am biased. ~30 Internet facing services, 0 docker in use 😄

[–] [email protected] 72 points 2 days ago (2 children)

I would say yes, it's still self-hosting. It's probably not "home labbing", but it's still you responsible for all the services you host yourself, it's just the hardware which is managed by someone else.

Also don't let people discourage you from doing bare-metal.

[–] [email protected] 11 points 2 days ago (21 children)

Yeah why wouldn't you want to know how things work!

I obviously don't know you, but to me it seems that a majority of Docker users know how to spin up a container, but have zero knowledge of how to fix issues within their containers, or to create their own for their custom needs.

[–] [email protected] 0 points 4 days ago* (last edited 4 days ago) (2 children)

To clone their voice, and to send the audio to some unknown server

 

Basically, the title. After years of inactivty, I'll be taking music (cello) lessons again, with my teacher of yesteryear, from whom I've moved half a country away.

She has suggested Zoom but is open to alternatives. I don't particularly like Zoom, plus I have a feeling better quality can be had through a custom solution - but I'm at a bit of a loss as to what exactly would be a good fit for this project.

Maybe Jitsi? Does someone here have experience with it and could tell me if it's possible to set something like a "target" audio quality?

For hardware, I basically have two options. Both are already in use, for different things, and have sufficient processing capabilities - albeit no GPU:

  • host everything at home. Plus: lowest possible latency from me to the server. Not sure how much that is worth though.
  • root server in the Hetzner cloud: much faster network speed. Again though, not sure how beneficial that is, the ultimate bottleneck will always be my upload speed (40Mbit)

OK, I realize that this post is a but of a random assortment of thoughts. I'd be really happy about suggestions and / or hearing about other's experiences with similar use-cases!

28
submitted 11 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]
 

Hi,

not sure where else to post this. For a while now, I've unsuccessfully been trying to get WireGuard to work with Crunchyroll.

Setup is as follows:

  • dedicated server hosts a wg-quick instance in [neighboring country]
  • OPNSense acts as peer on a single IP
  • I have a rule for routing the entire traffic of some source device via that IP

This works just fine. Handshake successful, traffic is routed via the server. traceroute shows the server as the hop immediately after my device's local gateway. The connection is stable, and fast.

...except for Crunchyroll. The site / app itself is fine, but I can not, for the life of me, get a video to play. It just keeps loading forever.

I don't think this is an issue with CR recognizing that I'm not where I say I am - looking online, it seems pretty easy to use CR with a VPN. I've also tried from multiple other devices, all with the same symptom.

If anyone has suggestions, I'd love to hear them 😅

EDIT: ~~It was MTU. Had to manually set it to 1500 on both devices.~~

Nope, still the same issues. I was using the fallback interface there briefly.

EDIT: It WAS MTU related, I had to enable MSS clamping on the OPNSense.

view more: next ›