FluxDash is a Geometry Dash bot for Fluxer. as of now, it can show daily, weekly, event, arbitrary level, and user info by id or name (name still a bit buggy though). it is free and open source, is being made without genAI, and is written in Rust. FluxDash and its dependency gdutils are still work-in-progress, contributions are appreciated!

i'm happy to announce that the official FluxDash instance can now be added to any fluxer.app community!
https://web.fluxer.app/oauth2/authorize?client_id=1488739811384334882&scope=bot&permissions=379968

@benjae was kind enough to host the official instance in his 24/7 thing. the bot should have near-100% uptime and if it crashes it should turn right back on. thanks oomfie

#rust #geometrydash #fluxer
crates.io: Rust Package Registry

crates.io serves as a central registry for sharing crates, which are packages or libraries written in Rust that you can use to enhance your projects

@chessmaster #Fluxer scheint eine direkte Discord-Alternative zu werden, aber ist noch recht frisch:

https://blog.fluxer.app/how-i-built-fluxer-a-discord-like-chat-app/

How I built Fluxer, a Discord-like chat app

Fluxer is a free and open source instant messaging and VoIP platform built for friends, groups, and communities.

Fluxer Blog
i think it's stable now!

https://crates.io/crates/fluxdash FluxDash, my geometry dash bot for Fluxer, has reached version 0.2.0! it's less buggy and more featureful, feature list is in the readme

and i think we're ready to host on a dedicated thing with high uptime. it and get people to use it now. i'll make another post about that soon

#fluxer #geometrydash #rust
crates.io: Rust Package Registry

crates.io serves as a central registry for sharing crates, which are packages or libraries written in Rust that you can use to enhance your projects

also FluxDash, my work in progress Geometry Dash Fluxer bot, is now on crates.io!

cargo install fluxdash
#geometrydash #rust #fluxer

FluxDash is out! ​​​

FluxDash is a free and open source Geometry Dash bot for Fluxer. it can get level data and that's pretty much it lol

i need people to contribute!

please go to

Codeberg:
https://codeberg.org/JuxGD/FluxDash GitHub: https://github.com/JuxGD/FluxDash

and see if there's anything to contribute!

also the
gdutils crate which FluxDash depends on, i also made that, and it also needs a lot of help! please contribute!

Codeberg:
https://codeberg.org/JuxGD/gdutils-rs
GitHub:
https://github.com/JuxGD/gdutils-rs

please no LLM/agent contributions thank youuu

#rust #fluxer #geometrydash #rustlang #dev #boostsappreciated #boostswelcome #noai #foss
FluxDash

Geometry Dash bot for Fluxer!

Codeberg.org

The signup workflow for my Matrix instance is giving even my more technically adept friends issues. I shouldn’t have to also host a wiki for people that work with technology to be able to use my instance.

That and the fact that Matrix was born out of the IDF have just soured me on the whole thing.

I’m probably going to scrap it and give Fluxer a try next.

#matrix #fluxer #discord

So far the Principia #Fluxer community has 80 members now!

...It's pretty silent, the member count is a bit inflated by temporary accounts from people checking it out, and I haven't gotten around to setting up bridging yet. But getting Principia onto the discovery page seems to have been a really good idea.

I haven't kept up with Fluxer's developments during the past weeks but it does seem to have gotten a lot more stable by now. Hopefully the mobile apps will be releasing soon.

There's been a lot of discussions in the Fluxer Developers community on what federation and E2EE should be like.

I recently suggested looking at using #chatmail from @delta for the E2EE implementation for the following reasons:

  • Designed for federated networks
  • Standards-based (it's literally just well-done encrypted email)
  • Has a practical implementation
  • Has a solidified spec
  • Audited
  • Already aligned with the #fluxer feature roadmap (such as webxdc support)
  • Simple client implementation story (use the core Chatmail lib)
  • Can use battle-tested Trust & Safety tooling made for email

But I do wonder a bit on whether this would be a good idea, or rather integrating Delta Chat/Chatmail alongside another chat protocol. It's been done with the Signal Protocol before, which has been suggested in the E2EE channel too but I'm not aware of any examples of the same for Chatmail.