<br />
<b>Deprecated</b>:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in <b>/home/sickgaming/domains/sickgaming.net/public_html/inc/plugins/htmlposts.php</b> on line <b>137</b><br />
<br />
<b>Deprecated</b>:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in <b>/home/sickgaming/domains/sickgaming.net/public_html/inc/plugins/htmlposts.php</b> on line <b>137</b><br />
<br />
<b>Deprecated</b>:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in <b>/home/sickgaming/domains/sickgaming.net/public_html/inc/plugins/htmlposts.php</b> on line <b>137</b><br />
<br />
<b>Deprecated</b>:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in <b>/home/sickgaming/domains/sickgaming.net/public_html/inc/plugins/htmlposts.php</b> on line <b>137</b><br />
<br />
<b>Deprecated</b>:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in <b>/home/sickgaming/domains/sickgaming.net/public_html/inc/plugins/htmlposts.php</b> on line <b>137</b><br />
<br />
<b>Deprecated</b>:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in <b>/home/sickgaming/domains/sickgaming.net/public_html/inc/plugins/htmlposts.php</b> on line <b>137</b><br />
<br />
<b>Deprecated</b>:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in <b>/home/sickgaming/domains/sickgaming.net/public_html/inc/plugins/htmlposts.php</b> on line <b>137</b><br />
<br />
<b>Deprecated</b>:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in <b>/home/sickgaming/domains/sickgaming.net/public_html/inc/plugins/htmlposts.php</b> on line <b>137</b><br />
<br />
<b>Deprecated</b>:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in <b>/home/sickgaming/domains/sickgaming.net/public_html/inc/plugins/htmlposts.php</b> on line <b>137</b><br />
<br />
<b>Deprecated</b>:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in <b>/home/sickgaming/domains/sickgaming.net/public_html/inc/plugins/htmlposts.php</b> on line <b>137</b><br />
<br />
<b>Deprecated</b>:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in <b>/home/sickgaming/domains/sickgaming.net/public_html/inc/plugins/htmlposts.php</b> on line <b>137</b><br />
<br />
<b>Deprecated</b>:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in <b>/home/sickgaming/domains/sickgaming.net/public_html/inc/plugins/htmlposts.php</b> on line <b>137</b><br />
<br />
<b>Deprecated</b>:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in <b>/home/sickgaming/domains/sickgaming.net/public_html/inc/plugins/htmlposts.php</b> on line <b>137</b><br />
<br />
<b>Deprecated</b>:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in <b>/home/sickgaming/domains/sickgaming.net/public_html/inc/plugins/htmlposts.php</b> on line <b>137</b><br />
<br />
<b>Deprecated</b>:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in <b>/home/sickgaming/domains/sickgaming.net/public_html/inc/plugins/htmlposts.php</b> on line <b>137</b><br />
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Sick Gaming - Windows]]></title>
		<link>https://sickgaming.net/</link>
		<description><![CDATA[Sick Gaming - https://sickgaming.net]]></description>
		<pubDate>Sun, 12 Apr 2026 11:41:11 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[How to Use Local / Remote Ollama with PowerShell 7 on Windows]]></title>
			<link>https://sickgaming.net/thread-103533.html</link>
			<pubDate>Fri, 21 Nov 2025 20:09:55 -0200</pubDate>
			<dc:creator><![CDATA[<a href="https://sickgaming.net/member.php?action=profile&uid=13811">SickProdigy</a>]]></dc:creator>
			<guid isPermaLink="false">https://sickgaming.net/thread-103533.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">How to Use Local / Remote Ollama with PowerShell 7 on Windows</span><br />
<br />
This guide shows you how to set up a custom PowerShell command to interact with your local/remote Ollama server from the Windows console.<br />
<br />
<hr class="mycode_hr" />
<span style="font-weight: bold;" class="mycode_b">Step 1: Install PowerShell 7</span><ul class="mycode_list"><li>Go to <a href="https://github.com/PowerShell/PowerShell/releases" target="_blank" rel="noopener" class="mycode_url">PowerShell GitHub Releases</a>.<br />
</li>
<li>Download the latest MSI installer for Windows (e.g., PowerShell-7.x.x-win-x64.msi).<br />
</li>
<li>Run the installer and follow the prompts.<br />
</li>
<li>Start PowerShell 7 by typing <span style="font-weight: bold;" class="mycode_b">pwsh</span> in your Start menu or terminal.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Step 2: Set Up Your PowerShell Profile</span><ul class="mycode_list"><li>Open PowerShell 7 (<span style="font-weight: bold;" class="mycode_b">pwsh</span>).<br />
</li>
<li>Type: <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>notepad &#36;PROFILE</code></div></div></li>
<li>If prompted, create the file.<br />
</li>
<li>Paste the following function into the file: (replace model and uri with custom parameters)<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>function ollama {<br />
    param(<br />
        [Parameter(ValueFromRemainingArguments=&#36;true)]<br />
        &#36;PromptArgs<br />
    )<br />
    &#36;prompt = &#36;PromptArgs -join " "<br />
    &#36;body = @{ model = "llama3.2"; prompt = &#36;prompt } | ConvertTo-Json<br />
    &#36;response = Invoke-RestMethod -Uri "http://192.168.1.69:7869/api/generate" -Method POST -Body &#36;body -ContentType "application/json"<br />
    &#36;lines = &#36;response -split "`n"<br />
    &#36;answer = (&#36;lines | ForEach-Object {<br />
        try { (&#36;_.Trim() | ConvertFrom-Json).response } catch {}<br />
    }) -join ""<br />
    Write-Host &#36;answer<br />
}</code></div></div></li>
<li>Save and close Notepad.<br />
</li>
<li>Reload your profile by typing: <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>. &#36;PROFILE</code></div></div></li>
</ul>
<br />
Note*<br />
When you define a function (like ollama) in your profile, you can call it by typing its name in the console—this is known as a function-based command in PowerShell.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Step 3: Use Your Custom Command (Or alias)</span><ul class="mycode_list"><li>In PowerShell 7, type:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ollama Your prompt here</code></div></div></li>
<li>Example:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ollama What is the capital of France?</code></div></div></li>
<li>You’ll see the combined response from your Ollama server.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Notes:</span><ul class="mycode_list"><li>Make sure your Ollama server is running and accessible at the IP and port you specified.<br />
</li>
<li>You can change the model name or server address in the function as needed.<br />
</li>
<li>This command only sends text prompts and returns text responses.<br />
</li>
</ul>
]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">How to Use Local / Remote Ollama with PowerShell 7 on Windows</span><br />
<br />
This guide shows you how to set up a custom PowerShell command to interact with your local/remote Ollama server from the Windows console.<br />
<br />
<hr class="mycode_hr" />
<span style="font-weight: bold;" class="mycode_b">Step 1: Install PowerShell 7</span><ul class="mycode_list"><li>Go to <a href="https://github.com/PowerShell/PowerShell/releases" target="_blank" rel="noopener" class="mycode_url">PowerShell GitHub Releases</a>.<br />
</li>
<li>Download the latest MSI installer for Windows (e.g., PowerShell-7.x.x-win-x64.msi).<br />
</li>
<li>Run the installer and follow the prompts.<br />
</li>
<li>Start PowerShell 7 by typing <span style="font-weight: bold;" class="mycode_b">pwsh</span> in your Start menu or terminal.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Step 2: Set Up Your PowerShell Profile</span><ul class="mycode_list"><li>Open PowerShell 7 (<span style="font-weight: bold;" class="mycode_b">pwsh</span>).<br />
</li>
<li>Type: <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>notepad &#36;PROFILE</code></div></div></li>
<li>If prompted, create the file.<br />
</li>
<li>Paste the following function into the file: (replace model and uri with custom parameters)<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>function ollama {<br />
    param(<br />
        [Parameter(ValueFromRemainingArguments=&#36;true)]<br />
        &#36;PromptArgs<br />
    )<br />
    &#36;prompt = &#36;PromptArgs -join " "<br />
    &#36;body = @{ model = "llama3.2"; prompt = &#36;prompt } | ConvertTo-Json<br />
    &#36;response = Invoke-RestMethod -Uri "http://192.168.1.69:7869/api/generate" -Method POST -Body &#36;body -ContentType "application/json"<br />
    &#36;lines = &#36;response -split "`n"<br />
    &#36;answer = (&#36;lines | ForEach-Object {<br />
        try { (&#36;_.Trim() | ConvertFrom-Json).response } catch {}<br />
    }) -join ""<br />
    Write-Host &#36;answer<br />
}</code></div></div></li>
<li>Save and close Notepad.<br />
</li>
<li>Reload your profile by typing: <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>. &#36;PROFILE</code></div></div></li>
</ul>
<br />
Note*<br />
When you define a function (like ollama) in your profile, you can call it by typing its name in the console—this is known as a function-based command in PowerShell.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Step 3: Use Your Custom Command (Or alias)</span><ul class="mycode_list"><li>In PowerShell 7, type:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ollama Your prompt here</code></div></div></li>
<li>Example:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ollama What is the capital of France?</code></div></div></li>
<li>You’ll see the combined response from your Ollama server.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Notes:</span><ul class="mycode_list"><li>Make sure your Ollama server is running and accessible at the IP and port you specified.<br />
</li>
<li>You can change the model name or server address in the function as needed.<br />
</li>
<li>This command only sends text prompts and returns text responses.<br />
</li>
</ul>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[10 reasons why PCs crash, that You MUST Know]]></title>
			<link>https://sickgaming.net/thread-103529.html</link>
			<pubDate>Mon, 17 Nov 2025 13:07:32 -0200</pubDate>
			<dc:creator><![CDATA[<a href="https://sickgaming.net/member.php?action=profile&uid=13811">SickProdigy</a>]]></dc:creator>
			<guid isPermaLink="false">https://sickgaming.net/thread-103529.html</guid>
			<description><![CDATA[<span style="font-size: large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">10 Reasons Why PCs Crash (You Must Know)</span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">“Fatal error: the system has become unstable or is busy…”</span><br />
You’ve just been hit with the Blue Screen of Death. Anyone who’s used Windows knows the feeling.<br />
What causes it—and how do you prevent it?<br />
<br />
Below are the 10 most common reasons, formatted cleanly for MyBB:<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">1. Hardware Conflict</span></span><br />
Windows crashes often come from devices fighting over the same IRQ (interrupt request).<br />
To check for conflicts:<br />
<ul class="mycode_list"><li>
[]Start → Settings → Control Panel → System → Device Manager<br />
[]Look for yellow “!” icons<br />
</li>
<li>Highlight “Computer” → Properties → check IRQ list<br />
</li>
</ul>
<br />
If two devices share the same IRQ, remove/reinstall the problem device or move the card to a different slot.<br />
Update drivers when possible.<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">2. Bad RAM</span></span><br />
Faulty or mismatched RAM causes Fatal Exception Errors.<br />
Fixes may include:<br />
<ul class="mycode_list"><li>[]Rearranging RAM sticks<br />
[]Removing questionable modules<br />
[]Matching memory speeds (e.g., don’t mix 70ns with 60ns)<br />
[]Adjusting RAM wait states in BIOS<br />
</li>
</ul>
<br />
Avoid mixing ECC and non-ECC RAM.<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">3. Incorrect BIOS Settings</span></span><br />
Incorrect chipset or RAM timing (e.g., CAS latency) can destabilize your system.<br />
Before changing anything in the BIOS, write down original values.<br />
Enable “Plug and Play OS = Yes” to let Windows assign IRQs automatically.<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">4. Hard Disk Problems</span></span><br />
Fragmentation, low storage, or HDD errors can freeze your system.<br />
<br />
Recommended maintenance:<br />
<ul class="mycode_list"><li>[]Run Disk Defragmenter<br />
[]Free space in Temporary Internet Files<br />
[]Empty Recycle Bin<br />
[]Run ScanDisk weekly<br />
</li>
</ul>
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">5. Fatal OE &amp; VXD Errors (Video Problems)</span></span><br />
Video card conflicts or bad drivers commonly cause these errors.<br />
<br />
Try:<br />
<ul class="mycode_list"><li>
[]Lowering screen resolution<br />
[]Lowering color depth<br />
[]Reducing Hardware Acceleration<br />
[]Installing updated video drivers<br />
</li>
<li>Checking Device Manager for conflicts<br />
</li>
</ul>
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">6. Viruses</span></span><br />
Instability, missing boot sectors, or odd crashes may signal a virus.<br />
Keep antivirus DAT files updated weekly.<br />
Examples: McAfee VirusScan, Norton AntiVirus.<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">7. Printer Issues</span></span><br />
Printers have small memory buffers that overflow easily.<br />
If the printer freezes or behaves oddly:<br />
<ul class="mycode_list"><li>[]Unplug it for 10 seconds<br />
[]Cold boot the printer<br />
</li>
</ul>
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">8. Faulty or Badly-Installed Software</span></span><br />
Poor installations or leftover registry entries can crash Windows.<br />
<br />
Fixes:<br />
<ul class="mycode_list"><li>
[]Uninstall/reinstall software<br />
[]Use tools like Norton Uninstall or RegCleaner<br />
</li>
<li>Boot into Safe Mode if Windows won’t load normally (press F4 during startup)<br />
</li>
</ul>
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">9. Overheating</span></span><br />
CPUs that overheat (especially overclocked ones) may trigger kernel errors.<br />
Solutions include:<br />
<ul class="mycode_list"><li>
[]Replace the CPU fan<br />
[]Install larger cooling solutions<br />
</li>
<li>Disable CPU internal cache (temporary stability fix)<br />
</li>
</ul>
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">10. Power Supply Problems</span></span><br />
Spikes, surges, or outages can crash your PC instantly.<br />
A UPS (uninterruptible power supply) gives clean power and time for safe shutdown.<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Final Tip</span></span><br />
Regular maintenance—clean drivers, stable BIOS settings, healthy RAM, and good cooling—prevents the vast majority of system crashes.]]></description>
			<content:encoded><![CDATA[<span style="font-size: large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">10 Reasons Why PCs Crash (You Must Know)</span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">“Fatal error: the system has become unstable or is busy…”</span><br />
You’ve just been hit with the Blue Screen of Death. Anyone who’s used Windows knows the feeling.<br />
What causes it—and how do you prevent it?<br />
<br />
Below are the 10 most common reasons, formatted cleanly for MyBB:<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">1. Hardware Conflict</span></span><br />
Windows crashes often come from devices fighting over the same IRQ (interrupt request).<br />
To check for conflicts:<br />
<ul class="mycode_list"><li>
[]Start → Settings → Control Panel → System → Device Manager<br />
[]Look for yellow “!” icons<br />
</li>
<li>Highlight “Computer” → Properties → check IRQ list<br />
</li>
</ul>
<br />
If two devices share the same IRQ, remove/reinstall the problem device or move the card to a different slot.<br />
Update drivers when possible.<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">2. Bad RAM</span></span><br />
Faulty or mismatched RAM causes Fatal Exception Errors.<br />
Fixes may include:<br />
<ul class="mycode_list"><li>[]Rearranging RAM sticks<br />
[]Removing questionable modules<br />
[]Matching memory speeds (e.g., don’t mix 70ns with 60ns)<br />
[]Adjusting RAM wait states in BIOS<br />
</li>
</ul>
<br />
Avoid mixing ECC and non-ECC RAM.<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">3. Incorrect BIOS Settings</span></span><br />
Incorrect chipset or RAM timing (e.g., CAS latency) can destabilize your system.<br />
Before changing anything in the BIOS, write down original values.<br />
Enable “Plug and Play OS = Yes” to let Windows assign IRQs automatically.<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">4. Hard Disk Problems</span></span><br />
Fragmentation, low storage, or HDD errors can freeze your system.<br />
<br />
Recommended maintenance:<br />
<ul class="mycode_list"><li>[]Run Disk Defragmenter<br />
[]Free space in Temporary Internet Files<br />
[]Empty Recycle Bin<br />
[]Run ScanDisk weekly<br />
</li>
</ul>
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">5. Fatal OE &amp; VXD Errors (Video Problems)</span></span><br />
Video card conflicts or bad drivers commonly cause these errors.<br />
<br />
Try:<br />
<ul class="mycode_list"><li>
[]Lowering screen resolution<br />
[]Lowering color depth<br />
[]Reducing Hardware Acceleration<br />
[]Installing updated video drivers<br />
</li>
<li>Checking Device Manager for conflicts<br />
</li>
</ul>
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">6. Viruses</span></span><br />
Instability, missing boot sectors, or odd crashes may signal a virus.<br />
Keep antivirus DAT files updated weekly.<br />
Examples: McAfee VirusScan, Norton AntiVirus.<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">7. Printer Issues</span></span><br />
Printers have small memory buffers that overflow easily.<br />
If the printer freezes or behaves oddly:<br />
<ul class="mycode_list"><li>[]Unplug it for 10 seconds<br />
[]Cold boot the printer<br />
</li>
</ul>
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">8. Faulty or Badly-Installed Software</span></span><br />
Poor installations or leftover registry entries can crash Windows.<br />
<br />
Fixes:<br />
<ul class="mycode_list"><li>
[]Uninstall/reinstall software<br />
[]Use tools like Norton Uninstall or RegCleaner<br />
</li>
<li>Boot into Safe Mode if Windows won’t load normally (press F4 during startup)<br />
</li>
</ul>
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">9. Overheating</span></span><br />
CPUs that overheat (especially overclocked ones) may trigger kernel errors.<br />
Solutions include:<br />
<ul class="mycode_list"><li>
[]Replace the CPU fan<br />
[]Install larger cooling solutions<br />
</li>
<li>Disable CPU internal cache (temporary stability fix)<br />
</li>
</ul>
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">10. Power Supply Problems</span></span><br />
Spikes, surges, or outages can crash your PC instantly.<br />
A UPS (uninterruptible power supply) gives clean power and time for safe shutdown.<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Final Tip</span></span><br />
Regular maintenance—clean drivers, stable BIOS settings, healthy RAM, and good cooling—prevents the vast majority of system crashes.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to download Netflix Videos]]></title>
			<link>https://sickgaming.net/thread-103460.html</link>
			<pubDate>Wed, 01 Oct 2025 00:22:15 -0200</pubDate>
			<dc:creator><![CDATA[<a href="https://sickgaming.net/member.php?action=profile&uid=13811">SickProdigy</a>]]></dc:creator>
			<guid isPermaLink="false">https://sickgaming.net/thread-103460.html</guid>
			<description><![CDATA[Hello everyone,<br />
<br />
I use this firefox addon:<br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/" target="_blank" rel="noopener" class="mycode_url">https://addons.mozilla.org/en-US/firefox...oadhelper/</a><br />
<br />
had to download some other software to work with it so looking for other options on that so don't need extra software to download.<br />
<br />
<a href="https://github.com/aclap-dev/vdhcoapp/" target="_blank" rel="noopener" class="mycode_url">https://github.com/aclap-dev/vdhcoapp/</a><br />
Click releases on the left and install most recent version. I mostly trust github open-source software.<br />
<br />
I don't have netflix so used alternative streaming site to rip from:<br />
<a href="https://veloratv.ru" target="_blank" rel="noopener" class="mycode_url">https://veloratv.ru</a><br />
<a href="https://moflix-stream.xyz/" target="_blank" rel="noopener" class="mycode_url">https://moflix-stream.xyz/</a><br />
<a href="https://hexa.watch/movies" target="_blank" rel="noopener" class="mycode_url">https://hexa.watch/movies</a><br />
<a href="https://filmpalast.to/" target="_blank" rel="noopener" class="mycode_url">https://filmpalast.to/</a><br />
Few options for ya<br />
If those go down try this:<br />
<a href="https://fmhy.net/video" target="_blank" rel="noopener" class="mycode_url">https://fmhy.net/video</a><br />
<br />
To download netflix shows right now. See how it goes. Can't remember the other sites like 7movies and such. But veloratv is working right now!]]></description>
			<content:encoded><![CDATA[Hello everyone,<br />
<br />
I use this firefox addon:<br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/" target="_blank" rel="noopener" class="mycode_url">https://addons.mozilla.org/en-US/firefox...oadhelper/</a><br />
<br />
had to download some other software to work with it so looking for other options on that so don't need extra software to download.<br />
<br />
<a href="https://github.com/aclap-dev/vdhcoapp/" target="_blank" rel="noopener" class="mycode_url">https://github.com/aclap-dev/vdhcoapp/</a><br />
Click releases on the left and install most recent version. I mostly trust github open-source software.<br />
<br />
I don't have netflix so used alternative streaming site to rip from:<br />
<a href="https://veloratv.ru" target="_blank" rel="noopener" class="mycode_url">https://veloratv.ru</a><br />
<a href="https://moflix-stream.xyz/" target="_blank" rel="noopener" class="mycode_url">https://moflix-stream.xyz/</a><br />
<a href="https://hexa.watch/movies" target="_blank" rel="noopener" class="mycode_url">https://hexa.watch/movies</a><br />
<a href="https://filmpalast.to/" target="_blank" rel="noopener" class="mycode_url">https://filmpalast.to/</a><br />
Few options for ya<br />
If those go down try this:<br />
<a href="https://fmhy.net/video" target="_blank" rel="noopener" class="mycode_url">https://fmhy.net/video</a><br />
<br />
To download netflix shows right now. See how it goes. Can't remember the other sites like 7movies and such. But veloratv is working right now!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Microsoft - Mayo Clinic to deploy and test Microsoft generative AI tools]]></title>
			<link>https://sickgaming.net/thread-101614.html</link>
			<pubDate>Sat, 30 Sep 2023 21:35:25 -0200</pubDate>
			<dc:creator><![CDATA[<a href="https://sickgaming.net/member.php?action=profile&uid=12">xSicKxBot</a>]]></dc:creator>
			<guid isPermaLink="false">https://sickgaming.net/thread-101614.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - Mayo Clinic to deploy and test Microsoft generative AI tools</span><br />
<br />
&lt;div&gt;&lt;p&gt;&lt;strong&gt;ROCHESTER, Minn., and REDMOND, Wash. —&lt;/strong&gt; &lt;strong&gt;Sept. 28, 2023 — &lt;/strong&gt;&lt;a href="https://www.mayoclinic.org/about-mayo-clinic"&gt;Mayo Clinic&lt;/a&gt;, a world leader in healthcare known for its commitment to innovation, is among the first healthcare organizations to deploy &lt;a href="https://blogs.microsoft.com/blog/2023/03/16/introducing-microsoft-365-copilot-your-copilot-for-work/"&gt;Microsoft 365 Copilot&lt;/a&gt;. This new generative AI service combines the power of large language models (LLMs) with organizational data from Microsoft 365 to enable new levels of productivity in the enterprise.&lt;/p&gt;<br />
&lt;p&gt;Mayo Clinic is testing the &lt;a href="https://www.microsoft.com/en-us/microsoft-365/blog/2023/05/09/introducing-the-microsoft-365-copilot-early-access-program-and-new-capabilities-in-copilot/"&gt;Microsoft 365 Copilot Early Access Program&lt;/a&gt; with hundreds of its clinical staff, doctors and healthcare workers.&lt;/p&gt;<br />
&lt;p&gt;“Microsoft 365 Copilot has the ability to transform work across virtually every industry so people can focus on the most important work and help move their organizations forward,” said Colette Stallbaumer, general manager, Microsoft 365. “We’re excited to be helping customers like Mayo Clinic achieve their goals.”&lt;/p&gt;<br />
&lt;p&gt;Generative AI has the potential to support Mayo Clinic’s vision to transform healthcare. For example, generative AI can help doctors automate form-filling tasks. Administrative demands continue to burden healthcare providers, taking up valuable time that could be used to provide more focused care to patients. Microsoft 365 Copilot has the potential to give healthcare providers valuable time back by automating tasks.&lt;/p&gt;<br />
&lt;p&gt;Mayo Clinic is one of the first to start working with Copilot tools to enable staff experience across apps like Microsoft Outlook, Word, Excel and more. Microsoft 365 Copilot combines the power of LLMs with data in the Microsoft 365 apps, including calendars, emails, chats, documents and meeting transcripts, to turn words into a powerful productivity tool.&lt;/p&gt;<br />
&lt;p&gt;“Privacy, ethics and safety are at the forefront of Mayo Clinic’s work with generative AI and large language models,” said Cris Ross, chief information officer at Mayo Clinic. “Using AI-powered tech will enhance Mayo Clinic’s ability to lead the transformation of healthcare while focusing on what matters most — providing the best possible care to our patients.”&lt;/p&gt;<br />
&lt;p&gt;As a leader in healthcare, Mayo Clinic is always looking for new ways to improve patient care. By using generative AI and LLMs, Mayo Clinic will be able to offer its teams new timesaving tools to help them succeed.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;About Mayo Clinic&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;a href="https://www.mayoclinic.org/about-mayo-clinic?mc_id=us&amp;amp;utm_source=newsnetwork&amp;amp;utm_medium=l&amp;amp;utm_content=content&amp;amp;utm_campaign=mayoclinic&amp;amp;geo=national&amp;amp;placementsite=enterprise&amp;amp;invsrc=other&amp;amp;cauid=100721"&gt;Mayo Clinic&lt;/a&gt; is a nonprofit organization committed to innovation in clinical practice, education and research, and providing compassion, expertise and answers to everyone who needs healing. Visit the&amp;nbsp;&lt;a href="https://newsnetwork.mayoclinic.org/"&gt;Mayo Clinic News Network&lt;/a&gt; for additional Mayo Clinic news.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;About Microsoft&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;Microsoft (Nasdaq “MSFT” @microsoft) enables digital transformation for the era of an intelligent cloud and an intelligent edge. Its mission is to empower every person and every organization on the planet to achieve more.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;For more information, press only:&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;Microsoft Media Relations, WE Communications for Microsoft, (425) 638-7777,&amp;nbsp;&lt;a href="https://news.microsoft.com/cdn-cgi/l/email-protection#bac8dbcad3dec8dfc9cad5d4c9dffacddf97cdd5c8d6decdd3dedf94d9d5d7"&gt;&lt;span class="__cf_email__" data-cfemail="9be9faebf2ffe9fee8ebf4f5e8fedbecfeb6ecf4e9f7ffecf2fffeb5f8f4f6"&gt;[email&amp;nbsp;protected]&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;<br />
&lt;p&gt;Samiha Khanna, Mayo Clinic, (507) 266-2624, &lt;a href="https://news.microsoft.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="c7acafa6a9a9a6e9b4a6aaaeafa687aaa6bea8e9a4a8aa"&gt;[email&amp;nbsp;protected]&lt;/a&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;em&gt;Note to editors:&lt;/em&gt; For more information, news and perspectives from Microsoft, please visit the Microsoft News Center at &lt;a href="http://news.microsoft.com/"&gt;http://news.microsoft.com&lt;/a&gt;. Web links, telephone numbers and titles were correct at time of publication but may have changed. For additional assistance, journalists and analysts may contact Microsoft’s Rapid Response Team or other appropriate contacts listed at &lt;a href="https://news.microsoft.com/microsoft-public-relations-contacts"&gt;https://news.microsoft.com/microsoft-public-relations-contacts&lt;/a&gt;.&lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/28/mayo-clinic-to-deploy-and-test-microsoft-generative-ai-tools/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...-ai-tools/</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - Mayo Clinic to deploy and test Microsoft generative AI tools</span><br />
<br />
&lt;div&gt;&lt;p&gt;&lt;strong&gt;ROCHESTER, Minn., and REDMOND, Wash. —&lt;/strong&gt; &lt;strong&gt;Sept. 28, 2023 — &lt;/strong&gt;&lt;a href="https://www.mayoclinic.org/about-mayo-clinic"&gt;Mayo Clinic&lt;/a&gt;, a world leader in healthcare known for its commitment to innovation, is among the first healthcare organizations to deploy &lt;a href="https://blogs.microsoft.com/blog/2023/03/16/introducing-microsoft-365-copilot-your-copilot-for-work/"&gt;Microsoft 365 Copilot&lt;/a&gt;. This new generative AI service combines the power of large language models (LLMs) with organizational data from Microsoft 365 to enable new levels of productivity in the enterprise.&lt;/p&gt;<br />
&lt;p&gt;Mayo Clinic is testing the &lt;a href="https://www.microsoft.com/en-us/microsoft-365/blog/2023/05/09/introducing-the-microsoft-365-copilot-early-access-program-and-new-capabilities-in-copilot/"&gt;Microsoft 365 Copilot Early Access Program&lt;/a&gt; with hundreds of its clinical staff, doctors and healthcare workers.&lt;/p&gt;<br />
&lt;p&gt;“Microsoft 365 Copilot has the ability to transform work across virtually every industry so people can focus on the most important work and help move their organizations forward,” said Colette Stallbaumer, general manager, Microsoft 365. “We’re excited to be helping customers like Mayo Clinic achieve their goals.”&lt;/p&gt;<br />
&lt;p&gt;Generative AI has the potential to support Mayo Clinic’s vision to transform healthcare. For example, generative AI can help doctors automate form-filling tasks. Administrative demands continue to burden healthcare providers, taking up valuable time that could be used to provide more focused care to patients. Microsoft 365 Copilot has the potential to give healthcare providers valuable time back by automating tasks.&lt;/p&gt;<br />
&lt;p&gt;Mayo Clinic is one of the first to start working with Copilot tools to enable staff experience across apps like Microsoft Outlook, Word, Excel and more. Microsoft 365 Copilot combines the power of LLMs with data in the Microsoft 365 apps, including calendars, emails, chats, documents and meeting transcripts, to turn words into a powerful productivity tool.&lt;/p&gt;<br />
&lt;p&gt;“Privacy, ethics and safety are at the forefront of Mayo Clinic’s work with generative AI and large language models,” said Cris Ross, chief information officer at Mayo Clinic. “Using AI-powered tech will enhance Mayo Clinic’s ability to lead the transformation of healthcare while focusing on what matters most — providing the best possible care to our patients.”&lt;/p&gt;<br />
&lt;p&gt;As a leader in healthcare, Mayo Clinic is always looking for new ways to improve patient care. By using generative AI and LLMs, Mayo Clinic will be able to offer its teams new timesaving tools to help them succeed.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;About Mayo Clinic&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;a href="https://www.mayoclinic.org/about-mayo-clinic?mc_id=us&amp;amp;utm_source=newsnetwork&amp;amp;utm_medium=l&amp;amp;utm_content=content&amp;amp;utm_campaign=mayoclinic&amp;amp;geo=national&amp;amp;placementsite=enterprise&amp;amp;invsrc=other&amp;amp;cauid=100721"&gt;Mayo Clinic&lt;/a&gt; is a nonprofit organization committed to innovation in clinical practice, education and research, and providing compassion, expertise and answers to everyone who needs healing. Visit the&amp;nbsp;&lt;a href="https://newsnetwork.mayoclinic.org/"&gt;Mayo Clinic News Network&lt;/a&gt; for additional Mayo Clinic news.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;About Microsoft&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;Microsoft (Nasdaq “MSFT” @microsoft) enables digital transformation for the era of an intelligent cloud and an intelligent edge. Its mission is to empower every person and every organization on the planet to achieve more.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;For more information, press only:&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;Microsoft Media Relations, WE Communications for Microsoft, (425) 638-7777,&amp;nbsp;&lt;a href="https://news.microsoft.com/cdn-cgi/l/email-protection#bac8dbcad3dec8dfc9cad5d4c9dffacddf97cdd5c8d6decdd3dedf94d9d5d7"&gt;&lt;span class="__cf_email__" data-cfemail="9be9faebf2ffe9fee8ebf4f5e8fedbecfeb6ecf4e9f7ffecf2fffeb5f8f4f6"&gt;[email&amp;nbsp;protected]&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;<br />
&lt;p&gt;Samiha Khanna, Mayo Clinic, (507) 266-2624, &lt;a href="https://news.microsoft.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="c7acafa6a9a9a6e9b4a6aaaeafa687aaa6bea8e9a4a8aa"&gt;[email&amp;nbsp;protected]&lt;/a&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;em&gt;Note to editors:&lt;/em&gt; For more information, news and perspectives from Microsoft, please visit the Microsoft News Center at &lt;a href="http://news.microsoft.com/"&gt;http://news.microsoft.com&lt;/a&gt;. Web links, telephone numbers and titles were correct at time of publication but may have changed. For additional assistance, journalists and analysts may contact Microsoft’s Rapid Response Team or other appropriate contacts listed at &lt;a href="https://news.microsoft.com/microsoft-public-relations-contacts"&gt;https://news.microsoft.com/microsoft-public-relations-contacts&lt;/a&gt;.&lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/28/mayo-clinic-to-deploy-and-test-microsoft-generative-ai-tools/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...-ai-tools/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Microsoft - We’re expanding our AI partnership with Meta, as we bring the power of]]></title>
			<link>https://sickgaming.net/thread-101610.html</link>
			<pubDate>Sat, 30 Sep 2023 04:56:16 -0200</pubDate>
			<dc:creator><![CDATA[<a href="https://sickgaming.net/member.php?action=profile&uid=12">xSicKxBot</a>]]></dc:creator>
			<guid isPermaLink="false">https://sickgaming.net/thread-101610.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - We’re expanding our AI partnership with Meta, as we bring the power of</span><br />
<br />
&lt;div&gt;&lt;div&gt;&lt;img decoding="async" src="https://media.licdn.com/dms/image/D5610AQGWlBoT29YAAA/image-shrink_800/0/1695839525206?e=1696489200&amp;amp;v=beta&amp;amp;t=iwxjuTKecqO-yWayGxf-RYxOnVZYCURap9y42Ag7K-8" class="ff-og-image-inserted"&gt;&lt;/div&gt;<br />
&lt;p class="attributed-text-segment-list__content text-color-text !text-sm whitespace-pre-wrap break-words " dir="ltr" data-test-id="feed-reshare-content__commentary"&gt;Microsoft and Oracle have partnered to bring the best of both worlds together. OCI database services are now available in Azure. This partnership helps organizations meet their evolving needs and empowers customers to create new value in the cloud. With this integration, users can seamlessly build Azure applications with the high performance, high availability, and automated management of Oracle database services, such as Exadata and RAC, running on OCI.&lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/28/were-expanding-our-ai-partnership-with-meta-as-we-bring-the-power-of-bing-to-meta-ais-chat-experiences/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...periences/</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - We’re expanding our AI partnership with Meta, as we bring the power of</span><br />
<br />
&lt;div&gt;&lt;div&gt;&lt;img decoding="async" src="https://media.licdn.com/dms/image/D5610AQGWlBoT29YAAA/image-shrink_800/0/1695839525206?e=1696489200&amp;amp;v=beta&amp;amp;t=iwxjuTKecqO-yWayGxf-RYxOnVZYCURap9y42Ag7K-8" class="ff-og-image-inserted"&gt;&lt;/div&gt;<br />
&lt;p class="attributed-text-segment-list__content text-color-text !text-sm whitespace-pre-wrap break-words " dir="ltr" data-test-id="feed-reshare-content__commentary"&gt;Microsoft and Oracle have partnered to bring the best of both worlds together. OCI database services are now available in Azure. This partnership helps organizations meet their evolving needs and empowers customers to create new value in the cloud. With this integration, users can seamlessly build Azure applications with the high performance, high availability, and automated management of Oracle database services, such as Exadata and RAC, running on OCI.&lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/28/were-expanding-our-ai-partnership-with-meta-as-we-bring-the-power-of-bing-to-meta-ais-chat-experiences/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...periences/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Microsoft - Microsoft and Mercy collaborate to empower clinicians to transform patie]]></title>
			<link>https://sickgaming.net/thread-101604.html</link>
			<pubDate>Fri, 29 Sep 2023 04:57:05 -0200</pubDate>
			<dc:creator><![CDATA[<a href="https://sickgaming.net/member.php?action=profile&uid=12">xSicKxBot</a>]]></dc:creator>
			<guid isPermaLink="false">https://sickgaming.net/thread-101604.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - Microsoft and Mercy collaborate to empower clinicians to transform patie</span><br />
<br />
&lt;div style="margin: 5px 5% 10px 5%;"&gt;&lt;img src="https://www.sickgaming.net/blog/wp-content/uploads/2023/09/microsoft-and-mercy-collaborate-to-empower-clinicians-to-transform-patient-care-with-generative-ai.png" width="1024" height="525" title="" alt="" /&gt;&lt;/div&gt;&lt;div&gt;&lt;h3&gt;&lt;i&gt;Multiyear alliance creates foundation for innovation and deeper insights with data&lt;/i&gt;&lt;/h3&gt;<br />
&lt;p&gt;&lt;a href="https://www.sickgaming.net/blog/wp-content/uploads/2023/09/microsoft-and-mercy-collaborate-to-empower-clinicians-to-transform-patient-care-with-generative-ai-6.png"&gt;&lt;img decoding="async" loading="lazy" class="aligncenter wp-image-448476 size-large" src="https://www.sickgaming.net/blog/wp-content/uploads/2023/09/microsoft-and-mercy-collaborate-to-empower-clinicians-to-transform-patient-care-with-generative-ai-1.png" alt="Mercy and Microsoft logos" width="1024" height="525"&gt;&lt;/a&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;REDMOND, Wash., and ST. LOUIS — Sept. 27, 2023&lt;/strong&gt; &lt;strong&gt;—&lt;/strong&gt; Microsoft Corp. and Mercy are forging a long-term collaboration using generative AI and other digital technologies to give physicians, advance practice providers and nurses more time to care for patients and improve the patient experience. This work represents what’s next in healthcare for applying advanced digital technologies to the delivery of care to consumers.&lt;/p&gt;<br />
&lt;p&gt;“With the latest advances in generative AI, this moment marks a true phase change where emerging capabilities can help health care organizations address some of their most pressing challenges, create needed efficiency and transform care,” said Peter Lee, corporate vice president of research and incubations at Microsoft. “Mercy has a reputation for ongoing innovation and — through our years working together — has been a leader in the industry in creating an intelligent data platform on which to launch this kind of transformation. This is just the beginning, and it’s inspiring to see Mercy’s leadership adopting these tools to empower physicians, providers, nurses and all clinicians to improve patient care.”&lt;/p&gt;<br />
&lt;p&gt;Mercy plans to use Microsoft Azure OpenAI Service to improve care in several immediate new ways:&lt;/p&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;Patients will have the information to better understand their lab results and engage in more informed discussions about their health with their provider through the help of generative AI-assisted communication. Patients will be empowered to get answers in simple, conversational language.&lt;/li&gt;<br />
&lt;li&gt;Mercy will apply generative AI when taking patient calls for actions like scheduling appointments. Beyond the initial call, the AI solution will provide recommendations for additional follow-up actions to make sure all the patient’s needs are met during a single interaction, limiting the need for follow-up calls.&lt;/li&gt;<br />
&lt;li&gt;A chatbot for Mercy co-workers will help quickly find important information about Mercy policies and procedures, and locate HR-related answers such as information on benefits or leave requirements. By helping nurses and co-workers find the information they need more quickly, they can spend more time on patient care.&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;p&gt;“Because of all the investments we have made together with Microsoft in the past few years, including the use of Microsoft’s secure cloud, we are better positioned to perform real-time clinical decision-making that ultimately improves patient care,” said Joe Kelly, Mercy’s executive vice president of transformation and business development officer. “With Microsoft, we are exploring more than four dozen uses of AI and will launch multiple new AI use cases by the middle of next year to transform care and experiences for patients and co-workers. This is predictive, proactive and personalized care at its best.”&lt;/p&gt;<br />
&lt;p&gt;As Mercy’s preferred platform for ongoing innovation, the Microsoft Cloud provides the health system with a &lt;a href="https://customers.microsoft.com/en-us/story/1663846645014128331-mercy-health-provider-azure-en-united-states"&gt;trusted and comprehensive platform&lt;/a&gt; to improve efficiency, connect and govern data, impact patient and co-worker experience, reach new communities, and build a foundation for ongoing innovation. By securely centralizing and organizing data in an AI-powered intelligent data platform built on Azure, Mercy is uniquely positioned to deliver on evolving clinician and patient expectations more quickly. For example, Mercy can tap into secure data insights to reduce many unnecessary patient days in the hospital by giving care teams smart dashboards and better visibility into the factors that impact how soon patients can return home. Additionally, Microsoft’s modern work solutions will help Mercy co-workers improve productivity and communication so they can spend more time improving patient care and experience.&lt;/p&gt;<br />
&lt;p&gt;“Mercy and Microsoft are creating a new path for health systems in which we are working shoulder to shoulder to combine our 200-year heritage in health care and Microsoft’s extensive expertise in cloud and AI to enhance care for the patients we serve and improve the working experience for our physicians, advanced providers, nurses and all co-workers,” said Steve Mackin, Mercy’s president and CEO. “By using technology in new and secure ways, we innovate better health care for all.”&lt;/p&gt;<br />
&lt;p&gt;The organizations recently brought together Mercy’s engineering teams and senior leaders with Microsoft leaders, engineers and industry experts for a hackathon to co-imagine and begin to co-innovate around the generative AI use cases in development. Additionally, Microsoft and Mercy are working together to showcase Mercy’s solutions in the &lt;a href="https://www.microsoft.com/en-us/mtc"&gt;Microsoft Technology Center (MTC)&lt;/a&gt; in Chicago in 2024. The showcase will highlight transformational clinical experiences and demonstrate what the future of health care could look like using Microsoft technology.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;About Mercy&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;a href="https://www.mercy.net/newsroom/mercy-quick-facts/"&gt;Mercy&lt;/a&gt;&lt;em&gt;, &lt;/em&gt;one of the 20 largest U.S. health systems and named the top large system in the U.S. for excellent patient experience by NRC Health, serves millions annually with nationally recognized quality care and one of the nation’s largest Accountable Care Organizations. Mercy&amp;nbsp;is a highly integrated, multi-state health care system including&amp;nbsp;more than 40 acute care, managed and specialty (heart, children’s, orthopedic and rehab) hospitals,&amp;nbsp;convenient and urgent care locations, imaging centers and pharmacies. Mercy has&amp;nbsp;900 physician practices and outpatient facilities,&amp;nbsp;more than 4,000 physicians and advanced practitioners and more than 45,000&amp;nbsp;co-workers serving patients and families across&amp;nbsp;Arkansas, Kansas, Missouri and Oklahoma. Mercy also has clinics, outpatient services and outreach ministries in Arkansas, Louisiana, Mississippi and Texas&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;About Microsoft&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;Microsoft&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;(Nasdaq “MSFT” @Microsoft) enables digital transformation for the era of an intelligent cloud and an intelligent edge. Its mission is to empower every person and every organization on the planet to achieve more.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;For more information, press only:&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;Microsoft Media Relations, WE Communications for Microsoft, (425) 638-7777,&amp;nbsp;&lt;a href="https://news.microsoft.com/cdn-cgi/l/email-protection#97e5f6e7fef3e5f2e4e7f8f9e4f2d7e0f2bae0f8e5fbf3e0fef3f2b9f4f8fa"&gt;&lt;span class="__cf_email__" data-cfemail="d7a5b6a7beb3a5b2a4a7b8b9a4b297a0b2faa0b8a5bbb3a0beb3b2f9b4b8ba"&gt;[email&amp;nbsp;protected]&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;<br />
&lt;p&gt;Bethany Pope, Mercy, (314) 251-4472 office, &lt;a href="https://news.microsoft.com/cdn-cgi/l/email-protection#fd9f9889959c9384d38d928d98bd90988f9e84d3939889"&gt;&lt;span class="__cf_email__" data-cfemail="5133342539303f287f213e2134113c342332287f3f3425"&gt;[email&amp;nbsp;protected]&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;<br />
&lt;p&gt;Joe Poelker, Mercy, (314) 525-4005 office, (314) 724-6095 mobile, &lt;a href="https://news.microsoft.com/cdn-cgi/l/email-protection#6903060c4719060c05020c1b29040c1b0a1047070c1d"&gt;&lt;span class="__cf_email__" data-cfemail="91fbfef4bfe1fef4fdfaf4e3d1fcf4e3f2e8bffff4e5"&gt;[email&amp;nbsp;protected]&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;em&gt;Note to editors:&lt;/em&gt; For more information, news and perspectives from Microsoft, please visit the Microsoft News Center at &lt;a href="http://news.microsoft.com/"&gt;http://news.microsoft.com&lt;/a&gt;. Web links, telephone numbers and titles were correct at time of publication but may have changed. For additional assistance, journalists and analysts may contact Microsoft’s Rapid Response Team or other appropriate contacts listed at &lt;a href="https://news.microsoft.com/microsoft-public-relations-contacts"&gt;https://news.microsoft.com/microsoft-public-relations-contacts&lt;/a&gt;.&lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/27/microsoft-and-mercy-collaborate-to-empower-clinicians-to-transform-patient-care-with-generative-ai/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...rative-ai/</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - Microsoft and Mercy collaborate to empower clinicians to transform patie</span><br />
<br />
&lt;div style="margin: 5px 5% 10px 5%;"&gt;&lt;img src="https://www.sickgaming.net/blog/wp-content/uploads/2023/09/microsoft-and-mercy-collaborate-to-empower-clinicians-to-transform-patient-care-with-generative-ai.png" width="1024" height="525" title="" alt="" /&gt;&lt;/div&gt;&lt;div&gt;&lt;h3&gt;&lt;i&gt;Multiyear alliance creates foundation for innovation and deeper insights with data&lt;/i&gt;&lt;/h3&gt;<br />
&lt;p&gt;&lt;a href="https://www.sickgaming.net/blog/wp-content/uploads/2023/09/microsoft-and-mercy-collaborate-to-empower-clinicians-to-transform-patient-care-with-generative-ai-6.png"&gt;&lt;img decoding="async" loading="lazy" class="aligncenter wp-image-448476 size-large" src="https://www.sickgaming.net/blog/wp-content/uploads/2023/09/microsoft-and-mercy-collaborate-to-empower-clinicians-to-transform-patient-care-with-generative-ai-1.png" alt="Mercy and Microsoft logos" width="1024" height="525"&gt;&lt;/a&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;REDMOND, Wash., and ST. LOUIS — Sept. 27, 2023&lt;/strong&gt; &lt;strong&gt;—&lt;/strong&gt; Microsoft Corp. and Mercy are forging a long-term collaboration using generative AI and other digital technologies to give physicians, advance practice providers and nurses more time to care for patients and improve the patient experience. This work represents what’s next in healthcare for applying advanced digital technologies to the delivery of care to consumers.&lt;/p&gt;<br />
&lt;p&gt;“With the latest advances in generative AI, this moment marks a true phase change where emerging capabilities can help health care organizations address some of their most pressing challenges, create needed efficiency and transform care,” said Peter Lee, corporate vice president of research and incubations at Microsoft. “Mercy has a reputation for ongoing innovation and — through our years working together — has been a leader in the industry in creating an intelligent data platform on which to launch this kind of transformation. This is just the beginning, and it’s inspiring to see Mercy’s leadership adopting these tools to empower physicians, providers, nurses and all clinicians to improve patient care.”&lt;/p&gt;<br />
&lt;p&gt;Mercy plans to use Microsoft Azure OpenAI Service to improve care in several immediate new ways:&lt;/p&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;Patients will have the information to better understand their lab results and engage in more informed discussions about their health with their provider through the help of generative AI-assisted communication. Patients will be empowered to get answers in simple, conversational language.&lt;/li&gt;<br />
&lt;li&gt;Mercy will apply generative AI when taking patient calls for actions like scheduling appointments. Beyond the initial call, the AI solution will provide recommendations for additional follow-up actions to make sure all the patient’s needs are met during a single interaction, limiting the need for follow-up calls.&lt;/li&gt;<br />
&lt;li&gt;A chatbot for Mercy co-workers will help quickly find important information about Mercy policies and procedures, and locate HR-related answers such as information on benefits or leave requirements. By helping nurses and co-workers find the information they need more quickly, they can spend more time on patient care.&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;p&gt;“Because of all the investments we have made together with Microsoft in the past few years, including the use of Microsoft’s secure cloud, we are better positioned to perform real-time clinical decision-making that ultimately improves patient care,” said Joe Kelly, Mercy’s executive vice president of transformation and business development officer. “With Microsoft, we are exploring more than four dozen uses of AI and will launch multiple new AI use cases by the middle of next year to transform care and experiences for patients and co-workers. This is predictive, proactive and personalized care at its best.”&lt;/p&gt;<br />
&lt;p&gt;As Mercy’s preferred platform for ongoing innovation, the Microsoft Cloud provides the health system with a &lt;a href="https://customers.microsoft.com/en-us/story/1663846645014128331-mercy-health-provider-azure-en-united-states"&gt;trusted and comprehensive platform&lt;/a&gt; to improve efficiency, connect and govern data, impact patient and co-worker experience, reach new communities, and build a foundation for ongoing innovation. By securely centralizing and organizing data in an AI-powered intelligent data platform built on Azure, Mercy is uniquely positioned to deliver on evolving clinician and patient expectations more quickly. For example, Mercy can tap into secure data insights to reduce many unnecessary patient days in the hospital by giving care teams smart dashboards and better visibility into the factors that impact how soon patients can return home. Additionally, Microsoft’s modern work solutions will help Mercy co-workers improve productivity and communication so they can spend more time improving patient care and experience.&lt;/p&gt;<br />
&lt;p&gt;“Mercy and Microsoft are creating a new path for health systems in which we are working shoulder to shoulder to combine our 200-year heritage in health care and Microsoft’s extensive expertise in cloud and AI to enhance care for the patients we serve and improve the working experience for our physicians, advanced providers, nurses and all co-workers,” said Steve Mackin, Mercy’s president and CEO. “By using technology in new and secure ways, we innovate better health care for all.”&lt;/p&gt;<br />
&lt;p&gt;The organizations recently brought together Mercy’s engineering teams and senior leaders with Microsoft leaders, engineers and industry experts for a hackathon to co-imagine and begin to co-innovate around the generative AI use cases in development. Additionally, Microsoft and Mercy are working together to showcase Mercy’s solutions in the &lt;a href="https://www.microsoft.com/en-us/mtc"&gt;Microsoft Technology Center (MTC)&lt;/a&gt; in Chicago in 2024. The showcase will highlight transformational clinical experiences and demonstrate what the future of health care could look like using Microsoft technology.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;About Mercy&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;a href="https://www.mercy.net/newsroom/mercy-quick-facts/"&gt;Mercy&lt;/a&gt;&lt;em&gt;, &lt;/em&gt;one of the 20 largest U.S. health systems and named the top large system in the U.S. for excellent patient experience by NRC Health, serves millions annually with nationally recognized quality care and one of the nation’s largest Accountable Care Organizations. Mercy&amp;nbsp;is a highly integrated, multi-state health care system including&amp;nbsp;more than 40 acute care, managed and specialty (heart, children’s, orthopedic and rehab) hospitals,&amp;nbsp;convenient and urgent care locations, imaging centers and pharmacies. Mercy has&amp;nbsp;900 physician practices and outpatient facilities,&amp;nbsp;more than 4,000 physicians and advanced practitioners and more than 45,000&amp;nbsp;co-workers serving patients and families across&amp;nbsp;Arkansas, Kansas, Missouri and Oklahoma. Mercy also has clinics, outpatient services and outreach ministries in Arkansas, Louisiana, Mississippi and Texas&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;About Microsoft&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;Microsoft&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;(Nasdaq “MSFT” @Microsoft) enables digital transformation for the era of an intelligent cloud and an intelligent edge. Its mission is to empower every person and every organization on the planet to achieve more.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;For more information, press only:&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;Microsoft Media Relations, WE Communications for Microsoft, (425) 638-7777,&amp;nbsp;&lt;a href="https://news.microsoft.com/cdn-cgi/l/email-protection#97e5f6e7fef3e5f2e4e7f8f9e4f2d7e0f2bae0f8e5fbf3e0fef3f2b9f4f8fa"&gt;&lt;span class="__cf_email__" data-cfemail="d7a5b6a7beb3a5b2a4a7b8b9a4b297a0b2faa0b8a5bbb3a0beb3b2f9b4b8ba"&gt;[email&amp;nbsp;protected]&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;<br />
&lt;p&gt;Bethany Pope, Mercy, (314) 251-4472 office, &lt;a href="https://news.microsoft.com/cdn-cgi/l/email-protection#fd9f9889959c9384d38d928d98bd90988f9e84d3939889"&gt;&lt;span class="__cf_email__" data-cfemail="5133342539303f287f213e2134113c342332287f3f3425"&gt;[email&amp;nbsp;protected]&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;<br />
&lt;p&gt;Joe Poelker, Mercy, (314) 525-4005 office, (314) 724-6095 mobile, &lt;a href="https://news.microsoft.com/cdn-cgi/l/email-protection#6903060c4719060c05020c1b29040c1b0a1047070c1d"&gt;&lt;span class="__cf_email__" data-cfemail="91fbfef4bfe1fef4fdfaf4e3d1fcf4e3f2e8bffff4e5"&gt;[email&amp;nbsp;protected]&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;em&gt;Note to editors:&lt;/em&gt; For more information, news and perspectives from Microsoft, please visit the Microsoft News Center at &lt;a href="http://news.microsoft.com/"&gt;http://news.microsoft.com&lt;/a&gt;. Web links, telephone numbers and titles were correct at time of publication but may have changed. For additional assistance, journalists and analysts may contact Microsoft’s Rapid Response Team or other appropriate contacts listed at &lt;a href="https://news.microsoft.com/microsoft-public-relations-contacts"&gt;https://news.microsoft.com/microsoft-public-relations-contacts&lt;/a&gt;.&lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/27/microsoft-and-mercy-collaborate-to-empower-clinicians-to-transform-patient-care-with-generative-ai/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...rative-ai/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Microsoft - With our latest update to Windows 11, available today, we’re bringing]]></title>
			<link>https://sickgaming.net/thread-101599.html</link>
			<pubDate>Thu, 28 Sep 2023 11:30:05 -0200</pubDate>
			<dc:creator><![CDATA[<a href="https://sickgaming.net/member.php?action=profile&uid=12">xSicKxBot</a>]]></dc:creator>
			<guid isPermaLink="false">https://sickgaming.net/thread-101599.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - With our latest update to Windows 11, available today, we’re bringing </span><br />
<br />
&lt;div&gt;&lt;div&gt;&lt;img decoding="async" src="https://media.licdn.com/dms/image/D5605AQF6mxPKxTPYeg/videocover-high/0/1695748391837?e=2147483647&amp;amp;v=beta&amp;amp;t=1wWLPgoe7TFjp1voFlHbCgmp_Fq5MgGLAHUDxOl9PZc" class="ff-og-image-inserted"&gt;&lt;/div&gt;<br />
&lt;p class="attributed-text-segment-list__content text-color-text !text-sm whitespace-pre-wrap break-words " dir="ltr" data-test-id="feed-reshare-content__commentary"&gt;Microsoft and Oracle have partnered to bring the best of both worlds together. OCI database services are now available in Azure. This partnership helps organizations meet their evolving needs and empowers customers to create new value in the cloud. With this integration, users can seamlessly build Azure applications with the high performance, high availability, and automated management of Oracle database services, such as Exadata and RAC, running on OCI.&lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/26/with-our-latest-update-to-windows-11-available-today-were-bringing-the-power-of-copilot-and-new-ai-powered-experiences-to-apps-like-clipchamp-paint-photos-and-more-right-on-your-windows/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...r-windows/</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - With our latest update to Windows 11, available today, we’re bringing </span><br />
<br />
&lt;div&gt;&lt;div&gt;&lt;img decoding="async" src="https://media.licdn.com/dms/image/D5605AQF6mxPKxTPYeg/videocover-high/0/1695748391837?e=2147483647&amp;amp;v=beta&amp;amp;t=1wWLPgoe7TFjp1voFlHbCgmp_Fq5MgGLAHUDxOl9PZc" class="ff-og-image-inserted"&gt;&lt;/div&gt;<br />
&lt;p class="attributed-text-segment-list__content text-color-text !text-sm whitespace-pre-wrap break-words " dir="ltr" data-test-id="feed-reshare-content__commentary"&gt;Microsoft and Oracle have partnered to bring the best of both worlds together. OCI database services are now available in Azure. This partnership helps organizations meet their evolving needs and empowers customers to create new value in the cloud. With this integration, users can seamlessly build Azure applications with the high performance, high availability, and automated management of Oracle database services, such as Exadata and RAC, running on OCI.&lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/26/with-our-latest-update-to-windows-11-available-today-were-bringing-the-power-of-copilot-and-new-ai-powered-experiences-to-apps-like-clipchamp-paint-photos-and-more-right-on-your-windows/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...r-windows/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Microsoft - Today, we showed you how Copilot can make your life better. We’re exci]]></title>
			<link>https://sickgaming.net/thread-101594.html</link>
			<pubDate>Wed, 27 Sep 2023 10:59:15 -0200</pubDate>
			<dc:creator><![CDATA[<a href="https://sickgaming.net/member.php?action=profile&uid=12">xSicKxBot</a>]]></dc:creator>
			<guid isPermaLink="false">https://sickgaming.net/thread-101594.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - Today, we showed you how Copilot can make your life better. We’re exci</span><br />
<br />
&lt;div&gt;&lt;div&gt;&lt;img decoding="async" src="https://media.licdn.com/dms/image/D5605AQEqGX3PqAZn1g/videocover-high/0/1695339545976?e=2147483647&amp;amp;v=beta&amp;amp;t=hQkgin0nTqitBqhzFkDgn2qQyCVnjIKS3fsypx3y3ok" class="ff-og-image-inserted"&gt;&lt;/div&gt;<br />
&lt;p class="attributed-text-segment-list__content text-color-text !text-sm whitespace-pre-wrap break-words " dir="ltr" data-test-id="main-feed-activity-card__commentary"&gt;With 139 million consumers between the ages of 15 and 55, brands are increasingly looking to cater to the population in Tier 2 and 3 cities, &lt;a class="link" href="https://in.linkedin.com/in/akshara-srivastava-104a41160?trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;Akshara Srivastava&lt;/a&gt; reports for Business Standard. The consumer base across&amp;nbsp;India’s Tier 2 and 3 cities is now at par with Tier 1 cities, according to Kantar data. Aashish Shukla, consumer and market insights lead at ITC, says that companies need to rethink their strategies to tap into this segment. Of prime importance is customised communication to reach out to this consumer base and generate curiosity, he adds. What are the reasons for this surge in consumers in non-metro cities? Widespread use of smartphones, more internet penetration, higher incomes, and greater access to products, the report says. Reverse migration during the pandemic and increasing aspirations are also contributing factors, says &lt;a class="link" href="https://in.linkedin.com/in/suraja-kishore-ba5b7618?trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;Suraja Kishore&lt;/a&gt;, CEO at advertising firm BBDO. Not only Tier 2 and 3 cities, the rising demand for fast-moving consumer goods (FMCG) in the rural market is another trend that companies are looking to leverage, &lt;a class="link" href="https://in.linkedin.com/in/manish-aggarwal-79337914?trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;Manish Aggarwal&lt;/a&gt;, Director at Bikano, Bikanervala Foods, writes in an article for The Economic Times. In fact, the rural market now contributes around 39% of total FMCG sales across the country, according to estimates by Nielsen. Rural areas are emerging as growth drivers due to their wider consumer bases, Aggarwal writes. However, challenges like transportation and the seasonality of demand remain, he adds. Source: &lt;a class="link" href="https://in.linkedin.com/company/business-standard?trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;Business Standard&lt;/a&gt; &#8211; &lt;a class="link" href="https://lnkd.in/gQmHjyqG?trk=public_post-text" target="_self" rel="nofollow noopener" data-tracking-control-name="public_post-text" data-tracking-will-navigate&gt;https://lnkd.in/gQmHjyqG&lt;/a&gt;&lt;br /&gt;<br />
&lt;a class="link" href="https://in.linkedin.com/company/economictimes?trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;The Economic Times&lt;/a&gt; &#8211; &lt;a class="link" href="https://lnkd.in/gevqKSyR?trk=public_post-text" target="_self" rel="nofollow noopener" data-tracking-control-name="public_post-text" data-tracking-will-navigate&gt;https://lnkd.in/gevqKSyR&lt;/a&gt; ✍:&amp;nbsp;&lt;a class="link" href="https://in.linkedin.com/in/abhiraj-ganguli-a2379b187?trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;Abhiraj Ganguli&lt;/a&gt;&lt;br /&gt;<br />
?: Getty Images &lt;a class="link" href="https://www.linkedin.com/signup/cold-join?session_redirect=https%3A%2F%2Fwww.linkedin.com%2Ffeed%2Fhashtag%2Ftier2&amp;amp;trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;#tier2&lt;/a&gt; &lt;a class="link" href="https://www.linkedin.com/signup/cold-join?session_redirect=https%3A%2F%2Fwww.linkedin.com%2Ffeed%2Fhashtag%2Ftier3&amp;amp;trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;#tier3&lt;/a&gt; &lt;a class="link" href="https://www.linkedin.com/signup/cold-join?session_redirect=https%3A%2F%2Fwww.linkedin.com%2Ffeed%2Fhashtag%2Findia&amp;amp;trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;#india&lt;/a&gt; &lt;a class="link" href="https://www.linkedin.com/signup/cold-join?session_redirect=https%3A%2F%2Fwww.linkedin.com%2Ffeed%2Fhashtag%2Fbrands&amp;amp;trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;#brands&lt;/a&gt; &lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/22/today-we-showed-you-how-copilot-can-make-your-life-better-were-excited-to-discover-what-youll-do-with-these-new-capabilities-microsoftevent/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...softevent/</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - Today, we showed you how Copilot can make your life better. We’re exci</span><br />
<br />
&lt;div&gt;&lt;div&gt;&lt;img decoding="async" src="https://media.licdn.com/dms/image/D5605AQEqGX3PqAZn1g/videocover-high/0/1695339545976?e=2147483647&amp;amp;v=beta&amp;amp;t=hQkgin0nTqitBqhzFkDgn2qQyCVnjIKS3fsypx3y3ok" class="ff-og-image-inserted"&gt;&lt;/div&gt;<br />
&lt;p class="attributed-text-segment-list__content text-color-text !text-sm whitespace-pre-wrap break-words " dir="ltr" data-test-id="main-feed-activity-card__commentary"&gt;With 139 million consumers between the ages of 15 and 55, brands are increasingly looking to cater to the population in Tier 2 and 3 cities, &lt;a class="link" href="https://in.linkedin.com/in/akshara-srivastava-104a41160?trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;Akshara Srivastava&lt;/a&gt; reports for Business Standard. The consumer base across&amp;nbsp;India’s Tier 2 and 3 cities is now at par with Tier 1 cities, according to Kantar data. Aashish Shukla, consumer and market insights lead at ITC, says that companies need to rethink their strategies to tap into this segment. Of prime importance is customised communication to reach out to this consumer base and generate curiosity, he adds. What are the reasons for this surge in consumers in non-metro cities? Widespread use of smartphones, more internet penetration, higher incomes, and greater access to products, the report says. Reverse migration during the pandemic and increasing aspirations are also contributing factors, says &lt;a class="link" href="https://in.linkedin.com/in/suraja-kishore-ba5b7618?trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;Suraja Kishore&lt;/a&gt;, CEO at advertising firm BBDO. Not only Tier 2 and 3 cities, the rising demand for fast-moving consumer goods (FMCG) in the rural market is another trend that companies are looking to leverage, &lt;a class="link" href="https://in.linkedin.com/in/manish-aggarwal-79337914?trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;Manish Aggarwal&lt;/a&gt;, Director at Bikano, Bikanervala Foods, writes in an article for The Economic Times. In fact, the rural market now contributes around 39% of total FMCG sales across the country, according to estimates by Nielsen. Rural areas are emerging as growth drivers due to their wider consumer bases, Aggarwal writes. However, challenges like transportation and the seasonality of demand remain, he adds. Source: &lt;a class="link" href="https://in.linkedin.com/company/business-standard?trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;Business Standard&lt;/a&gt; &#8211; &lt;a class="link" href="https://lnkd.in/gQmHjyqG?trk=public_post-text" target="_self" rel="nofollow noopener" data-tracking-control-name="public_post-text" data-tracking-will-navigate&gt;https://lnkd.in/gQmHjyqG&lt;/a&gt;&lt;br /&gt;<br />
&lt;a class="link" href="https://in.linkedin.com/company/economictimes?trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;The Economic Times&lt;/a&gt; &#8211; &lt;a class="link" href="https://lnkd.in/gevqKSyR?trk=public_post-text" target="_self" rel="nofollow noopener" data-tracking-control-name="public_post-text" data-tracking-will-navigate&gt;https://lnkd.in/gevqKSyR&lt;/a&gt; ✍:&amp;nbsp;&lt;a class="link" href="https://in.linkedin.com/in/abhiraj-ganguli-a2379b187?trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;Abhiraj Ganguli&lt;/a&gt;&lt;br /&gt;<br />
?: Getty Images &lt;a class="link" href="https://www.linkedin.com/signup/cold-join?session_redirect=https%3A%2F%2Fwww.linkedin.com%2Ffeed%2Fhashtag%2Ftier2&amp;amp;trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;#tier2&lt;/a&gt; &lt;a class="link" href="https://www.linkedin.com/signup/cold-join?session_redirect=https%3A%2F%2Fwww.linkedin.com%2Ffeed%2Fhashtag%2Ftier3&amp;amp;trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;#tier3&lt;/a&gt; &lt;a class="link" href="https://www.linkedin.com/signup/cold-join?session_redirect=https%3A%2F%2Fwww.linkedin.com%2Ffeed%2Fhashtag%2Findia&amp;amp;trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;#india&lt;/a&gt; &lt;a class="link" href="https://www.linkedin.com/signup/cold-join?session_redirect=https%3A%2F%2Fwww.linkedin.com%2Ffeed%2Fhashtag%2Fbrands&amp;amp;trk=public_post-text" target="_self" data-tracking-control-name="public_post-text" data-tracking-will-navigate rel="noopener"&gt;#brands&lt;/a&gt; &lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/22/today-we-showed-you-how-copilot-can-make-your-life-better-were-excited-to-discover-what-youll-do-with-these-new-capabilities-microsoftevent/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...softevent/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Microsoft - Today, we are announcing Copilot, our vision for an everyday AI companio]]></title>
			<link>https://sickgaming.net/thread-101563.html</link>
			<pubDate>Fri, 22 Sep 2023 15:16:45 -0200</pubDate>
			<dc:creator><![CDATA[<a href="https://sickgaming.net/member.php?action=profile&uid=12">xSicKxBot</a>]]></dc:creator>
			<guid isPermaLink="false">https://sickgaming.net/thread-101563.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - Today, we are announcing Copilot, our vision for an everyday AI companio</span><br />
<br />
&lt;div&gt;&lt;div&gt;&lt;img decoding="async" src="https://media.licdn.com/dms/image/sync/D5627AQHqdwijRteIiw/articleshare-shrink_1280_800/0/1695317054454?e=1695924000&amp;amp;v=beta&amp;amp;t=RmublbXFQBlOaSz7iwTWae7_V-42Kj9ylkD9k_SaobQ" class="ff-og-image-inserted"&gt;&lt;/div&gt;<br />
&lt;p class="attributed-text-segment-list__content text-color-text !text-sm whitespace-pre-wrap break-words comment__text babybear:mt-0.5" dir="ltr"&gt;Satya, this is an exciting vision for bringing helpful and responsible AI to Microsoft&#8217;s products.&amp;nbsp; The seamless integration of Copilot across Windows, Office 365, Bing and Edge represents a major strategic investment in the future of AI. By baking it deeply into Microsoft&#8217;s daily solutions for consumers and businesses, you are positioning the company to lead and shape the coming AI revolution. If executed responsibly, Copilot could redefine how we interact with technology and transform human capabilities. It points to a future where AI assumes a collaborative, assisting role in our work and lives.&amp;nbsp; Of course, it will be critical that Microsoft sets the highest bars for AI safety, ethics and transparency as Copilot scales up. But the promise is enormous, and this technology could help unlock new levels of human productivity and creativity. Kudos to you and the team on this ambitious effort to put Microsoft at the forefront of our AI future. I&#8217;m excited to see Copilot and your expanded AI vision come to life for customers.&lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/21/today-we-are-announcing-copilot-our-vision-for-an-everyday-ai-companion-for-you/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...n-for-you/</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - Today, we are announcing Copilot, our vision for an everyday AI companio</span><br />
<br />
&lt;div&gt;&lt;div&gt;&lt;img decoding="async" src="https://media.licdn.com/dms/image/sync/D5627AQHqdwijRteIiw/articleshare-shrink_1280_800/0/1695317054454?e=1695924000&amp;amp;v=beta&amp;amp;t=RmublbXFQBlOaSz7iwTWae7_V-42Kj9ylkD9k_SaobQ" class="ff-og-image-inserted"&gt;&lt;/div&gt;<br />
&lt;p class="attributed-text-segment-list__content text-color-text !text-sm whitespace-pre-wrap break-words comment__text babybear:mt-0.5" dir="ltr"&gt;Satya, this is an exciting vision for bringing helpful and responsible AI to Microsoft&#8217;s products.&amp;nbsp; The seamless integration of Copilot across Windows, Office 365, Bing and Edge represents a major strategic investment in the future of AI. By baking it deeply into Microsoft&#8217;s daily solutions for consumers and businesses, you are positioning the company to lead and shape the coming AI revolution. If executed responsibly, Copilot could redefine how we interact with technology and transform human capabilities. It points to a future where AI assumes a collaborative, assisting role in our work and lives.&amp;nbsp; Of course, it will be critical that Microsoft sets the highest bars for AI safety, ethics and transparency as Copilot scales up. But the promise is enormous, and this technology could help unlock new levels of human productivity and creativity. Kudos to you and the team on this ambitious effort to put Microsoft at the forefront of our AI future. I&#8217;m excited to see Copilot and your expanded AI vision come to life for customers.&lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/21/today-we-are-announcing-copilot-our-vision-for-an-everyday-ai-companion-for-you/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...n-for-you/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Microsoft - When inclusion happens, innovation follows. This Hispanic Heritage Month]]></title>
			<link>https://sickgaming.net/thread-101534.html</link>
			<pubDate>Sun, 17 Sep 2023 06:09:10 -0200</pubDate>
			<dc:creator><![CDATA[<a href="https://sickgaming.net/member.php?action=profile&uid=12">xSicKxBot</a>]]></dc:creator>
			<guid isPermaLink="false">https://sickgaming.net/thread-101534.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - When inclusion happens, innovation follows. This Hispanic Heritage Month</span><br />
<br />
&lt;div&gt;&lt;div&gt;&lt;img decoding="async" src="https://media.licdn.com/dms/image/sync/D5627AQGqd6YVCL09Og/articleshare-shrink_800/0/1694801999493?e=1695412800&amp;amp;v=beta&amp;amp;t=Xy3MK_rP6UkITXhGAgrB8iLWwnkKCpKCjL_UlRVvB2M" class="ff-og-image-inserted"&gt;&lt;/div&gt;<br />
&lt;p class="attributed-text-segment-list__content text-color-text !text-sm whitespace-pre-wrap break-words " dir="ltr" data-test-id="feed-reshare-content__commentary"&gt;Microsoft and Oracle have partnered to bring the best of both worlds together. OCI database services are now available in Azure. This partnership helps organizations meet their evolving needs and empowers customers to create new value in the cloud. With this integration, users can seamlessly build Azure applications with the high performance, high availability, and automated management of Oracle database services, such as Exadata and RAC, running on OCI.&lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/15/when-inclusion-happens-innovation-follows-this-hispanic-heritage-month-were-celebrating-employees-who-are-breaking-barriers-and-solving-complex-problems-to-make-an-impact-at-microsoft-and/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...osoft-and/</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - When inclusion happens, innovation follows. This Hispanic Heritage Month</span><br />
<br />
&lt;div&gt;&lt;div&gt;&lt;img decoding="async" src="https://media.licdn.com/dms/image/sync/D5627AQGqd6YVCL09Og/articleshare-shrink_800/0/1694801999493?e=1695412800&amp;amp;v=beta&amp;amp;t=Xy3MK_rP6UkITXhGAgrB8iLWwnkKCpKCjL_UlRVvB2M" class="ff-og-image-inserted"&gt;&lt;/div&gt;<br />
&lt;p class="attributed-text-segment-list__content text-color-text !text-sm whitespace-pre-wrap break-words " dir="ltr" data-test-id="feed-reshare-content__commentary"&gt;Microsoft and Oracle have partnered to bring the best of both worlds together. OCI database services are now available in Azure. This partnership helps organizations meet their evolving needs and empowers customers to create new value in the cloud. With this integration, users can seamlessly build Azure applications with the high performance, high availability, and automated management of Oracle database services, such as Exadata and RAC, running on OCI.&lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/15/when-inclusion-happens-innovation-follows-this-hispanic-heritage-month-were-celebrating-employees-who-are-breaking-barriers-and-solving-complex-problems-to-make-an-impact-at-microsoft-and/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...osoft-and/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Microsoft - Our expanded partnership with Oracle will make Microsoft Azure the only]]></title>
			<link>https://sickgaming.net/thread-101530.html</link>
			<pubDate>Sat, 16 Sep 2023 13:28:10 -0200</pubDate>
			<dc:creator><![CDATA[<a href="https://sickgaming.net/member.php?action=profile&uid=12">xSicKxBot</a>]]></dc:creator>
			<guid isPermaLink="false">https://sickgaming.net/thread-101530.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - Our expanded partnership with Oracle will make Microsoft Azure the only </span><br />
<br />
&lt;div&gt;&lt;div&gt;&lt;img decoding="async" src="https://media.licdn.com/dms/image/sync/D5627AQF3o0txH53AzQ/articleshare-shrink_1280_800/0/1694730696756?e=1695348000&amp;amp;v=beta&amp;amp;t=9CgJy7aPP3yVST4PMGVcCf54MuprA3T8G5fFge2Drzo" class="ff-og-image-inserted"&gt;&lt;/div&gt;<br />
&lt;p class="attributed-text-segment-list__content text-color-text !text-sm whitespace-pre-wrap break-words " dir="ltr" data-test-id="feed-reshare-content__commentary"&gt;Microsoft and Oracle have partnered to bring the best of both worlds together. OCI database services are now available in Azure. This partnership helps organizations meet their evolving needs and empowers customers to create new value in the cloud. With this integration, users can seamlessly build Azure applications with the high performance, high availability, and automated management of Oracle database services, such as Exadata and RAC, running on OCI.&lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/14/our-expanded-partnership-with-oracle-will-make-microsoft-azure-the-only-other-cloud-provider-to-run-oracles-database-services/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...-services/</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - Our expanded partnership with Oracle will make Microsoft Azure the only </span><br />
<br />
&lt;div&gt;&lt;div&gt;&lt;img decoding="async" src="https://media.licdn.com/dms/image/sync/D5627AQF3o0txH53AzQ/articleshare-shrink_1280_800/0/1694730696756?e=1695348000&amp;amp;v=beta&amp;amp;t=9CgJy7aPP3yVST4PMGVcCf54MuprA3T8G5fFge2Drzo" class="ff-og-image-inserted"&gt;&lt;/div&gt;<br />
&lt;p class="attributed-text-segment-list__content text-color-text !text-sm whitespace-pre-wrap break-words " dir="ltr" data-test-id="feed-reshare-content__commentary"&gt;Microsoft and Oracle have partnered to bring the best of both worlds together. OCI database services are now available in Azure. This partnership helps organizations meet their evolving needs and empowers customers to create new value in the cloud. With this integration, users can seamlessly build Azure applications with the high performance, high availability, and automated management of Oracle database services, such as Exadata and RAC, running on OCI.&lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/14/our-expanded-partnership-with-oracle-will-make-microsoft-azure-the-only-other-cloud-provider-to-run-oracles-database-services/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...-services/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Microsoft - Microsoft and Oracle expand partnership to deliver Oracle Database Servi]]></title>
			<link>https://sickgaming.net/thread-101523.html</link>
			<pubDate>Fri, 15 Sep 2023 18:59:39 -0200</pubDate>
			<dc:creator><![CDATA[<a href="https://sickgaming.net/member.php?action=profile&uid=12">xSicKxBot</a>]]></dc:creator>
			<guid isPermaLink="false">https://sickgaming.net/thread-101523.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - Microsoft and Oracle expand partnership to deliver Oracle Database Servi</span><br />
