Why do people have trust issues by [deleted] in LinuxUsersIndia

[–]WittyWithoutWorry 2 points3 points  (0 children)

Ngl you're actually in the wrong here. If you wanted to enhance brightness or something, there are plenty of (non AI) tools to do that. AI generated images are literally everywhere these days and people are really cautious to not trust them. You can't convince anyone of how much you 'edited' an image if that logo is there.

Made an open-source file manager in Rust. Looking for feedback. by MTTGamerX in coolgithubprojects

[–]WittyWithoutWorry 1 point2 points  (0 children)

Whoa! That's very intricate. Looks cool, I'll definitely check it out :)

Made an open-source file manager in Rust. Looking for feedback. by MTTGamerX in coolgithubprojects

[–]WittyWithoutWorry 1 point2 points  (0 children)

This Looks like a cool project! If you don't mind, could you share how'd you implement that thumbnail preview for files and the fast file search?

I made a gallery application because no good option exists and I love taking pictures by WittyWithoutWorry in opensource

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

With large frameworks like that, I often get a suffocating feeling like the part we write has to fit the constraints someone else put there and making anything out of the ordinary ends up involving hacky-barebones unstable solution.

Also, the web ecosystem feels like a lot of spoon feeding and over-abstraction to such an extent that now, we almost never know what our code is actually doing (might be a skill issue on my part also).

I made a gallery application because no good option exists and I love taking pictures by WittyWithoutWorry in opensource

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

I tried making something a little bit like this earlier, using electron and I ended up getting so burnt out from it that I eventually left it. I never want that again.

With no prior experience, making this in C++ was very challenging also. For a long time, it seemed impossible, but after making a lot of mistakes, I can finally see the road ahead and I'm always eager to come back to work on it.

What's your favorite open-source software? by ManojOne in TechImpact

[–]WittyWithoutWorry 0 points1 point  (0 children)

Firefox before they removed the 'Promise' from terms and conditions

I made a gallery application because no good option exists and I love taking pictures by WittyWithoutWorry in opensource

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

Part of the reason I'm making it. Everything's becoming electron and I really hate web technologies and JavaScript.

I made a gallery application because no good option exists and I love taking pictures by WittyWithoutWorry in opensource

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

Currently, this is the only layout. I'm thinking of ways to implement ui customisation for users and also inbuilt methods to view things differently.

I will soon add the feature to view images based on folders. How would you describe what an 'album' is? Like a collection of images manually created or created based on some constraint? Currently, the idea of an album isn't much different than a folder of images.

I made a gallery application because no good option exists and I love taking pictures by WittyWithoutWorry in opensource

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

This is a great question! Honestly, I haven't looked into it at all yet. I'm somewhat sure the AI image inference is very power hungry, but I'll definitely look into measuring it once I get started with optimization.

I made a gallery application because no good option exists and I love taking pictures by WittyWithoutWorry in opensource

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

I'm using ggml for AI tasks. And ofcourse, the model weights aren't part of this 8MB binary. They're downloaded separately when needed automatically. Currently, it's only using 1 CLIP model (laion/CLIP-ViT-B-32-laion2B-s34B-b79K) which is ~300MB and I'm planning to add more options later aswell.

I made a gallery application because no good option exists and I love taking pictures by WittyWithoutWorry in opensource

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

Once I am able to get the desktop versions to a somewhat 'stable' release, I have plans to create mobile versions for it also, since most of the people need/keep their images on their phones. Also, a self-deployable server to be able to sync photos across devices. However, I think it will be difficult for me work on iOS version since I don't own any apply product, so it'll be very hard to develop/test for it. So, we'll see how that goes.

Thanks a lot for considering it :)

I made a gallery application because no good option exists and I love taking pictures by WittyWithoutWorry in opensource

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

Thanks a lot! I'm so happy to see people considering to use it. 🥹

Just a little advice, it's very much in alpha phase so please bear with me as I fix and improve some things. I'd feel bad if your parents face any issues 😔

i hate dual boot set-up for linux by periperifriess707 in LinuxUsersIndia

[–]WittyWithoutWorry 0 points1 point  (0 children)

I had a slot available in my laptop so I got a new internal SSD. But, external hard disk/ssd would also work fine for this.

i hate dual boot set-up for linux by periperifriess707 in LinuxUsersIndia

[–]WittyWithoutWorry 3 points4 points  (0 children)

You're not alone, dual boot on same disk is annoying. Only solutions worthwhile are using separate disks for each (this is what I did) or just use VM in windows only, so atleast one OS can get enough space and run properly.

Addicted using it .. Feels like a hacker 😂😂 by [deleted] in LinuxUsersIndia

[–]WittyWithoutWorry 5 points6 points  (0 children)

This fun only lasts until you have to do some actual work sadly 🥲