Code Monkey home page Code Monkey logo

spuristo's Introduction

Morn ๐Ÿ‘‹

Hi there! I go by the name LBlend on the internet. I'm a student from Norway who is currently an undergraduate at the University of Oslo. I'm pursuing a degree in informatics, also known as computer science, and I'm looking to hone my skills and create cool/interesting projects!

Website (WIP) | LinkedIn | Discord

๐Ÿ‡ณ๐Ÿ‡ด Norwegian - Native
๐Ÿ‡ฌ๐Ÿ‡ง English - Fluent
๐Ÿ‡ฐ๐Ÿ‡ท Korean - A2/B1
๐Ÿ‡ช๐Ÿ‡ธ Spanish - A1/A2

Technologies

Familiar with

Technologies I have used extensively

Have dipped my toes into

Technologies that I have used, but not extensively

Scheme

Learning

Technologies that I am in the process of learning or want to do a project in

Potential future endeavors

Technologies that I want to take a look at in the future

APL

Config

Check out my dotfiles repo

spuristo's People

Contributors

lblend avatar

Stargazers

 avatar  avatar

Watchers

 avatar

spuristo's Issues

Signal strength threshold not being properly enforced

The way the signal strength threshold is enforced may be problematic and cause the application to count the wrong number of devices.

This will happen all of the following happens:

  1. A device enters the vicinity of the threshold and triggers a DeviceAdded event
  2. The device goes outside the threshold but stays within the vicinity of the host device, not causing a DeviceRemoved event.

This is a critical bug because it may cause the application to gather bad data during training.

The bluer library which is used doesn't seem to provide any way to continuously check the signal strength of connected devices. Therefore it is likely that this library will need to be replaced. I don't know any other way of fixing it.

negative numbered CLI args cannot be parsed properly

since - is a reserved character for specifying args, the program cannot parse the threshold CLI arg properly when given a negative number

The way to mitigate this issue is to use the --argname=argvalue syntax, i.e --threshold=-75

There should be an instruction telling you to use this syntax or be implemented a solution that parses it properly when used in this manner --threshold -75

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.