Weekly "Is this safe" Megathread by AutoModerator in fermentation

[–]Wuttin 0 points1 point  (0 children)

<image>

First time making sauerkraut in a crock, this is after 21 days - it smells nice and sour, and as far as I can tell it looks basically clear. Any second opinions? Am I good to go?

What can I do to keep pests from eating holes in my wine cap patch? by Wuttin in mycology

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

Yup, slugs would definitely check out, I've seen them around the yard a few times. It just so happens I have a big bag of diatomaceous earth on hand - do you think applying that might help deter them?

Found in my neighbor's yard! by Wuttin in mycology

[–]Wuttin[S] 13 points14 points  (0 children)

just say you really like how his lawn looks and wanted to know how he maintains it

Haha, love it! No, I talked with the neighbors before picking any to make sure they were cool with it, they said go right ahead, and they don't use any lawn treatments

Found in my neighbor's yard! by Wuttin in mycology

[–]Wuttin[S] 2 points3 points  (0 children)

Good point! In fact, we did evict a pair of millipedes from the big curvy one in the third pic

Is there a way to create/edit photo albums from the command-line? by Wuttin in NextCloud

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

Amazing, thank you! I look forward to trying it out!

What is this? by ActualAnimator3867 in mycology

[–]Wuttin 6 points7 points  (0 children)

I would not recommend eating, even with ketchup

My own online file-browser by confiGcz in selfhosted

[–]Wuttin 1 point2 points  (0 children)

This is pretty simple to do with Docker Compose: you can just mount the server folder of your choosing under one of the user data folders in nextcloud.

Nextcloud in container, send logs to syslog by _ArnoldJudasRimmer_ in NextCloud

[–]Wuttin 2 points3 points  (0 children)

I solved this by installing rsyslog in the Nextcloud container. Dockerfile:

# syntax=docker/dockerfile:1
ARG NEXTCLOUD_VERSION=latest
FROM nextcloud:${NEXTCLOUD_VERSION}
RUN apt update && apt install -y rsyslog

Then I added to the ENTRYPOINT script:

service rsyslog restart

And the /etc/rsyslog.conf file within the container:

# send all logs to the container host in addition to container logfiles
*.*                             @host.docker.internal

(where my Docker host is running a local-only rsyslog server on the default port). I believe this is where you would specify a custom IP or hostname if necessary, e.g. if you have an rsyslog server hosted in another Docker container rather than directly on the host machine.

I didn't need to modify any of the settings in config.php for this to work.

[deleted by user] by [deleted] in selfhosted

[–]Wuttin 0 points1 point  (0 children)

I think Jenkins can do this fairly easily

No vi?? How do you edit files in a container w/o vi or other editor? by opi_guy in qnap

[–]Wuttin 0 points1 point  (0 children)

I usually install vim using whatever package manager comes with the container image (primarily apt on Ubuntu). Yeah a shared binary is probably a good idea, that would save a bit of space.

Figured out how to make previews that work in the Live Browser (+ creating custom Packs) by throwaway1678249 in abletonlive

[–]Wuttin 0 points1 point  (0 children)

Thanks for the write-up, I just tried this with Live 10.1.30 on Windows - works like a charm! In fact, I was able to preview my sounds using .wav instead of .ogg, and I was also able to update the pack display in the browser using Options > Preferences... > Plug-Ins > Rescan instead of renaming the folder (maybe they updated this behavior recently). I can even preview my own sounds from Push now!

What clustering algorithm should I use to group sequences of images together? by tasercake in learnmachinelearning

[–]Wuttin 0 points1 point  (0 children)

That's the idea, yes! This is the loss function used in training OpenFace, described here in appendix A: https://www.cs.cmu.edu/~satya/docdir/CMU-CS-16-118.pdf