It’s #Friday folks!
Have the best #weekend you can!
You know the drill:
Be #kind
Be #gentle
Be #true
Be like #bees
And remember if you want to renovate your place looks like you can just fire ahead now - no need to check with the relevant authorities or seek permits…
Just right-winging the East Wing baby, right-winging the East Wing…
This one’s for the landscape orientated among you:
It’s #Friday folks!
Have the best #weekend you can!
You know the drill:
Be #kind
Be #gentle
Be #true
Be like #bees
And remember if you want to renovate your place looks like you can just fire ahead now - no need to check with the relevant authorities or seek permits…
Just right-winging the East Wing baby, right-winging the East Wing…
This one’s for the landscape orientated among you:
❯ cargo run -q --bin iocaine -- -c tmp/inception/config.kdl -c tmp/inception/kdl.d show config -f kdl
initial-seed foobar
prometheus-server metrics:foo {
bind "127.0.0.1:42042"
persist-path "/var/lib/iocaine/metrics.foo.json"
}
http-server main {
bind @iocaine.socket unix-socket-access=group
initial-seed "1234"
use-metrics metrics:foo
handler "tmp/inception" language=roto compiler=none {
bar {
hello world
x
}
foo bar baz
hello {
that {
foo bar
}
this 1 2 3 4
}
x y
}
}
haproxy-server spoa {
bind @iocaine.spoa.socket
use-metrics metrics:foo
handler "tmp/inception" language=fennel compiler=fennel.lua
}
Nice.
❯ cargo run -q --bin iocaine -- -c tmp/inception/config.toml -c tmp/inception/config.d show config -f kdl
initial-seed foobar
http-server main {
bind "127.0.0.1:42069"
handler "tmp/inception" language=roto {
foo bar
hello world
kukucs [#true](/hashtag/true)
}
}
Good job, me!