Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BA
Posts
1
Comments
358
Joined
2 yr. ago

  • It completely depends on the project and the maintainer. Lots of repos are just source files, some include instructions on how to compile, some have no instructions. Some post releases with a pre compiled executable that you can download and run, others post releases that just have a zip of the source code. Some projects use GitHub pages to host detailed manuals, tutorials, etc.

    If you share a link to a specific project, people may be able to help you get it running. Whether or not you need a bunch of tools like an IDE just depends on the project.

  • Yes this and also scrubs and smart tests. I have 6 14TB spinning drives and a long smart test takes roughly a week, so running 2 at a time takes close to a month to do all 6 and then it all starts over again, so for half to 75% of the time, 2 of my drives are doing smart tests. Then there's scrubs which I do monthly. I would consider larger drives if it didn't mean that my smart/scrub schedule would take more than a month. Rebuilds aren't too bad, and I have double redundancy for extra peace of mind but I also wouldn't want that taking much longer either

  • I get this 100% of the time now when trying to save photos, between this and comments sections showing up empty almost all the time when the post is from my own instance I'm considering using a different app.

  • Since you want to avoid supports and cleanup, what I would do is modify the model to flatten out the inside of the dome. You can do it easily in most slicers by adding a cylinder part and squishing it until it's more like a disc.

    A flat roof to the inside of the dome will cause it to switch to bridging for that section which won't be perfect but will be a lot better than stringing, especially if you play around with thick bridges.

  • Considering that Israel does the equivalent of an October 7 against civilians in Gaza roughly every few weeks, yeah whether or not rapes happened on October 7th doesn't really change the overall situation.

    To put it into perspective, the October 7 death toll is roughly 1,200. Since then, the death toll in Gaza has been around 40,000. No amount of rapes on October 7th will absolve Israel or change the dynamic.

  • If it was only a small daily fee then it would be perfect for trading seedlings but you have to reserve a booth for the whole season (the fee is about $300 btw) and you have to pay a fine ($50) if you're late setting up your booth or don't give 48hrs notice that you won't be at your reserved booth any of the days it runs.

    You also apparently need a sales tax license to participate.

    In other words, like I said our farmers market is only for businesses. If you go stand in the corner and trade seedlings then you'll probably get kicked out

  • Our local farmers market unfortunately only really allows vendors and requires an application process (and a sales tax license) - ie you can't just hang out and trade seedlings and stuff with people without paying a booth fee (of ~$300) so it's really only for people running a business. There's also a fine for every day you're late to your booth so it's not feasible to pay for a space if you're not going to show up and sell stuff all season long.

    You also can't apply for a booth later than like 4 months before the season (applications are closed in like Dec) so it's really not geared towards someone who isn't selling lots of product.

  • What model size did you run on your laptop? I have an Intel Nuc with an i7 and I run various models on CPU (it doesn't have a dedicated GPU) and while I can't run stuff larger than ~14b or so, models up to around ~7b aren't too slow. If I try to run a 32b then I get a similar experience to you. I tend not to go below 4b because that's when it starts being dumb and not following instructions well, so just depends on how complex your task is.

  • Immich is pretty good for this if you take pictures at each location. It has a global map that shows all your photos with a heatmap-style display and a drawer that shows a grid of the photos within your viewport as you can and zoom around. It doesn't seem like you can view a specific album on the map currently but you can at least filter the map to favorites or a date range.

  • I think you can use Immich external libraries for this, also to be extra safe you can just mount your external images folder as read only by adding :ro to the docker volume mount so that the container won't be able to modify anything as a precaution.