Skip to content

Instantly share code, notes, and snippets.

View Heliosmaster's full-sized avatar
☀️

Davide Taviani Heliosmaster

☀️
View GitHub Profile
@reborg
reborg / rich-already-answered-that.md
Last active February 18, 2026 01:27
A curated collection of answers that Rich gave throughout the history of Clojure

Rich Already Answered That!

A list of commonly asked questions, design decisions, reasons why Clojure is the way it is as they were answered directly by Rich (even when from many years ago, those answers are pretty much valid today!). Feel free to point friends and colleagues here next time they ask (again). Answers are pasted verbatim (I've made small adjustments for readibility, but never changed a sentence) from mailing lists, articles, chats.

How to use:

  • The link in the table of content jumps at the copy of the answer on this page.
  • The link on the answer itself points back at the original post.

Table of Content

@IanColdwater
IanColdwater / twittermute.txt
Last active March 8, 2026 00:11
Here are some terms to mute on Twitter to clean your timeline up a bit.
Mute these words in your settings here: https://twitter.com/settings/muted_keywords
ActivityTweet
generic_activity_highlights
generic_activity_momentsbreaking
RankedOrganicTweet
suggest_activity
suggest_activity_feed
suggest_activity_highlights
suggest_activity_tweet
@J08nY
J08nY / intervals_flat_skyline.js
Last active July 28, 2025 12:26
Makes the past workout skyline flat and look like the normal one.
// ==UserScript==
// @name Skyline Chart Gradient Flattener
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Sets all gradient stops in #skyline-chart-gradients to constant opacity (stop-opacity: 0.8) and adds a stroke.
// @author You
// @match https://intervals.icu/*
// @grant none
// ==/UserScript==