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/)S
Posts
2
Comments
45
Joined
3 yr. ago

  • This but the other way around. Keep the projects (or sub-goals) small enough that the statement above holds true.

  • Do I understand correctly that this has all the building blocks which make up various lossless compression schemes (dictionaries, run length encoding, delta encoding, etc) and kit bashes them together for your specific dataset?

    I was under the impression that modern file formats and compression schemes already kind of do that as part of the normal compression process, so I was a little surprised by how much they beat some of the competition in their benchmarks.

  • If you don't mind me asking, what made you go with VoidAuth vs Authelia or something else entirely?

    I'm in a similar boat as OP and while VoidAuth looks very promising I'm put off a little by the young age and size of the project.

  • Harper is great, but it only does English. Really wish their "extensible core" was extended to other languages sometime.

  • A very interesting tool so thank you for posting this.

    The docs are very impressive and detailed which is nice.

    How did you arrive at 8GB hash table size?I've tried understanding the example table in the docs but it doesn't make any sense to me.

  • Alternatively maybe something like the Roetz-End which can change colors without swapping filaments by rotating and/or stopping the flow of one of its inputs.

  • I just wish that they wrote more articles. Their writing style is superb. Can't argue with this though:

    More coming soon. Or not. I don't owe you shit.

  • QR codes come with (differing levels of) error correction. You could decode it and take the amount of corrected errors as a score.

    I don't know what unit/chunk of data the error correction works on but you could alternatively dive a bit into information theory and calculate how close any of the chunks are to an uncorrectable error and use that as a score.

    Since the first uncorrectable error will cause the scan to fail this would match your problem definition fairly well.

    One benefit of this approach would be that it's a single scan and done vs searching n permutations of the same code.Or maybe you'd want to scan it a couple of times to rule out any additional errors introduced by the camera or environment.

  • Deleted

    Permanently Deleted

    Jump
  • Randall's timing is impeccable sometimes

  • Got it working thanks to your troubleshooting tips now. Also found a very neat way to handle secrets from another comment.

    I tend to run a DB instance per service as that makes backup restoration much easier for me. An idle postgres sits at around 50MB which is a cost I'm willing to pay.

    Thank you again for your help :)

  • Managed to get it working by passing in env vars from a secret now.

    ArgoCD has a really handy web UI that allows you to quickly see what kind of resources get deployed.Especially for learning k8s I found that much easier to visualize than raw kubectl outputs.

  • Passing in the secrets once via the global: section is very neat. Got it working now with a few of the other tips and stole your trick for my secret handling. Thank you :)

  • Did you also have to set all these env vars by hand?I am wondering if it might have something to do with rendering Helm Charts under ArgoCD.

    I'll give it another try with your recommendations.

    And should I get it working finally, I will obviously switch back to using Secrets.I only removed them to reduce possible points of failure.

    As for blueprints, that's a task for future me xD

  • Selfhosted @lemmy.world

    Authentik Helm woes

  • OrcaSlicer has things like Adaptive Cubic or Lightning patterns that have more infill near the walls.

    The other members of that slicer family (BambuStudio, PrusaSlicer, etc) likely have them too.

  • Losing both uv and ruff in one fell swoop sucks.

  • ntfy.sh v2.18.0 was written by AI

    Jump
  • Same here. Literally just set it up and now this.

    I hope the author will roll this back or someone else makes a fork. I don't want to immediately switch technology to XMPP/Matrix/... and have to do it all over again.

  • I ran into the same issue not so long ago and at least for no_std I had to resort to using the async_trait crate. (The project is no_std but has alloc)

    I can't recall the exact error so it might have been due to mixing async and non-async methods in the same trait. I would have to look at it again...

  • I have never used them but there are some tools that advertise being able to run GitHub Actions locally, like WRKFLW.

  • Deleted

    Permanently Deleted

    Jump
  • Indeed

  • Rust @programming.dev

    The release of asciinema CLI 3.0!

    blog.asciinema.org /post/three-point-o/