This repo uses Sapling for version control. The CLI
command is sl, not git. Never run git commands in this repo. See the
basic commands overview
for a quick reference.
- No staging area. All tracked files are included when you
sl commit. Use
This repo uses Sapling for version control. The CLI
command is sl, not git. Never run git commands in this repo. See the
basic commands overview
for a quick reference.
sl commit. UseThese are interesting but ultimately throwaway numbers. However, I think benchmarks like these suggest that the value provided by giving your data to openai can outweigh the costs. Prompt engineering provides an avenue to prevent leaking sensitive data into the system while still creating value with openai projects
| llm model | false alarms | detections |
|---|
| #!/bin/bash | |
| # only run as root | |
| if [ "$EUID" -ne 0 ] ; then | |
| echo "Please run as root" | |
| exit | |
| fi | |
| HOME="/home/$SUDO_USER" | |
| # only run if .bashrc exists |
| #!/bin/bash | |
| # generate key | |
| ssh-keygen -t rsa -b 4096 -C "chrismooch@gmail.com" -f "$HOME/.ssh/id_rsa" -P "" -q | |
| # start ssh agent | |
| RESULT=$(eval "$(ssh-agent -s)") | |
| echo $RESULT | |
| # add key to ssh-agent |
I hereby claim:
To claim this, I am signing this object:
| using System; | |
| using System.Runtime.InteropServices; | |
| using System.Text; | |
| namespace NvmlWrapper | |
| { | |
| /// <summary> | |
| /// Nvml return codes | |
| /// </summary> | |
| public enum nvmlReturn_t |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Net; | |
| using System.Net.NetworkInformation; | |
| using System.Net.Sockets; | |
| using System.Runtime.InteropServices; | |
| namespace yeeticus | |
| { |