Skip to content
View solace's full-sized avatar
Block or Report

Block or report solace

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
solace/README.md
  • 👋 Hi, I’m Michele Ong (@solace)
  • 💡 I’m a technologist, creator, and podcaster
  • 👩🏻‍💻 I provide technology and business consulting services
  • 🌱 I'm working on building my own apps and SaaSs to help solve issues I'm having in my own workflows
  • 🎙️ I'm also the host of a YouTube channel and podcast called STEAM Powered (https://steampoweredshow.com/)
  • 🧭 You can find me at https://micheleong.com/

Pinned

  1. Convert DaVinci Resolve marker edl t... Convert DaVinci Resolve marker edl to YouTube usable timeline
    1
    """
    2
    Check out STEAM Powered (https://steampoweredshow.com/) where I have conversations
    3
    with women in STEAM to learn a bit about what they do and who they are.
    4
    https://www.steampoweredshow.com/learn-more
    5
    """
  2. Bake-in captions into videos using s... Bake-in captions into videos using srts and ffmpeg
    1
    #!/bin/bash
    2
    
                  
    3
    # Check out STEAM Powered (https://steampoweredshow.com/) where I have conversations
    4
    # with women in STEAM to learn a bit about what they do and who they are.
    5
    # https://steampoweredshow.com/learn-more/
  3. Google Cloud Speech-to-Text SRT Gene... Google Cloud Speech-to-Text SRT Generator
    1
    """
    2
    Check out STEAM Powered (https://steampoweredshow.com/) where I have conversations
    3
    with women in STEAM to learn a bit about what they do and who they are.
    4
    https://steampoweredshow.com/learn-more/
    5
    """
  4. Django: Add Permissions to Groups du... Django: Add Permissions to Groups during Migration
    1
    # YMMV
    2
    
                  
    3
    from django.conf import settings
    4
    from django.contrib.auth.models import Group, Permission
    5
    from django.core.management.sql import emit_post_migrate_signal