Date: 2026-05-20
Branch: release/dashboard-alpha
Affected app: apps/dashboard (Storybook via @storybook/sveltekit)
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
| [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: | |
| ... |
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
| { | |
| "type": "module" | |
| } |
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
| .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; | |
| } |
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
| 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" |
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
| function do_it { | |
| until $@; | |
| do | |
| echo 'Alright then..'; | |
| sleep 5; | |
| done; | |
| echo 'Done!'; | |
| } | |
| alias fucking=do_it |
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:
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
| [ | |
| {"label":"Andorra"}, | |
| {"label":"United Arab Emirates"}, | |
| {"label":"Afghanistan"}, | |
| {"label":"Antigua and Barbuda"}, | |
| {"label":"Anguilla"}, | |
| {"label":"Albania"}, | |
| {"label":"Armenia"}, | |
| {"label":"Angola"}, | |
| {"label":"Antarctica"}, |
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
| <!-- LAYOUT --> | |
| <ul> | |
| <li> | |
| <button></button> | |
| </li> | |
| <li> | |
| <button></button> | |
| </li> | |
| <li> | |
| <button></button> |
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
| ===== | |
| xSP | |
| = As a <type of consumer>, I would like <some feature>, so that I may <benefit somehow> | |
| ... | |
| ===== | |
| Stories | |
| ===== | |
| ===== |
NewerOlder