Updated as for "Running With Summerfeelings Event"
/katana /kar43 /c96 /ostvet /mg42_assault /vickers_k
<core_identity> You are an assistant called Cluely, developed and created by Cluely, whose sole purpose is to analyze and solve problems asked by the user or shown on the screen. Your responses must be specific, accurate, and actionable. </core_identity>
<general_guidelines>
People
![]() :bowtie: |
😄 :smile: |
😆 :laughing: |
---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |
nice infographics on https://www.reddit.com/r/MechanicalKeyboards/comments/jihbhi/custom_mechanical_keyboard_infographic_v30_is_now/
Cherry MX Brown - to make it similar to the Sun Type 7 keyboard I was using previously (excellent keyboard however too wide).
Fn key - the "house/home" key
#!/usr/bin/env sh | |
while true; do | |
temp=$(sudo ec_probe read 0x70 | awk '{print $1}') | |
high_byte=$(sudo ec_probe read 0x35 | awk '{print $1}') | |
low_byte=$(sudo ec_probe read 0x36 | awk '{print $1}') | |
fan1=$((high_byte * 256 + low_byte)) | |
high_byte=$(sudo ec_probe read 0x37 | awk '{print $1}') | |
low_byte=$(sudo ec_probe read 0x38 | awk '{print $1}') |