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
What did Rachel do when she discovered Emma had tentacles instead of arms? | |
When Rachel discovered that Emma had tentacles instead of arms, she was initially shocked and scared. However, after talking to Emma and learning more about her condition, Rachel was very supportive and understanding. She was determined to help her sister find ways to adapt and live a full life despite her condition. Rachel was determined to help Emma find ways to do the things she loved, such as playing the piano and participating in sports. | |
What does Emma do after school? | |
After school, Emma often participates in various extracurricular activities. She is a member of the chess club and the debate team, and she also enjoys playing the piano and singing. She also loves to spend time with her family, and is often found playing board games, cooking, and taking long walks with her parents and sister. | |
How is playing the piano different for Emma compared to most people? |
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
Here is a poem: | |
Liza dear, | |
peer to peer, | |
hello world! | |
Here unfurled: | |
Jacquard’s loom. | |
Chinese room | |
you’re inside. | |
Do not hide - |
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
mefi.rupa/#mefi.2007:14:41 <@esch> duckstab: http://feeds.feedburner.com/~r/FreakonomicsBlog/~3/128657380/ | |
mefi.rupa/#mefi.2007:16:18 <@cortex> I'm leveraging my experience hollering at idiots on metatalk: i'm hollering at idiots at the freakonomics blog in my spare time. | |
mefi.rupa/#mefi.2007:16:21 <@cortex> http://freakonomics.blogs.nytimes.com/2007/08/17/feed-interrupted-another-rss-issue/#comments | |
mefi.rupa/#mefi.2007:16:22 <@bp> http://freakonomics.blogs.nytimes.com/2007/08/17/feed-interrupted-another-rss-issue/#comment-102226 - is that seriously Dave Winer | |
mefi.rupa/#mefi.2007:18:35 <@esch> I'm pissed that the freakonomics feed isn't full post anymore. | |
mefi.rupa/#mefi.2007:21:43 <@cortex> The fine readers of the Freakonomics blog post their questions for Mefi's Own Adam (and Jamie). | |
Binary file mefi.rupa/#mefi.2007 matches | |
mefi.rupa/#mefi.2008:21:09 <+lrrr> antifreez was a full feed, like before. Terrible move Freakonomics, absolutely terrible. (Not to mention, maybe you need to throw away almost your en |
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 | |
# Update the temperature database | |
# I don't use netcat because I'm a real man and don't | |
# rely on external tools, especially not ones that take | |
# a WHOLE SECOND to time out before they return. | |
rrdtool update /var/log/imt/temperature.rrd N:$( | |
exec 3<>/dev/tcp/localhost/imtuc |
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
FROM continuumio/miniconda3 | |
RUN pip install spyder dmipy | |
RUN apt-get -y update | |
RUN apt-get install -y python3-pyqt5 | |
RUN apt-get install -y libgl1-mesa-glx | |
RUN apt-get install -y libsm6 libxext6 | |
RUN apt-get install -y libnss3 | |
RUN apt-get install -y libxrender1 libfontconfig1 | |
RUN apt-get install -y libxcursor-dev libxcomposite-dev libxdamage-dev libxrandr-dev libxtst-dev libxss-dev libdbus-1-dev libevent-dev libfontconfig1-dev libcap-dev libpulse-dev libudev-dev libpci-dev libnss3-dev libasound2-dev libegl1-mesa-dev gperf bison nodejs |
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
Script started on Fri Oct 7 12:50:54 2022 | |
]1337;[email protected]]1337;CurrentDir=/Users/dmd]1337;ShellIntegrationVersion=12;shell=zsh[1m[7m%[27m[1m[0m ]2;dmd@dromedary:~]1;~]133;D;0]1337;[email protected]]1337;CurrentDir=/Users/dmd [0m[27m[24m[J]133;A | |
[1;33mdmd[0m@[1;34mdromedary[0m [1;36m~[0m | |
[1;32m$[0m ]133;B[K[?1h=[?2004hppython3 -m venv venvs/granger[?1l>[?2004l | |
]2;python3 -m venv venvs/granger]1;python3]133;C;[1m[7m%[27m[1m[0m ]2;dmd@dromedary:~]1;~]133;D;0]1337;[email protected]]1337;CurrentDir=/Users/dmd [0m[27m[24m[J]133;A | |
[1;33mdmd[0m@[1;34mdromedary[0m [1;36m~[0m | |
[1;32m$[0m ]133;B[K[?1h=[?2004h.. |
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 | |
# aws ecr-public create-repository --repository-name rapidtide-cloud --region us-east-1 | |
# RETURNED: | |
REPO=public.ecr.aws/l0v4l2q2/rapidtide-cloud | |
docker build -t dmd3eorg/rapidtide-cloud . | |
docker buildx build --push --platform=linux/amd64,linux/arm64 -t dmd3eorg/rapidtide-cloud . | |
docker login --username AWS --password $(aws ecr-public get-login-password --region us-east-1) $REPO |
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 | |
# aws ecr-public create-repository --repository-name rapidtide-cloud --region us-east-1 | |
# RETURNED: | |
REPO=public.ecr.aws/l0v4l2q2/rapidtide-cloud | |
docker build -t dmd3eorg/rapidtide-cloud . | |
docker buildx build --push --platform=linux/amd64,linux/arm64 -t dmd3eorg/rapidtide-cloud . | |
docker login --username AWS --password $(aws ecr-public get-login-password --region us-east-1) $REPO |
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 | |
# aws ecr-public create-repository --repository-name rapidtide-cloud --region us-east-1 | |
# RETURNED: | |
REPO=public.ecr.aws/l0v4l2q2/rapidtide-cloud | |
docker build -t dmd3eorg/rapidtide-cloud . | |
docker buildx build --push --platform=linux/amd64,linux/arm64 -t dmd3eorg/rapidtide-cloud . | |
docker push dmd3eorg/rapidtide-cloud |
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
AWSTemplateFormatVersion: 2010-09-09 | |
Description: >- | |
AWS CloudFormation to create the batch job to run rapidtide-cloud, | |
and IAM roles to allow it access to S3 and Secrets. | |
Resources: | |
VPC: | |
Type: 'AWS::EC2::VPC' | |
Properties: | |
CidrBlock: 10.0.0.0/16 | |
InternetGateway: |