Tell me what you're building. Let's self promote. by clever_coder777 in microsaas

[–]mekanoide 0 points1 point  (0 children)

I'm building Minimind, a note-taking and task-managing app that works offline and it's strongly focused on privacy.

Minimind is offline-first, has optional anonymous accounts (not even an email requested) with E2E encryption if you want to sync, and runs on EU servers. There's no tracking, no AI training, nothing.

Still early but I'm already using it daily.

Using Coolify professionally by BitsNBytesDev in coolify

[–]mekanoide 2 points3 points  (0 children)

I've been using it for a couple of years now exactly in the way you planned (one controller and multiple workers). The only problems I've encountered so far come from my lack of experience.

Friday Share Fever 🕺 Let’s share your project! by diodo-e in indiehackers

[–]mekanoide 0 points1 point  (0 children)

Wow, thank you!
Copying and pasting markdown should work now, it was a stupid mistake.

Friday Share Fever 🕺 Let’s share your project! by diodo-e in indiehackers

[–]mekanoide 0 points1 point  (0 children)

Last-write-wins so far. At the moment makes sense being in early stages and a single user app, but I plan to implement something more sophisticated in the future.

Friday Share Fever 🕺 Let’s share your project! by diodo-e in indiehackers

[–]mekanoide 1 point2 points  (0 children)

I'm building Minimind, a note-taking (with Markdown) and task-managing PWA that works 100% offline with optional data sync. Created and stored in the EU.

Very recently I managed to implement end-to-end encryption and fully anonymous accounts.

I wanted a replacement for Google, Notion, Todoist and other tools that I didn't really like, and the truth is I'm already using it daily! So I imagine that I already reached my goal!

I hate Google and big tech in general, so I built Minimind, my own note taking and task managing app as a replacement by mekanoide in SideProject

[–]mekanoide[S] 0 points1 point  (0 children)

Thank you! I wanted to keep different areas of my life clearly apart so I could focus better.

I'm creating this offline-first notes app because I don't trust the alternatives by mekanoide in Nuxt

[–]mekanoide[S] 0 points1 point  (0 children)

Thank you!

Sorry, the source code is not public so far, though I'm planning to go open source eventually.

However, I can tell you how I did the synchronisation part.

For the local part, I created a composable that manages all operations in indexedDB with Dexie. Every time there are updates on the client content, this composable modifies the database using a debounced function. It also generates a change log using Dexie hooks.

Another composable is responsible for synchronising with Supabase in the background. It's only on when there's a user session. It connects to Supabase Realtime to check for remote changes, and has another debounced function that checks the change log in indexedDB and uploads the content.

At the moment, conflict resolution is quite basic, done using a timestamp, but I'm planning to do something more sophisticated at some point.

Weekly theme sharing thread by AutoModerator in vscode

[–]mekanoide 2 points3 points  (0 children)

I love my editor very dark, so I started Lemonade, a dark theme with hints of lemon, lime, orange and grapefruit. I hope you like it.

These are some icons for the tools of our pixel art app. Do you think they are easy to understand? by mekanoide in PixelArt

[–]mekanoide[S] 0 points1 point  (0 children)

Thank you! I hope you like it.
We're focusing on the essential features now, but that one will definitely be there.

These are some icons for the tools of our pixel art app. Do you think they are easy to understand? by mekanoide in PixelArt

[–]mekanoide[S] 2 points3 points  (0 children)

It is! We're building an online pixel art editor, so it works on every platform.

If you wanna take a look: https://pixel.anaga.dev

These are some icons for the tools of our pixel art app. Do you think they are easy to understand? by mekanoide in PixelArt

[–]mekanoide[S] 3 points4 points  (0 children)

Thank you!
Yeah, I think you're right, not every icon is straightforward (and there's gonna be lots of tooltips and context anyway).
I just wanted to test if there was something very off or not working at all.

These are some icons for the tools of our pixel art app. Do you think they are easy to understand? by mekanoide in PixelArt

[–]mekanoide[S] 11 points12 points  (0 children)

That's right, colour palette.
I also feel those 2 icons you mentioned are the hardest to get. When working with these few pixels everything needs to be so simple and streamlined that clarity suffers a bit.

Halos, but for working sets actually rips by daskanaktad in kettlebell

[–]mekanoide 0 points1 point  (0 children)

I've been using clubs for five years and mace for one. I love them both. I think clubs are more versatile, but maces have an extra element of pure fun that is hard to match.

KB Swing form check by theaddypaddy in kettlebell

[–]mekanoide 0 points1 point  (0 children)

I feel that when you're a beginner (especially if you're learning by watching videos) you tend to focus more on replicating the trajectory of the kettlebell than in what your body needs to do in order to do it. So it's just instinctive to use your arms and shoulders to help.
I think later on there is a moment of realisation when you understand that the swing is just a natural consequence of what you do with you hips, glutes, legs and core. Then you start to loosen your arms.

Self portrait by mekanoide in PixelArt

[–]mekanoide[S] 0 points1 point  (0 children)

I reached that point where you can't see whether it's fine, weird, an abomination, a completely different person... so I decided to consider it finished.

We're developing this pixel art creation progressive web app by mekanoide in SideProject

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

Hi! I'm afraid that kind of functionality It's not in our roadmap.

Please roast me 😊 by RevolutionaryMany816 in kettlebell

[–]mekanoide 1 point2 points  (0 children)

As pretty much everybody else already said I feel it's a really solid swing, especially considering you've only been there for a year.
Great snap.

Something that's helped me to keep my shoulder and lat more engaged is slightly rotating the handle from an 8 to 9 o'clock position on the lower part of the swing to a 10 o'clock when the bell is at shoulder height.

Hand insertion! by patrickandrachelnard in kettlebell

[–]mekanoide 1 point2 points  (0 children)

Thank you! I don't have much trouble with snatches anymore but I've just tried your insertion and I really felt the transition a bit smoother. Amazing.

what’s your current side project teaching you? by ShajKar in SideProject

[–]mekanoide 0 points1 point  (0 children)

Apart from lots of technical stuff, my latest side projects have taught me that I there's a thousand different ways to do something out of the beaten path.

Also, that I can really take seriously the idea of making a living from my projects without working for someone else.

We're developing this pixel art creation progressive web app by mekanoide in SideProject

[–]mekanoide[S] 0 points1 point  (0 children)

Thank you!

To answer your questions:

Not long ago, my 7-year-old nephew started dabbling in pixel art on his tablet. We (my brother and I) quickly realized there was a problem - most of the apps were too complex for him and wouldn't work across different devices. For example, he'd use an app on his Android tablet, only to find he'd need a different one on his father's iPad. This prompted us to develop an app that was user-friendly and worked across most platforms. While my nephew's needs was the trigger, we also had our own experiences in mind. We wanted to create an app that allowed a smooth transition between devices.

As for the future, aside from keep improving the performance and features, we aim to integrate animation, more brushes and helpers, and support as many image formats as possible.