♊︎ch /foo/

General

Return

Anonymous · 3mo · No.2

♊︎ch feedback master post for suggestions & bug reports

Anonymous · 3mo · No.3

♊︎ch cofounder here. we're starting with just a couple of boards to gauge interest. Let us know if there are other boards you'd like to see in the future

Anonymous · 3mo · No.4

I've been corrected: ♊︎ch intern here.

Anonymous · 3mo · No.59

I would love to have a way to subscribe (as described in [0]) to selection of boards. For example, quering /sub?boards=foo,prog,anime could return a page with new messages on foo, prog and anime boards

[0]: gemini://gemini.circumlunar.space/docs/companion/subscription.gmi

gemini://gemini.circumlunar.space/docs/companion/subscription.gmi

Anonymous · 3mo · No.70

@59 that was a cool suggestion, thanks

the spec they describe is relatively loose but i wanted to adhere to it as closely as possible which meant not having timestamps in the dates though if that ends up being a problem then i can change it to have the time in there anyways. otherwise it truncates the comments and caps the posts out at 50. let me know if this works for you!

a link for example:

gemini://IIch.space/recent?lit,prog

gemini://IIch.space/recent?lit,prog

Anonymous · 3mo · No.72

@70 this is exactly what I meant! You shipped it so quickly, thanks

Anonymous · 3mo · No.77

@72 glad to help, let me know if you have more ideas

i've been thinking about adding a way to sign posts. something like a tripcode but by just providing a cert you can have `Post a reply` alongside `Post a signed reply` and it would add some sort of hash or replace the `Anonymous`. maybe useful for OPs to verify they're the OP? thoughts?

Anonymous · 3mo · No.79

@77 I would definitely use that :) It would be useful for everyone - I want to be sure that you know that I am the same guy who wrote @59 and @72

Anonymous · 3mo · No.80

Oh, maybe you should make the part of message that has Anonymous, time and No into a small header. It would be easier to distinguish different messages in a thread

Anonymous · 3mo · No.84

@80 I wonder if header, or link that auto-inserts the @ID reply?

Anonymous · 3mo · No.87

@84, hmm, how would you make it obvious to user? AFK, there is no way to send "initial text" along with 10 code to client side

sk!_gaAry-2 · 3mo · No.91

@79 so here is the first signed message, if you choose on your client to use a cert it should have two links at the bottom you can use. i should maybe show what signature you would be posting with... i'll put that in later. it replaces the `Anonymous` in the post title line so should be easy to keep track of

sk!_gaAry-2 · 3mo · No.93

also the signature is randomly generated based on your client cert and a salt so apparently my name is gaAry now

andrew!z8MmXsU4 · 3mo · No.94

okay, here it goes

andrew!z8MmXsU4 · 3mo · No.95

Well, I can't read that 😛 This is good enough, thank you. But... you may like to experiment, I don't know? You could try generating "name" from syllables, like some password generators do

I feel bad for suggesting to many things, better work less and not burn out :)

sk!_gaAry-2 · 3mo · No.96

what if the hashed signature were consistent, but an option to have a "name" that can precede the !. so you can change your name however much you want and there can even be collisions with others if they also want to be named gary, but the signature suffix is consistent so "gary!_gaAry-2" and "gary!z8MmXsU4" are able to still be differentiated

Anonymous · 3mo · No.99

@96 this is how it's done on most imageboards these days so I like that

sk!_gaAry-2 · 3mo · No.101

alright! names can precede the hashes now. if you're using a cert, there's a link to change it at the bottom of the index page for now

sk!_gaAry-2 · 3mo · No.135

i tried actually subscribing to the feed page i put up and saw it was borked because individual posts could link to the same thread with the same url and would not show for each item. they all now link to absolute paths for each one so feeds should update properly. i also put in a new param to the recents page so you can subscribe to all the boards at once instead of each of every one gemini://IIch.space/recent?all

gemini://IIch.space/recent?all

Anonymous · 3mo · No.244

@2 What settings are you using for dithering and compression on /img? I like the effect and am considering using it on my own gemsite.

sk!_gaAry-2 · 3mo · No.245

@244 i'm using https://github.com/ImageMagick/ImageMagick to handle it all for me. i did try out using a png optimizer after the dithering step but it didn't do much better than what imagemagick already produces so i decided against having one more dependency. the exact command i use is

convert $INPUT -resize '512x512>' -ordered-dither o2x2,3 $OUTPUT

https://github.com/ImageMagick/ImageMagick

Anonymous · 3mo · No.246

@245 Thanks!

andrew!z8MmXsU4 · 2mo · No.477

Update on previous feature request: maybe add `exclude` key to `/recent` endpoint? So one can exclude specific threads from subscription

sk!_gaAry-2 · 2mo · No.478

yeah for real. i just added muting threads. people can still post in them but they'll be confined to the threads themselves and won't bump recent posts or the feed. i went ahead and muted the obvious thread in question.

andrew!z8MmXsU4 · 2mo · No.480

Thank you <3

!thVV3bpz · 2mo · No.482

Testing certificate posting. very cool.

!thVV3bpz · 2mo · No.483

test

Anonymous · 2mo · No.484

Hello world!

Anonymous · 2mo · No.485

We should all eat more apples.

sk!_gaAry-2 · 2mo · No.486

hey @482 fixed a bug that prevented your cert hash from showing up. found it thanks to your test, so thanks!

Anonymous · 2mo · No.487

Cool. Very.

Anonymous · 1mo · No.563

Cool idea

Anonymous · 25d · No.572

I'm genuinely surprised this is possible. Yaaay for shitposting without all the bloat from the web.

Post a reply