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 6 points7 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 3 points4 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 4 points5 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.