s900mhz

u/s900mhz@beehaw.org
0 posts · 19 comments

Recent posts

No posts.

Recent comments

I like where you are going with that thought. I would like to see tags users can vote on like “spam, bot, hate, troll” or something. So the users can moderate themselves a bit. These tags can then be reviewed by a moderator who can make the ultimately decide what happens. Of course this is still prone to bridging and bullying but just trying to think outside the box

Ooo never heard of Guix, just did a little research on it. I am looking to switch to a declarative distro as well. I seem to have the same tendency of breaking shit when playing around with different packages and running different projects locally. I have been looking at NixOS, have you heard of it and if so, why did you choose GUIX over it?

https://nixos.org/

Yes, I didn’t intend to downplay your comment. Caching at the proxy later with auth is something I am not familiar with. I never had to implement it in my career. (So far 😅) I just wanted to make it known that the web socket may be a thing of Lemmy past for anyone unaware

I may be wrong, but there is a branch in the works (UI repo) that pulls the web socket out and replaces it all with http calls. So the web socket may not be here for long

Yeah I dabbled in rust very very lightly lol But the front end is written in inferno which is very similar to react which I’m very comfortable with. All I can say is don’t fear another language! Or don’t let it be a blocker, it may take some time to figure out but if you keep at it day after day you will be amazed how it will eventually makes sense.

The rust backend, Postgres Db and UI are all available as docker images. The rust “lemmy” repo has a docker compose file (if you are familiar with the concept) allowing you to spin up the whole stack locally pretty easily if you already have docker installed.