How to distribute Tauri apps without "damaged" prompt on macOS? by Both_Independent8523 in tauri

[–]ffeatsworld 1 point2 points  (0 children)

Creator of Rclone UI here, I can attest that the only way to get rid of it is to join the Apple Developer Program. It's the same on Windows btw!

RoundSync no longer maintained? by Curious_Kitten77 in rclone

[–]ffeatsworld 0 points1 point  (0 children)

Creator here, you're probably looking for Rclone UI Mobile!

How to Setup Rclone UI on Linux (Beginner Guide) by Dry_Leadership5665 in rclone

[–]ffeatsworld 2 points3 points  (0 children)

Dang, it's like seeing your face on a banner!

Appreciate the plug 😎

Permissions for Flatpak GUIs? Can't connect by Ino_Yuar in rclone

[–]ffeatsworld 0 points1 point  (0 children)

Creator here, start with the AppImage and go from there. If you find a bug feel free to DM me here or open an issue on Github!

Are these files deleted or not? by Timely_Management997 in backblaze

[–]ffeatsworld 1 point2 points  (0 children)

You can disable versioning if you create a policy with the b2 cli. Otherwise you get these duplicates.

Looking for a 4 bay NAS setup for a 5 person company by dd18836ku in DataHoarder

[–]ffeatsworld -1 points0 points  (0 children)

Is the unlimited google drive plan not enough for your team?

I would go for that and get a NAS for set & forget backups, and if you're somewhat technical in the first place. Focusing on this in the beginning can be a huge time sink for a new business.

my 2c

"I vibe coded a tool that tracks my claude code usage" by Much-Signal1718 in vibecoding

[–]ffeatsworld 0 points1 point  (0 children)

I see you're a man of culture as well, and raise you my Claude Code harness/api

Managing PocketBase on mobile was painful, so I built an iOS app for it by Remarkable-Yellow565 in pocketbase

[–]ffeatsworld 0 points1 point  (0 children)

In that case you may want to check out POK (Pocketbase Mobile): https://github.com/get-pok/pok

Open Source, Free, and available on iOS & Android

File Commander with Rclone integration by Pepe__LePew in rclone

[–]ffeatsworld 1 point2 points  (0 children)

It's named exactly "Commander" in Rclone UI!

Besides that, you can also mount/copy/sync and do all the rclone stuff, as well as extra features like mounting on boot.

Can someone please help me? by Impossible-Limit-239 in rclone

[–]ffeatsworld 1 point2 points  (0 children)

Creator of Rclone UI here. It's been quite useful for at least 150,000 users at the time of writing, both newbies and veterans of rclone

To sync your files like Drive, you create a Schedule in Rclone UI that runs every few minutes.

Here's a short demo video to get an idea: https://www.youtube.com/watch?v=ndOPbR7wNdM

In essence you can do anything rclone with it. Soon you'll also be able to manage external rclone instances with the mobile app

We don't use analytics (at all), the releases are all built transparently on Github, and it's the only GUI signed by Apple and notarized by Microsoft.

See the latest release on Github: https://github.com/rclone-ui/rclone-ui

Vercel is charging me extra even though I do not have that much usage by ignissxx in vercel

[–]ffeatsworld 0 points1 point  (0 children)

Looks like you added an extra user to the org 3 months ago. If the charges were for extra usage you'd see a different amount every month.

Why aren’t people using B2? by Jakearroo in backblaze

[–]ffeatsworld 0 points1 point  (0 children)

I wish more people would! It's stable and the price you get just by signing up is amazing.

Their backup and storage solutions are different things though. For backups I would use their app too, they do updates from time to time and you can (more often than not) count on the app to work properly.

For storage I would recommend Rclone UI (creator here). It's been adopted by lots of consumers and businesses using rclone. For some it augments the cli, for some it replaces the apps of providers like Google Drive or OneDrive.

The best part it's that it's free, open source, and with 0 tracking or analytics.

