Getting6409
@Getting6409@piefed.ee
- Submitted 1 week ago to houseplants@mander.xyz | 1 comment
- Comment on Tillandsia Holm's Darling (T. caput-medusae x T. flabellata hybrid) bloom 2 weeks ago:
No prob. Ive been doing it this way for a few years, and ive been through the full lifecycle of several species. Since im in a temperate climate i do move them outside for late spring through early autumn since there’s so much rain and humidity. But the really tiny species spend their whole life in the terrarium.
- Comment on Tillandsia Holm's Darling (T. caput-medusae x T. flabellata hybrid) bloom 2 weeks ago:
Yep, you certainly can, though you need to take a little extra care to make sure the medium doesn’t stay soupy for too long. But about once every two weeks I’ll soak the terrarium floor so the water level is just about to reach the surface, but never enough to make any of the bark and stuff float, and this keeps the humidity quite high for a while. I do try and spray once a day, but with this setup they stay pretty happy even if I forget to spray for a few days.
If you’re curious about the medium, it’s nothing special. I just do some handfuls so that i get a mostly equal amount of orchid bark, sphagnum, and whatever those clay/lava ball rocks are. I think as long as there’s not too much of anything that allows fungus or molds or other microbial life to thrive, they do well and start sending out roots and latching on to the stuff.
- Comment on Tillandsia Holm's Darling (T. caput-medusae x T. flabellata hybrid) bloom 2 weeks ago:
Not an orchid, it’s a bromeliad, tillandsia, specifically. Orchid suppliers very often offer bromeliads as well since many species are epiphytes, and they generally thrive under the same kind of care.
- Submitted 2 weeks ago to houseplants@mander.xyz | 7 comments
- Comment on 18% of people running Nextcloud don't know what database they are using 5 weeks ago:
You can specify the behavior in a few places, gui, occ command, config.php. By default no, but if you have an app you want to force in regardless of the version compatibility you can make it so
https://help.nextcloud.com/t/help-what-is-app-install-overwrite-for/71523 - Comment on New to Kubernetes and Pi clusters 1 month ago:
i ran this setup for years! One controller, three worker nodes, all Pi4b's. Someone mentioned that 4gb would be rather limiting; it certainly can be, but I never hit the ram ceiling. For me, disk writes and cpu were the noticeable constraint. In my first iteration I was using the fastest sandisk extreme pro whatever sd cards were at the time. My second iteration was running all hosts on usb-sata enclosures, and this was a huge improvement. I really can't recommend that route enough. If you can commit to a little cable management and maybe figure out something clean for stacking or standing the enclosures, it doesn't have to look terrible.
Regarding matching hardware, for a year I ran an old i5 lenovo thinkpad as just another worker node. It was fine, and was a pretty useful experience in running a cluster with mixed architecture. The only hiccups were those that come with a headless laptop setup. Sometimes rebooting could be dicey, stuff like that.
The only databases I was running at the time were sqlite (for the various *arrs). These would corrupt every few months, but these were not running on the sd cards, but on ssds and mounted over nfs. So yeah, don't go running sqlite over nfs.
edit: I imagine the warning about not running databases on the cards are about prematurely wearing out the cards. Seems like there are a few pi-oriented projects that lean on sqlite, though, so I'm not sure.
edit: Also just remembered that I experimented with running one node on one of those ssds that are pressed into the form factor of a usb stick. Again, sandisk extreme pro line, 128gb. I ended that after getting total freezes every few weeks. I can't say whether it was a faulty device or some incompatibility at play. I never did proper benchmarks with this against the ugreen sata usb enclosures, but it certainly did not feel any faster than the enclosures.
- Comment on Establishing an ideal home drive using raspberry pi 4 model B(xfce)with help of nextcloud 2 months ago:
Yep, same. I would add that if you get a compatible usb sata enclosure and run the OS off that the performance improvement is tangible, but i still felt it wasnt worth running nextcloud this way. Even on a pentium nuc i feel this just barely put nextcloud over the acceptable threshold.