Skip to content

Instantly share code, notes, and snippets.

@goofansu
goofansu / Smartblocks.md
Last active May 14, 2022 04:33
My daily template on Roam Research. SmartBlocks extension is required, install it on https://roamjs.com/extensions/smartblocks.
  • #SmartBlock Daily
    • [[Daily Highlight]]
      • <%CURSOR%>
    • Morning Routine
      • {{[[TODO]]}} [[Brain dump]]
      • {{[[TODO]]}} [[Active recall]]
      • {{[[TODO]]}} Morning Brew for news
      • {{[[TODO]]}} Daily review on Readwise
      • {{[[TODO]]}} Read Manning books
  • Evening Routine
@goofansu
goofansu / Gemfile
Last active January 30, 2022 12:30
autoloader loads class unexpectedly in classic mode
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.6.5'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem 'rails', '~> 6.1.3'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
# Use Puma as the app server