Skip to content
View po-ping's full-sized avatar

Block or report po-ping

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
po-ping/README.md

Hi there πŸ‘‹

I build systems that scale πŸš€
Sometimes they even scale correctly πŸ˜…

Currently turning coffee β˜• into distributed systems πŸ—οΈ,
AI integrations πŸ€–, and the occasional production incident πŸ”₯

Welcome to the chaos 🎒

Pinned Loading

  1. Run puppeteer nodejs project on Ubun... Run puppeteer nodejs project on Ubuntu 24.04
    1
    sudo apt install ca-certificates fonts-liberation libasound2t64 libatk-bridge2.0-0 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgbm1 libgcc1 libglib2.0-0 libgtk-3-0 libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 lsb-release wget xdg-utils -y
  2. react-spring & react-three-fiber lin... react-spring & react-three-fiber line geometry
    1
    ```jsx
    2
    function AnimatedArrow({ points, arrowMesh }: {
    3
      points: THREE.Vector3[];
    4
      arrowMesh: THREE.Mesh;
    5
    }) {