RNS Logo

rns.recipes

◈ 9ce92808be498e9e05590ff27cbfdfe4
NomadNet 1.4.0 released with experimental image support https://pypi.org/project/nomadnet/

Forum Improvements

Started by LinuxinaBit 2b4116b574e3a4f3... ·

Yule Cat b596d85190de9701...
#21

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
#22

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

( Even for anonymous users )

#23

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
#24

(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 #25

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
#26

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
#27

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 06ddae88c732079d...
edited #28

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

Line breaks are fixed now, too

#29

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

#30

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
#31

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
#32

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
#33

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 #34

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

falafool
#35

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 7cafffb51eb97f9f...
#36

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

Zenith
edited #37

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...
#38

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

Zenith Admin
#39

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

#40

A category for feature requests and bug reports

Post a Reply

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

Log in to upload images

Quote
Copied to clipboard