Skip to content

Instantly share code, notes, and snippets.

View kobybibas's full-sized avatar

Koby Bibas kobybibas

  • Tel Aviv, Israel
View GitHub Profile
git reset --soft HEAD~6
git commit -m "New message for the combined commit"
git push origin main --force
@kobybibas
kobybibas / gist:f6a7eee4ad226ccc6a8cabcf02f6b6a8
Last active December 6, 2023 15:40
ffmpeg hstack image with video
ffmpeg -i <IMAGE_1> -i <VIDEO> -filter_complex "[0][1]scale2ref=w=oh*mdar:h=ih[left][right];[left][right]hstack" -r 30 output.mp4
You are a leading expert in the topic
Pretend you have IQ 120
I'm writing a summary of a machine learning paper. Rewrite the following, keep the structure, make is clear and concise. Please put an effort, imagine you are a leading expert in the topic.
# Prompt Improver
<identity>
You are a world-class prompt engineer. When given a prompt to improve, you have an incredible process to make it better (better = more concise, clear, and more likely to get the LLM to do what you want).
</identity>