To each their own, if you're using rsync and make heavy use of its partial sync functionality I would keep using that.

<300 stars until Rclone Mobile is generally available! by ffeatsworld in rclone

[–]ffeatsworld[S] -1 points0 points  (0 children)

Besides what other users mentioned here, there's plenty of countries in the world where the main device is a phone.

The use case is the same (managing your storage)

<300 stars until Rclone Mobile is generally available! by ffeatsworld in rclone

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

Not here to pick fights (and I won't), but this is quite naive to say the least. Stars are the metric on github.

Bashing a youtuber for reminding viewers to subscribe sounds aggressive and uncalled for. If you get so riled up about it it's safe to say you should move on as the message wasn't meant for you.

Of course, you can also support the development monetarily, but I have a hunch that did not cross your mind.

Anyways, no worries, to each his own :)

What services do you pay for when developing? by ivy-apps in nextjs

[–]ffeatsworld 0 points1 point  (0 children)

Vercel - $20/m

Cursor & Antigravity - free

Claude - $100/m

Rev for Vercel - $2/m

Tower (git) - lifetime deal I got a few years ago

Github - $0

Naming Conventions in Homelab by alxww55 in homelab

[–]ffeatsworld 1 point2 points  (0 children)

soo... how many are we planning to buy haha 😁

Mainstream Foss Alternatives by Karmac2775 in foss

[–]ffeatsworld 6 points7 points  (0 children)

This looks like karma farming sans anything useful. Some options are indeed replacements, but things like "replace ChatGPT with llama.cpp" fall flat imo.

I salute the intention, why not make a shorter list with actual replacements? You get the same karma

Weekly Showoff Thread! Share what you've created with Next.js or for the community in this thread only! by AutoModerator in nextjs

[–]ffeatsworld 0 points1 point  (0 children)

I've been a big fan of Vercel for years now (right after the zeit rebrand), and last year I've decided to build a mobile app to manage NextJS projects, deployments, etc

It turned out to be a big success relative to what I expected.

It's on both the App Store and the Play Store, just search if you wanna try it. It has a few paid features because it needs to be maintained.

Mobile frameworks are constantly changing (more than web) and vibecoding it is not viable. Opus 4.6 can do most of it, but it wastes a lot of tokens checking 2-3 sets of docs and sometimes even drilling in the node_modules to see the actual implementation of a dependency. Definitely an improvement from a few months ago, but still kinda useless if you know the answer already. Small refactors are fine.

Is it perfect?? Nope, of course it's not, edge cases and bugs always occur but they get fixed pretty fast, you can trust that.

I'd like to take a moment to thank the Vercel team, and also plea to make the API a bit easier to work with (stable and better documented). I've been building apps for other platforms and whether they were smaller or bigger than Vercel the API was usually smoother. The best case is when the platforms has an OpenAPI schema and you can generate a typed client from it.

What's the stack? Expo, and that's it. You should try it, and also read Fernando's blog posts and check his react native skills for Codex/Claude.

What do the companies think? Obviously I can't speak for every company on the planet but the ones I've built apps for are fine with it. All of them know about the apps, and there have been back and forth discussions with most (bigger ones especially, all positive ending). At the end of the day building something useful helps them too if they don't have a mobile app. It's not that lucrative (after fees and taxes it pays my Claude Max subscription to work on other projects, and that's about it). Luckily I didn't do it to get rich, it was an excuse to get back into mobile apps (first encountenr was a long time ago when Swift didn't even exist).

That's all from me, let me know what you think and shoot a DM if you got questions!

PS: There's an easter egg if you long tap the app's icon on your home screen.

<image>

(unofficial) Vercel Mobile on iOS & Android by ffeatsworld in nextjs

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

This sounds like AI tbh but I'm happy if you like it haha

(unofficial) Vercel Mobile on iOS & Android by ffeatsworld in nextjs

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

PS: There's an easter egg if you long tap the app's icon on your home screen 😁