

poop gems
At least they’re pretty.
I like computers, trains, space, radio-related everything and a bunch of other tech related stuff. User of GNU+Linux.
I am also dumb and worthless.
My laptop is ThinkPad L390y running Arch.
I own RTL-SDRv3 and RSP1 clone.
SDF Unix shell username: user224


poop gems
At least they’re pretty.


Unless you consider murrsuits a subset of fursuits. Those will have… strategically placed holes.


And the you go on to use Termux, and encounter swipe from left to manage sessions.


Depends on the use case. If thousands get separated, 69,420 looks nicer. If you want a port number, only 42069 is valid.


This seems like it’s for sharing same keyboard and mouse between multiple computers. What I am looking for is for the secondary laptop just to act as a monitor. That’s it. It could just be a video stream of a virtual monitor.


Reminds me of VirtualBox on Wayland. It won’t correctly capture the mouse, so it just exits and re-enters the window in random positions. Say, on guest you see it in middle left, you move it a bit to the right, and it jumps out of bottom right corner.
So, time to have a second mouse, and do USB passthrough.
But also UEFI on my HP mini PC doesn’t work with every keyboard, so a second keyboard for UEFI.


KDE Plasma has that too. It’s funny, the cursor just keeps growing while you’re shaking it. Slowly, you can eventually cover the whole screen.


What I mean is the mouse cursor isn’t there when I move it over there. Well, isn’t visible. It still interacts with objects.
Same as this person’s issue: https://discuss.kde.org/t/show-cursor-on-virtual-display-kde-connect-krdc/43421


Sorry, I don’t really understand what’s going on in here. I just clicked because I’ve seen boykisser :3
Anyway, based on some of your posts, you might find !onehundredninetysix@lemmy.blahaj.zone and !femcelmemes@lemmy.blahaj.zone interesting.


And my… where did I put it again? Shit, I always forget.


please take a look and tell me what you think
Sorry if it seems like I do, but I in fact do not have a brain.
I just found this tool gets the job done, and that’s it.
I typically just use it in a pretty stupid manual way.
local$ waypipe -c zstd=6 ssh username@IP
remote$ export DISPLAY=:90
remote$ ./xwayland-satellite :90 &
remote$ xfce4-panel
Even the xfce4-panel discovery was an accident.
I was using waypipe before knowing about xwayland-satellite. I wanted to run an X program, so in the same shell I typed vncserver to, well, launch a VNC server. That invoked xfce4-session, BUT since the WAYLAND_DISPLAY was set, XFCE DE attached to waypipe rather than XTigerVNC, launching a full remote desktop over my local one.
And out of that, xfce4-panel proves pretty useful. I can easily launch other programs using GUI, and also see widgets on that panel.
Here’s what I mean, if that sounds confusing:

Plasma panel (bottom) is local, XFCE panel (top and middle bottom) are remote.
Right, and you’re probably wondering why that app launcher at the top looks shattered. Well, both can’t be opened at once. If the application launcher goes out of focus, it closes.
But also, I use the shatter effect in KDE Plasma, so it doesn’t go away immediately. This is just as close as I could get with screenshot timing.
I use it as a fallback when Catbox is down.
I typically can’t use it either, but it seems to still cover majority of users.


#include <stdio.h>
#include <stdbool.h>
int main(){
while(true){
printf("Oh shit\n");
}
}


More like taking sips from the bottle until “shit, that was all of it”.


I’ve been checking around the used market for DDR4. It seems used ECC DDR4 sticks are now cheaper due to low demand.


Time to make a compromise by buying the cheapest €130 8GB stick.
Hey.
So, it would seem I gave you a solution that’s still more complicated than it needs to be.
You see, I was using Debian at the time I initially played with this, but now I am testing it on Arch. When you check the man pages, you’ll see an interesting option available on Arch.
So…
Waypipe on Debian 13 (latest) is version 0.9.2.
Meanwhile on Arch we have 0.11.0.
There’s an interesting new option,
--xwls.Which means that on Debian you have to:
While on Arch you just
pacman -Sy xwayland-satellite waypipe.Then it works with
waypipe --xwls ssh user@IP program.It seems to have been added in 0.10.6.