<br />
&lt;div style="margin: 5px 5% 10px 5%;"&gt;&lt;img src="https://www.sickgaming.net/blog/wp-content/uploads/2023/09/microsoft-and-oracle-expand-partnership-to-deliver-oracle-database-services-on-oracle-cloud-infrastructure-in-microsoft-azure.jpg" width="1024" height="229" title="" alt="" /&gt;&lt;/div&gt;&lt;div&gt;&lt;h3&gt;&lt;i&gt;Microsoft joins Oracle as the only other hyperscaler to offer Oracle Cloud Infrastructure Database Services to simplify cloud migration, multicloud deployment and management&lt;/i&gt;&lt;/h3&gt;<br />
&lt;p&gt;&lt;a href="https://www.sickgaming.net/blog/wp-content/uploads/2023/09/microsoft-and-oracle-expand-partnership-to-deliver-oracle-database-services-on-oracle-cloud-infrastructure-in-microsoft-azure-4.jpg"&gt;&lt;img decoding="async" loading="lazy" class="aligncenter wp-image-448447 size-large" src="https://www.sickgaming.net/blog/wp-content/uploads/2023/09/microsoft-and-oracle-expand-partnership-to-deliver-oracle-database-services-on-oracle-cloud-infrastructure-in-microsoft-azure.jpg" alt="Microsoft and Oracle logos" width="1024" height="229"&gt;&lt;/a&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;Austin, TX and Redmond, WA — September 14, 2023&lt;/strong&gt; &lt;strong&gt;—&lt;/strong&gt; Oracle Corp and Microsoft Corp today announced Oracle Database@Azure, which gives customers direct access to Oracle database services running on Oracle Cloud Infrastructure (OCI) and deployed in Microsoft Azure datacenters.&lt;/p&gt;<br />
&lt;p&gt;Oracle Database@Azure delivers all the performance, scale, and workload availability advantages of Oracle Database on OCI with the security, flexibility, and best-in-class services of Microsoft Azure, including best-in-class AI services like Azure OpenAI. This combination provides customers with more flexibility regarding where they run their workloads. It also provides a streamlined environment that simplifies cloud purchasing and management between Oracle Database and Azure services.&lt;/p&gt;<br />
&lt;p&gt;With the introduction of Oracle Database@Azure, Oracle and Microsoft are helping customers accelerate their migration to the cloud, so they can modernize their IT environments and take advantage of Azure’s infrastructure, tooling, and services. Customers will benefit from:&lt;/p&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;More options to move their Oracle databases to the cloud;&lt;/li&gt;<br />
&lt;li&gt;The highest level of Oracle database performance, scale, and availability, as well as feature and pricing parity;&lt;/li&gt;<br />
&lt;li&gt;The simplicity, security, and latency of a single operating environment (datacenter) within Azure;&lt;/li&gt;<br />
&lt;li&gt;The ability to build new cloud native applications using OCI and Azure technologies, including Azure’s best-in-class AI services;&lt;/li&gt;<br />
&lt;li&gt;The assurance of an architecture that is tested and supported by two of the most trusted names in the cloud.&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;p&gt;“We have a real opportunity to help organizations bring their mission-critical applications to the cloud so they can transform every part of their business with this next generation of AI,” said Satya Nadella, Chairman and CEO, Microsoft. “Our expanded partnership with Oracle will make Microsoft Azure the only other cloud provider to run Oracle’s database services and help our customers unlock a new wave of cloud-powered innovation.”&lt;/p&gt;<br />
&lt;p&gt;“Most customers already use multiple clouds,” said Larry Ellison, Oracle Chairman and CTO. “Microsoft and Oracle have been working together to make it easy for those customers to seamlessly connect Azure Services with the very latest Oracle Database technology. By collocating Oracle Exadata hardware in Azure datacenters, customers will experience the best possible database and network performance. We are proud to partner with Microsoft to deliver this best-in-class capability to customers.”&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;Multicloud Made for Customers&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;The new service delivers a fully integrated experience for deploying, managing, and using Oracle database instances within Azure. It enables organizations to drive breakthroughs in the cloud using their existing skills to leverage the best of Oracle and Microsoft capabilities directly within the Azure portal.&lt;/p&gt;<br />
&lt;p&gt;The new service is designed to eliminate customers’ biggest challenges in adopting multicloud architectures, including disjointed management, siloed tools, and a complex purchasing process.&lt;/p&gt;<br />
&lt;p&gt;As a result of this expanded partnership, customers will have the choice to deploy their Azure services with their fully managed Oracle Database services all within a single datacenter, including support for Oracle Exadata Database services, Oracle Autonomous Database services, and Oracle Real Application Clusters (RAC). Oracle and Microsoft have also developed a joint support model to provide rapid response and resolution for mission-critical workloads.&lt;/p&gt;<br />
&lt;p&gt;Additionally, Oracle and Microsoft have significantly simplified the purchasing and contracting process. Customers will be able to purchase Oracle Database@Azure through Azure Marketplace, leveraging their existing Azure agreements. They will also be able to use their existing Oracle Database license benefits including Bring Your Own License and the Oracle Support Rewards program.&lt;/p&gt;<br />
&lt;p&gt;“As we continue our digital transformation through innovation and technology, interoperability across cloud service providers to enable safe, secure, and rapid financial transactions for our 40 million customers is paramount,” said Mihir Shah, enterprise head of data, Fidelity Investments. “Today’s announcement displays how industry leaders Microsoft and Oracle are putting their customers’ interests first and providing a collaborative solution that enables organizations like Fidelity to deliver best-in-class experiences for our customers and meet the substantial compliance and regulatory requirements with minimal downtime.”&lt;/p&gt;<br />
&lt;p&gt;“Data is the lifeblood of any business, and the cloud is the best way to analyze it so that insights become actionable,” said Magesh Bagavathi, senior vice president and global chief technology officer, PepsiCo. “As one of the largest food and beverage companies in the world with a market value of over 200 billion U.S. dollars, the ability to run our mission-critical systems and associated data in the cloud with Oracle Database@Azure gives us a scaled strategic advantage across our global operations.”&lt;/p&gt;<br />
&lt;p&gt;“We are looking to our technology partners to support Vodafone’s strategic focus on customers, simplicity and growth across Europe and Africa,” said Scott Petty, Chief Technology Officer, Vodafone. “This new offering from Oracle and Microsoft does that by enabling us to deliver innovative and differentiated digital services faster and more cost effectively to our customers.”&lt;/p&gt;<br />
&lt;p&gt;“As a global leader in the financial services industry, Voya has harnessed the power of digital transformation to help provide the best experience for our customers and employees. As we continue to bring our business applications to the cloud, cloud partnerships have the potential to help the entire industry maintain better security, compliance, and performance, helping to accelerate the development of new technology products, solutions, and services that enhance customer experience and help achieve better financial outcomes,” said Santhosh Keshavan, executive vice president and chief information officer, Voya Financial, Inc.&lt;/p&gt;<br />
&lt;p&gt;Oracle will operate and manage these OCI services directly within Microsoft’s datacenters globally, beginning with regions in North America and Europe.&lt;/p&gt;<br />
&lt;p&gt;For more information on how to get started with Oracle Database@Azure, visit our Microsoft and Oracle &lt;a href="https://azure.microsoft.com/en-us/solutions/oracle/"&gt;solutions page&lt;/a&gt;.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;Additional Resources&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;Contact Info&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;Oracle PR&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;Carolin Bachmann&lt;br /&gt;&lt;a href="https://news.microsoft.com/cdn-cgi/l/email-protection#422123302d2e2b2c6c2023212a2f232c2c022d3023212e276c212d2f"&gt;&lt;span class="__cf_email__" data-cfemail="a7c4c6d5c8cbcec989c5c6c4cfcac6c9c9e7c8d5c6c4cbc289c4c8ca"&gt;[email&amp;nbsp;protected]&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;+1.415.622.8466&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;Microsoft Media Relations&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;WE Communications for Microsoft&lt;br /&gt;&lt;a href="https://news.microsoft.com/cdn-cgi/l/email-protection#85f7e4f5ece1f7e0f6f5eaebf6e0c5f2e0a8f2eaf7e9e1f2ece1e0abe6eae8"&gt;&lt;span class="__cf_email__" data-cfemail="cab8abbaa3aeb8afb9baa5a4b9af8abdafe7bda5b8a6aebda3aeafe4a9a5a7"&gt;[email&amp;nbsp;protected]&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;+1.425.638.7777&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;About Oracle&lt;br /&gt;&lt;/strong&gt;Oracle offers integrated suites of applications plus secure, autonomous infrastructure in the Oracle Cloud. For more information about Oracle (NYSE: ORCL), please visit us at&amp;nbsp;&lt;a href="http://www.oracle.com./"&gt;www.oracle.com&lt;/a&gt;.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;About Microsoft&lt;br /&gt;&lt;/strong&gt;Microsoft (Nasdaq “MSFT” @microsoft) enables digital transformation for the era of an intelligent cloud and an intelligent edge. Its mission is to empower every person and every organization on the planet to achieve more.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;Trademarks&lt;br /&gt;&lt;/strong&gt;Oracle, Java, MySQL and NetSuite are registered trademarks of Oracle Corporation. NetSuite was the first cloud &lt;span class="emdash-wrap"&gt;company—ushering&lt;/span&gt; in the new era of cloud computing.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;“Safe Harbor” Statement:&lt;/strong&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;&lt;/em&gt;&lt;/strong&gt;Statements in this press release relating to Oracle’s future plans, expectations, beliefs, intentions and prospects, including statements regarding expected benefits of Oracle Database@Azure and its best-in-class capability, are “forward-looking statements” and are subject to material risks and uncertainties. Risks and uncertainties that could affect our current expectations and our actual results, include, among others: our ability to develop new products and services, integrate acquired products and services and enhance our existing products and services; our management of complex cloud and hardware offerings, including the sourcing of technologies and technology components; significant coding, manufacturing or configuration errors in our offerings; risks associated with acquisitions; economic, political and market conditions; information technology system failures, privacy and data security concerns; cybersecurity breaches; unfavorable legal proceedings, government investigations, and complex and changing laws and regulations. A detailed discussion of these factors and other risks that affect our business is contained in our SEC filings, including our most recent reports on Form 10-K and Form 10-Q, particularly under the heading “Risk Factors.” Copies of these filings are available online from the SEC or by contacting Oracle’s Investor Relations Department at (650) 506-4073 or by clicking on SEC Filings on the Oracle Investor Relations website at&amp;nbsp;&lt;a href="http://www.oracle.com/investor/"&gt;www.oracle.com/investor/&lt;/a&gt;. All information set forth in this press release is current as of September 14, 2023. Oracle undertakes no duty to update any statement in light of new information or future events.&lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/14/microsoft-and-oracle-expand-partnership-to-deliver-oracle-database-services-on-oracle-cloud-infrastructure-in-microsoft-azure/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...oft-azure/</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - Microsoft and Oracle expand partnership to deliver Oracle Database Servi</span><br />
<br />
&lt;div style="margin: 5px 5% 10px 5%;"&gt;&lt;img src="https://www.sickgaming.net/blog/wp-content/uploads/2023/09/microsoft-and-oracle-expand-partnership-to-deliver-oracle-database-services-on-oracle-cloud-infrastructure-in-microsoft-azure.jpg" width="1024" height="229" title="" alt="" /&gt;&lt;/div&gt;&lt;div&gt;&lt;h3&gt;&lt;i&gt;Microsoft joins Oracle as the only other hyperscaler to offer Oracle Cloud Infrastructure Database Services to simplify cloud migration, multicloud deployment and management&lt;/i&gt;&lt;/h3&gt;<br />
&lt;p&gt;&lt;a href="https://www.sickgaming.net/blog/wp-content/uploads/2023/09/microsoft-and-oracle-expand-partnership-to-deliver-oracle-database-services-on-oracle-cloud-infrastructure-in-microsoft-azure-4.jpg"&gt;&lt;img decoding="async" loading="lazy" class="aligncenter wp-image-448447 size-large" src="https://www.sickgaming.net/blog/wp-content/uploads/2023/09/microsoft-and-oracle-expand-partnership-to-deliver-oracle-database-services-on-oracle-cloud-infrastructure-in-microsoft-azure.jpg" alt="Microsoft and Oracle logos" width="1024" height="229"&gt;&lt;/a&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;Austin, TX and Redmond, WA — September 14, 2023&lt;/strong&gt; &lt;strong&gt;—&lt;/strong&gt; Oracle Corp and Microsoft Corp today announced Oracle Database@Azure, which gives customers direct access to Oracle database services running on Oracle Cloud Infrastructure (OCI) and deployed in Microsoft Azure datacenters.&lt;/p&gt;<br />
&lt;p&gt;Oracle Database@Azure delivers all the performance, scale, and workload availability advantages of Oracle Database on OCI with the security, flexibility, and best-in-class services of Microsoft Azure, including best-in-class AI services like Azure OpenAI. This combination provides customers with more flexibility regarding where they run their workloads. It also provides a streamlined environment that simplifies cloud purchasing and management between Oracle Database and Azure services.&lt;/p&gt;<br />
&lt;p&gt;With the introduction of Oracle Database@Azure, Oracle and Microsoft are helping customers accelerate their migration to the cloud, so they can modernize their IT environments and take advantage of Azure’s infrastructure, tooling, and services. Customers will benefit from:&lt;/p&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;More options to move their Oracle databases to the cloud;&lt;/li&gt;<br />
&lt;li&gt;The highest level of Oracle database performance, scale, and availability, as well as feature and pricing parity;&lt;/li&gt;<br />
&lt;li&gt;The simplicity, security, and latency of a single operating environment (datacenter) within Azure;&lt;/li&gt;<br />
&lt;li&gt;The ability to build new cloud native applications using OCI and Azure technologies, including Azure’s best-in-class AI services;&lt;/li&gt;<br />
&lt;li&gt;The assurance of an architecture that is tested and supported by two of the most trusted names in the cloud.&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;p&gt;“We have a real opportunity to help organizations bring their mission-critical applications to the cloud so they can transform every part of their business with this next generation of AI,” said Satya Nadella, Chairman and CEO, Microsoft. “Our expanded partnership with Oracle will make Microsoft Azure the only other cloud provider to run Oracle’s database services and help our customers unlock a new wave of cloud-powered innovation.”&lt;/p&gt;<br />
&lt;p&gt;“Most customers already use multiple clouds,” said Larry Ellison, Oracle Chairman and CTO. “Microsoft and Oracle have been working together to make it easy for those customers to seamlessly connect Azure Services with the very latest Oracle Database technology. By collocating Oracle Exadata hardware in Azure datacenters, customers will experience the best possible database and network performance. We are proud to partner with Microsoft to deliver this best-in-class capability to customers.”&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;Multicloud Made for Customers&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;The new service delivers a fully integrated experience for deploying, managing, and using Oracle database instances within Azure. It enables organizations to drive breakthroughs in the cloud using their existing skills to leverage the best of Oracle and Microsoft capabilities directly within the Azure portal.&lt;/p&gt;<br />
&lt;p&gt;The new service is designed to eliminate customers’ biggest challenges in adopting multicloud architectures, including disjointed management, siloed tools, and a complex purchasing process.&lt;/p&gt;<br />
&lt;p&gt;As a result of this expanded partnership, customers will have the choice to deploy their Azure services with their fully managed Oracle Database services all within a single datacenter, including support for Oracle Exadata Database services, Oracle Autonomous Database services, and Oracle Real Application Clusters (RAC). Oracle and Microsoft have also developed a joint support model to provide rapid response and resolution for mission-critical workloads.&lt;/p&gt;<br />
&lt;p&gt;Additionally, Oracle and Microsoft have significantly simplified the purchasing and contracting process. Customers will be able to purchase Oracle Database@Azure through Azure Marketplace, leveraging their existing Azure agreements. They will also be able to use their existing Oracle Database license benefits including Bring Your Own License and the Oracle Support Rewards program.&lt;/p&gt;<br />
&lt;p&gt;“As we continue our digital transformation through innovation and technology, interoperability across cloud service providers to enable safe, secure, and rapid financial transactions for our 40 million customers is paramount,” said Mihir Shah, enterprise head of data, Fidelity Investments. “Today’s announcement displays how industry leaders Microsoft and Oracle are putting their customers’ interests first and providing a collaborative solution that enables organizations like Fidelity to deliver best-in-class experiences for our customers and meet the substantial compliance and regulatory requirements with minimal downtime.”&lt;/p&gt;<br />
&lt;p&gt;“Data is the lifeblood of any business, and the cloud is the best way to analyze it so that insights become actionable,” said Magesh Bagavathi, senior vice president and global chief technology officer, PepsiCo. “As one of the largest food and beverage companies in the world with a market value of over 200 billion U.S. dollars, the ability to run our mission-critical systems and associated data in the cloud with Oracle Database@Azure gives us a scaled strategic advantage across our global operations.”&lt;/p&gt;<br />
&lt;p&gt;“We are looking to our technology partners to support Vodafone’s strategic focus on customers, simplicity and growth across Europe and Africa,” said Scott Petty, Chief Technology Officer, Vodafone. “This new offering from Oracle and Microsoft does that by enabling us to deliver innovative and differentiated digital services faster and more cost effectively to our customers.”&lt;/p&gt;<br />
&lt;p&gt;“As a global leader in the financial services industry, Voya has harnessed the power of digital transformation to help provide the best experience for our customers and employees. As we continue to bring our business applications to the cloud, cloud partnerships have the potential to help the entire industry maintain better security, compliance, and performance, helping to accelerate the development of new technology products, solutions, and services that enhance customer experience and help achieve better financial outcomes,” said Santhosh Keshavan, executive vice president and chief information officer, Voya Financial, Inc.&lt;/p&gt;<br />
&lt;p&gt;Oracle will operate and manage these OCI services directly within Microsoft’s datacenters globally, beginning with regions in North America and Europe.&lt;/p&gt;<br />
&lt;p&gt;For more information on how to get started with Oracle Database@Azure, visit our Microsoft and Oracle &lt;a href="https://azure.microsoft.com/en-us/solutions/oracle/"&gt;solutions page&lt;/a&gt;.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;Additional Resources&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;Contact Info&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;Oracle PR&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;Carolin Bachmann&lt;br /&gt;&lt;a href="https://news.microsoft.com/cdn-cgi/l/email-protection#422123302d2e2b2c6c2023212a2f232c2c022d3023212e276c212d2f"&gt;&lt;span class="__cf_email__" data-cfemail="a7c4c6d5c8cbcec989c5c6c4cfcac6c9c9e7c8d5c6c4cbc289c4c8ca"&gt;[email&amp;nbsp;protected]&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;+1.415.622.8466&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;Microsoft Media Relations&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;WE Communications for Microsoft&lt;br /&gt;&lt;a href="https://news.microsoft.com/cdn-cgi/l/email-protection#85f7e4f5ece1f7e0f6f5eaebf6e0c5f2e0a8f2eaf7e9e1f2ece1e0abe6eae8"&gt;&lt;span class="__cf_email__" data-cfemail="cab8abbaa3aeb8afb9baa5a4b9af8abdafe7bda5b8a6aebda3aeafe4a9a5a7"&gt;[email&amp;nbsp;protected]&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;+1.425.638.7777&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;About Oracle&lt;br /&gt;&lt;/strong&gt;Oracle offers integrated suites of applications plus secure, autonomous infrastructure in the Oracle Cloud. For more information about Oracle (NYSE: ORCL), please visit us at&amp;nbsp;&lt;a href="http://www.oracle.com./"&gt;www.oracle.com&lt;/a&gt;.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;About Microsoft&lt;br /&gt;&lt;/strong&gt;Microsoft (Nasdaq “MSFT” @microsoft) enables digital transformation for the era of an intelligent cloud and an intelligent edge. Its mission is to empower every person and every organization on the planet to achieve more.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;Trademarks&lt;br /&gt;&lt;/strong&gt;Oracle, Java, MySQL and NetSuite are registered trademarks of Oracle Corporation. NetSuite was the first cloud &lt;span class="emdash-wrap"&gt;company—ushering&lt;/span&gt; in the new era of cloud computing.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;“Safe Harbor” Statement:&lt;/strong&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;&lt;/em&gt;&lt;/strong&gt;Statements in this press release relating to Oracle’s future plans, expectations, beliefs, intentions and prospects, including statements regarding expected benefits of Oracle Database@Azure and its best-in-class capability, are “forward-looking statements” and are subject to material risks and uncertainties. Risks and uncertainties that could affect our current expectations and our actual results, include, among others: our ability to develop new products and services, integrate acquired products and services and enhance our existing products and services; our management of complex cloud and hardware offerings, including the sourcing of technologies and technology components; significant coding, manufacturing or configuration errors in our offerings; risks associated with acquisitions; economic, political and market conditions; information technology system failures, privacy and data security concerns; cybersecurity breaches; unfavorable legal proceedings, government investigations, and complex and changing laws and regulations. A detailed discussion of these factors and other risks that affect our business is contained in our SEC filings, including our most recent reports on Form 10-K and Form 10-Q, particularly under the heading “Risk Factors.” Copies of these filings are available online from the SEC or by contacting Oracle’s Investor Relations Department at (650) 506-4073 or by clicking on SEC Filings on the Oracle Investor Relations website at&amp;nbsp;&lt;a href="http://www.oracle.com/investor/"&gt;www.oracle.com/investor/&lt;/a&gt;. All information set forth in this press release is current as of September 14, 2023. Oracle undertakes no duty to update any statement in light of new information or future events.&lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/14/microsoft-and-oracle-expand-partnership-to-deliver-oracle-database-services-on-oracle-cloud-infrastructure-in-microsoft-azure/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...oft-azure/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Microsoft - Our hope is that games like Starfield bring joy to millions of people ar]]></title>
			<link>https://sickgaming.net/thread-101498.html</link>
			<pubDate>Mon, 11 Sep 2023 15:48:01 -0200</pubDate>
			<dc:creator><![CDATA[<a href="https://sickgaming.net/member.php?action=profile&uid=12">xSicKxBot</a>]]></dc:creator>
			<guid isPermaLink="false">https://sickgaming.net/thread-101498.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - Our hope is that games like Starfield bring joy to millions of people ar</span><br />
