Giter VIP home page Giter VIP logo

rtc-chat's Introduction

👋 Hi there! I'm Pavel, and I sometimes write software, but I can do rather a lot of other things with computers as well.

🤔 I'm generally interested in improving the way we learn and organize our information; and a firm believer that programming is going to be the new literacy, but programming languages won't be a major part of that transition — we're not even remotely at the limit of what 📄 GUIs can do (🎬 this guy has explained some of the problems really well, but that's just a tip of the iceberg).

🔭 I'm not actively working on anything open-source right now; my latest jam is self-hosting for most of my personal information (aka "getting off the cloud") and my smart home powered by the wonderful 🏠 Home Assistant and a whole bunch of diverse hardware. Once I sort that out, I'm hoping to start condensing my knowledge into a more reusable form; I have previously tried, among other things, blogging (in Russian), answering on Stack Overflow and digital gardening, but none of that seemed good enough.

📫 I keep my up-to-date contact details over on 🌍 my website. Feel free to get in touch by any means specified there!


rtc-chat's People

Contributors

d-side avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rtc-chat's Issues

Consider removal of Garden

I'm not using it anyway, so there's no point to keep it in the project.

A possibility is style sharing between Reagent views and Garden stylesheets, but I'm not sure it's feasible.

RTC: "Google-Closure" it down and package to CLJSJS

All JS dependencies should be handled properly. Of these Bower currently only fetches rtc. I don't mind leaving SkyBlue as-is, with Bower, but properly packaging JS deps should drastically reduce build sizes and therefore download times. Currently builds are about a megabyte each.

  • Prepare externs for rtc, as primitive as they currently are
  • Get the project to compile with :optimizations :advanced
  • Contribute the package to CLJSJS (why not? the hard part would be done by then)

Add nickname support

The simple way

  • Announce the names of each other when the connection is established
  • Provide a nickname input field (possibly within a popup)
  • Broadcast nickname changes
  • Display names in the participants' list

Pitfall: easy to impersonate

The less convenient way

  • Display names in the participant list alongside their channel ids
  • (?) Hash channel ids into colors and use them for displaying names

The bleeding-edge way

  • Generate a pub-pri key pair using the new Crypto API
  • Establish a localstorage-persisted address book of publickey-name pairs
    • ...and a way to add users there, of course
  • Show an icon near those whose identity has been proven

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.