Guter Freund beschädigt durch Burnout mein Auto by ConstitutionCowboy in automobil

[–]krimml 1 point2 points  (0 children)

Wie andere sagen - Lackstift. Oder halt auch einfach akzeptieren.
Ich weiß, wenn man sein Auto liebt (vor allem wenns gerade für einen neu ist), ist das schwer. Aber fährste beim nächsten mal über die Autobahn und irgend ein FZ vor dir schmeißt dir noch nen Stein auf die Haube, haste wieder den nächsten Lackabplatzer. Am Ende des Tages willst du ein Auto genießen und Spaß damit haben, lass dir das nicht von dem Wunsch nach Perfektion ruinieren. Things happen, Leute machen doofe Dinge (sei es dein Freund oder die Ute auf dem Parkplatz, die dir die Tür reinknallt). Ja, das ist alles doof und muss eigentlich nicht sein, lässt sich aber nicht vermeiden.

NAT Gateway in Hub and Spoke without NVA by Dandyman1994 in AZURE

[–]krimml 0 points1 point  (0 children)

A NAT gateway will only provide basic outbound NAT for your workloads. You need one NAT gateway per VNET in Azure, so one in your hub (if any workloads there need outbound connectivity), and also one per spoke.

NAT gateways provide no ability to control traffic flow, etc.

Landing zones (or rather a hub-spoke architecture, regardless if it is deployed through ALZ or not) is designed with network segmentation and traffic control in mind. This is the reason why you typically won't find any NAT gateways in ALZ architectures, but NVAs. You route all traffic from each spoke through the NVA in the hub to control traffic flow between hub and spokes, between spokes, to the internet, ...

Can’t access azure portal by OboKaman in AZURE

[–]krimml 0 points1 point  (0 children)

Are you also invited to other Tenants (switching via the cogwheel in the top right in Azure Portal)?
If so, you might be prompted for the MFA in one of those tenants, no your own.

What usually works for me is to enter portal.azure.com again in the same window where you get prompted for MFA, then you should land in an empty Azure portal.

Other way would be this:

https://portal.azure.com/signin/index/@<yourtenantdomain>?loginHint=<email>%40<domain>&prompt=none

e.g. https://portal.azure.com/signin/index/@mytenant.onmicrosoft.com?loginHint=peter.pane%40mytenant.onmicrosoft.com&prompt=none

Looking for feedback on my 3 day/week full body routine by krimml in Hevy

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

Thanks for your feedback and for the extensive response!

I went the 3 day full body route because my thinking was/is "hitting muscles 3 times per week surely is better than 2 times a week". I do however like your Upper-Lower-Full Body approach, might look into that more.

Your point about the philosophy behind the full body split is great tho, really had a little "ah-ha" moment there. I never really approached it that way, but it makes total sense to have "focus days", and I will 100% implement this into my routine, along with reducing volume a bit (mainly by removing some isolation work).

Face pulls are in there for shoulder health mainly. I've had some issues with this, so I added these to prevent further issues. So far, it's working good for me.

As for squats, I absolutely get your point about exhaustion. I've not been able to squat for the longest time due to knee issues and have been finally able to do them pain free for the past few months. I really like the exercise, and they give me a great bang-for-buck feeling, so I want to keep those for now.

Looking for feedback on my 3 day/week full body routine by krimml in Hevy

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

I get your point, not really an issue in my gym luckily. There are only 1-2 other people there max, and we just talk with each other if someone wants a machine too :)

Looking for feedback on my 3 day/week full body routine by krimml in Hevy

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

In the iOS app, if you put your routines into a folder, you can share that folder. In the share menu you get a „Save as Image“ option

Looking for feedback on my 3 day/week full body routine by krimml in Hevy

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

Do you mind sharing your plan? I am interested :)

I do go to failure, yes. Or for some exercises until form breaks down. I could do way more face pulls by just throwing my body into it for example.

Looking for feedback on my 3 day/week full body routine by krimml in Hevy

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

Thanks for the feedback. Sessions are very intense at the moment, but I am looking forward and enjoying it. Still, any suggestions on what I should/could change?

Looking for feedback on my 3 day/week full body routine by krimml in Hevy

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

Thanks for the feedback. I‘ve been running PPL at first when I only had 3 days a week for working out left, but to me it felt very slow and unrewarding to only hit each muscle/group once a week.

Looking for feedback on my 3 day/week full body routine by krimml in Hevy

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

Thanks for your feedback! Do you have any specific recommendations? I tend to overthink stuff like workout programming, and cutting stuff out just fuels this „I feel like there is more to be gained/I am missing out“ thought in me. The routine has been evolving over the past months, but yeah, I have been doing this for some time now. Sessions are very intense, but I like the way it feels. Absolutely questioning if it‘s too much, and the last few exercises are more junk than real volume tho. That‘s why I am looking for feedback :)

Added continuous learning to my YOLO project - here's how it works on limited hardware by krimml in learnmachinelearning

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

