Giter Club home page Giter Club logo

downcat's Introduction

Warning

This user has been identified as intellectually challenged. Please be patient when interacting with sexnine.

Learn more about GitHub's commitment to fostering an inclusive and supportive online community here.



๐Ÿ‘‹ Hey, I'm sexnine

An 18 year-old Australian self-taught developer because that's my only skill and hobby ๐Ÿ˜Ž


  • ๐Ÿณ Currently organizing free hackathons for highschoolers in Seattle, Washington @HackPNW (hackpnw.org)
  • โ˜• Fueled by absurd amounts of caffeine
  • ๐Ÿ‘จโ€๐Ÿ’ป Started learning programming 2 years ago by making Discord bots in Python
  • ๐Ÿ“ก I enjoy homelabbing (Debian โค)
  • ๐ŸŽฎ Currently addicted to ๐Ÿ’€ Lethal Company
  • ๐Ÿ‘‹ You can find me in the ๐ŸŽ’ cshighschoolers Discord server

โœจ Skills

Skills Tools
๐ŸŒ Frontend web development Vue Built with Typescript Built with TailwindCSS Firebase
๐Ÿ›  Backend web development Rust Firebase Google Cloud
๐Ÿค– Discord bot development Python Pycord Docker MongoDB
๐Ÿ”ฎ Also messed around with Arduino Flutter Minecraft Modding

Metrics

downcat's People

Contributors

sexnine avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

aryabp

downcat's Issues

Unable to download more than 6 files at once.

Unable to download more than 6 files at once, most likely due to not being enough threads, makes all other requests unresponsive which makes the app feel very slow and sometimes unable to navigate directories while downloading many files at once.

Possible solutions might include:

  • Adding a download queue on the frontend.
  • Leaving at least 1 thread free from uploading and downloading so the backend is still responsive
  • Creating new threads for more downloads/uploads

Downcat Missing libssl.so.1.1

When trying to run after using automatic install, it give me the error of
downcat: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
which installing libssl-dev or openssl does not fix.

Loads whole file into memory while uploading to backend

Especially when uploading large files on memory-limited systems, the backend will try allocating a lot of memory for the file and can panic if there is not enough memory, causing the upload to be incomplete and downcat to crash.

For some reason, the file's data is not being freed from memory until the whole file has been written to disk.

Possible solutions for this issue:

  • Freeing memory while parts of the file is written
  • Limiting the request so only a certain amount can be in memory at one time.

Unfortunately, I've tried to implement these solutions but I'm too dumb to solve them :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.