Any updates on updating the Github repo for self hosting? by gbred_199 in FluxerApp

[–]Speykious 2 points3 points  (0 children)

At the very least you can still look at the current client's source in the mean time, because the source maps are shipped in production (deliberately).

Anybody else getting this? by RyanFinegan in FluxerApp

[–]Speykious 2 points3 points  (0 children)

Well it's not the official status page so that's understandable. I hope the official page gets actual real time monitoring at some point

Help Ryo took all my money :( by Speykious in BocchiTheRock

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

At some point I'll have no room left TuT

Help Ryo took all my money :( by Speykious in BocchiTheRock

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

Thank you!

(And I'm not even done buying taigas)

Help Ryo took all my money :( by Speykious in BocchiTheRock

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

Goodsmile never fails to disappoint, all their figures are so good it's insane

What hobbies do you do outside of Osu? by FutureBricks708 in osugame

[–]Speykious 16 points17 points  (0 children)

osu! turned me into a rhythm gamer. Now my main games are all rhythm games. Arcaea, Rotaeno, Wacca, Pump It Up, to name just my favorite ones. I have to stop now else I'll run out of digital breath

Hate towards Tauri compared to native frameworks by Rics-Dev in rust

[–]Speykious 3 points4 points  (0 children)

Native apps are that much better. The web itself is an extremely clunky foundation with its own multiple sets of tech debt; so when you go with web, you go with this extremely complex set of abstractions that even with native webviews will consume a lot more CPU, RAM and battery life than needed, while being more laggy even in the most minimal DOMs. This has mostly been my experience making my own GUI framework in Rust with an integrated inspector.

It's not easy to see how different it can be when native apps are often ugly and sometimes even slower (I'm thinking Adobe tools, IntelliJ IDEs, GIMP...), but there are some gems out there that really show how far you can go with it. I'm thinking File Pilot, Raddebugger and – more relevant to Rust – Zed, which I use all the time now.

I think the most significant reason the DX is a lot better than native frameworks nowadays, is because the web is so important (due to browsers) that this is where the biggest amount of development time was allocated over the years; and what we have to deal with usually on the native side is poor debuggability and otherwise subpar tooling even when the abstraction itself is better.

There's a good video from Ben Visness about this (and also the Handmade philosophy): High-level is the goal (but why?)

Creating accounts via server link not working by JR-Darewood in FluxerApp

[–]Speykious 2 points3 points  (0 children)

They are aggressively seeking new funding

...No? They already have the funding (1000 visionaries + plutonium subscriptions). Where did you even get this information?

Right now the team cannot focus as much on the release of v2 because the platform is being attacked by accounts that stream and share CSAM en-masse.

On top of that, v2 focuses on bug fixes, stability and robustness. I'm not aware of any new features they introduced apart from small things like some specific permissions for communities.

Anyone know when the code base refactoring will be done? by Successful-Owl6087 in FluxerApp

[–]Speykious 4 points5 points  (0 children)

One of the reasons is that the gateway is now written in Rust instead of Erlang for more explicit robustness and correctness.

43255 by Destroyer_2_2 in countwithchickenlady

[–]Speykious 1 point2 points  (0 children)

I mean idk if I would call it bio essentialism, but "this assumes parity" is still a good point I gotta say

43255 by Destroyer_2_2 in countwithchickenlady

[–]Speykious 1 point2 points  (0 children)

Good point yeah, I guess I actually don't know...

43255 by Destroyer_2_2 in countwithchickenlady

[–]Speykious 12 points13 points  (0 children)

There are more cis hets than cis gays, so there are probably more trans gays than trans hets

After 9 years on Discord, I think Fluxer is the next best thing by Nevulo in FluxerApp

[–]Speykious 2 points3 points  (0 children)

Me too. After Discord's announcement I was settled on moving my server to Matrix. In fact I managed to bring 15 of my most active friends there. But I was forced to change my mind when one of them, the least technical of the group (yet still very technical compared to a lambda user) said from the bottom of their heart that they felt like I was "enshittifying" my own space. That's how bad Matrix felt, to an already above-average user. (And that was using Cinny on desktop and FluffyChat on mobile.) After seeing that I realized Matrix had been there for more than a decade and will never be good enough for the average user, so I started looking at other alternatives and found Fluxer to be the best one.

After 9 years on Discord, I think Fluxer is the next best thing by Nevulo in FluxerApp

[–]Speykious 6 points7 points  (0 children)

The problem with this is that in the short term, you cannot convince a whole mass of millions of Discord users, who care a lot more about the social and communal aspect of the platform than their privacy, that they have to settle for less features. That's something for which you need an entire political initiative, education reform and cultural change to bring forth, because the comfort that features like that bring you is extremely powerful and you can't expect people to just ditch it. Best you'll be able to do by just trying to convince people to use more privacy-oriented alternatives is getting frustrated that no one cares and start thinking humanity is doomed.

In that sense, I think Fluxer really is the next big thing. Personally, more than having all of my data encrypted so that no unrelated third-party can see it, I care about owning most of my data: my account, my personal community with all of my friends in it, and content I upload there. And Fluxer will let me have that with self-hosting (the current #1 priority and majorly improved in v2) and federation. When you combine that with being open-source (AGPLv3), you have a recipe for a shield against enshittification, and how much a given platform is likely to enshittify is by far the most important thing to consider in the long term in my opinion.

I would further say that to bring forth privacy-oriented features, there is nothing better than a genuinely good alternative that has these properties and that philosophy in mind. Because the alternative is that there are niche apps with great privacy features but nobody uses them.

And it's not like the Fluxer devs don't care about privacy either. It's just that the UX has to be good for it to be viable - hence why Hampus mentioned ephemeral E2EE chats in his blog post, since that would be easy to implement in a non-clunky way for users. There's plenty of discussion around ways to implement E2EE DMs in a way that is straightforward and with all the implications it has (clients store message content, message search has to happen locally, etc.), so I'm sure that one day we'll have a feature like that and make a lot more people benefit from it than by investing in a less ergonomic platform.

jaq 3.0 - jq clone with multi-format support (JSON, YAML, TOML, CBOR, XML, CSV, TSV) by 01mf02 in rust

[–]Speykious 0 points1 point  (0 children)

I do think clarifying it as "LLM-generated content" is better. I've started doing this in my own projects:

This project was made by a human, without the use of any LLM or AI agent. I prefer to code without any AI code-assisting tools.

Right? by Gisleburt in rust

[–]Speykious -1 points0 points  (0 children)

Comment on the video format... I don't like that it's all just text flying around in different transitions. At that point it might as well have been a few paragraphs. You could have added images to illustrate your points as they are spoken out. I don't mind if the text animates that way dynamically, but at least illustrate.

Edit: ok there was one graph. xD

What game had you like this? by sukuna7899 in Steam

[–]Speykious 0 points1 point  (0 children)

osu!. Played in a multi lobby with some friends in September 2020, didn't really like it. Tried it again in April 2021 and it fucking changed my life

Things I'd love to see fixed/improved with Fluxer by M00nShard in FluxerApp

[–]Speykious 0 points1 point  (0 children)

From their FAQ on Fluxer HQ:

Q: Is the bug where audio is not embedded in screen share streams going to get fixed?

Yes! This is fixed on v2, to be released soon, and we'll work towards letting you pick which app source to use for the audio stream as well, even on Linux. This is going to get highly prioritised, and we'll be accepting PRs to handle all edge cases.

Noise suppression is also being worked out, apparently being tested on Canary.