Cr4yfish

joined 1 year ago
MODERATOR OF
[–] Cr4yfish 2 points 3 weeks ago

Fair opinion. Native Apps do have some huge advantages, but also some disadvantages.

I've coded both before (although way more PWAs) and with Native you also run into Platform issues as long as you don't ship exclusively for one Platform.

PWAs have a huge advantage here since they run the same everywhere as long as the Platform has a browser which is not safari.

[–] Cr4yfish 2 points 3 weeks ago (3 children)

Is it for self-host ppl too?

In theory not an issue. I use Supabase, which you can self host as well.

You can also self host the Mistral Client, but not Gemini. However, I am planning to move away from Gemini towards a more open solution which would also support self hosting, or in-browser AI.

I am looking for OIDC, S3 and PgSQL

Since I use Supabase, it runs on PgSQL and Supabase Storage, which is just an Adapter to AWS S3 - or any S3, really. For Auth, I use Supabase Auth which uses OAuth 2.0, that's the same as OIDC right?

[–] Cr4yfish 5 points 3 weeks ago

Thanks. My general strategy regarding GenAI and reducing the amount of hallucinations is by not giving it the task to make stuff up, but to just work on existing text - that's why I'm not allowing users to create content without source material.

However, LLMs will be LLMs and I've been testing it out a lot and found already multiple hallucinations. I built in a reporting system, although only reporting stuff works right now, not viewing reported questions.

That's my short term plan to get a good content quality, at least. I also want to move away from Vercel AI & Gemini to a Langchain Agent system or Graph maybe, which will increase the output Quality.

Maybe in some parallel Universe this really takes off and many people work on high quality Courses together...

[–] Cr4yfish 6 points 3 weeks ago (2 children)

Yeah, good idea. It's possible to do that with WebLLM & Langchain. Once Langchain is integrated, it's kinda similar to the Python Version so should be do-able I think.

[–] Cr4yfish 3 points 3 weeks ago

Would be nice for sure... 0 forks yet.. but I'm hopeful :D

[–] Cr4yfish 17 points 3 weeks ago

Yeah you're right. I switched it to AGPL.

[–] Cr4yfish 2 points 3 weeks ago* (last edited 3 weeks ago)

Thank you!. Let me know if you find out more about the issue. I'll also keep an eye out for the cause.

Edit: I've opened an Issue for this on GitHub: https://github.com/cr4yfish/nouv/issues/2

[–] Cr4yfish 12 points 3 weeks ago (6 children)

Thanks, haha. I'd love develop a Native App for it too but this is a zero-budget Project (aside from the Domain). PlayStore has a one-time fee so that's 25€ for Android + 8€/Month for the IOS AppStore just to have the App on there.

In theory, I could just have a downloadable .apk for Android to circumvent the fee but most people don't want to install a random .apk from the internet. And I'm not developing a Native App for like 3 people excluding myself (I'm an iPhone user).

Soo, yeah that'll probably not happen :(.

[–] Cr4yfish 4 points 3 weeks ago (1 children)
[–] Cr4yfish 5 points 3 weeks ago (3 children)

Hm that's very weird. I can't replicate it and I used some random SSL checker website and it checks out as well.

Really not sure why that's happening.

[–] Cr4yfish 46 points 3 weeks ago (4 children)

it’s implied it’s licensed under "all rights reserved", so not open source!

Oh, I actually did not know that. I'll try to remember adding a License right from the get-go from now on, thanks :)

[–] Cr4yfish 17 points 3 weeks ago

It's GPLv3 now.

8
submitted 1 year ago* (last edited 1 year ago) by Cr4yfish to c/nemmy
 

I'll try to migrate Accounts but be prepared to be logged out again :((.

The new system will allow users to have multiple instance logins under one account - this will make it possible to seemlessly switch accounts when one or more instances go down.

Use case example:

You browse Nemmy with your lemmy.world account when suddenly lemmy.world goes down, then Nemmy can automatically switch you over to your synced lemmy.ml account, which has the same subscribed communities. Now you can continue browsing your feed, posting Posts and Comments - as if lemmy.world was still up.

Basically this is the next step of the instanceless featureset of Nemmy which takes over instance handling which is currently handled by the user.

 

With every new App published on IOS I wonder again how the financing works. Just through donations, or do you "take one for the team"?

 

They would be displayed in a censored version of course.

The current behaviour is just not to display them.

Vote by upvoting/downvoting. Graph support currently only in the Nemmy App.

6
submitted 1 year ago* (last edited 1 year ago) by Cr4yfish to c/nemmy
 

This enables you to quickly create a custom feed by selecting which communities you'd like to see posts from.

Edit: It's 1am but I've got a working prototype now:

Had to make my own Lemmy API basically since there is no API to get Posts from multiple communities.

7
submitted 1 year ago* (last edited 1 year ago) by Cr4yfish to c/nemmy
 

Usually I lack behind in terms of features but not this time! The official UI forgot to de-reference character references in post titles.

Notice the "&"?

Not present in Nemmy!

 

About

I have an idea to make loading almost everything very fast but it comes at the cost of having to load everything double.

Voting:

Use twice as much data but be much faster: upvote

Only load everything once but be just as fast as every other lemmy app out there: downvote

I recommend viewing this post on Nemmy since it has a poll feature (WIP)

2
submitted 1 year ago* (last edited 1 year ago) by Cr4yfish to c/nemmy
 

I'm currently working on making Polls possible.

Right now they only work with upvotes/downvotes and a Chart is automatically displayed when "[POLL]" is the first thing in the post title.

8
submitted 1 year ago by Cr4yfish to c/nemmy
 

Users can finally filter out lemmynsfw.com (or any other).

Feel free to try it out.

1
submitted 1 year ago* (last edited 1 year ago) by Cr4yfish to c/nemmy
 

I could set up my own database in the cloud to save user settings and such in the cloud, which would sync across devices but I'm not sure if anyone would actually use it.

Just upvote/downvote this post to make your opinion heard. You can also comment of course.

This question is, obviously, for when Nemmy is out of Alpha.

 
 

Hello again, wow it's been almost a week since the last dev update.

I've been working on a number of things and they quickly started being depended of another, so I decided to give this one some time and push everything at once!

New features

Markdown inserts

The markdown bar thingy now actually works (finally)!

Settings

The Settings backend is done and I implemented a couple of settings for you to try out. Note that they only work when logged in.

Compact Post design

The compact post design has also been added

Better Search

You can now choose between searching for Posts and Communities (Users coming soon). The design has also been improved, the posts now use the standard compact design instead of a custom one.

Fixed login

The login issues should be fixed, but please let me know if you still experience some.

Something to look out for

I had to rewrite a ton of css in this one so there will be some issues related mostly to colors. These issues will get fixed one by one but it's dificult to find them. If you find one of these please let me know.

That's it for today!

Feel free to let me know what you think, I always appreciate feedback.

See you all soon :)

 

Hey all, I've been working on a new search page which can now finally filter by posts, communities and users.

I'm currently adding infinite scrolling to it.

In the screenshot you can also see the new compact Post card design I've been working on, which will also come very soon together with the finalized settings page.

Stay tuned for more updates.

PS

In contrast to "other" Apps for Lemmy, Nemmy will always stay completely Ad free, privacy-invading tracking free and without overpriced premium features with big profit margins.

view more: ‹ prev next ›