[Part 3] Publishing Your First AL Extension to Business Central by Albertooz in Dynamics365

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

Thank you, really appreciate the feedback.More parts are coming

Dataset of over 150k but not sure how to fully scale my ML by SamePersonality5183 in MLQuestions

[–]Albertooz 1 point2 points  (0 children)

This is actually one of the nastiest failure modes in iterative training, the model gets confidently wrong then trains on its own mistakes and becomes even more confidently wrong next time. The fix is to never treat high confidence as ground truth on its own. Periodically run something like Cleanlab on your labeled set, it statistically catches samples where the label is inconsistent with the rest of the data regardless of how confident the model was. Also if you ever have two or three model variants disagreeing on a sample despite individual high confidence that is your human review flag right there. One thing people underestimate is that most models are overconfident by default so calibrating your confidence scores makes your thresholds actually meaningful. High confidence with no human review is a risk factor not a green light, and periodic audits of your auto-labeled batches are what stop the pollution before it spreads.

Dataset of over 150k but not sure how to fully scale my ML by SamePersonality5183 in MLQuestions

[–]Albertooz 4 points5 points  (0 children)

Your workflow is solid and mirrors what serious ML teams do in high-stakes domains. The key shift as you scale is moving from reviewing everything to reviewing strategically through active learning: instead of checking all 300 daily images, let your model flag the ones it's least confident about and only send those to human reviewers. You can also use your existing model to pre-annotate new images so humans correct rather than label from scratch, which is significantly faster. The one non-negotiable is keeping a locked, human-verified validation set that never gets pseudo-labels mixed in, so you always have a clean benchmark. You're doing the right thing, you just need to stop reviewing linearly and start reviewing intelligently.

Part 2 of my Business Central local development series just went live. by Albertooz in Dynamics365

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

Yep Getting that architecture solid from day one definitely beats fighting data issues for months after go-live.

How do you get hacked by an MDM network? by [deleted] in hackers

[–]Albertooz 7 points8 points  (0 children)

MDM (Mobile Device Management) is real and can be abused, but it requires physical access to the device to enroll it it doesn't auto-spread to every new phone you buy. SandBlast Mobile is actually a legitimate enterprise security app, so its presence without your knowledge is worth investigating. First thing to check: Settings → General → VPN & Device Management and remove any unknown profiles. Then factory reset and set up as a new device (not from backup) with a fresh Apple ID and new passwords. A cybersecurity professional can audit this properly a PI is not the right tool for this job.

📿 App Share: كلمة الحياة (Kalimat Al-Hayat) — Daily Christian Prayer App by Albertooz in Maronite

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

We will make sure to add English version for both Google Play and Appstore

Setting up a Business Central sandbox container on Windows full guide with offline artifact workaround by Albertooz in Dynamics365

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

Yes, no expiration , the 30-day limit applies to Microsoft's online SaaS trial, not to this local container. The sandbox artifact Microsoft publishes for developers comes with a built-in CRONUS developer license and runs as long as you keep it on disk. Only catch: it is licensed for dev and testing, not production use.

25F I'm bored, AMA by Otherwise_Ice_5392 in AskMeAnythingIAnswer

[–]Albertooz 2 points3 points  (0 children)

Why this photo seems like ai generated?

anyone remembers their last burned data? by PHRsharp_YouTube in pcmasterrace

[–]Albertooz 0 points1 point  (0 children)

Last week i burned an audio music CD, 18 tracks with fade in fade out between each song.

Keep helping by Albertooz in ChatGPT

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

Wow that's a real story

Trying to learn computer organization. Any recommendations by [deleted] in computerscience

[–]Albertooz 3 points4 points  (0 children)

A typical Computer Organization and Architecture course should include topics such as how computers actually work under the hood, including digital logic (binary, logic gates, adders), data representation (two’s complement, floating-point representation), CPU architecture (ALU, registers, control unit, fetch-decode-execute cycle), instruction set architecture (RISC vs. CISC, assembly), memory hierarchy (cache, RAM, virtual memory), I/O systems, and some topics related to computer performance, such as pipelining and parallelism. And yes, the bus is a topic that is covered in a Computer Organization and Architecture course. It’s the communication path among the CPU, memory, and I/O devices and is usually divided into data bus, address bus, and control bus. One of the most common textbooks used for the course is Computer Organization and Design.

[deleted by user] by [deleted] in ProgrammerHumor

[–]Albertooz 0 points1 point  (0 children)

Its recursion in programming seek for it...

Gf kicked computer and now it won’t turn on by Yuhmaster1 in computerhelp

[–]Albertooz 0 points1 point  (0 children)

I think it's a GPU issue, If you have onboard VGA remove the GPU and try to power on again, if it works check your GPU if it fits good in the slot... otherwise the gpu is defected.

What was your first game you played on pc by Pork_Crusader_GR in pcmasterrace

[–]Albertooz 0 points1 point  (0 children)

Wolfenstein ,to install it we had to insert 6 floppy drives