• 0 Posts
  • 5 Comments
Joined 1 month ago
cake
Cake day: May 18th, 2026

help-circle

  • I read up about it a while back, so anyone pleas correct me. It works like this I think: An audio sample is recorded, chunked into overlapping windows, which are converted into a spectagram (the black, blue, yellow, red image of frequency vs time). Idk at which point what is send to the server but to me it would make sense to keep the data amount low by sending after the next step: From the spectagram, the algorithm searches for high spots or notable “pixels” in the spectagram. It then notes the relative position between many spots, not only the next but lets say 10 per spot (propably more, as just a pair of 2 numbers are super cheap and small). We then hash these relative vectors. So we now have a list of frequency vs time vectors hashed in unique strings of our recorded audio windows. In the database we have all songs send through the same algorithm and stored. We then just compare our hashes from the recording to the database and find the song with the most matches.

    Its pretty smart and I suppose there are additional filters to speed up the process and make it more reliable. Its just so simple, I love it


  • Haha i get that. I feel like proxmox backup server is really great together with proxmox though. And idk but I feel like there is not too much to do wrong? Correct me if you think differently, but we use a mirrored hdd zfs pool on pbs and pve, so we have 4 copies plus snapshots ob the backup server. So harddrive failure is not really a problem. And deleting or corrupting files or databases manually on accident can happen, but they can be revived sometimes or restored from last nights backup And yes, the backup server could die, but the drives should be fine still. And yes, it can burn down but then you have a mirrored drive on the home lab. I think its rather difficult to delete stuff on the bps on accident. I would just not delete anything manually. If its too full, either increase the pruning job for old snapshots or just put in a mother pair of drives.

    Maybe I am cheap but its also fun I think. Also I feel like my data is actually mine now?


  • To throw in yet another opinion that does not help you right now: My friend has a backup server at his place and I have our home lab at my place.

    Just a rough calculation: 2 8tb drives for a mirror is 150€ each (during a normal market, and when we bought it), so 300 combined. That is 60€per year if we assume they die quickly after 5years.

    With a very light old desktop pc that is power efficient we can reach 25w

    That is: 25w/1000 (for kW) * 24h * 365d * 0.35€/kW = 78€ per year of energy.

    That is combined 138€/year.

    The hetzner storage box is 24€/Month @ 10tb

    So that is 288€/year.

    So I would argue that its even cheaper to pay a friend to put a small old pc at their place and paying them 40ct /kwh is still cheaper than the clouds? Assuming you can find hdds at a reasonable price. But I could find cheap used offers with a runtime of 3y for 100€.

    If you only need 1tb, its not worth it to run your own storage, as the power stays roughly the same:

    Hetzner: 3,8€/1tb * 12m = 46.6€ So allone the power of running the backup server is not worth it financially.

    For the 5tb plan: 12€*12m=144€ so that is the break even point I assume, as drives don’t scale too mich with price?


  • I have been working on myself and somehow improved my mental health a bit through reflecting, journaling, talking openly with my close ones and a bit of therapy.

    On a technical side I have been redoing the architecture of my home lab without it ever working before. My end goal is pangolin on my vps, a dmz, a vpn net, opnsense firewall vm, authentik and the of cause all my services. I am working backwards as I want to build a functional base so my buddy can deploy services again if he wants to, using authentik finally. Its a journey. It can be exhausting but to be honest I rely on llms writing boiler plate or example ansible configs for me to take off quite some load. It speeds up the process quite nicely.

    My other project I am working on is a light controller software based on a steam deck that is supposed to work like the robe robo spot follow spot system. Most of my backend is done, I need some redesign of how data flows but basically its only the output layer that is missing. Its a huge project and I am learning soo incredibly much about software architecture and software engineering. I am very grateful for my prof that he sometimes takes time to help me rethink my architecture.

    I saw a few people about how they find it overwhelming that so many people work on stuff. Donr be hard on yourself. We only portrait here what we choose to. My server project just crossed the 2 year mark. It tales time to learn and learning is exhausting. Some people don’t like working on a project for this long wich is fine. Some people find life exhausting wich is also fine. I have a few privileges in life that makes it easier for me and also enjoy working more than social life which can be tough mentally as well. Also, if you find stuff interesting, just dip your towes in. No one expects anything of you. I often find myself having 2-4h more energy a day than expected, specially if I like the topic or project.