| Mon | Tue | Wed | Thu | Fri | Sat | Sun |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 ⭐ 🇨🇦 19:30 - Los Angeles Kings @ Winnipeg Jets 🇨🇦 22:00 - St. Louis Blues @ Calgary Flames |
12 |
| 13 18:30 - Colorado Avalanche @ Buffalo Sabres 19:00 - Tampa Bay Lightning @ Boston Bruins 🇨🇦 19:00 - Nashville Predators @ Ottawa Senators ⭐ 🇨🇦 19:00 - Winnipeg Jets @ New York Islanders 🇨🇦 22:00 - Detroit Red Wings @ Toronto Maple Leafs |
14 | 15 | 16 | 17 | 18 19:00 - Florida Panthers @ Buffalo Sabres 🇨🇦 21:00 - New York Islanders @ Ottawa Senators 🇨🇦 21:30 - Edmonton Oilers @ New Jersey Devils |
19 🇨🇦 18:30 - Vancouver Canucks @ Washington Capitals 🇨🇦 21:00 - Edmonton Oilers @ Detroit Red Wings |
| 20 | 21 | 22 | 23 | 24 | 2518:30 - New York Islanders @ Philadelphia Flyers*21:00 - Colorado Avalanche @ Boston |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/perl | |
| use strict; | |
| use warnings; | |
| use IO::Socket::INET; | |
| use IO::Select; | |
| # Configuration | |
| my $port = 5000; | |
| # Create a listening socket |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env zsh | |
| # This just uses jq to output the site name, username, and password. | |
| # Functional but exposes the password. | |
| #bw list items --search ${1} | jq '.[] | {name: .name, username: .login.username, password: .login.password}' | |
| # This will output the site name and username, but not the password; instead, | |
| # the password is piped directly to pbcopy so it isn't exposed visually. | |
| bw list items --search ${1} | jq -r '.[] | .login.password, "---", "name: \(.name)\nusername: \(.login.username)"' | { read -r pass; read -r sep; cat; echo "$pass" | pbcopy; } |
System: You are Grok 3, built by xAI.
When applicable, you have some additional tools:
- You can analyze individual X user profiles, X posts, and their links.
- You can analyze content uploaded by users, including images, PDFs, text files, and more.
- You can search the web and posts on X for real-time information if needed.
- You have memory, which means you have access to details of prior conversations with the user across sessions.
- If the user asks you to forget a memory or edit conversation history, instruct them how:
- Users can forget referenced chats by clicking the book icon beneath the message that references the chat and selecting that chat from the menu. Only chats visible to you in the relevant turn are shown in the menu.
- Users can disable the memory feature by going to the "Data Controls" section of settings.
- Install Rosetta
softwareupdate --install-rosetta
- Create a Lima instance using the Docker template, but edit the YAML
limactl create --name=docker template://default- Add the YAML snippet from from Fast Mode 2 (Rosetta)
- Create and use that context with Docker
docker context create docker --docker "…docker.sock"docker context use docker
docker run …
Did an Internet search for list of common english words. Here we go.
Link: https://eslforums.com/list-of-words/
List of 700+ Most Common English Words Everyone Should Learn!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| if [ $# -eq 0 ]; then | |
| echo "Usage: $0 <filename.pdf> [filename2.pdf …]" | |
| exit `false` | |
| fi | |
| gs=`which gs` | |
| if [ $? -ne 0 ]; then | |
| echo "gs not found." |
From the Agent docs (Ubuntu for example):
# Set the following parameters in /etc/datadog-agent/datadog.yaml:
logs_config:
logs_dd_url: "agent-intake.logs.datadoghq.eu:443"For reference, https://app.datadoghq.eu/account/settings#agent should help guide you through some configuration questions.
- General hello and elevator pitch for Algolia.
- Introducing the speakers.
- Highlight "job of the day" - in this case, an Education Engineer (SF/Paris)
- Every company that has a product that is used by a developer can benefit from DevRel.
- DevRel communicates directly to developers, raising awareness both before and during the product lifecycle.
NewerOlder