◈ 9ce92808be498e9e05590ff27cbfdfe4
RRC hub: 28c7c1a68c735693aa8e6b8193ed44b2 (join room general)
Forum / Off-topic / Forum Improvements

Forum Improvements

Started by LinuxinaBit 2b4116b574e3a4f3... ·

Yule Cat 927f148e0e2b2728...

Apologies for the double-post but I also would like to second dude.eth (hey, Ratspeak!) on the archival bit. I don't think I'm alone in believing that the internet should not forget. Of course, individuals will still have caches, and this (https://github.com/OSK-provenis/reticulum-NAP) has some ideas on sharing those. But, for now, something built-in would make sense.

falafool

Agree.
Although before creating a built in archival system, I think a deletion system should be in place first.

( Even for anonymous users )

View all on Latest posts should show more than 10 posts, or give an option to show more (or show another page of the next 10 most recent posts)

welo

(I'm not welo this a test)

Can we make it so that names can be reserved for logged in/lxmf users? like NickServ on IRC

Zenith Admin
edited

NEW!!!

image.png
We now have search with vector embeddings using ollama and https://ollama.com/library/nomic-embed-text
The search backend works on both versions of rns.recipes

  • New light theme for legacy HTTPS mirror
  • Sort by created at / newest / most replies
  • Watched threads for NomadNet with LXM message notifications
  • Export threads as .md
  • Light theme for NomadNet
  • Anchors for NomadNet
  • A bunch of other stuff
Zenith Admin

Next up:

  • Image thumbnail with clickable preview
  • More markdown options in the editor
  • Mutually exclusive buttons

Also, the search is still indexing and I need a few more things to finish up with the watched thread LXM notifications

Zenith Admin

LXM notifications are live for NomadNet :)

If you are identified, hit the "Watch" link to watch a thread. When there is new activity, you will get sent a message

Zenith 19c5d885e2d7a4a1...
edited

You can now set your avatar from NomadNet using ASCII/Unicode art :)

Line breaks are fixed now, too

some way of replying that doesn't require embedding the text from the person's original post because it can become unwieldy quickly

Also, the site does not notify you if someone has posted a new reply while you have been reading/writting a response, would be nice functionality (sadly web only cause I don't think you could do something like that with nomadnet)

Torlando

I think there is an issue with escaping the backtick prior to links posted in comments. The following message:

  `[link_text`bf2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]

  `[f2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]

gets rendered like:

[link_text f`bf2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]

`[f2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]

And is served from the nomadnet node as:

  `B222`Faaa [link_text `f`bf2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]

  \`[f2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]

and the web server as:

<p>
  <code>[link_text</code)>
  "f2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]"
</p>
<p>`[f2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]</p>
  

original message accessible via https://rns.recipes/forum/general/rss-for-rns or 9ce92808be498e9e05590ff27cbfdfe4:/page/forum/thread.mu`cat=general|thread=rss-for-rns

Torlando

I think there is an issue with escaping the backtick prior to links posted in comments. The following message:

  `[link_text`bf2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]

  `[f2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]

gets rendered like:

[link_text f`bf2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]

`[f2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]

And is served from the nomadnet node as:

  `B222`Faaa [link_text `f`bf2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]

  \`[f2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]

and the web server as:

<p>
  <code>[link_text</code)>
  "f2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]"
</p>
<p>`[f2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]</p>
  

original message accessible via https://rns.recipes/forum/general/rss-for-rns or 9ce92808be498e9e05590ff27cbfdfe4:/page/forum/thread.mu`cat=general|thread=rss-for-rns

Zenith Admin

Torlando wrote:

I think there is an issue with escaping the backtick prior to links posted in comments. The following message:

  `[link_text`bf2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]

  `[f2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]

gets rendered like:

[link_text f`bf2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]

`[f2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]

And is served from the nomadnet node as:

  `B222`Faaa [link_text `f`bf2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]

  \`[f2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]

and the web server as:

&lt;p&gt;
  &lt;code&gt;[link_text&lt;/code)&gt;
  &quot;f2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]&quot;
&lt;/p&gt;
&lt;p&gt;`[f2f0c16335276d6588b52a2399eb5d3e:/page/index.mu]&lt;/p&gt;
  

original message accessible via https://rns.recipes/forum/general/rss-for-rns or 9ce92808be498e9e05590ff27cbfdfe4:/page/forum/thread.mu`cat=general|thread=rss-for-rns

Yes. all Micron tags are escaped. I will add something to where in the Nomad node we have some regex for link handling.

joakim b918e659eeedac9a...
edited

Bug: My NomadNet registered account displays my identity hash as my LXMF address on the web (here)

falafool

Zenith wrote:

NEW!!!

[image]
We now have search with vector embeddings using ollama and https://ollama.com/library/nomic-embed-text
The search backend works on both versions of rns.recipes

  • New light theme for legacy HTTPS mirror
  • Sort by created at / newest / most replies
  • Watched threads for NomadNet with LXM message notifications
  • Export threads as .md
  • Light theme for NomadNet
  • Anchors for NomadNet
  • A bunch of other stuff

Woah context search is really cool, I just imagine some people might overshare even in a searchbar, I hope ollama logs are not kept, or that noone snoops in the RAM.

Sojourner 224cc7a1b49c26a2...

I'd like to add an improvement; the !verify command for this forum should instead be !Verify (with a capital v)

Zenith
edited

joakim wrote:

Bug: My NomadNet registered account displays my identity hash as my LXMF address on the web (here)

Working on fixing this one right now. You'll have an option to chose to display either the identity hash or your LXMF destination.

Also working on editing and post deletion for anonymous / Nomad users.

Sojourner wrote:

I'd like to add an improvement; the !verify command for this forum should instead be !Verify (with a capital v)

Hi Sojourner. Could you explain why?

Torlando db3ffd2575469a78...

Loving the new LXMF notifications. Would it be possible to include a nomadnet link to the watched thread in the notification message?

Zenith Admin

Torlando wrote:

Loving the new LXMF notifications. Would it be possible to include a nomadnet link to the watched thread in the notification message?

Yes, that can be done

A category for feature requests and bug reports

Post a Reply

Markdown

Supports Markdown: **bold**, *italic*, `code`, ```code blocks```, [links](url)

Log in to upload images

Proof of work verification for anonymous posting

Copied to clipboard