@sponch it's possible to slow down but we have to know what the rate limit is. I cannot find anything in our docs about this. Do you have happen to be in touch with their support?
AppDev
Cloudron App Packagers
Posts
-
DNS Problem After Backup and restore -invalid api password -
Support email split routing@gobenizzle so the next release will be all about mail improvements. We will investigate this feature request as well.
-
Searching for old Pixel phones. Got one gathering dust in a drawer?Yeah, great project ! I met @luckow 2-3 weeks ago and was lucky enough to see it in person
Was pleasantly surprised by how well in the on device AI works. -
Searching for old Pixel phones. Got one gathering dust in a drawer?@luckow what a fantastic project ! Wishing you very good luck with it (don't think I have an old pixel though).
-
Dual document editor@andreasdueren thanks, I didn't know about Nova
-
Dual document editorNice! I'm using Nova which has this function. It's not open source though.
-
Dual document editorPublic Repo : https://github.com/slfhstr/dual-pane-editor
-
Dual document editor@robi yes, lot of text editor apps provide horizontal or vertical splits ... but they are different views of the same file.
I'll organise a repo so people can test it.
Will post repo link here. -
ZoneMinder - state-of-the-art video surveillance software systemI've found that running cloudron-zoneminder over an extended period of time increasingly produces OOM restarts. So I have uninstalled it, and am looking into a fix.
-
Dual document editorIncreasingly I need to edit 2 documents at the same time, side by side, or at least edit one while reviewing the other (e.g. Dockerfiles from different projects, package.json from different projects).
But I can't find a GUI editor which supports that (on Mac). The best I can do is use tabs, and flip between them, but that's not side-by-side, or have multiple windows and clumsily tile them next to each other, which is bastard-ised side-by-side.
The only "solution" is to use a bloated RAM-hungry IDE or Scrivener (not bloated but heavyweight). These also tend to work best when the files are in the same project folder, but the whole point is they are usually not, and I do not want them to be, even temporarily.
Very grumpily, I've decided they're not really acceptable solutions, and I am not open to a "workaround".
So with
topshowing biggest resource-drain as "frustration" at 200%, I made my own lightweightdual-pane-editor:
True lightweight side-by-side editing of unrelated documents, no tabs, no multiple windows, for .md, .txt, .json, .html or any other plain text files. Bonus : opensource and cross-platform.
topnow shows frustration as 0.0%, running app at ~1.0% and joy at 100%.Question(s) :
- is this worth sharing (GitHub or similar)?
- how do you clever Cloudronados address this issue ?