~semisol

~semisol/public

Last active 3 years ago
View more

Recent activity

Re: [PATCH nostr-rs-relay 1/2] Implement NIP15 2 years ago

From Semisol to ~gheartsfield/nostr-rs-relay-devel

Yeah. It is a bit hacky but it works :)

[PATCH nostr-rs-relay 2/2] Implement NIP16 2 years ago

From Semisol to ~gheartsfield/nostr-rs-relay-devel

NIP16 introduces a replaceable and ephemeral event range:
[10000..20000) for replaceable and [20000..30000) for
ephemeral.
---
 src/db.rs   | 86 ++++++++++++++++++++++++++---------------------------
 src/info.rs |  2 +-
 2 files changed, 43 insertions(+), 45 deletions(-)

diff --git a/src/db.rs b/src/db.rs
index a4fabc6..8fd5f07 100644
--- a/src/db.rs
+++ b/src/db.rs
@@ -207,30 +207,41 @@ pub async fn db_writer(
            }
[message trimmed]

[PATCH nostr-rs-relay 1/2] Implement NIP15 2 years ago

From Semisol to ~gheartsfield/nostr-rs-relay-devel

NIP15 sends an EOSE notice to clients after all stored events are sent
to allow loading indicators and other use cases.
---
 src/db.rs   |  6 ++++++
 src/info.rs |  2 +-
 src/main.rs | 13 +++++++++----
 3 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/src/db.rs b/src/db.rs
index cbc0172..a4fabc6 100644
--- a/src/db.rs
+++ b/src/db.rs
@@ -575,6 +575,12 @@ pub async fn db_query(
                    })
[message trimmed]

[PATCH tenacityaudio.org] Add Mastodon link 3 years ago

From Semisol to ~tenacity/tenacity-dev

Helps verify the profile meta on Mastodon with rel="me",
and could be an interesting resource for updates.

Signed-off-by: Semisol <hi@semisol.dev>
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index f8d36a3..62f4ecd 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
            <p style="margin-top: -1rem; "><span style="margin-left: 2rem;">an easy-to-use, cross-platform multi-track audio editor/recorder</span></p>
[message trimmed]

Re: [PATCH tenacityaudio.org] Add Mastodon link Helps verify the profile meta on Mastodon with rel="me", and could be an interesting resource for updates. 3 years ago

From Semisol to ~tenacity/tenacity-dev

Except that I screwed up the commit message too badly so that now this
patch is marked as superseded, new one coming in in a moment

[PATCH tenacityaudio.org] Add Mastodon link Helps verify the profile meta on Mastodon with rel="me", and could be an interesting resource for updates. 3 years ago

From Semisol to ~tenacity/tenacity-dev

Signed-off-by: Semisol <hi@semisol.dev>
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index f8d36a3..62f4ecd 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
            <p style="margin-top: -1rem; "><span style="margin-left: 2rem;">an easy-to-use, cross-platform multi-track audio editor/recorder</span></p>
        </header>
        <main>
            <p><a href="https://github.com/tenacityteam/tenacity">Source Repository</a> (<a href="https://git.sr.ht/~tenacity/tenacity">sr.ht</a>) · <a href="https://sr.ht/~tenacity/tenacity/lists">Mailing lists</a> · <a href="irc://irc.libera.chat/tenacity">IRC</a> (<a href="https://web.libera.chat/">web, /join #tenacity</a>) · <a href="https://github.com/tenacityteam/tenacity/releases">Releases</a>
[message trimmed]

Re: Interview request 3 years ago

From Semisol to ~tenacity/tenacity-discuss

Glad to hear you have interest in open source software. I do not know
100% if any members are interested, but I am sure there are probably a
few out there.

I will send a few details in private.