···11+-- Insert items from 8 days ago (Hot Links window is 6-12 days)
22+INSERT INTO ircLink (user, title, url, clicks, content_type, timestamp) VALUES
33+('history_buff', 'Ancient Link 1', 'http://old.example.com/1', 10, 'text', datetime('now', '-8 days')),
44+('history_buff', 'Ancient Link 2', 'http://old.example.com/2', 5, 'text', datetime('now', '-8 days')),
55+('history_buff', 'Ancient Link 3', 'http://old.example.com/3', 20, 'text', datetime('now', '-9 days'));
+10
tests/load_fixtures.sh
···1919# Standard Link
2020$ADD_LINK_SCRIPT "web_surfer" "http://costs.wtf"
21212222+ADD_QUOTE_SCRIPT="./tests/add_quote.sh"
2323+2424+# Quotes
2525+$ADD_QUOTE_SCRIPT "Linus Torvalds" "Talk is cheap. Show me the code."
2626+$ADD_QUOTE_SCRIPT "Brian Kernighan" "Debugging is twice as hard as writing the code in the first place."
2727+$ADD_QUOTE_SCRIPT "Simba" "Everything the light touches is our kingdom."
2828+2929+echo "Loading backdated 'Hot Links' directly into DB..."
3030+sqlite3 tumble.sqlite < tests/fixtures_hot.sql
3131+2232echo "Fixtures loaded."
+15
thoughts
···99api docs
1010document code
11111212+makefile needs help target
1313+add year to the date in the stylesheet.
1414+Page next/prev buttons at the top too, or have keyboard shortcuts
1515+1616+Tweet we could link
1717+https://x.com/jcockhren/status/1229101594505097216?s=20
1818+1919+Testing other media types
2020+2121+Trailing whitespace
2222+2323+Search-fu 404 page needs text updated
2424+Resposive sizing, mobile maybe
2525+2626+If it's botd blur it out unless you mouse over?