

Thanks, especially for that openwrt mesh bit, that might end up as the the best solution.
Thanks, especially for that openwrt mesh bit, that might end up as the the best solution.
Looking into it, ty!
Good tip, thanks!
Kicking low-signal devices didn’t occur to me, and should be easy to implement on the OpenWrt one, thanks!
Tp-link is stock sadly, but could replace with more capable one (Mikrotik L009 probably, I don’t care about single-band in this case because it literally covers a single, open space room)
Yeah didn’t add that bit before, edited in. Archer is here as just dumb AP/routing box for the furthest room, connected to Omnia by ethernet (so yes, Archer acts as client device @ .1.20 and forwards everything to Omnia).
EDIT: Sadly I don’t have OpenWRT on the TP-Link, but the plan was to replace it with more capable Mikrotik so that I could setup the more advanced bits (Mobility Domain, “roaming”)
Ha, I didn’t specify it but both routers are connected by normal ethernet cable (TP-Link -> Turris).
Don’t think extender (as in forwarder) is good solution here as it would needlesly increase latency for the secondary, though will check! maybe there are some important bits about the mobility domain and roaming in it.
I’ve actually forgot where exactly was the prolem, I remember some electron app in wayland mode was crashing/glitching - that might be because of my GPU though (3090 with open dkms latest drivers). Also maybe Pycharm didn’t look right?
Yeah, same boat.
Tried riverwm few months ago but couldn’t fit my Awm workflow into it, river seems to think about tags as just tags for where you want windows (even on multiple of them) but I just want workspaces, where each ws also has its own tiling mode. Also, seems there is no standard on how to read/show the current tiling mode by something like waybar, also essential for me when toggling through them.
Also I don’t understand Xwayland - I’ve searched hours for ways to tell the compositor to “tell” Xwayland to not scale the content dpi or something along these lines - there seems to be no standard and every compositor handles xwayland in their own way?
So vesktop it still is
You might be able to turn off sleep indication (nlinking power led) in bios btw:)
No, the commenter ommited a lot of information, it’s not full Nitro, it’s just the features that can be enabled/worked around client-side, see my comment under the parent one.
To clarify about the fake nitro plugin of Vencord/Vesktop:
It’s not Nitro, it just enables some features you get with nitro, mainly better streaming quality and being able to “send” emojis from any server (this is all it does, cant use any emoji reacts nor send bigger files or server boost).
Also
About the emojis, the custom/other server emojis are sent as image links which discord will render but it is not a native discord emoji and will format differently when used inline.
It also does nothing for custom emoji reacts.
About streaming, Discord uses webrtc, that usually means P2P streaming which in turn means that the streaming client can send whatever they want (as long as the receiving clients understand it) and discord servers can’t say no. It’s not server authoritative communication, discord without nitro just hides the UI options, vencord gives them back.
https://wiki.archlinux.org/title/EFI_system_partition#Typical_mount_points
(Efi System Partition)
Not wrong, it is shady. Though the NTDEV guy behind it does have some (sparse) information on their patreon about how and what tools, mainly seems to be done with osdbuilder. Comes down to trust as with anything on internet, I just need to run chkdsk.exe on drives from time to time and the smaller it is the better.
Tiny11 iso
Quick google search it seems your only options for HA are Xiaomi scales with bluetooth paired to a mcu with esphome.
The closest one with the remote stuff and media will probably be https://libreelec.tv/
No.
Any coding LLM could probably help you piece together the kernel configs, makefiles and so on but you can’t just tell it “build me a linux distro called Mannah Hontana”.
Edit: not to mention that distro is more then just the kernel, there is also the choice of init system (what will start and manage “background” services), package manger (so also the package format), desktop environment (kde, gnome, …none) and so on