[-] Cr4yfish@lemmy.world 8 points 1 year ago

Out of interest, which places in Europe?

11
submitted 1 year ago by Cr4yfish@lemmy.world to c/lemmydev@lemm.ee

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"?

[-] Cr4yfish@lemmy.world 8 points 1 year ago

I'm actually trying to solve this issue on my own Lemmy app. It automatically switches instances when the requested one is down. Works only in the Feed right now and, of course, accounts are still instance-bound - but I will fix that soon.

[-] Cr4yfish@lemmy.world 9 points 1 year ago

I always wonder when people say something like this. I also develop a Lemmy app myself and don't understand this point, like are you afraid people will complain about your code cleanliness or commenting techniques?

I mean what extra work is there really? Moving secrets to environment variables is annoying, I get that at least.

I mean no offense to you at all, really, but when I check out other Lemmy apps I don't even bother with closed source ones since I can't possibly know if you just steal login information. Especially since this is so immensely easy with Lemmy.

Again, I'm not saying you do these things but it's always better being able to check yourself, you know?

[-] Cr4yfish@lemmy.world 16 points 1 year ago

Well it's open source, so whenever there's demand someone will fork and maintain it, if the original team ever leaves.

[-] Cr4yfish@lemmy.world 10 points 1 year ago

You could make like a circular shape on the screen with numbers correlating to the speed on different angles. Then maybe add some rectangle which points at the current speed and effectively changes the angle when the speed changes.

Oh wait..

[-] Cr4yfish@lemmy.world 11 points 1 year ago

This should be the community icon.

[-] Cr4yfish@lemmy.world 41 points 1 year ago

I just wished the Lemmy API docs were better lol.

1
submitted 1 year ago* (last edited 1 year ago) by Cr4yfish@lemmy.world to c/lemmydev@lemm.ee

Does anyone know how to get the trending communities? Or do you have to calculate that yourself?

I've studied the API docs like my life depends on it but I can't find it anywhere.

1
submitted 1 year ago* (last edited 1 year ago) by Cr4yfish@lemmy.world to c/lemmydev@lemm.ee

Since the docs are horrible I think making a megathread here with Q&As and best practices for endpoints would be nice. Would've certainly helped me when I started out.

What do you guys think?

[-] Cr4yfish@lemmy.world 14 points 1 year ago

There actually were a number of French nazis in France during German occupation. It's a topic often disregarded by the countries itself. E.g The Polish government tries to sweep that under the carpet.

I mean there even were Nazis in the US.

[-] Cr4yfish@lemmy.world 20 points 1 year ago

You already have 13 on your comment. You're like a lemmy celebrity now.

What is it like being famous?

133

Maybe not having to clearly see that repost again is actually a feature :)

[-] Cr4yfish@lemmy.world 28 points 1 year ago

takes notes for my own App 👀

[-] Cr4yfish@lemmy.world 13 points 1 year ago* (last edited 1 year ago)

Very good point! I think @TheButtonJustSpins@infosec.pub has a good idea on how to circumvent that.

I could make my own database with hashed passwords using postgreqsl and RLS, which is pretty secure. The User then decrypts the hashed passwords once on login and is simultaneously logged into multiple instances of Lemmy to get the JWT of each instance, which is then stored in SessionStorage or even in a Cookie if the User wants to which would make this a one-time process.

On signup the User could just register to one instance and then I just generate random 32 Character passwords and hash them with the Users' password, then get the JWTs and if cookies are enabled the that would only have to be done every year or so (or when the User deletes the Cookies).

This whole process is seems pretty easy, especially if you've done something like this before and I'm betting some other App Dev is already taking notes lmao.

Edit: Let's also do a thought experiment on what data will be leaked if I did this 1:1 and the database gets somehow hacked:

For each User:

  1. Username (=> Gives away that you use Nemmy)
  2. Hashed Passwords (=> Hashed passwords cannot be read if you don't have the original Users' password until we have access to quantum computers which can literally crack the encryption algorithm)
[-] Cr4yfish@lemmy.world 119 points 1 year ago* (last edited 1 year ago)

I'm making an App for Lemmy and I'm planning on adding that feature. I also want to make it so you only have to register once and the App can register you to all the instances you choose automatically.

Edit: The Webapp is Nemmy, also the Community !nemmy@lemmy.world

Edit2: Please note that Nemmy is early Alpha, so not really useable as a daily driver yet.

Edit3: Changed Community link to proper format

1
submitted 1 year ago* (last edited 1 year ago) by Cr4yfish@lemmy.world to c/nemmy@lemmy.world

Hi all, Dev Update #4 here

Today I didn't have much time to work on Lemmy, so not a lot has changed.

Installable App

Nemmy is now available as an installable PWA for Android, IOS and Windows (10&11).

