~yujiri

https://yujiri.xyz

Programmer, writer, philosopher.

Recent activity

[PATCH levee] Fix config example in README 1 year, 2 months ago

From Yujiri to ~andreafeletto/public-inbox

multiple arguments to riverctl spawn must be quoted.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bdbdbe6..a830654 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ zig build --prefix ~/.local install
Add the following toward the end of `$XDG_CONFIG_HOME/river/init`:

```
riverctl spawn levee pulse backlight battery
[message trimmed]

[PATCH levee] Fix config example in README 1 year, 2 months ago

From Yujiri to ~andreafeletto/public-inbox

Apologies if this gets sent incorrectly, this is my first time using sourcehut by email.

I found that levee fails to start without these quotes, river version 0.2.0-dev.117+c0e6482.

[PATCH] Fix parsing of list item lines 1 year, 8 months ago

From Yujiri to ~adnano/go-gemini-devel

According to the Gemtext spec, the space is mandatory: gemini.circumlunar.space/docs/gemtext.gmi

---
 text.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/text.go b/text.go
index fe37df6..86ba77f 100644
--- a/text.go
+++ b/text.go
@@ -125,8 +125,8 @@ func ParseLines(r io.Reader, handler func(Line)) error {
				name = strings.TrimLeft(name, spacetab)
				line = LineLink{url, name}
			}
[message trimmed]

Re: Package managemet vs dependency management 2 years ago

From Yujiri to ~sircmpwn/public-inbox

On Fri, Nov 21, 2021 at 10:55 AM Lennart Regebro <regebro@gmail.com> wrote:

> On Fri, Nov 19, 2021 at 11:50 AM Yujiri <yujiri@disroot.org> wrote:
>> An
>> end-user who doesn't program should never have to use pip or npm.

> That is absolutely true, in theory. In practice, however, they have no choice.
> There is no possible way for me to make packages for all Linux distros.
> In fact, every time I've tried to look into how to make them, I've failed.
> Making a RPM or a DEB is an obtuse and arcane form of magic. And
> how would I go about making one for the infinite amount of Linux distros
> that exist? I haven't got a clue.

> And that's not even mentioning Windows.