<br />
&lt;div&gt;&lt;div&gt;&lt;img decoding="async" src="https://media.licdn.com/dms/image/sync/D5627AQHC-hHgiq__pQ/articleshare-shrink_800/0/1694096654861?e=1694710800&amp;amp;v=beta&amp;amp;t=1SETSZ3dqDCW6ZYQx5urHhLPRqrNBsWcvLkAHR7TqnM" class="ff-og-image-inserted"&gt;&lt;/div&gt;<br />
&lt;p class="attributed-text-segment-list__content text-color-text !text-sm whitespace-pre-wrap break-words " dir="ltr" data-test-id="feed-reshare-content__commentary"&gt;Frontline workers represent the face of organizations and make up the lion’s share of the workforce. But new Work Trend Index data reveals that 1 in 2 frontline workers cite being burned out in their jobs. Investing in technology that supports the frontline is key. Notably, 65% of frontline workers are optimistic that AI will help them in their jobs. &amp;nbsp;&lt;br /&gt;<br />
We are excited to highlight new Microsoft solutions and investments in next-generation AI for the frontline workforce across nearly every business. Frontline managers and workers can optimize their time from work order creation to schedule management with Copilot in Dynamics 365 Field Service and the new Shifts plug-in for Microsoft 365 Copilot. In Viva Connections, frontline workers can stay up-to-date on internal communications. And with shared device mode for Intune, VMware and SOTI, employees can simplify the sign-in experience securely. &amp;nbsp;&lt;br /&gt;<br />
Today&#8217;s announcements not only reduce administrative burden and time on spent on manual tasks, but also enable frontline workers to focus on end customer experiences and receive an overall improved employee experience. Learn more here: &lt;a class="link" href="https://lnkd.in/e9Ash_82?trk=public_post_main-feed-card_reshare-text" target="_self" rel="nofollow noopener" data-tracking-control-name="public_post_main-feed-card_reshare-text" data-tracking-will-navigate&gt;https://lnkd.in/e9Ash_82&lt;/a&gt; &lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/06/our-hope-is-that-games-like-starfield-bring-joy-to-millions-of-people-around-the-world-and-inspire-the-next-generation-of-explorers-and-creators/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...-creators/</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - Our hope is that games like Starfield bring joy to millions of people ar</span><br />
<br />
&lt;div&gt;&lt;div&gt;&lt;img decoding="async" src="https://media.licdn.com/dms/image/sync/D5627AQHC-hHgiq__pQ/articleshare-shrink_800/0/1694096654861?e=1694710800&amp;amp;v=beta&amp;amp;t=1SETSZ3dqDCW6ZYQx5urHhLPRqrNBsWcvLkAHR7TqnM" class="ff-og-image-inserted"&gt;&lt;/div&gt;<br />
&lt;p class="attributed-text-segment-list__content text-color-text !text-sm whitespace-pre-wrap break-words " dir="ltr" data-test-id="feed-reshare-content__commentary"&gt;Frontline workers represent the face of organizations and make up the lion’s share of the workforce. But new Work Trend Index data reveals that 1 in 2 frontline workers cite being burned out in their jobs. Investing in technology that supports the frontline is key. Notably, 65% of frontline workers are optimistic that AI will help them in their jobs. &amp;nbsp;&lt;br /&gt;<br />
We are excited to highlight new Microsoft solutions and investments in next-generation AI for the frontline workforce across nearly every business. Frontline managers and workers can optimize their time from work order creation to schedule management with Copilot in Dynamics 365 Field Service and the new Shifts plug-in for Microsoft 365 Copilot. In Viva Connections, frontline workers can stay up-to-date on internal communications. And with shared device mode for Intune, VMware and SOTI, employees can simplify the sign-in experience securely. &amp;nbsp;&lt;br /&gt;<br />
Today&#8217;s announcements not only reduce administrative burden and time on spent on manual tasks, but also enable frontline workers to focus on end customer experiences and receive an overall improved employee experience. Learn more here: &lt;a class="link" href="https://lnkd.in/e9Ash_82?trk=public_post_main-feed-card_reshare-text" target="_self" rel="nofollow noopener" data-tracking-control-name="public_post_main-feed-card_reshare-text" data-tracking-will-navigate&gt;https://lnkd.in/e9Ash_82&lt;/a&gt; &lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/09/06/our-hope-is-that-games-like-starfield-bring-joy-to-millions-of-people-around-the-world-and-inspire-the-next-generation-of-explorers-and-creators/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/09/...-creators/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Microsoft - Lumen Technologies dives into Microsoft 365 Copilot to help enhance empl]]></title>
			<link>https://sickgaming.net/thread-101486.html</link>
			<pubDate>Sun, 10 Sep 2023 17:59:16 -0200</pubDate>
			<dc:creator><![CDATA[<a href="https://sickgaming.net/member.php?action=profile&uid=12">xSicKxBot</a>]]></dc:creator>
			<guid isPermaLink="false">https://sickgaming.net/thread-101486.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - Lumen Technologies dives into Microsoft 365 Copilot to help enhance empl</span><br />