The App is also currently in review for a Google Play Store entry and I swear to god I only had bad experiences building Apps yet and this is just another one. So many errors and weird workarounds. Also, working with Java (Kotlin) sucks. (This also means that I will look for Alpha Testers soon)

However, Nemmy won't appear in the IOS App Store for at least some time since it's way too expensive (100$/Year just for the listing). So IOS Users will have to use the PWA (which is basically the same though).

With this update, Nemmy also received new Icons, Banners etc.

New Domain

Previously, Nemmy was available via a temporary URL provided by the hosting provider (www.nemmy.vercel.app).

Now, Nemmy is reachable via https:/nemmy.app and, of course, https://www.nemmy.app

Well, that's it for today.

I will continue working on the community page, Login and User page over the next couple of days.

See you soon :)

1
submitted 1 year ago* (last edited 1 year ago) by Cr4yfish@lemmy.world to c/nemmy@lemmy.world

To do that, visit the new URL nemmy.app and click the install button. On phones that's usually in the sidebar/options menu.

1
submitted 1 year ago by Cr4yfish@lemmy.world to c/nemmy@lemmy.world

Hello again, time for Update #3

First off: As always, the live version is here for you to try out.

Post Page

Today I mainly worked on the Post page, which "works" now.

And here's how the comment section looks (there should also be comment chain lines for nested comments but I'm still working on that)

For some reason, the post content fails to load frequently and I'm not too sure if that's a problem on my side or if the popular Lemmy instances are still overloaded - I will investigate that further over the next days.

I've also made a loading card animation, which should be a lot better than the plain "Loading" text (which wasn't even visible in light mode)

Light Mode Updates

I also made big improvements to the Light mode (which right now can only be activated by setting the browser/OS theme)

Mobile design improvements

Well that's it for todays Update

Over the next days I will fix some current bugs and add more features like Login, Search and a Community Page. Thanks for stopping by!

1
submitted 1 year ago* (last edited 1 year ago) by Cr4yfish@lemmy.world to c/nemmy@lemmy.world

That version is live on Nemmy. Heads up: The Post page is buggy as hell right now. If it doesn't load, just refresh until it does.

1
Dev update #2 (lemmy.world)
submitted 1 year ago by Cr4yfish@lemmy.world to c/nemmy@lemmy.world

Hey everyone, I'm back with todays progress update :).

As always, you can try out the newest version for yourself here

Design

I updated the color palette because the black background was a little harsh on non-OLED devices. So now it's a little more shaded. The Post and Navigation Bar designs got also a little update.

The new Mobile Design

The updated Desktop design

Roadmap

For now, I will continue working on the Feed design and will also start designing the Post page tomorrow.

After that is done, I will code the login process and then all the features related to a user (e.g. the "Home" feed, commenting, voting etc.).

All-in-all I think it'll take about a week or so until the features are all there and the design is passable as a prototype.

Well, that's it for update 2!

Thanks for stopping by and I hope to see you next time :).

1
Dev update #1 (lemmy.world)
submitted 1 year ago* (last edited 1 year ago) by Cr4yfish@lemmy.world to c/nemmy@lemmy.world

Hi everyone,

this is the first progress update of Nemmy!

I'll start things off by answering a few questions you might have:

Why am I doing this?

I love the idea of Lemmy being a federated Network rather than a single entity like Reddit and I want to fully leave Reddit behind me and use Lemmy. However, I'm not that fond of the default design for Websites right now.

There are a few alternatives for phones, but not really yet for Desktop Browsers, so I'm doing one myself.

What are the Project goals?

The first goal will be to have all features a typical User would want working and a UX that's better than or on-par with the default Website.

Can I help out?

Yes! This project is, of course, fully open source. Here is the GitHub Repo.

Design

Currently, I'm designing the first iteration of the Website, this means that it's very rough (e.g. placeholder Images, Icons, Text).

As for the design, this is what I've got after around half an hour of trying things out:

The Posts are "inspired" by Reddits design right now, but I plan to change that

I'm also planning on adding a compact version (again, "inspired by Reddit for now)

Colors

As for the colors, I'm thinking dark mode by design with an optional light mode in the future. The Dark mode will heavily rely on black/shaded backgrounds, I'm going to refer to the Material Design 3 guidelines on that.

But I'm also planning on incorporating something like "Material You" into the Website, with which Users can change the complete color palette with ease.-->

That's it for Dev Update #1

If you have any questions, feedback, suggestions or anything else really, feel free to let me know :)

1
Welcome to Nemmy! (i.imgur.com)
submitted 1 year ago by Cr4yfish@lemmy.world to c/nemmy@lemmy.world

Welcome to Nemmy! This project is highly work-in-progress.

Right now I'm in the middle of the design phase and will be posting updates shortly.

If you have any feedback or suggestions, please feel free to share them with me :)

view more: next ›

Cr4yfish

joined 1 year ago
MODERATOR OF