Skip to content

Instantly share code, notes, and snippets.

View phanirithvij's full-sized avatar
💫
you spin my head right round ..

loudgolem phanirithvij

💫
you spin my head right round ..
View GitHub Profile
@phanirithvij
phanirithvij / default.nix
Created January 18, 2025 06:52 — forked from nmattia/default.nix
Report for runtime dependencies of a derivation
# MIT License, see below
#
# These are some helpers for figuring out the derivations attributes of runtime
# dependencies of a derivation, in particular the function `runtimeReport`. At
# the bottom of the file you can see it used on `hello`. Spoiler: glibc is a
# runtime dependency.
# For more info see
#
# https://nmattia.com/posts/2019-10-08-runtime-dependencies.html
@phanirithvij
phanirithvij / readme.md
Created January 24, 2025 15:49
test image

image

@phanirithvij
phanirithvij / README.md
Last active January 29, 2025 16:06
debug_colab, basic tmux server for google colab, alternative to embedded colab-xterm
  • It relies on free plan of cloudflare tunnels. You can ofcourse adapt it to use ngrok, frp etc.
  • It depends on nix, because nix is simply the best option to install software on linux.
  • Not any better than xterm, and because it opens in a new tab, might even kill the colab

So overall use at your own risk.

@phanirithvij
phanirithvij / B2_snapshot_restore.clean.ipynb
Created February 10, 2025 09:50 — forked from Jwink3101/B2_snapshot_restore.clean.ipynb
Demonstration of extracting from a Backblaze Restor
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@phanirithvij
phanirithvij / main.go
Created May 9, 2025 11:45
seedr.cc webseed proxy
package main
import (
"fmt"
"io"
"log"
"net/http"
"net/url"
)