Skip to content

Instantly share code, notes, and snippets.

@m4chinations
m4chinations / gist:f6d58711a94077d96cf4157665b0bab3
Created March 1, 2026 04:33
hackernews account age and karma userscript
// ==UserScript==
// @name HN User Info (Age & Karma)
// @namespace https://news.ycombinator.com/
// @version 1.0
// @description Shows account age (in days) and karma next to every username on Hacker News
// @match https://news.ycombinator.com/*
// @grant GM_xmlhttpRequest
// @grant GM.xmlHttpRequest
// @connect hacker-news.firebaseio.com
// ==/UserScript==
function P(numDraws) {
return 1 - (math.combinations(3, 0) * math.combinations(37, numDraws)) / math.combinations(40, numDraws)
}
let ans = [];
for (var i = 1; i < 40; i++) { ans.push(i); }
ans = ans.map(x => P(x));
#mainNavigation {
display: none;
}
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="https://tinyletter.com/sophieck" method="post" target="popupwindow" onsubmit="window.open('https://tinyletter.com/sophieck', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true"><p><label for="tlemail">Enter your email address to receive something to make you smile (ROSE), something to make you think (THORN), and something to look forward to (BUD) every two weeks. Stellar gifs guaranteed.</label></p><p><input type="text" style="width:140px" name="email" id="tlemail" /></p><input type="hidden" value="1" name="embed"/><input value="Subscribe" style="font-family: proxima-nova" type="submit"><p><a href="https://tinyletter.com" target="_blank">powered by TinyLetter</a></p></form>
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="https://tinyletter.com/sophieck" method="post" target="popupwindow" onsubmit="window.open('https://tinyletter.com/sophieck', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true"><p><label for="tlemail">Enter your email address to receive something to make you smile (ROSE), something to make you think (THORN), and something to look forward to (BUD) every two weeks. Stellar gifs guaranteed.</label></p><p><input type="text" style="width:140px" name="email" id="tlemail" /></p><input type="hidden" value="1" name="embed"/><input value="Subscribe" style="font-family: proxima-nova" type="submit"><p><a href="https://tinyletter.com" target="_blank">powered by TinyLetter</a></p></form>
<input value="Subscribe" style="font-family: proxima-nova" type="submit">
@m4chinations
m4chinations / gist:b8820c8fed03c22f04b3
Created August 24, 2014 19:37
convos install fail
convos@web:~/convos# curl -L http://convos.by/install.sh | bash -
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1106 100 1106 0 0 8 0 0:02:18 0:02:06 0:00:12 345
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0convos-release/
convos-release/.editorconfig
convos-release/.env
convos-release/.gitignore
b.box(blocks.oak)
@m4chinations
m4chinations / test5.java
Created November 19, 2013 00:11
sick new template
/**
* User: links
* Date: 11/18/13
* ... __ __ ________
* .. / / ___ ________ ___ / |/ / ___/
* . / _ \/ _ `/ __/ _ \/ _ \/ /|_/ / /__
* ./_.__/\_,_/\__/\___/_//_/_/ /_/\___/
*/