nocommentコンパチな偽劣化はてなブックマーク作れる気がしてきたのでアイデアをメモしておく。
nocommentとは任意のページに、そのページに言及しているNostr上の一連のノートを埋め込めるJavaScriptライブラリである。
https://github.com/fiatjaf/nocomment
このライブラリは内部でr-tagを利用し当該ノートを引っ張っている。 Nostrのプロトコル的に書くと、
{
"kinds": [1],
using UnityEngine; | |
using UnityEditor; | |
using System; | |
using System.Collections.Generic; | |
namespace NodeBaseEditor | |
{ | |
/// <summary> | |
/// 接続点の位置を表す定数 | |
/// </summary> |
# coding: utf-8 | |
require 'bundler/setup' | |
require 'faker' | |
require 'mysql2' | |
require 'thor' | |
require 'benchmark' | |
class Bench < Thor |
# namespace :result do | |
# task :foo do | |
# "Result of foo" | |
# end | |
# | |
# task bar: :foo do | |
# "Result of bar" | |
# end | |
# end | |
# |
package main | |
import ( | |
"bufio" | |
"crypto/tls" | |
"encoding/base64" | |
"fmt" | |
"strconv" | |
"strings" | |
) |
nocommentコンパチな偽劣化はてなブックマーク作れる気がしてきたのでアイデアをメモしておく。
nocommentとは任意のページに、そのページに言及しているNostr上の一連のノートを埋め込めるJavaScriptライブラリである。
https://github.com/fiatjaf/nocomment
このライブラリは内部でr-tagを利用し当該ノートを引っ張っている。 Nostrのプロトコル的に書くと、
{
"kinds": [1],