<br />
&lt;div&gt;&lt;h3&gt;&lt;i&gt;Generative AI tool shows early signs of helping Lumen innovate for growth&lt;/i&gt;&lt;/h3&gt;<br />
&lt;p&gt;&lt;strong&gt;DENVER, Colo., and REDMOND, Wash. — Aug. 30, 2023 —&lt;/strong&gt; Lumen Technologies Inc. (NYSE: LUMN), a multinational technology company, is working with Microsoft Corp. (Nasdaq: MSFT) to deploy Microsoft 365 Copilot to empower its approximately 30,000 employees. Lumen is beta-testing Microsoft 365 Copilot as a part of the Early Access Program (EAP). The company has already seen the benefits of equipping some of its teams with Microsoft’s large language model (LLM) AI solutions, with plans to deploy the tech more broadly in the future.&lt;/p&gt;<br />
&lt;p&gt;“We are thrilled to be leading the early deployment of Microsoft 365 Copilot at Lumen Technologies,” said Kate Johnson, president and CEO, Lumen Technologies Inc. “Giving our workforce the digital tools they need to deliver dramatically improved customer experiences with greater ease is an essential part of our company transformation. Our people are seeing immediate productivity improvements with Copilot, allowing them to focus on more value-added activities each day.”&lt;/p&gt;<br />
&lt;p&gt;Microsoft 365 Copilot can disrupt the telecommunications industry by providing employees with a tool to help enhance creativity, productivity and skills with real-time intelligent assistance. It has the potential to significantly improve employee productivity by automating tedious tasks and providing powerful tools for data analysis and decision-making. With features such as meeting summaries in Microsoft Teams and Copilot enhancements across Outlook, PowerPoint and other Microsoft 365 apps, employees can get back important time to deliver on strategic priorities.&lt;/p&gt;<br />
&lt;p&gt;Customer service teams at Lumen are using Copilot to surface relevant policies, summarize tickets or easily access step-by-step repair instructions from manuals. Sales and customer experience teams are using Copilot to add depth and context to customer communications and summarize actions and next steps. Across the board, teams are using Copilot to quickly create presentations, and for new business proposal and statement-of-work creation to deliver a consistent Lumen message and experience.&lt;/p&gt;<br />
&lt;p&gt;Lumen is among the first companies to start working with Microsoft 365 Copilot as one of the EAP adopters. Microsoft 365 Copilot combines the power of LLMs with data in the Microsoft Graph — calendar, emails, chats, documents, meetings and more — and the Microsoft 365 apps to turn words into a powerful productivity tool.&lt;/p&gt;<br />
&lt;p&gt;“Microsoft 365 Copilot has the power to revolutionize the way we work, enabling people to focus on what truly matters and drive their organizations forward,” said Deb Cupp, president, Americas Microsoft. “We are thrilled to be delivering this technology to innovative companies like Lumen to help them achieve their goals.”&lt;/p&gt;<br />
&lt;p&gt;As a pioneer in the telecommunications industry, Lumen is pushing the envelope when it comes to enhancing the customer experience. By harnessing the power of advanced AI technologies such as generative AI and AI language models through tools like Microsoft 365 Copilot, Lumen can provide their teams with the cutting-edge tools they need to succeed and drive their business forward.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;About Lumen Technologies&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;Lumen connects the world. We are dedicated to furthering human progress through technology by connecting people, data, and applications – quickly, securely, and effortlessly. Everything we do at Lumen takes advantage of our network strength. From metro connectivity to long-haul data transport to our edge cloud, security, and managed service capabilities, we meet our customers’ needs today and as they build for tomorrow. For news and insights visit &lt;a href="https://news.lumen.com/home"&gt;news.lumen.com&lt;/a&gt;, LinkedIn: /lumentechnologies, Twitter: @lumentechco, Facebook: /lumentechnologies, Instagram: @lumentechnologies, and YouTube: /lumentechnologies.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;About Microsoft&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;Microsoft (Nasdaq “MSFT” @Microsoft) enables digital transformation for the era of an intelligent cloud and an intelligent edge. Its mission is to empower every person and every organization on the planet to achieve more.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;For more information, press only:&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;Microsoft Media Relations, WE Communications for Microsoft, (425) 638-7777, &lt;a href="https://news.microsoft.com/cdn-cgi/l/email-protection#f28093829b96809781829d9c8197b28597df859d809e96859b9697dc919d9f"&gt;&lt;span class="__cf_email__" data-cfemail="047665746d60766177746b6a776144736129736b766860736d60612a676b69"&gt;[email&amp;nbsp;protected]&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;<br />
&lt;p&gt;Danielle Spears, Corporate Communications for Lumen, (407) 961-3838, &lt;a href="https://news.microsoft.com/cdn-cgi/l/email-protection#2460454a4d414848410a77544145565764485149414a0a474b49"&gt;&lt;span class="__cf_email__" data-cfemail="1a5e7b74737f76767f34496a7f7b68695a766f777f7434797577"&gt;[email&amp;nbsp;protected]&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/08/30/lumen-technologies-dives-into-microsoft-365-copilot-to-help-enhance-employee-efficiency-and-customer-relationships/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/08/...tionships/</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - Lumen Technologies dives into Microsoft 365 Copilot to help enhance empl</span><br />
<br />
&lt;div&gt;&lt;h3&gt;&lt;i&gt;Generative AI tool shows early signs of helping Lumen innovate for growth&lt;/i&gt;&lt;/h3&gt;<br />
&lt;p&gt;&lt;strong&gt;DENVER, Colo., and REDMOND, Wash. — Aug. 30, 2023 —&lt;/strong&gt; Lumen Technologies Inc. (NYSE: LUMN), a multinational technology company, is working with Microsoft Corp. (Nasdaq: MSFT) to deploy Microsoft 365 Copilot to empower its approximately 30,000 employees. Lumen is beta-testing Microsoft 365 Copilot as a part of the Early Access Program (EAP). The company has already seen the benefits of equipping some of its teams with Microsoft’s large language model (LLM) AI solutions, with plans to deploy the tech more broadly in the future.&lt;/p&gt;<br />
&lt;p&gt;“We are thrilled to be leading the early deployment of Microsoft 365 Copilot at Lumen Technologies,” said Kate Johnson, president and CEO, Lumen Technologies Inc. “Giving our workforce the digital tools they need to deliver dramatically improved customer experiences with greater ease is an essential part of our company transformation. Our people are seeing immediate productivity improvements with Copilot, allowing them to focus on more value-added activities each day.”&lt;/p&gt;<br />
&lt;p&gt;Microsoft 365 Copilot can disrupt the telecommunications industry by providing employees with a tool to help enhance creativity, productivity and skills with real-time intelligent assistance. It has the potential to significantly improve employee productivity by automating tedious tasks and providing powerful tools for data analysis and decision-making. With features such as meeting summaries in Microsoft Teams and Copilot enhancements across Outlook, PowerPoint and other Microsoft 365 apps, employees can get back important time to deliver on strategic priorities.&lt;/p&gt;<br />
&lt;p&gt;Customer service teams at Lumen are using Copilot to surface relevant policies, summarize tickets or easily access step-by-step repair instructions from manuals. Sales and customer experience teams are using Copilot to add depth and context to customer communications and summarize actions and next steps. Across the board, teams are using Copilot to quickly create presentations, and for new business proposal and statement-of-work creation to deliver a consistent Lumen message and experience.&lt;/p&gt;<br />
&lt;p&gt;Lumen is among the first companies to start working with Microsoft 365 Copilot as one of the EAP adopters. Microsoft 365 Copilot combines the power of LLMs with data in the Microsoft Graph — calendar, emails, chats, documents, meetings and more — and the Microsoft 365 apps to turn words into a powerful productivity tool.&lt;/p&gt;<br />
&lt;p&gt;“Microsoft 365 Copilot has the power to revolutionize the way we work, enabling people to focus on what truly matters and drive their organizations forward,” said Deb Cupp, president, Americas Microsoft. “We are thrilled to be delivering this technology to innovative companies like Lumen to help them achieve their goals.”&lt;/p&gt;<br />
&lt;p&gt;As a pioneer in the telecommunications industry, Lumen is pushing the envelope when it comes to enhancing the customer experience. By harnessing the power of advanced AI technologies such as generative AI and AI language models through tools like Microsoft 365 Copilot, Lumen can provide their teams with the cutting-edge tools they need to succeed and drive their business forward.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;About Lumen Technologies&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;Lumen connects the world. We are dedicated to furthering human progress through technology by connecting people, data, and applications – quickly, securely, and effortlessly. Everything we do at Lumen takes advantage of our network strength. From metro connectivity to long-haul data transport to our edge cloud, security, and managed service capabilities, we meet our customers’ needs today and as they build for tomorrow. For news and insights visit &lt;a href="https://news.lumen.com/home"&gt;news.lumen.com&lt;/a&gt;, LinkedIn: /lumentechnologies, Twitter: @lumentechco, Facebook: /lumentechnologies, Instagram: @lumentechnologies, and YouTube: /lumentechnologies.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;About Microsoft&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;Microsoft (Nasdaq “MSFT” @Microsoft) enables digital transformation for the era of an intelligent cloud and an intelligent edge. Its mission is to empower every person and every organization on the planet to achieve more.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;For more information, press only:&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;Microsoft Media Relations, WE Communications for Microsoft, (425) 638-7777, &lt;a href="https://news.microsoft.com/cdn-cgi/l/email-protection#f28093829b96809781829d9c8197b28597df859d809e96859b9697dc919d9f"&gt;&lt;span class="__cf_email__" data-cfemail="047665746d60766177746b6a776144736129736b766860736d60612a676b69"&gt;[email&amp;nbsp;protected]&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;<br />
&lt;p&gt;Danielle Spears, Corporate Communications for Lumen, (407) 961-3838, &lt;a href="https://news.microsoft.com/cdn-cgi/l/email-protection#2460454a4d414848410a77544145565764485149414a0a474b49"&gt;&lt;span class="__cf_email__" data-cfemail="1a5e7b74737f76767f34496a7f7b68695a766f777f7434797577"&gt;[email&amp;nbsp;protected]&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/08/30/lumen-technologies-dives-into-microsoft-365-copilot-to-help-enhance-employee-efficiency-and-customer-relationships/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/08/...tionships/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Microsoft - We are focused on building and deploying AI in a safe, secure, and trans]]></title>
			<link>https://sickgaming.net/thread-101472.html</link>
			<pubDate>Sun, 10 Sep 2023 00:54:33 -0200</pubDate>
			<dc:creator><![CDATA[<a href="https://sickgaming.net/member.php?action=profile&uid=12">xSicKxBot</a>]]></dc:creator>
			<guid isPermaLink="false">https://sickgaming.net/thread-101472.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - We are focused on building and deploying AI in a safe, secure, and trans</span><br />
