Skip to content
View n-ce's full-sized avatar
✴️
Introspecting, Brainstorming, Creating
✴️
Introspecting, Brainstorming, Creating
Block or Report

Block or report n-ce

Report abuse

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

Report abuse
n-ce/README.md

I work on developing simple and performant software for the web platform. I'm currently coding on a mobile device.

💠 I’m interested in FOSS, Linux, Wayland, AssemblyScript, Nim, Kotlin, Bun, MLWeb, Minimal UIs and Maximal Performance.

Currently 🌱 learning about javascript frameworks. (solid, svelte, astro, vue, angular) and 👨‍🏭 working on improving ytify

🤝 always looking to contribute to open source projects that I use in my daily life.

Computing Platform

[HW]
Platform = "Moto G04"
Architechture = "Arm v8.1-A"
[SW]
System = "Android 14"
Browser = "Chrome 123"
Terminal = "Termux 118"
Editor = "Helix 24"

Technologies

TypeScript


Profile Stats

Top Langs

Pinned Loading

  1. ytify ytify Public

    Opus Audio Streaming Web App for YouTube. Stop watching, Listen & Save Data.

    TypeScript 131 47

  2. Note Note Public

    Single Page Note Taking Website.

    HTML 5

  3. Awesome-Minimal-JavaScript-Frameworks Awesome-Minimal-JavaScript-Frameworks Public

    A curated list of awesome Lightweight JavaScript Frameworks (CDN loadable)

    7

  4. YTFLIX YTFLIX Public archive

    A library of free official movies, series and documentaries available on YouTube, with an easy to update database based on github wikis.

    JavaScript 9 8

  5. Using Eruda with Vite (+ TypeScript) Using Eruda with Vite (+ TypeScript)
    1
    ```
    2
    npm i eruda -D
    3
    ```
    4
    
                  
    5
    To use eruda without installing eruda as a package, edit the src in the plugin to https://cdn.jsdelivr.net/npm/eruda.
  6. yt-dlp AV1+Opus Downloader Script yt-dlp AV1+Opus Downloader Script
    1
    import subprocess
    2
    from yt_dlp import YoutubeDL
    3
    
                  
    4
    def get_video_formats(url):
    5