Skip to content

Instantly share code, notes, and snippets.

View rambalachandran's full-sized avatar

Ram Balachandran rambalachandran

  • Naavil-AI
  • Down Under
View GitHub Profile
@rambalachandran
rambalachandran / Dockerfile
Created October 29, 2025 05:22
AWS Linux Docker With uv Python
FROM public.ecr.aws/amazonlinux/amazonlinux:2023-minimal
# Install Python and required dependencies including build tools
RUN dnf update -y && \
dnf install -y python3 python3-devel shadow-utils gcc gcc-c++ curl-minimal tar && \
dnf clean all
# App user (non-root) and application directory
RUN groupadd -g 1000 app && useradd -u 1000 -g app -m -s /sbin/nologin app && \
mkdir -p /app && chown app:app /app
@rambalachandran
rambalachandran / uBlock Custom Filters
Last active March 24, 2025 10:32
uBlock Customized Filters
!Youtube Filters to filter homepage, recommendations and comments
! based on reddit post: https://www.reddit.com/r/uBlockOrigin/comments/sif7x3/how_to_block_several_youtube_things/
www.youtube.com###contentContainer
www.youtube.com##.ytd-two-column-browse-results-renderer.style-scope > .ytd-rich-grid-renderer.style-scope
www.youtube.com###below
www.youtube.com###related
www.youtube.com##ytd-comments
www.youtube.com##ytd-live-chat-frame
www.youtube.com##yt-live-chat-app
www.youtube.com##ytd-thumbnail > a#thumbnail > div#mouseover-overlay