Skip to content
View 8g6-new's full-sized avatar
:dependabot:
learning
:dependabot:
learning

Block or report 8g6-new

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
8g6-new/README.md
Devadut S Balan Banner - Telescope Hardware & Spectrograms

πŸ‘‹ Hi, I'm Devadut S Balan!

An engineer passionate about bridging hardware and software through high-performance systems, RF engineering, and exploring biomedical applications. Wish you a great day! πŸ˜‡



πŸ§‘β€πŸ’» About My Username: 8g6-new

Welcome to my new GitHub account, 8g6-new, succeeding my old account, 8g6 (home to archival projects like StarIt, 2019–2021). The name is short, memorable, and encodes my initials!

ord=(a)=>a.charCodeAt(0)
chr=(a)=>String.fromCharCode(a)
print=(...a)=>console.log(...a)
name_encoded='8g6-new'
name_decoded_cap=''
name_decoded_small=''
for(i=0;i<name_encoded.length;i++){
    name_decoded_cap += chr(ord(name_encoded[i])+12)
    name_decoded_small += chr(ord(name_encoded[i])+44)
}
print(name_decoded_cap,name_decoded_small)
// Output: DSB dsb
// DSB / dsb => Devadut S Balan / devadut s balan

Why 8g6? It’s special for three reasons:

  • 8: Octa, symbolizing strength and symmetry.
  • G: The 7th letter, a nod to structure.
  • 6: Represents balance and harmony.

Why 876?

  • A perfect counting sequence for logical minds.
  • The country code of Jamaica, a hub for early science and technology πŸ”­πŸ–₯️.
  • Jamaica, home of my favorite sports star, Usain St. Leo Bolt πŸƒπŸΏ.

βš™οΈ My Skills

Here’s a snapshot of my technical expertise across multiple domains:

Programming & HPC
DSP & AI
Hardware, Fabrication & RF Engineering
Software, Embedded Systems & Tools

πŸš€ My Interests

My work is fueled by a passion for cutting-edge technology and real-world problem-solving:

  • Applied Physics & Real-World Systems πŸ§ͺ: Solving practical problems with physics-driven solutions.
  • Hardware Design & Fabrication πŸ› οΈ: Building precise components with 3D printing and developing laser-based fabrication systems (in progress).
  • RF Engineering (Antenna Design) πŸ“‘: Exploring RF antenna design for optimal signal performance.
  • Parameter-Efficient AI πŸ€–: Creating efficient, lightweight machine learning models.
  • Real-Time DSP & Embedded ML πŸ“Ά: Optimizing signal processing for edge devices.
  • Robotics & Mechatronics βš™οΈ: Designing intelligent mechanical systems.
  • Bioacoustics & Biomedical Engineering 🌍: Exploring bioacoustics and biomedical signal processing for ecological and medical insights.
  • Web Automation & Web Development πŸ’»: Streamlining processes and crafting user-friendly interfaces.

πŸ”­ Explorations in Progress

Currently working on exciting R&D projectsβ€”follow for updates!

  • Laser-Based PCB Manufacturing System: Developing a system for high-precision PCB fabrication using laser technology.
  • RF Antenna Design Simulations: Exploring antenna designs for optimized RF signal performance.
  • Biomedical Signal Processing Prototypes: Investigating signal processing techniques for biomedical applications.

πŸ† Trophies


πŸ“Š Profile Overview


πŸ’¬ Stack Overflow


🌟 StarDev

Check out 8g6-new's profile on stardev.io

Popular repositories Loading

  1. CARA CARA Public

    A high performance spectrogram with STFT Mel/Brak/CAM and MFCC,BFCC etc support in pure C

    C 8

  2. ktu_scrappy ktu_scrappy Public

    github.com/8g6/ktu_scrappy

    JavaScript 2

  3. mp3_to_wav mp3_to_wav Public

    An mp3 to wav converter using minimp3

    C 1

  4. cloud-remote cloud-remote Public

    CSS

  5. BibFromText BibFromText Public

    Given a list of reference papers serrated by new lines , the program will automatically retrive all Bibs and saved to a file

    JavaScript

  6. simple3d simple3d Public

    A simple 3d printer webserver to control and manage 3d printers

    CSS