~amolith

https://secluded.site

I work with MBOA.dev on stuff like JMP.chat and co-host the Linux Lads and Linux Dev Time podcasts.

~amolith/willow

Last active 2 months ago

~amolith/public-inbox

Last active 2 months ago

~amolith/book-club-how-to-do-nothing

Last active 3 months ago

~amolith/book-club-announce

Last active 3 months ago

~amolith/willow-announce

Last active 10 months ago

~amolith/libremedia-discuss

Last active 1 year, 1 month ago

~amolith/alderit

Last active 1 year, 11 months ago

~amolith/comms-evaluation

Last active 2 years ago

~amolith/ci

Last active 2 years ago

~amolith/libremedia-federation

Last active 3 years ago
View more

Recent activity

[PATCH cheogram-android] WIP: Add message scheduling option 6 months ago

From Amolith to ~singpolyma/dev

Tapping the option currently just sends emits a debug log line
---
 src/cheogram/res/drawable/schedule_message.xml         | 10 ++++++++++
 .../siacs/conversations/ui/ConversationFragment.java   |  7 +++++++
 src/main/res/menu/fragment_conversation.xml            |  4 ++++
 src/main/res/values/strings.xml                        |  1 +
 4 files changed, 22 insertions(+)
 create mode 100644 src/cheogram/res/drawable/schedule_message.xml

diff --git a/src/cheogram/res/drawable/schedule_message.xml b/src/cheogram/res/drawable/schedule_message.xml
new file mode 100644
index 000000000..48b9bec65
--- /dev/null
+++ b/src/cheogram/res/drawable/schedule_message.xml
[message trimmed]

[PATCH sgx-jmp] Add script for testing Snikket launch end-to-end 7 months ago

From Amolith to ~singpolyma/dev

---
 bin/test_snikket_launch | 137 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 137 insertions(+)
 create mode 100755 bin/test_snikket_launch

diff --git a/bin/test_snikket_launch b/bin/test_snikket_launch
new file mode 100755
index 0000000..9f696c9
--- /dev/null
@@ -0,0 +1,137 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

[message trimmed]

[PATCH sgx-jmp] Add command to stop Snikket instance 7 months ago

From Amolith to ~singpolyma/dev

---
 forms/{snikket_id.rb => snikket_delete.rb} |  0
 forms/snikket_stop.rb                      |  9 ++++++++
 lib/snikket.rb                             | 25 ++++++++++++++++++++++
 sgx_jmp.rb                                 | 25 +++++++++++++++++++++-
 4 files changed, 58 insertions(+), 1 deletion(-)
 rename forms/{snikket_id.rb => snikket_delete.rb} (100%)
 create mode 100644 forms/snikket_stop.rb

diff --git a/forms/snikket_id.rb b/forms/snikket_delete.rb
similarity index 100%
rename from forms/snikket_id.rb
rename to forms/snikket_delete.rb
diff --git a/forms/snikket_stop.rb b/forms/snikket_stop.rb
[message trimmed]

Re: [Idea] Support for git-bug in todo.sr.ht? 7 months ago

From Amolith to ~sircmpwn/sr.ht-discuss

There's also an issue already open to add support for SourceHut, though
it doesn't look like it made much progress.

https://github.com/MichaelMure/git-bug/issues/1024

Re: [Idea] Support for git-bug in todo.sr.ht? 7 months ago

From Amolith to ~sircmpwn/sr.ht-discuss

I would very much like to see support for git-bug as well, though I
don't have any particular thoughts on UX implementation.

I love the idea of directly including issues in the repo, and I think
doing so makes a lot of sense when encouraging distributed
collaboration; anyone who clones the repo automatically has the issues
and related discussions offline rather than having to obtain them
separately and import them to their mail client (lists.sr.ht) or
constantly refer back to the web UI (todo.sr.ht).

Very much a +1 from me.

[PATCH] Add command to delete snikket instance 7 months ago

From Amolith to ~singpolyma/dev

---
 forms/snikket_id.rb |  9 +++++++++
 sgx_jmp.rb          | 23 +++++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 forms/snikket_id.rb

diff --git a/forms/snikket_id.rb b/forms/snikket_id.rb
new file mode 100644
index 0000000..5e3f623
--- /dev/null
+++ b/forms/snikket_id.rb
@@ -0,0 +1,9 @@
form!
title "DELETE Snikket Instance"
[message trimmed]

Re: [PATCH] Add static file server #23 7 months ago

From Amolith to ~amolith/public-inbox

Applied and pushed, thanks! :)

[PATCH] doc: mention Arch Linux packages in AUR 7 months ago

From Amolith to ~whereswaldon/watt-wise-devel

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index c70b494..a483449 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,12 @@ You can also directly pipe sensor data to the GUI:
sudo ./watt-wiser-sensors | ./watt-wiser
```

### Installation from distro repositories

[message trimmed]

Re: SSH via public WIFI, port 22 blocked 8 months ago

From Amolith to ~sircmpwn/sr.ht-discuss

> For cases like this, I have https://wireskip.com/ set up. Has worked
> quite well so far.

That looks really cool, I might have to set that up for myself. Thank
you for mentioning it! :)