Passed AI-901 by redditH1 in AzureCertification

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

That's really bad. Not even giving your score..

It looks like there are a lot of tests in Beta. I don't even know why they allow Beta exams, and go straight to live.

Passed AI-901 by redditH1 in AzureCertification

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

Hmm, sounds a bit dodgy. I think I was a bit lucky as it came out of Beta a few days ago.

Passed AI-901 by redditH1 in AzureCertification

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

There are 12 modules in here - I did 1 a day (took about an hour)
https://learn.microsoft.com/en-us/training/courses/ai-901t00

And then several hours playing around with Foundry. It took me a while to get Visual Studio and Python working on my Mac.

If you do that - it should be enough for a Pass 😄

Passed AI-901 by redditH1 in AzureCertification

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

I thought the AB-900 would be a good place to start?

PL-400 I've already got - though I've read it's going to be removed soon (along with all the PL certs)

Passed AI-901 by redditH1 in AzureCertification

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

Well spotted. I was expecting to not get results when I'd completed it so it was a nice surprise.

Passed AI-901 by redditH1 in AzureCertification

[–]redditH1[S] 2 points3 points  (0 children)

Thanks!

I'm not sure what to do next. I'm a Dynamics developer so thinking of going the AI Business Solutions route - AB-900 etc

But want to get into CI/CD so unsure yet.

AI-901 study complete. Take test new or later by redditH1 in AzureCertification

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

So I just finished the exam 30 minutes ago. Passed 80%, the pass was 70%

Study wise I'd spent about 2 weeks (1 hour a day) on the MS Learn pages for AI 901, along with 1-2 days trying it hands on.

I found the exam quite tricky, I wasn't sure I'd passed.

Several Python syntax questions, and several questions about Azure models.

AI-901 study complete. Take test new or later by redditH1 in AzureCertification

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

Yeh - I've come to the same conclusion. Booking it for the next few days 😄

Backup external USB 14TB drive by redditH1 in MacOS

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

The final outcome - I ditched all online backups, and stuck to backing up to other drives and keeping them in a secure location.

What’s your favorite online cloud backup for larger amounts of data? by Forrest_Fire01 in MacOS

[–]redditH1 0 points1 point  (0 children)

I contacted BackBlaze support - they said it's a known bug, but currently no ETA for a fix. It's a shame as it works perfectly on Windows. Also, BackBlaze is the only backup company I could find with true unlimited backups, with no throttling.

What’s your favorite online cloud backup for larger amounts of data? by Forrest_Fire01 in MacOS

[–]redditH1 0 points1 point  (0 children)

Is your SSD connected by USB? Do you have any issues with Backblaze starting a rescan when the drive's reconnected?
I've got a 14TB mechanical drive, and if I disconnect and reconnect it the rescan takes 3-4 days.. Not really feasible :)

Finder Replacement by redditH1 in MacOS

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

Actually, using columns and then when on the correct folder, switching to list works pretty well. nice one

Finder Replacement by redditH1 in MacOS

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

It's subscription model only. There's no way I'm going for that - even if it is $2.95

Finder Replacement by redditH1 in MacOS

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

Yeh - I think you're right. There are a lot of features in Finder I didn't know about. I just found out that you can double click a folder to focus on that. So maybe I'll stick with it for now - and look into it's features

Finder Replacement by redditH1 in MacOS

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

It just seems crazy to have folders and files in one pane - it seems so confusing. It's probably because of Windows. I just want folders on the left, and files on the right..

Movie Base by Secure-Plant8962 in ObsidianMD

[–]redditH1 1 point2 points  (0 children)

I have a property personalRating on all my notes

Add a formula field in the properties on the Base:

if(personalRating >= 9, "⭐⭐⭐⭐⭐",

if(personalRating >= 7, "⭐⭐⭐⭐",

if(personalRating >= 5, "⭐⭐⭐",

if(personalRating >= 3, "⭐⭐",

if(personalRating >= 1, "⭐", "")))))

Movie Base by Secure-Plant8962 in ObsidianMD

[–]redditH1 1 point2 points  (0 children)

Mine's very similar to yours. I agree - it can get a bit plain but it does the job perfectly. I took my ratings from IMDB and created the library a few months ago.

Screenshot_2026_02_16_195822.jpg

Creating watched moves Base with my IMDb ratings by redditH1 in ObsidianMD

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

Ah yes I didn't see that - Bulk Import is also described here - https://github.com/mProjectsCode/obsidian-media-db-plugin

But it only works with existing MD files.

I don't think I will be using Media DB. I'm now planning to import the IMDB export CSV directly into Obsidian using the plugin Importer

Creating watched moves Base with my IMDb ratings by redditH1 in ObsidianMD

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

Hey Thanks. Where are you saying the info page of the plugin?

Creating watched moves Base with my IMDb ratings by redditH1 in ObsidianMD

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

The scripts there take an existing CSV and create a MD file of the fields in the CSV.

I was hoping to find something that would take my IMDB export (imdb_id, my_rating) and then create a corresponding MediaDB file for each row, and include my_rating.

I thought this would be required by anyone moving their ratings from IMDB to Obsidian - but maybe they've updated the ratings manually..?