Skip to content
View Olshansk's full-sized avatar
🦉
🦉

Organizations

@pokt-network

Block or report Olshansk

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
Olshansk/README.md

Pinned Loading

  1. interview interview Public

    Everything you need to prepare for your technical interview

    17.8k 3.7k

  2. postgres_for_everything postgres_for_everything Public

    How to reduce complexity and move faster? Just Postgres for everything.

    1.4k 44

  3. A bash wrapper around python's mlx_w... A bash wrapper around python's mlx_whisper to leverage the GPU on a mac for transcription
    1
    # A one liner to leverage the GPU on a mac to transcribe audio files
    2
    # Inspired by https://simonwillison.net/2024/Aug/13/mlx-whisper/
    3
    llm_transcribe_recording () {
    4
    	local file_path="$1"
    5
    	python3 -c "
  4. A handy bash function to convert a v... A handy bash function to convert a video (e.g. a screen cap) to a gif using ffmpeg in your shell
    1
    function video_to_gif {
    2
      local input_video_path="$1"
    3
      local output_gif_path="$2"
    4
      local fps="${3:-10}"
    5
      local scale="${4:-1080}"
  5. test_iex test_iex Public

    A utility module that helps you iterate faster on unit tests.

    Elixir 9 4

  6. pgessays-rss pgessays-rss Public

    An RSS feed generator for Paul Graham's essays

    Python 6 1