Skip to content

Instantly share code, notes, and snippets.

View trilin6's full-sized avatar
🎯
Focusing

trilin6

🎯
Focusing
View GitHub Profile
@trilin6
trilin6 / README.md
Last active October 7, 2025 18:43
UK Stay Options for International Student on Leave of Absence

UK Stay Options for International Student on Leave of Absence

Perfect — let’s clarify everything specifically around Student visa curtailment and the 60-day “grace” period, and integrate it into a revised, precise Markdown document. I’ll explain exactly when the 60 days begins, what counts as revocation, and how it interacts with applications and Right to Rent.


UK Stay Options for International Student on Leave of Absence (8-Month Gap) – Clarified Student Visa Timeline

Important Clarification: Student Visa Curtailment

@trilin6
trilin6 / brew-health-alt.bash
Last active June 12, 2025 12:37 — forked from khys/brew-health
Health-check script for Homebrew.
#!/bin/bash
brew update
brew upgrade
brew cleanup -s
brew cask cleanup
#now diagnotic
brew doctor
brew missing
apm upgrade -c false
/opt/bin/updateCCTF.sh && terminal-notifier -message “git pull done :-)” -title “CCTF up to date”
@trilin6
trilin6 / 2022.md
Created June 7, 2025 20:27
Japanese Stationary Awards (2023-2025)

🖋️ 2022 Japan Stationery Awards – Official Winners List 🇯🇵

Celebrating the most innovative, functional, and beautifully designed stationery products from Japan’s top creators.


🏆 Major Awards

🥇 Grand Prize

Ballsign iD PLUS Gel PenSakura Color Stationery

Centralized File Sharing


Site Size Limit API Clearnet Mirrors Tor Mirrors Online
GoFile.io No Limit API N/A

GPG Installation and Key Management Guide for macOS 🚀

This guide walks you through installing GPG on macOS, managing keys, creating a new ECC key with Curve25519, and integrating with GitHub for secure commit signing. Let’s dive in! 💡

1. Installing GPG on macOS 🛠️

Recommended Method ✅

Install GPG using Homebrew:

brew install gnupg
@trilin6
trilin6 / guide.md
Last active May 11, 2025 13:48
Ultimate R VS-Code Setup Guide

🌟 Introduction

Using R in Visual Studio Code (VSCode) on macOS offers a lightweight, flexible, and powerful alternative to RStudio. This guide walks you through installing R, configuring VSCode with the official R extension, and setting up advanced tools like radian and interactive plotting. Tailored for macOS, it’s perfect for beginners and pros alike! 😎


🛠️ Prerequisites

Before we start, ensure these are installed:

  • R Programming Language
  • Grab R (3.4.0+) from CRAN.
@trilin6
trilin6 / devcontainers.md
Created May 11, 2025 10:52
R DevContainers V2 Guide

🧪 VS Code Dev Containers for R — Ranked & Explained

A ranked comparison of R dev containers that work great in VS Code, both locally with Docker and remotely via GitHub Codespaces.


✅ Summary

@trilin6
trilin6 / devcontainers-guide.md
Last active May 11, 2025 10:45
R DevContainers Guide

Below is a ranked list of the key VS Code Dev Container repositories and templates for R—both those you mentioned and a couple of noteworthy extras—ordered by overall completeness, maintenance/activity, and feature set.

In summary, revodavid/devcontainers-rstudio tops the list as a fully featured, workshop-ready container (including RStudio Server, Quarto, and teaching materials) with the highest star count and active maintenance GitHubGitHub. Next is grantmcdermott/codespaces-r2u, which leverages the Rocker Dev Container Features and the r2u tool for fast, reproducible package installs in GitHub Codespaces GitHubdirk.eddelbuettel.com. Third is the **rocker-org/devcontainer-t

@trilin6
trilin6 / .iterm-colours.zsh
Created April 25, 2025 14:55 — forked from aclarknexient/.iterm-colours.zsh
Set iTerm2 tab colours based on the command you are running
# A dotfile to turn iTerm2 tabs a different colour based on the command glob.
# Useful for marking different environments in different colours.
# Cargo-culted from multiple sources, apologies for not fully acknowledging them :(
# Edit the line that reads "if [[ "$1" =~ "^(login-helper) " ]]; then" and replace
# "login-helper" with whatever command you use to authenticate. Then modify the case
# statement to match your auth command's arguments. For example: you may use a script
# called "authsaml" to authenticate, and its arguments are dev, test, preprd, and prd.
# Change the colour function you call if you want to change tab colours.