♊︎ch /foo/

General

Return

Anonymous · 6mo · No.2

♊︎ch feedback master post for suggestions & bug reports

Anonymous · 6mo · 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 · 6mo · No.4

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

Anonymous · 6mo · 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 · 6mo · 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 · 6mo · No.72

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

Anonymous · 6mo · 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 · 6mo · 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 · 6mo · 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 · 6mo · No.84

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

Anonymous · 6mo · 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 · 6mo · 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 · 6mo · 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 · 6mo · No.94

okay, here it goes

andrew!z8MmXsU4 · 6mo · 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 · 6mo · 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 · 6mo · No.99

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

sk!_gaAry-2 · 6mo · 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 · 5mo · 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 · 5mo · 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 · 5mo · 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 · 5mo · No.246

@245 Thanks!

andrew!z8MmXsU4 · 5mo · 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 · 5mo · 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 · 5mo · No.480

Thank you <3

!thVV3bpz · 5mo · No.482

Testing certificate posting. very cool.

!thVV3bpz · 5mo · No.483

test

Anonymous · 5mo · No.484

Hello world!

Anonymous · 5mo · No.485

We should all eat more apples.

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

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

Anonymous · 5mo · No.487

Cool. Very.

Anonymous · 4mo · No.563

Cool idea

Anonymous · 3mo · No.572

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

sk!45bJnc3j · 2mo · No.772

i renewed the certs like last month but just forgot to reboot. should be fine now

Anonymous · 2mo · No.773

​>>772 Senpai.

sk!45bJnc3j · 2mo · No.774

​>@$773 that's me

Anonymous · 2mo · No.775

​>>774 I didnt even know this board had a janny, tbh, lol

sk!45bJnc3j · 2mo · No.776

someone's gotta remove the slurs and keep the alt-righters out

Anonymous · 2mo · No.777

​>>776 Basee

Anonymous · 19d · No.866

threads could use titles

sk!3HsRFwOQ · 19d · No.867

i opted for threads to be posts themselves that are replied to, instead of having two separate inputs when creating a thread. just seemed simpler

!eB_z9U0O · 17d · No.868

I really like your way of compressing images. Could you help me do the same for my gemlog?

Anonymous · 17d · No.870

It would be great if URLs were automatically made into gemtext links somehow? E.g replace the url with a number [1] and then put links as footnotes or something. Its a huge pain having to copy paste on mobile.

Anonymous · 17d · No.871

i believe that's already the case you can paste links like this gemini://iich.space/ inline and then they show up at the bottom of posts. works with https://gemini.circumlunar.space/ non-gemini links as well

gemini://iich.space/

https://gemini.circumlunar.space/

sk!3HsRFwOQ · 17d · No.872

@868 i'm using https://imagemagick.org/ to do the dithering for me, you can see the command being used in the source here gemini://iich.space/src/util/images.ts

https://imagemagick.org/

gemini://iich.space/src/util/images.ts

sk!3HsRFwOQ · 16d · No.873

@870 i just now realized that maybe you are only looking at posts on the front page. the links for posts only show up under the posts on the threads pages so as to keep the front page slim

Anonymous · 12d · No.874

hi! just wanted to ask if you could add (small) separators between posts; it's a bit of a pain to differentiate them ><

also glad to see this forum is not already full of /pol/-tier shitpost and slurs ahah

Anonymous · 12d · No.875

​>>847 We commies here.

Post a reply