Skip to content
View kkomma's full-sized avatar
💭
https://simonwillison.net/2025/Mar/11/using-llms-for-code/
💭
https://simonwillison.net/2025/Mar/11/using-llms-for-code/

Block or report kkomma

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

Pinned Loading

  1. some basics in python some basics in python
    1
    print('hello')
    2
    a=[1,2,3,1]
    3
    for i in range(0,len(a),1):
    4
    	print(a[i])
    5
    for i in range(len(a),0,-1):
  2. llm_from_scratch llm_from_scratch Public

    Forked from vivekkalyanarangan30/llm_from_scratch

    Python

  3. learn-k8s learn-k8s Public

    Forked from devopsjourney1/learn-k8s

    Dockerfile

  4. ollama ollama Public

    Forked from ollama/ollama

    Get up and running with Llama 2, Mistral, Gemma, and other large language models.

    Go

  5. coding coding Public

    heads down coding

    Java

  6. LeetCode-Swift LeetCode-Swift Public

    Forked from soapyigu/LeetCode-Swift

    Solutions to LeetCode by Swift

    Swift