Skip to content
View rain-1's full-sized avatar
☂️
Umbrella
☂️
Umbrella

Block or report rain-1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rain-1/README.md

Hi there 👋

Welcome to my profile! I've pinned some of my writings that recieved a lot of attention.

You can read my old article series about writing a self hosting scheme compiler here: https://rain-1.github.io/scheme

Pinned Loading

  1. LLM Introduction: Learn Language Models LLM Introduction: Learn Language Models
    1
    # Purpose
    2
    
                  
    3
    Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.
    4
    
                  
    5
    Avoid being a link dump. Try to provide only valuable well tuned information.
  2. Wannacrypt0r-FACTSHEET.md Wannacrypt0r-FACTSHEET.md
    1
    # WannaCry|WannaDecrypt0r NSA-Cyberweapon-Powered Ransomware Worm 
    2
    
                  
    3
    * **Virus Name**: WannaCrypt, WannaCry, WanaCrypt0r, WCrypt, WCRY
    4
    * **Vector**: All Windows versions before Windows 10 are vulnerable if not patched for MS-17-010. It uses EternalBlue MS17-010 to propagate.
    5
    * **Ransom**: between $300 to $600. There is code to 'rm' (delete) files in the virus. Seems to reset if the virus crashes.
  3. WorLLMs WorLLMs
    1
    > Could an LLM end up being the core part of a dangerous computer worm?
    2
    3
    > How would we neutralize such a thing if this happened?
    4
    5
    # Some virus and worm background
  4. cuda-beginners-guide.md cuda-beginners-guide.md
    1
    # Tutorial: Vector Addition
    2
    
                  
    3
    **Problem:** [Vector Addition](/problems/vector-addition>)
    4
    
                  
    5
    In this post we will cover how to solve the simplest CUDA problem: adding two arrays. I'll explain the code, step by step
  5. base model trends.md base model trends.md
    1
    # How large are large language models? (2025)
    2
    
                  
    3
    This aims to be factual information about the size of large language models. None of this document was written by AI. I do not include any information from leaks or rumors. The focus of this document is on base models (the raw text continuation engines, not 'helpful chatbot/assistants'). This is a view from a few years ago to today of one very tiny fraction of the larger LLM story that's happening.
    4
    
                  
    5
    # History
  6. Prompt Injection and AutoGPT Prompt Injection and AutoGPT
    1
    # Does prompt injection matter to AutoGPT?
    2
    
                  
    3
    Executive summary: If you use AutoGPT, you need to be aware of prompt injection. This is a serious problem that can cause your AutoGPT agent to perform unexpected and unwanted tasks. Unfortunately, there isn't a perfect solution to this problem available yet.
    4
    
                  
    5
    # Prompt injection can derail agents