Skip to content
View simonesiega's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report simonesiega

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
simonesiega/README.md

Hi, I'm Simone Siega 👋

Portfolio · LinkedIn · Email

Computer Engineering student based in Venice, Italy.
Currently working on codex-limits: a polished CLI and agent integration for checking Codex usage limits, reset times, and reset-credit coupons.

const simone = {
  basedIn: "Venice, Italy",
  education: {
    current: "Computer Engineering B.Sc. student at the University of Padua",
    previous: "Technical Diploma in Computer Science, 100/100 with honors",
  },
  builds: [ "Backend software", "Production-ready websites", "Developer tools"],
  currentFocus: [
    "Preparing for software development internship opportunities",
    "Continuing to build websites for real clients",
  ],
  languages: ["Java", "Python", "Rust", "TypeScript", "Kotlin"],
};

Pinned Loading

  1. codex-limits codex-limits Public

    Cross-platform npm CLI and agent integration for monitoring OpenAI Codex usage limits, reset times, and reset-credit coupons.

    TypeScript 6

  2. european-tech-opportunities-2027 european-tech-opportunities-2027 Public

    Open-source directory of 2027 tech internships and graduate roles across Europe, with a searchable website and filters by company, role, and location.

    Python 4 1

  3. portfolio portfolio Public

    Personal portfolio showcasing software projects, production client work, and open-source developer tools.

    TypeScript

  4. cfg-parser cfg-parser Public

    Rust CLI for parsing and evaluating arithmetic expressions defined by a context-free grammar, with precedence, implicit multiplication, and structured error handling.

    Rust 2

  5. leetcode-solutions leetcode-solutions Public

    Python 3 solutions to LeetCode problems, organized by topic and aligned with the NeetCode roadmap.

    Python