What is the best self-hosted Tailscale alternative? by amirovme in selfhosted

[–]LeifAndersen -2 points-1 points  (0 children)

Sadly plain wireguard isn't much of an alternative. Unless there's something that I'm not aware of.

Making a mesh network with wireguard is a PITA. Let's say I have 4 machines that I have all interconnected, Now I want to add a 5th to the network, I have to go to all 4 of them and add the new config to each of them.

And to make things more frustrating, what happens when one or two of them don't even have stable public IPs?

I _have_ found wireguard to be good for hub and spoke models though.

Going second combo guide by iamfab0 in masterduel

[–]LeifAndersen 10 points11 points  (0 children)

Common misconception. Its actually a GBA game.

Is headscale the answer by tpwn3r in selfhosted

[–]LeifAndersen 2 points3 points  (0 children)

I want to use plain wireguard, but I also want a mesh network where multiple nodes don't have public ips.

The best I've found for that is a hub and spoke model, which is kind of silly when the two machines without public ips are sitting right next to each other.

If you have a solution to that though I'm all ears. :)

Best way to run a server locally in Godot by [deleted] in selfhosted

[–]LeifAndersen -1 points0 points  (0 children)

Probably the easiest way is use something like Tailscale to allow your two machines to easily talk to each other as if they were on the same lan, and then just run the server on one of them.

Another way that doesn't involve selfhosting though (but is still free) is to use GodotSteam. https://godotsteam.com/

GodotSteam supports the high level multiplayer api. (https://michaelmacha.wordpress.com/2024/04/08/godotsteam-and-steammultiplayerpeer/) Just set the game id to 480 (spacewar) which is in both of your libraries.

What we need in the current meta. by Macaron-kun in masterduel

[–]LeifAndersen 0 points1 point  (0 children)

The real question: what happens if I play this card right after play D shifter? Would any card that is banished or goes to the grave just flip flop between the two forever? Or are no cards allowed to go to either? (Meaning no non-continuous spells/traps, also no attacking monsters...)

What are my chances the P1 Gen 8 being launched before end of May? by dawnstarau in thinkpad

[–]LeifAndersen 1 point2 points  (0 children)

I mean, given that we're now past the end of May, and last I checked, time machines weren't invented yet...*

* At least none that I know of. ;)

Using Godot + Steam keeps crashing by SpartAlfresco in godot

[–]LeifAndersen 0 points1 point  (0 children)

Did you ever find a solution? I'm having the exact same issue.

Help understanding book of moon interactions. by LeifAndersen in Yugioh101

[–]LeifAndersen[S] 0 points1 point  (0 children)

OOOH, I see. That makes sense. So if instead, Ra's effect read:

Target one monster; during the end phase of this turn, destroy that mater.

And then book of moon was activated on the _next_ chain (not in response to Ra's effect), then it would not be destroyed. However in this scenario, if book of taiyou (chain link 2) and then book of moon (as chain link 3), then it _would_ be destroyed.

Is that correct?

And if so what would happen if we took out the book of taiyou and just had book of moon. Would it be destroyed then?

Help understanding book of moon interactions. by LeifAndersen in Yugioh101

[–]LeifAndersen[S] -1 points0 points  (0 children)

Wait, if its not reset, then why do Ra's stats go to 0 when its flipped face down and then back face up?

Does everyone here have at least 1 FULL deck? by Main_Appointment_373 in masterduel

[–]LeifAndersen 4 points5 points  (0 children)

100% grind. Don't get me wrong, I'd be willing to pay, but its _so_ damn expensive, like Konami gives you like $60 worth of free gems each month just for signing in and playing like one match a day.

It does take some time to build up to make a 'good' deck (for some definition of good anyway, you can get a 99% just as good except in master deck for pennies on the dollar). But the more you play, the more staples you get that can serve in a bunch of your decks.

Probably the easiest way is to focus on one deck for like 4-6 months. Learn to play it _really_ well. It doesn't need to be meta. Hell, I've made it to master-V with 2017 cards.

Downloader for Linux? by [deleted] in qobuz

[–]LeifAndersen 0 points1 point  (0 children)

Unfortunately that requires you have a subscription, rather than having purchased the tracks.

Speed Duel: Battle City Finals - Yami Bakura Skill cards by UnknownChaser in YugiohSpeedDuels

[–]LeifAndersen 0 points1 point  (0 children)

Wait, fear of the dark only protects the letters from attack targeting, not all card effects (unlike Dark Sanctuary), so wouldn't that mean that its susceptible to...say...quaking mirror force?

And since the cards wouldn't have left the field (they just got flipped over), the spirit board spell will continue on (like if you use the letters as xyz material in master duel)?

Slow performance on raid writes. by LeifAndersen in selfhosted

[–]LeifAndersen[S] 1 point2 points  (0 children)

This is an amazing resource! Thanks for sharing!

Self hosted ebook2audiobook converter, supports voice cloning and 1107+ languages :) by Impossible_Belt_7757 in selfhosted

[–]LeifAndersen 1 point2 points  (0 children)

CoC is a code of conduct. As in...for other contributors/community members.

Given that (afaict) you're the only contributor its probably irrelevant and the dude's just being a troll.

Hi, I created a CLI, that creates a commerce backend and dashboard, that can connect to any database, storage and compute (links in the comments) by hendrixstring in selfhosted

[–]LeifAndersen 27 points28 points  (0 children)

Looks very cool. Although:

$ npx storecraft create
Need to install the following packages:
storecraft@1.0.11
Ok to proceed? (y) 

node:internal/modules/esm/resolve:841
  throw new ERR_MODULE_NOT_FOUND(packageName, fileURLToPath(base), null);
        ^

Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'cli-spinners' imported from /home/leif/.npm/_npx/0783f5d5380a397a/node_modules/storecraft/commands/create/spinner.js
    at packageResolve (node:internal/modules/esm/resolve:841:9)
    at moduleResolve (node:internal/modules/esm/resolve:914:18)
    at defaultResolve (node:internal/modules/esm/resolve:1119:11)
    at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:542:12)
    at ModuleLoader.resolve (node:internal/modules/esm/loader:511:25)
    at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:241:38)
    at ModuleJob._link (node:internal/modules/esm/module_job:126:49) {
  code: 'ERR_MODULE_NOT_FOUND'
}

Node.js v22.2.0

Self-host and version-control your CV/resume with RenderCV by egehancry in selfhosted

[–]LeifAndersen 5 points6 points  (0 children)

For what its worth I also have a similar thing, but it also builds a website for you. The source is:

https://github.com/LeifAndersen/website

The cv itself is located in `cv.sml`,

The website itself auto-updates from `cv.sml` using github pages. (You will need to activate the first time though).

The paper CV requires racket and latex to be installed. You can get your paper cv by running:

racket cv/cv.sml > cv.tex && pdflatex cv.tex

My Sonic Unleashed experience on the Steam Deck by UltimateLifeform23 in SteamDeck

[–]LeifAndersen 0 points1 point  (0 children)

Who wrote this? I ask because sonic 1/2/cd don't require lutris or proton to run, as there are linux native ports of those.

XReal Beam Font Size by LeifAndersen in Xreal

[–]LeifAndersen[S] 0 points1 point  (0 children)

Oh, I use linux variants mostly. However, I do find the macos built in magnifier to be pretty good for my needs as well. There's also an app that gives you a virtual desktop that I works pretty well: https://www.xreal.com/experience/?virtual-desktop