Giter VIP home page Giter VIP logo

dbn's Introduction

Hello.

I'm Brendan, a multidisciplinary software engineer with a background in computer science, human-computer interaction, and visual art.

Here are a few things I'm working on:

  • CM6, a visual programming platform consisting of an LED matrix display with a built-in ARM CPU
  • Pushpop, a concatenative language for the CM6
  • ish, a git-based issue tracker

dbn's People

Contributors

brendanberg avatar

dbn's Issues

Implement cloud sketch storage

  • integrate with Github oauth
  • prefix filename with GH user name
    • how do we deal with aliasing issues when a username changes?
  • load libraries in source using the Load command: Load @brendanberg/dbnmath.dbn

Implement <Net> connector

The Net connector allows setting and retrieving numerical values from one of 1000 addresses. Values are signed 32-bit integers.

This could be implemented as a REST API:

  • GET /api.v1/net/{addr} Retrieves the string representation of the value stored in location addr
  • PUT /api.v1/net/{addr} Sets the value of location addr to the value in the request body

The addr URL parameter is a numerical value between 1 and 1000.

NOTE: a REST API has a lot of overhead for sending 4 byte chunks of data back and forth. A websocket connection would be a better match for this workload.

https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/javascriptv3/example_code/cross-services/lambda-for-browser

Improve analytics

  • Remove Google Analytics
  • Use some kind of event reporter that generates CloudWatch events (?)

Improve <Net> performance

The DynamoDB GetItem latency is between 17 and 19 ms, and the UpdateItem latency is between 19 and 20 ms.

However, the overall request latency at the client is between 101 and 200 ms.

Can we do something with websockets?

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.