Skip to content

Instantly share code, notes, and snippets.

@seanwcom
seanwcom / obsidian.css
Last active April 9, 2022 04:24
Bear.app stylings for Obsidian
/*
This now lives in a proper repo: https://github.com/seanwcom/Red-Graphite-for-Obsidian
*/
@krisleech
krisleech / hex.md
Created October 20, 2014 12:58
Hexagonal Rails

Entity

class Bid < ActiveRecord::Base
  belongs_to :buyer, class_name: Customer
  
  def self.from_form(form)
    new(form.attributes)
  end
end
@esamattis
esamattis / unblockdns.md
Last active May 5, 2022 17:45
Transparent Netflix only region unblock with Asuswrt Merlin

Transparent Netflix only region unblock with Asuswrt Merlin

Ad-free time!, UnoTelly etc. services provide a nice way to unblock regions for Netflix and others using their custom DNS servers.

But I don't want to direct all my DNS traffic to them and I'm too lazy to manually configure all my devices (phones, tablets, media center boxes etc.). So here's how to transparently unblock Netflix for all your devices using the [Asuswrt Merlin][merlin] firmware. It's a custom router firmware which can be used on the Asus RT-N66U router for example.

Prerequisites

Enable JFFS partition and SSH login from http://<ROUTER-IP>/Advanced_System_Content.asp