Lemmy Fans

35 readers
2 users here now

Welcome to Lemmy.fan!

This instance succeeds on one simple mantra: Be kind, and do unto others as you have done to yourself. Consider for a moment that we're ALL on the the same rapidly-spinning, mostly-watery orb, hurtling through space at fantastic speeds, and trading metal and paper for our livelihoods. The unknown will always dwarf the known. Learning never ends. We may be experts in something, but no one person is an expert in all things.

Given that, here our are very simple

Rules

Facts based in reality and science are not debatable.

Opinions are great, just be ready to back yours up with a solid foundation of factual information and/or research.

No NSFW communities are allowed to be created on this instance.

Community creation is encouraged so long as it is actively moderated.

Donations are not being accepted or expected. This rule may change IF the instance grows beyond current capacity. Please enjoy an ad-free, donation-free social media experience.

Lastly, negative behaviors such as trolling, harassment, stalking, brigading, and other offensive behaviors as judged by the instance admin(s) will not be tolerated. Immediate and permanent bans are issued for spammers, trollers, vote brigaders, stalkers, harassers, and those of similar ilk. All decisions will be made by the instance admin(s). Those decisions are final and incontestable.

That's the end of the boring but necessary stuff.

Alternate UIs

Want a reddit-like experience? Check out https://old.lemmy.fan (mlmym)

Alexandrite is a gorgeous, highly-customizable Lemmy frontend. https://a.lemmy.fan (Alexandrite)

Photon UI offers a sleek and responsive Lemmy experience. https://photon.lemmy.fan (Photon)

founded 7 months ago
ADMINS
1
 
 

a decentralized P2P todo list app to to demo the P2P framework used in the chat app.

https://github.com/positive-intentions/chat

This is a wrapper around peerjs. peerjs is good, but it can become complicated to use on complicated projects. This implementation is an attempt to create something like a framework/guideline for decentralized messaging and state management.

https://positive-intentions.github.io/p2p/?path=/story/demo-todo-list--basic

how it works:

  1. crypto-random ids are generated and used to connect to peerjs-server (to broker a webrtc connection)
  2. peer1 shares this ID to another browser/tab/person (use the storybook props)
  3. peers are then automatically connected.
  4. add todo item
  5. edit todo item

There are several things here to improve like:

  • general cleanup throughout (its early stage for this project and missing all the nice things like good-code and unit-tests)
  • adding extra encryption keys for messages comming in and going out (webrtc mandates encryption already)
  • handling message callbacks
  • key rotation

The goal is to create a private and secure messaging library in JavaScript running in a browser.

2
 
 

a decentralized P2P todo list app to to demo the P2P framework used in the chat app.

https://github.com/positive-intentions/chat

It is a wrapper around peerjs. peerjs is good, but it can become complicated to use on bigger projects. This implementation is an attempt to create something like a framework/guideline for decentralized messaging and state management.

https://positive-intentions.github.io/p2p/?path=/story/demo-todo-list--basic

how it works:

  1. crypto-random ids are generated and used to connect to peerjs-server (to broker a webrtc connection)
  2. peer1 shares this ID to another browser/tab/person (use the storybook props)
  3. peers are then automatically connected.
  4. add todo item
  5. edit todo item

There are several things here to improve like:

  • general cleanup throughout (its early stage for this project and missing all the nice things like good-code and unit-tests)
  • adding extra encryption keys for messages comming in and going out (webrtc mandates encryption already)
  • handling message callbacks
  • key rotation
3
 
 

a decentralized P2P todo list app to to demo the P2P framework used in the chat app.

https://github.com/positive-intentions/chat

a wrapper around peerjs. peerjs is good, but it can become complicated to use on complicated projects. This implementation is an attempt to create something like a framework/guideline for decentralized messaging and state management.

https://positive-intentions.github.io/p2p/?path=/story/demo-todo-list--basic

how it works:

  1. crypto-random ids are generated and used to connect to peerjs-server (to broker a webrtc connection)
  2. peer1 shares this ID to another browser/tab/person (use the storybook props)
  3. peers are then automatically connected.
  4. add todo item
  5. edit todo item

There are several things here to improve like:

  • general cleanup throughout (its early stage for this project and missing all the nice things like good-code and unit-tests)
  • adding extra encryption keys for messages comming in and going out (webrtc mandates encryption already)
  • handling message callbacks
  • key rotation
view more: next ›