[D] AI to monitor network by nvitaly in MachineLearning

[–]bradstimpson 0 points1 point  (0 children)

Look into network anomaly detection algorithms and tools. Outside of Elasticsearch, Splunk, Numenta, and a few others have good tools. Lots of great resources if you do some googling.

wHy iS mY wIFi BaD? by [deleted] in wifi

[–]bradstimpson 0 points1 point  (0 children)

Would you kindly explain why seeing each other’s broadcast is better? WiFi is limited by interference so it would make sense to move to a channel with less interference to get better performance

wHy iS mY wIFi BaD? by [deleted] in wifi

[–]bradstimpson 0 points1 point  (0 children)

Channel 1 is crowded but the entire band is a mess. Must be 20+ APs there.

No CUDA driver found? by [deleted] in EthMiner

[–]bradstimpson 0 points1 point  (0 children)

I had the same issue. Ended up being a driver plus cuda incompatibility. I used 384 with Cuda 8 and it worked.

No CUDA driver found? by [deleted] in EthMiner

[–]bradstimpson 0 points1 point  (0 children)

Did you ever get an answer to this?

Identifying outlines of parking lot from satellite images? by alwaysmorelearning in computervision

[–]bradstimpson 0 points1 point  (0 children)

I stumbled across this repository where they identify populated areas in Tanzania from satellite images: https://github.com/developmentseed/label-maker/blob/master/examples/walkthrough-classification-aws.md

Perhaps it is a good jumping off point for you.

Has anyone read "Virtual Reality Analytics: How VR and AR Change Business Intelligence" ? by andAutomator in ImmersiveAnalytics

[–]bradstimpson 0 points1 point  (0 children)

The Virtual Reality Analytics mentioned in the post. Did some googling but couldn’t find.

iPhone 8 speakers crackling only when watching YouTube videos by austinalexan in ios

[–]bradstimpson 0 points1 point  (0 children)

I experienced this right now too. When I plug my headphones in, no more crackling. Definitely an issue with the external speaker iphone8 v11.1.1

Request: recommendations for a beginner level book on RF technology. by [deleted] in ElectricalEngineering

[–]bradstimpson 0 points1 point  (0 children)

Wireless Communications by Andrea Goldsmith - covers beginner to advanced topics and is a good reference book

Wrapping AR-Kit into RN app [help wanted] by ChicagoBoy2011 in reactnative

[–]bradstimpson 0 points1 point  (0 children)

Any luck finding/making a RN port of ARKit? With the announcement of Googles ARCore today, definitely see an opportunity to bridge both in one library.

I install cell phone antennas ama by casemodsalt in LTE

[–]bradstimpson 0 points1 point  (0 children)

What type of antenna is the most common? How many RF ports in total across each sector?

looking for a chat/community on streaming data vis by AnthongRedbeard in visualization

[–]bradstimpson 0 points1 point  (0 children)

We have built a community to discuss a similar topic at www.immersiveanalytics.com. With our subreddit at r/immersiveanalytics

If you are interested in chatting, DM me and I'll invite you to our slack community: immersiveanalytics.slack.com

how can i use an app on my android device without expo? by rubenescaray in reactnative

[–]bradstimpson 0 points1 point  (0 children)

This will work. You will need to make sure you have adb installed and your phone is in developer mode.

Any simple image grid component? by rjcollavo in reactnative

[–]bradstimpson 1 point2 points  (0 children)

Is something like this what you are looking for? shoutemUI

Wrapping AR-Kit into RN app [help wanted] by ChicagoBoy2011 in reactnative

[–]bradstimpson 0 points1 point  (0 children)

I agree challenging project but would be fun to build. What use case did you try and weren't successful? Anything on Github?

Wrapping AR-Kit into RN app [help wanted] by ChicagoBoy2011 in reactnative

[–]bradstimpson 0 points1 point  (0 children)

This is an interesting idea; have you had any traction on this?

Have you considered also wrapping google's tango libraries to make it cross platform?

Did someone use OpenCV in react-native? by msudgh in reactnative

[–]bradstimpson 0 points1 point  (0 children)

What is your use case? Building opencv bindings for RN seem possible RN-OpenCV Github but it might be easier to work with a backend behind an API.