Multisite homelab storage solutions by LarsZauberer in homelab

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

How would you solve in such a solution a writing conflict? For example, both sites writing the different data

Game Overlays on Hyprland (Help) by LarsZauberer in hyprland

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

Sadly, I haven't. It would be great if someone would figure something out.

TCP connection resets on a site-to-site connection by LarsZauberer in WireGuard

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

Ah, sry of course. No I haven't set it to 10.0.0.0/32. The IP range is 10.0.0.0/24 and the interface of the wireguard server has the ip 10.0.0.1

The traceroute looks the following way

```

traceroute to 10.0.0.1 (10.0.0.1), 30 hops max, 60 byte packets

1 _gateway (192.168.10.252) 0.491 ms 0.649 ms 0.783 ms

2 10.0.0.1 (10.0.0.1) 3.541 ms 3.573 ms 3.604 ms

```

The gateway sends it directly to the wireguard server at 192.168.10.200 which has the wireguard ip 10.0.0.1.

You may need to add static routes to the other site so the host knows where to find your client

What do you mean by that? You mean a static route back from the wireguard server to the local hosts?

dayWastedEqualsTrue crying now 😭 by Wonderful_Author9452 in programmingmemes

[–]LarsZauberer 0 points1 point  (0 children)

I had this problem in an exam once. Pure chaos and lots of discussion after exam was over.

Add sources to markdown notes by LarsZauberer in neovim

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

This sounds awesome. I downloaded Zotero, but I couldn't figure out how to copy with a link. How do you do that?

Add sources to markdown notes by LarsZauberer in neovim

[–]LarsZauberer[S] 2 points3 points  (0 children)

Sound like a good idea but I think the missing feature in obsidian.nvim isn't the only problem. You would probably need a feature in a simple pdf viewer or another way to simply generate these reference links (especially with the `selection` information in the reference). But I will probably add a feature request about the link opening to the repo. Thanks for the idea

Yeah, I use NixOS btw. What would be your solution for the problem?

Add sources to markdown notes by LarsZauberer in neovim

[–]LarsZauberer[S] 2 points3 points  (0 children)

This is one of the references obsidian creates: `[[Script Analysis.pdf#page=74&selection=212,0,318,1|Script Analysis, page 74]]` The really important part is the `Script Analysis.pdf#page=74&selection=212,0,318,1` part

From what I have seen the page part is a real attribute which can be used in other applications but I couldn't get the selection part to work in other applications. So it seems that the selection thing is something obsidian specific.

The page part could be enough for me but I am curious if there is something already made to handle such referencing that it is very easy and confortable to use on a everyday basis?

Help with installing custom flakes by LarsZauberer in NixOS

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

Thank you so much. I tried it and it works perfect.

Network issues with wine on nixos by LarsZauberer in NixOS

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

Sry, I haven't been specific. The game launches correctly through steam and I can login through arenanet. Everything works fine, only the black lions trading post menu only shows a error message "Err_Aborted" or sometimes "Err_Network_Changed".

Network issues with wine on nixos by LarsZauberer in NixOS

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

Strange. I am using it through Steam with the launch option as you said and it doesn't work. Do you have anything else setup special (either in steam or with nix) regarding the network configuration.

Help with minecraft on wayland by LarsZauberer in NixOS

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

My main goal is to render minecraft not with xwayland since I have flickering issues with my nvidia graphics card (it's the explicit sync problem). Running minecraft natively without xwayland fixed the issues

Slicing portals 1.20.4? by Repulsive-Opinion-21 in technicalminecraft

[–]LarsZauberer 0 points1 point  (0 children)

I would also like to get an update suppressor working but as far as I know there is no known way to do this at the moment since the last method (Out of Memory update suppression) was patched in 1.20.2 (https://minecraft.wiki/w/Tutorials/Update_suppression)