<br />
&lt;div&gt;&lt;div&gt;&lt;img decoding="async" src="https://media.licdn.com/dms/image/sync/D4E27AQEvnc-LaZAR8A/articleshare-shrink_1280_800/0/1692897859155?e=1693504800&amp;amp;v=beta&amp;amp;t=Zcd2L0_LMI1ZEe894zi1hTI8e8hDzFpzSruoVzMhQXc" class="ff-og-image-inserted"&gt;&lt;/div&gt;<br />
&lt;p class="attributed-text-segment-list__content text-color-text !text-sm whitespace-pre-wrap break-words " dir="ltr" data-test-id="feed-reshare-content__commentary"&gt;Frontline workers represent the face of organizations and make up the lion’s share of the workforce. But new Work Trend Index data reveals that 1 in 2 frontline workers cite being burned out in their jobs. Investing in technology that supports the frontline is key. Notably, 65% of frontline workers are optimistic that AI will help them in their jobs. &amp;nbsp;&lt;br /&gt;<br />
We are excited to highlight new Microsoft solutions and investments in next-generation AI for the frontline workforce across nearly every business. Frontline managers and workers can optimize their time from work order creation to schedule management with Copilot in Dynamics 365 Field Service and the new Shifts plug-in for Microsoft 365 Copilot. In Viva Connections, frontline workers can stay up-to-date on internal communications. And with shared device mode for Intune, VMware and SOTI, employees can simplify the sign-in experience securely. &amp;nbsp;&lt;br /&gt;<br />
Today&#8217;s announcements not only reduce administrative burden and time on spent on manual tasks, but also enable frontline workers to focus on end customer experiences and receive an overall improved employee experience. Learn more here: &lt;a class="link" href="https://lnkd.in/e9Ash_82?trk=public_post_main-feed-card_reshare-text" target="_self" rel="nofollow noopener" data-tracking-control-name="public_post_main-feed-card_reshare-text" data-tracking-will-navigate&gt;https://lnkd.in/e9Ash_82&lt;/a&gt; &lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/08/24/we-are-focused-on-building-and-deploying-ai-in-a-safe-secure-and-transparent-way-to-help-expand-opportunity-across-india-and-beyond/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/08/...nd-beyond/</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Microsoft - We are focused on building and deploying AI in a safe, secure, and trans</span><br />
<br />
&lt;div&gt;&lt;div&gt;&lt;img decoding="async" src="https://media.licdn.com/dms/image/sync/D4E27AQEvnc-LaZAR8A/articleshare-shrink_1280_800/0/1692897859155?e=1693504800&amp;amp;v=beta&amp;amp;t=Zcd2L0_LMI1ZEe894zi1hTI8e8hDzFpzSruoVzMhQXc" class="ff-og-image-inserted"&gt;&lt;/div&gt;<br />
&lt;p class="attributed-text-segment-list__content text-color-text !text-sm whitespace-pre-wrap break-words " dir="ltr" data-test-id="feed-reshare-content__commentary"&gt;Frontline workers represent the face of organizations and make up the lion’s share of the workforce. But new Work Trend Index data reveals that 1 in 2 frontline workers cite being burned out in their jobs. Investing in technology that supports the frontline is key. Notably, 65% of frontline workers are optimistic that AI will help them in their jobs. &amp;nbsp;&lt;br /&gt;<br />
We are excited to highlight new Microsoft solutions and investments in next-generation AI for the frontline workforce across nearly every business. Frontline managers and workers can optimize their time from work order creation to schedule management with Copilot in Dynamics 365 Field Service and the new Shifts plug-in for Microsoft 365 Copilot. In Viva Connections, frontline workers can stay up-to-date on internal communications. And with shared device mode for Intune, VMware and SOTI, employees can simplify the sign-in experience securely. &amp;nbsp;&lt;br /&gt;<br />
Today&#8217;s announcements not only reduce administrative burden and time on spent on manual tasks, but also enable frontline workers to focus on end customer experiences and receive an overall improved employee experience. Learn more here: &lt;a class="link" href="https://lnkd.in/e9Ash_82?trk=public_post_main-feed-card_reshare-text" target="_self" rel="nofollow noopener" data-tracking-control-name="public_post_main-feed-card_reshare-text" data-tracking-will-navigate&gt;https://lnkd.in/e9Ash_82&lt;/a&gt; &lt;/p&gt;<br />
&lt;/div&gt;<br />
										<br />
<br />
<a href="https://www.sickgaming.net/blog/2023/08/24/we-are-focused-on-building-and-deploying-ai-in-a-safe-secure-and-transparent-way-to-help-expand-opportunity-across-india-and-beyond/" target="_blank" rel="noopener" class="mycode_url">https://www.sickgaming.net/blog/2023/08/...nd-beyond/</a>]]></content:encoded>
		</item>
	</channel>
</rss>