The existing eight PWHL teams prioritized goaltending and youth when deciding who to protect from expansion.
https://www.cbc.ca/sports/hockey/pwhl/pwhl-expansion-protection-list-takeaways-9.7223992?cmp=rss
Location and office time tracking in Microsoft Teams is coming (heise.de)
my MS - Teams "idle prevention" script.
And then in #macos "Settings -> Privacy & Security -> Accessibility -> iTerm" toggle that to "on" for the keyboard controller to work.
import time
from pynput.keyboard import Key, Controller
def main():
keyboard = Controller()
while True:
# Use special keys
keyboard.press(Key.ctrl_l)
keyboard.release(Key.ctrl_l)
time.sleep(250)
if __name__ == "__main__":
main()
And then have an alias to nohup uv run --preview-features target-workspace-discovery ~/scripts/inm/ main.py &
OpenClaw in Microsoft Teams: Azure-Bot statt Seitenkanal
OpenClaw unterstützt Microsoft Teams als Bot-Kanal. Entscheidend sind Azure-Setup, Tunnel, Teams-App-Paket und klare Grenzen bei Dateien in Gruppen-Chats.
https://agentenlog.de/posts/2026-06-04-openclaw-microsoft-teams-azure-setup
Although #Teams/#Office365 *does* have some nice features for collaboration and #CorpLife, for collaborative plain text hacking it is shit.
You can share/edit Markdown files through Office365, but you cannot edit collaboratively.
On an online project meeting:
+ I first reached for Office365;
+ I tried a CodiMD instance from another project meeting, but I did not have the right credentials;
+ I tried CERNs instance, but work does not support eduGAIN!
+ So went with HackMD
I wish work would invest in self-hosting services that would help Academic Productivity but with Digital Sovereignty at heart (CodiMD, Indico, Overleaf, Mastodon, PeerTube, Overleaf (self-hosted), openDeck)
https://isaiprofitable.com/ is being flagged as "harmful" in #MicrosoftTeams, lmao.
But its author even got an #Outlook address!