Skip to content

Instantly share code, notes, and snippets.

View geoah's full-sized avatar
🦄
Arghxd

George Antoniadis geoah

🦄
Arghxd
View GitHub Profile

Nimona

Status

Nimona is in active development and still in very early stages of design. Everything before v1 should be considered proof of concept and not be used in production or mission critical systems. All future versions will be backwards compatible; for better or worse.

Abstract

Nimona’s aim is to create a set of protocols that allows users to use compatible applications to create and share data without being restricted to the application that created them or having to force other users to use the same application to access them. Users are always in control of their relationships, their data, and who they share them with.

/*
Extra style for `github.com/sindresorhus/refined-github`.
- Adds and adds better styling to the un/star button on the newsfeed.
*/
.dashboard .watch_started .border-gray.flex-items-baseline .text-bold.text-gray-dark,
.dashboard .repo .border-gray.flex-items-baseline .text-bold.text-gray-dark,
.dashboard .public .border-gray.flex-items-baseline .text-bold.text-gray-dark {
@geoah
geoah / Alliance, Gnome Warlock.md
Last active August 26, 2019 15:34
WOW Classic Leveling Guides

Alliance, Gnome Warlock

Alt

Create a new Alt character, any Warlock, start leveling.

  • Level 5. Move to the nearest city.
  • Level 5. Pick up leatherworking.
  • Level 5. Pick up tailoring.
@geoah
geoah / stream.go
Created January 26, 2022 18:33
go1.18-eventsource-poc-v0
package stream
import (
"fmt"
"nimona.io/pkg/object"
)
type (
Applicable[State any] interface {