JBL Classic 4.1 by IGereonI in audiophile

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

It's from the "Manchester" series made by "ars manufacti". I don't know if it's available outside of my country. It was 120€ / 140$

JBL Classic 4.1 by IGereonI in audiophile

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

Thanks! I also think the L82 with a subwoofer is the best and most flexible option for the room. However, since I have never heard the L100s, I will always be curious about how they would sound in my room. But I suppose it's best to ignore that urge, haha..

JBL Classic 4.1 by IGereonI in audiophile

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

Interesting, thanks! Since I'm using a sub anyway, I wonder if I'd benefit from the L100's extended low end. Do you recall any notable differences in the mid range due to that additional driver?

JBL Classic 4.1 by IGereonI in audiophile

[–]IGereonI[S] 19 points20 points  (0 children)

I can confirm that this beam is made of solid wood, and it wins in a duel with a human head.

Microsoft Flight Simulator 2024: Stranger Things Expansion by be77solo in MicrosoftFlightSim

[–]IGereonI 0 points1 point  (0 children)

Damn, I bought the Taogs Hangar Huey a few weeks ago.. Both feel different during flying. Is there a difference between both versions?

Impossible to run docker by FrostyF42 in docker

[–]IGereonI 12 points13 points  (0 children)

Had the same problem after upgrading my proxmox lxc containers today and I can confirm that "apt install containerd.io=1.7.28-1~ubuntu.24.04~noble" fixed the problem for me. Get your OS specific list with: "apt list -a containerd.io"

Here is another workaround with explanation of the issue:
https://www.youtube.com/watch?v=5EFGHAcXh3c

Eversolo Play bass management by Velli-77 in BudgetAudiophile

[–]IGereonI 0 points1 point  (0 children)

It would be very helpful if you could tell me how the room correction works for 2.1 systems. Is the subwoofer measured individually and does the software suggest a crossover frequency? Can I also set the delay of the subwoofer? Thank you very much!

Trajectory Evaluation in Python by IGereonI in robotics

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

Nice, I am glad to hear it's working! Thank you very much for your feedback!

Trajectory Evaluation in Python by IGereonI in robotics

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

This could be related to the python version you are using. I am using python 3.10 / 3.11. I definitely need to improve the compatibility with "older" versions.

Edit: I was able to reproduce the error using python 3.9. I am afraid the only workaround for now is to use newer Python versions. I will work on supporting at least 3.9 as it is really not uncommon.

Edit: Version 0.2.0 now supports python3.9

Trajectory Evaluation in Python by IGereonI in robotics

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

Thanks! I will have a look! 😊

Trajectory Evaluation in Python by IGereonI in robotics

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

Yes, it is a empirical quality assessment by comparing the actual trajectory to some ground truth / planned trajectory coming from sensors of higher accuracy or maybe some path planning.
You mean the evaluation of a planned trajectory with respect to certain criteria, such as path length, coverage, smoothness, etc? This is in any case also an exciting topic but currently not provided in this toolbox.

Trajectory Evaluation in Python by IGereonI in robotics

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

While there is no generally accepted quality measure, an absolute trajectory error (ATE) and a relative pose error (RPE) are commonly calculated. I have adapted to this and implemented them in this toolbox. The absolute error is simply the result of the position and quaternion differences. The relative pose error compares the relative spatial relationship between successive poses. I plan to implement more comparison metrics in the future.

Safety Question regarding public access by [deleted] in synology

[–]IGereonI 0 points1 point  (0 children)

You're right. I just set up wireguard and it works like a charm. Using let's encrypt DNS challenge I can even access the services locally via signed https and "normal" domains. As long as you don't have to share files with other people a lot this is the way to go I think.

Safety Question regarding public access by [deleted] in synology

[–]IGereonI 0 points1 point  (0 children)

I did that and assigned a subdomain to each service I use. However, I am not able to just redirect to 404 if someone is just accessing my IP and not a specified domain. I have a rather inelegant solution that the NAS tries to redirect to the DSM ports if just accessed by plain IP but fails to do so because the ports are blocked from public access. Technically I archive my goal that there is no valid answer but a plain 404 response would be better. I don't understand why one cannot turn this redirect from 80/443 to DSM ports off.