

Wow the mouse setup is incredible! Hahah thanks for sharing! :)


Wow the mouse setup is incredible! Hahah thanks for sharing! :)


What?! I have to look for that video hahah


I recommend Batman Arkham Shadow and Half Life Alyx.
If you don’t have VR legs (you still get dizzy with VR) I would say Batman does a better job for new players than Half Life (both games are thought as a first VR game though).
And after that you can try Half Life 2 in VR, it’s also amazing.


I live in Spain and I didn’t knew that but it’s surprising taking into account all that has happened in Valencia.
They point to X and maybe it’s time for them to put the account in a less toxic and open environment if its having a bad effect.


Yes


I think he has two channels and maintains only one or something like that. Try to follow this one: https://tilvids.com/video-channels/thelinuxexperiment_channel and hopefully that works better!


I follow the linux experiment on Lemmy and it shows up fine too!
I encountered this problem mylsef. The way I solved it was to do a scroll container and then do:
func _scroll_to_text_edit(text_edit : TextEdit) -> void:
scroll_container.ensure_control_visible(text_edit)
For the height problem you have to do it inside a _process() so it runs in every frame:
func _process(_delta: float) -> void:
if DisplayServer.has_feature(DisplayServer.FEATURE_VIRTUAL_KEYBOARD):
var keyboard_height = DisplayServer.virtual_keyboard_get_height()
if keyboard_height > 0:
self.size.y = get_viewport_rect().size.y - keyboard_height
else:
self.size.y = get_viewport_rect().size.y
You can check my lame implementation here: https://github.com/4Robato/track-your-counters/blob/main/UI/main.gd
It’s been a while and I forgot a bit the details and I can’t take a deeper look now but I hope this helps!


To get some hype around!
Tarn is on the video too and kitfox has been very nice to them :) And if you haven’t been up to date with the changes I think it’s good to see a video with the additions.
But we can have both things: link to the official website, though if you want to give Tarn and Zach some money you can purchase it via itch or steam.


Well it’s open source and self-hostable just like you needed and like discord you can create different rooms for the different topics (or games) so things don’t get mixed.
If that’s too much I only see the option to go in Telegram and create/search for some bots that fill your needs.


There’s matrix which is a decentralized alternative to discord. I haven’t used it myself but I’ve heard good things about it.


Why do you comment something without reading the article? This is a quote from someone explaining what they saw, not the reporter describing her like that.


I use WiVR and works great! I don’t have many VR games honestly but all the ones I’ve played have worked.
There’s also this website: https://db.vronlinux.org/ where you can have an idea though is not always accurate.


People mention WWIII because of them. Hopefully WWIII doesn’t happen despite of them.


I didn’t knew about Bridgy Fed but isn’t that kind of creating a bot and duplicating profiles? I guess is better than nothing but it reminds me a bit of the app Surf which connects the fediverse with youtube and other stuff and while sounds good in practice I wonder if it makes people less willing to switch to the Fediverse because you don’t need to anymore.


Aah I didn’t knew this issue from Lemmy, really interesting. Creating a decentralized platform raises many new challenges that are hard to solve!
Now I get why piefed approaches moderation in a different manner and tries to be more resource friendly.
Thanks for the info! Really interesting stuff :)


Yeah one has to be careful with statistics and I couldn’t find the whole Lemmy in one place so it’s also not representative of the whole Lemmy.
I thought ActivityPub did scale well and was ATProto (Bluesky) which had a lot more issues. I mean I can comment on Peertube using my Mastodon account meaning the whole Fediverse is properly connected and we are 1M MAU so I would say it already scaled good.


I don’t know how to check for the whole lemmy but seems it’s growing a bit but the MAU dropped a bit probably because of august: https://fedidb.com/servers/lemmy.world
But the fediverse in general doesn’t grow too much except when a scandal happens.
I’m waiting too, I actually imported a smaller project I have and the text editor now shows warnings which I love. Can’t wait to convert my main project! Haha
The steam/itch version is simply better. It has graphics but you can turn them off and then is the same as the free online version.
I mean yo can download the free version and check it out but without graphics is a really tough game and the UI doesn’t scale too good without the graphics. I 100% suggest to pick the premium version if you can :)