Skip to content
View V3ntus's full-sized avatar
โ˜•
Remind me to code again
โ˜•
Remind me to code again

Sponsoring

@YaLTeR

Organizations

@darvester

Block or report V3ntus

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
V3ntus/README.md

Hi there ๐Ÿ‘‹

I'm Ventus, Gladius Synthetic Orchestra, or just Joe

I'm a young software developer, film composer, video and audio production nerd- actually, just a general nerd. Yeap.

  • Sole developer of darvester
  • Currently developing internal software for an engineering firm, written in Flutter
  • GitBook

Now Playing:


๐ŸŽถ My music:

from config import socials_tree
print(socials_tree.all)

I usually promote my music first, as that's what I am known for

Social Media:


๐Ÿ’ป GitHub Stats:

import github
print(github.stats(user="V3ntus"))

V3ntus' GitHub stats

print(github.stats(user="V3ntus").topLangs)

Top Langs

Hackthebox.eu:

Pinned Loading

  1. gladiusso.com gladiusso.com Public

    Open source assets for my website

    CSS

  2. OpenWeather Python data model/serial... OpenWeather Python data model/serializer
    1
    class OpenWeatherModel(object):
    2
        __slots__ = "_json", "cod", "message", "base", "weather", "main", "name", "wind", "sys", "cod", "temp", "feels_like", "temp_min", \
    3
                    "temp_max", "pressure", "humidity", "speed", "deg", "gust", "sunrise", "sunset", "country", "timezone", \
    4
                    "visibility"
    5
    
                  
  3. nixos nixos Public

    Personalized NixOS configs for devices and homelab

    Nix 3

  4. ollama-discord-bot ollama-discord-bot Public

    Ollama Discord Bot written in Rust using Serenity and Poise

    Rust 1

  5. nixvim-config nixvim-config Public

    Forked from nicolas-goudry/nixvim-config

    Personal Nixvim configuration

    Nix