Code Monkey home page Code Monkey logo

infoninja's Introduction

Hello! ๐Ÿ‘‹ Welcome!

My name is Brian Enigma. I write a lot of C/C++ and Python code. Although my training has been in embedded systems, my day job for the last decade+ has been video encoding and captions. My GitHub repos are primarily side projects โ€” lots of Maker projects that usually involve laser cutting, 3D printing, and microcontrollers. Also in my spare time I help run Puzzled Pint, a 501(c)(3) nonprofit that produces monthly puzzle events at local bars and pubs around the world.

Links

infoninja's People

Contributors

brianenigma avatar

Stargazers

 avatar

Watchers

 avatar  avatar

infoninja's Issues

Timestamp on error messages

It'd be nice to put the date/time on error messages in the desktop app. Sometimes, when I return to it after a while, I see an exception, but I don't know how recently it was.

Crash with no trimet dev ID

If you do not have a ~/.trimetid file, the thread crashes with an unhelpful error

[briane@briane-linux desktop_service]$ ./trimetter_test.rb
./trimetter.rb:111:in fetch_update': undefined methodempty?' for nil:NilClass (NoMethodError)
from ./trimetter_test.rb:30

Make the blue fade more visible

The blue fade is such a light shade of blue it's hard to distinguish from white, under certain lighting conditions. It should either be a darker shade of blue or a more drastic color swing.

Feature: better identification/handling of plugins

Use introspection or somesuch so that you can just point the desktop app to a folder of plugins and have it automatically detect and launch them without having to hand-add each into the main Ruby script.

A temporary error in the Trac plugin kills the thread

A temporary error in the Trac plugin (or, probably, ANY plugin) such as connectivity or temporary server issues causes the errored() function to be called and terminates the thread. There are no retries. The thread never again resumes until you restart the complete service.

Feature: Security

Implement IP-based security. This means either forking or monkeypatching the Arduino code and the Webduino library, then sending pull requests back to those projects to get the features implemented in the mainline.

No great notification if a thread dies

If a thread (on the desktop application) dies some time after launch, there is no great visual notification. Stale data for just that thread could be displayed on-screen. There actual error message and stack trace could have scrolled off-screen in the desktop app's window (if running windowed and not headless). A couple of different possible ways to handle this:

  • Have some kind of clear() or error() function that gets called within the thread's rescue or just after that clears its relevant parts of TextBuffer
  • Check the Thread object for running or not if the count of should-be-running versus actually-running, print persistent error and/or do something on the hardware display (flash, print text, etc.)

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.