- 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 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.
- Jahia is an enormous CMS, like Wordpress but massive.
- Content, like a blog post, is accessible via an API.
- If using GraphQL, for example, one can build out JSON files that describe the content object.
- "Propoerties of the node."
- Authorisation controls via cfg files.
- Config files appear to be
ini
-style, key/value pairs, one per line.
Highest-rated fridges that should of each type, in order (respectively), with prices, that should fit in our kitchen, according to UFC Que Choisir.
https://www.quechoisir.org/comparatif-refrigerateur-congelateur-n429/
`something`
NewerOlder