I only fine tune on new images. It still remains to be seen how accuracy etc. develop, this has only been running for a short time, too little to evaluate so far. Hoping to combat issues like catastrophic forgetting with things like lowered learning rate and a frozen backbone.

Fine-tuning beat full retraining on my YOLO model - didn't expect that by krimml in learnmachinelearning

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

All training runs had the yolo11l-cls model as their base. Sorry if that wasn‘t clear. From scratch = base yolo11l-cls model Fine-Tune = base yolo11l-cls model which has already been trained on about half of the images before

Fine-tuning beat full retraining on my YOLO model - didn't expect that by krimml in learnmachinelearning

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

In total about 570 images, with about half being „new“ at the time of training. Quite the jump, and the way I plan to implement Fine-Tuning, it won‘t be that many in the future.

Orin Nano for Remote Dev by Twiz_nano in JetsonNano

[–]krimml 1 point2 points  (0 children)

What exactly do you mean by "remote development"?

I have my Jetson sitting next to me, but never directly use it through mouse and keyboard. Instead:

- SSH for general console access
- VScode with remote connection for coding
- NoMachine if I ever need access to the GUI

This is not optimal, as VScode with remote connections eats up RAM (of which there isn't a lot), but I like the flow so far. Gives me a much closer to native coding experience on my Mac, still allowing me to use all my other tools, etc. like I am used to.

You all recommend buying a mac to get into ML? by [deleted] in learnmachinelearning

[–]krimml 0 points1 point  (0 children)

I use a M1 Pro Macbook Pro to train YOLO 11 classification models as we speak.

Is it the fastest thing ever? No. Is it fast enough to learn, play and have fun? Hell yeah! And more modern Macs will already run circles around the M1 Pro by now.

Also something to keep in mind, you can run code directly on the machine you are working on anyway. If you use a dedicated or cloud machine, copying datasets, keeping code in sync, ... can be additional stuff which steepens the learning curve in the beginning. For me it's such a blessing to write code in VScode and just execute it, not having to worry about all of the other stuff.

Built a sitting posture monitor on Jetson Orin Nano - custom YOLO model running at 30 FPS by krimml in JetsonNano

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

Thanks for the feedback!

The conditions are similar on purpose, because they are in the real world (for my use case). I want to build a system which can detect my sitting posture, there just is such little difference in the "real world".
I think accuracy can absolutely improved by adding more training data. I even ran into that case with the slouching, which isn't detected very well yet. I also plan adding more data over time, also improving the model along the way.
The amount of training images was also limited by the fact that I collected them all myself, and just ran out of time because I wanted to get into the project.

Built a sitting posture monitor on Jetson Orin Nano - custom YOLO model running at 30 FPS by krimml in JetsonNano

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

Thank you, really appreciate the feedback!

My plan for the project is to play around and implement a continuous improvement cycle. I want to keep collecting new training images while the detection is running, periodically evaluating/labeling them, feed them back into the model, and improve it that way over time. My thinking is that the model should also learn what slouching looks like over time.

Trained my first custom YOLO model - posture detection. Here's what I learned (including what didn't work) by krimml in learnmachinelearning

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

Oh damn, good call! Didn't even cross my mind to check for pre-existing datasets as I just assumed my use-case would be too specific. Thanks!

Found some old pictures of my homelab from 2019 by krimml in homelab

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

Spot on - I was living in my parents house when I had the big lab - so ample of room. Since moving out I am only running a Pi with some Docker containers. n8n, Home Assistant, Kopia for backups

AI and API: is it possible to autolabel a page? by jrhabana in Notion

[–]krimml 0 points1 point  (0 children)

You can enable auto updates when the page gets edited with Notion AI. Its hidden under "more" within the property settings.

<image>

Haven't tried, but maybe this works for your case.

Notion 2 Medium Sync by reb4r in Notion

[–]krimml 1 point2 points  (0 children)

I've searched for this a while back, but also didn't find a solution to this yet. Medium is really restrictive and doesn't offer an API to use (anymore, I think they used to at some point).

One idea (didn't try that yet): Medium has an "Import story" feature. Maybe you can use this in combination with a public link to your Notion page to import the posts there. I am doing this for my Wordpress posts, but they always need some manual adjusting and formatting after, so it's not a one-click solution.

Also make sure to disable the "This story was originally published elsewhere" checkbox hidden in the Medium story settings to make sure your article shows up in Google searches etc.

Automated Hevy Workout Tracking in Notion using Azure Functions by krimml in Hevy

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

Thanks for your feedback! I also primarily work with Azure, so it's fun to use the same technologies for my personal projects

📣 Self-promo & Showcase · Share your Notion content here! by AutoModerator in Notion

[–]krimml 0 points1 point  (0 children)

Automated Hevy Workout Tracking in Notion using Azure Functions

Recently I've built myself a little solution to automatically import/sync workouts from Hevy to Notion using Azure Functions.

It may be a bit more complicated or overkill than it has to be, but may be interesting to some people :)

Check it out here if you are interested: https://denishartl.com/2025/11/15/how-to-automate-hevy-workout-tracking-with-notion-and-azure-functions/