u/huzarensalade2001

Mannenkapper gespecialiseerd in langharige kapsels

Wellicht is dit niet de juiste subreddit, maar ik ben een beetje ten einde raad.

Ik ben een man met lang haar, op het moment tot schouderlengte en op zijn langst ongeveer 5-10 cm onder de schouders. Ik heb mijn haren altijd afwisselend los en op een knot gedragen.

Nu is de harde realiteit dat met de tijd mijn haren steeds dunner worden en de "natuurlijke slag" een beetje verdwijnt, en het er daardoor in mijn huidige model los niet meer uitziet en ik geforceerd wordt het ganze dag in een knot te dragen.

Nu ben ik al een geruime 1,5 jaar op zoek naar een kapper die me aan een passend model kan adviseren, wat tot op heden nog niet gelukt is:

* De universele kappers waar ik ben geweest komen met een half-lengte frotkapsel wat eigenlijk niet echt overmannelijk of overvrouwlijk is, waarbij ik t niet eens meer in een knot krijg.

* De vrouwen-gespecialiseerde kappers waar ik ben geweest komen meteen met termen zoals "extensions" of willen een uur lang krullen, wat ik begrijp maar waar ik ook weer niet echt op zit te wachten

* De mannen-gespecialiseerde kappers waar ik ben geweest zijn ten einde raad als ze iets anders moeten gebruiken dan een tondeuse.

Als de kanttekening is dat mijn haren te dun zijn geworden voor deze lengte en ik mijn look moet omgooien is dat even goed, maar alle kappers waar ik tot nu toe ben geweest doen precies wat ik zeg, terwijl ik juist op zoek ben naar een kapper die begeleidend advies kan geven omdat ik het zelf ook niet meer weet.

Vandaar de vraag (TL;DR;): Zit er een (mannen)kapper in Gemeente Den Bosch die gespecialiseerd is in make-overs en/of mannenkapsels met lang haar?

reddit.com
u/huzarensalade2001 — 9 days ago

I am building HomelabDocs and i need your input.

One thing i have always struggled with is that i wanted to document my docker infrastructure without manually keeping track of everything. I would like to visualize the important parts of my docker-compose files so i could show this to someone non-technical, and without sharing sensitive data such as API-keys.

Of course there are a lot of dashboards that can visualize a homelab, but these require:

  1. A connection to your Docker socket.

  2. A LOT of manual configuration.

  3. Every update needs a manual change.

Since your whole orchestration is setup in a collection of docker-compose files (that you hopefully keep somewhere organized) I got this idea:

HomelabDocs is a Github-Pages-Powered repository consisting of a C# Parser and a Vue3 Visualizer. The "gimmick" of this repository is that you can Fork this repository, and are (or will be) able to connect your (private) Docker Compose repository (Github or Selfhosted such as Gittea) as a submodule.

The Parser will scan your docker-compose files, and map all required (non-sensitive) data in a mapping.json. The Visualizer will generate an interactive map, and push this to your own Github-Pages. This makes a publicly visible dashboard that you can share with anyone, without any connection to your private sensitive data. This makes a very lightweight application without exposing your docker socket, which will update when you backup your compose files.

I want to make it as easy to use as possible, so in a perfect world someone can fork the repository and open up their own diagram on Github Pages without ever cloning the fork locally.

I am not advertising my project as it is far from finished, and i would like to expand it to display as much "documentation" about the Docker infrastructure as possible without exposing sensitive data. I want to ask the community to help me transform my very personal idea to a tool that everyone can use. I would love your feedback, feature request, idea's, and if this is a horrible idea or if my setup is full of holes i'd love to hear that too.

Here is a crappy first overview:

https://preview.redd.it/2zgvrhg5rdeh1.png?width=3982&format=png&auto=webp&s=2af78c71a239063b3b92ce7094f44e3c78ba8420

If you are interested, here is the repository: https://github.com/HomelabDocs/HomelabDocs

reddit.com
u/huzarensalade2001 — 1 month ago