this post was submitted on 15 Mar 2024
74 points (94.0% liked)

Asklemmy

42527 readers
1136 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

They say time is is the most valuable resources. Right now, time feels quicker for me these days and I often lose track of it.

Because of that the app should have the same purposes as an old clock, it plays a little "ding" or a notification every 15 minutes, 30 minutes, or 1 hour, or as long as I like.

Preferably installable with f-droid, can I have an app recommendation.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 10 points 3 months ago (1 children)

For this kind of thing, I use Godot and write a quick and ugly one-off app. That way it works exactly how I imagine and I just send myself the APK over messenger and install it :P

Although it would be a joy to implement in hardware.

[โ€“] [email protected] 4 points 3 months ago (1 children)

I hate how large the apk files are

[โ€“] [email protected] 1 points 3 months ago (2 children)

I never actually noticed. It's always been like 25MB for stuff I do. Is that a lot?

Takes a huge amount of storage on my production machine to store the various libraries to produce that file, to be fair. That is a minor pain.

[โ€“] [email protected] 2 points 3 months ago

25MB.. Is that a lot?

Depends, I guess. For a Godot app? Probably about average.

For a quick and dirty native app? This timer app I use is 160kB. Less than 1% in size.

[โ€“] [email protected] 1 points 3 months ago* (last edited 3 months ago) (1 children)

For having an empty scene with nothingness. Ye. Thats too much.

Another one commented that its 160kb for a native app. So damn. I guess I need to learn how to do native then.

But generally scrolling through F-Droid, I see many useful apps that are below 10mb or even below 5mb with many features. Which is why I see Godot apk files as too large. But yeah, its a game engine for games. With a good UI designing feature too.

[โ€“] [email protected] 1 points 3 months ago

OK, fair enough! I did not know that the size varied so much. I'll probably still keep using it though -- the Python-esque syntax means I don't have to learn a bunch of stuff I don't have the time to right now, and I'm very bad at UI, so it's a good solution for me :)

Incidentally, a lot of my best apps are very small as well. Under 1k usually (AVR Assembly).