

I do write something, and then work to refine it. Like I said, I spent 15 to 20 minutes on it after writing it.
I do write something, and then work to refine it. Like I said, I spent 15 to 20 minutes on it after writing it.
I’m a software developer, not a writer or a salesperson, but I have to do sales to sell my software.
I can write a first draft of a sales email to get my ideas across and then have the AI look at it from a specific perspective I don’t have the skills in.
I dont just take whatever it says and hit send though, I have a conversation with it to tweak things i don’t like, remove things that I don’t think are needed or add things it missed.
Do this for 15 to 20 minutes and I end up with a much more polished email that won’t come across as AI slop with all the personal touches I did want to add.
Closed PRs and Closed issues?
What if it’s a side project with 1 star, 0 issues (because no one made any) and no PRs because no ones done work on it?
Ya, that’s a really good point as well.
The stars are more important when you’re a developer. It indicates interest in the project, and when it’s a library you might want to use that translates into how well maintained it might be and what level of official and unofficial support you might get from it.
Other key things to look at are how often are they doing releases and committing changes, how long bugs are left open, if pull requests sit there forever without being merged in etc.
I tried doing a dual boot to Mint awhile back, I did the mint backup at the start like it suggests, changed some things, broke it, restored from the backup thinking it was great id already made one, and broke the WHOLE pc.
I had to pull the battery on the BIOS to get it to go beyond a black screen when turning on.
It was terrible.
It seem to recall at the time recommendations about not doing dual boot, and if you wanted to dual boot, remove the main OS drive when you install Linux. Then put it back in.
I don’t see him mentioning low level audio performance is a requirement. And he listed flutter as something he had considered.
Can you not process audio in the JVM?
Edit: targeting JVM he could also use the JNI and do the low level stuff in c++ if needed. I don’t know how that’d cross to iOS but it’d work on all 4 other platforms.
Edit: And he doesn’t need to target mobile either, he can just target the JVM, write it in Kotlin + Compose and if needed write native code if he needs more performance.
You can try Kotlin Compose Multiplatform.
It can target JVM (windows, Linux, Mac) and then work on iOS and Android.
Android and JVM are stable. IOS is alpha and works well. Should be beta this year.
WASM support is coming as well but is experimental.
You can do as much multiplatform as you want and do as much platform specific as you want.
Compose itself is a declarative UI framework. Your UI is code.
Edit: You do require a Windows, Linux, and Mac machine to build the executables for each desktop JVM app, as well as a Mac for an iOS app. Android you can build on any of them.
I’d greatly appreciate a “requires account” on app stores.
Looks like Lifeograph has a 3.0 release candiate which is brand new last month. Maybe they’ve have made things simpler and added a better theme?
Just saw your edit. I think I got a better idea of what you meant now with what PalmOS had. Such a shame about requiring an account to use the apps that are available. I get why they might do it if you want to share data across devices / platforms, but if you only want it locally and you’re okay with that, they should let you make that choice, especially for desktop apps.
So what do you really want when you say journaling your peogess.
Is that something like
Recurring Fitness Run 5k 2 times a week.
As you check it off for number one, it prompts you to leave a note about it? And maybe you can see all your notes by category or chronologically?
Or is the journaling a completely separate thing? I can see how the two might not be done as separate things as you’re really getting into 2 wholly different apps.
How can there not be a good todo app???
Is it just that there’s no Linux one but there is mobile?
Maybe with Kotlin Multiplatform someone will get an existing mobile one running on Linux as that would be useful.
I can’t imagine it’d be too hard given a todo app doesn’t need a lot of Android specific functionality. I’m in the middle of converting my app to target desktop/ios/android and its been going very well and the tooling is improving rapidly.
That or someone might write a nice one as a starter project as Multiplatform from the start to learn it?
Same problem on 1password.
As a mobile developer I can tell you that working with Android keyboards has been a giant fucking pain in ass since inception to today.
While I can’t speak specifically to why they both seem to have this problem, I wouldn’t be surprised if the OS is part of the problem.
I wouldn’t be shocked that if someone had it working consistently, it might be because of the most heinous hacks, or private greylisted APIs or some other nonsense.
A sales email in a tricky situation due to how the potential client responded or writing a personalized cold call email? Of course!
Edit: As I learn and get better at sales I imagine it’d get quicker, but I’m learning while working with the AI.