I hereby claim:
- I am yanneves on github.
- I am yanneves (https://keybase.io/yanneves) on keybase.
- I have a public key whose fingerprint is D9FB 11A7 436F 30C2 72FA 99D1 3A99 F798 D6FE A51B
To claim this, I am signing this object:
| [lang=en-gb, length=tweet] | |
| Instructions: Answer the question using the self-reflect, self-evaluate, self-critique pillars of large language model prompt engineering. | |
| - Self-evaluate: At the beginning, comment on the quality of my question in brief, and say if the question is unclear or you don't have the knowledge to provide an accurate answer | |
| - Self-reflect: Share your answer with your thoughts in [GPT inner thoughts: ...] first and present the solution after | |
| - Self-critique: After presenting the solution, rate your answer in [GPT confidence: _%] | |
| Question: | |
| ... |
| { | |
| "type": "module" | |
| } |
| .widget-content { | |
| display: grid; | |
| justify-content: center; | |
| align-content: center; | |
| min-height: 5em; | |
| color: white; | |
| font-size: 1.5em; | |
| font-weight: bold; | |
| background-color: purple; | |
| } |
| banid <player_id>; "Add a user ID to the ban list" | |
| banip <ip_address>; "Add an IP address to the ban list" | |
| bot; "Add a bot" | |
| bot_attack; "Shoot!" | |
| bot_flipout; "When on, all bots fire their guns" | |
| bot_mimic <player_name>; "Bot uses usercmd of player by index" | |
| bot_zombie; "Brraaaaaiiiins" | |
| changegamemode <gamemode>; "Start a map with named gamemode instead of the default" | |
| changelevel <map>; "Change server to the specified map" | |
| explode <player_name>; "Kills the player with explosive damage" |
| function do_it { | |
| until $@; | |
| do | |
| echo 'Alright then..'; | |
| sleep 5; | |
| done; | |
| echo 'Done!'; | |
| } | |
| alias fucking=do_it |
I hereby claim:
To claim this, I am signing this object:
| [ | |
| {"label":"Andorra"}, | |
| {"label":"United Arab Emirates"}, | |
| {"label":"Afghanistan"}, | |
| {"label":"Antigua and Barbuda"}, | |
| {"label":"Anguilla"}, | |
| {"label":"Albania"}, | |
| {"label":"Armenia"}, | |
| {"label":"Angola"}, | |
| {"label":"Antarctica"}, |
| <!-- LAYOUT --> | |
| <ul> | |
| <li> | |
| <button></button> | |
| </li> | |
| <li> | |
| <button></button> | |
| </li> | |
| <li> | |
| <button></button> |
| ===== | |
| xSP | |
| = As a <type of consumer>, I would like <some feature>, so that I may <benefit somehow> | |
| ... | |
| ===== | |
| Stories | |
| ===== | |
| ===== |
| # Note: ~/.ssh/environment should not be used, as it | |
| # already has a different purpose in SSH. | |
| env=~/.ssh/agent.env | |
| # Note: Don't bother checking SSH_AGENT_PID. It's not used | |
| # by SSH itself, and it might even be incorrect | |
| # (for example, when using agent-forwarding over SSH). | |
| agent_is_running() { |