HN user

uberneo

404 karma
Posts102
Comments131
View on HN
blog.timescale.com 6y ago

Covid-19 spread over time – Analysis using TimescaleDB and Grafana

uberneo
1pts0
www.firstpost.com 7y ago

India Successfully Launched 3850KG Payload to Moon.Orbiter, Lander and Rover

uberneo
3pts0
randomnerdtutorials.com 7y ago

Face Recognition and Streaming Using $5 ESP32CAM

uberneo
2pts0
qz.com 7y ago

Robotic Boyfriend Using Raspberry Pi

uberneo
1pts0
nbviewer.jupyter.org 7y ago

Plane crash analysis of last 100 years

uberneo
2pts0
www.forbes.com 7y ago

ApisProtect – IOT for BeeHives,Raises $1.8M

uberneo
4pts0
towardsdatascience.com 7y ago

Compare Multiple GPU Providers for Deep Learning

uberneo
4pts1
www.liip.ch 7y ago

Real time numbers recognition (MNIST) on an iPhone with CoreML

uberneo
137pts19
www.youtube.com 8y ago

Deep Learning on newborn baby brain waves – Cork AI

uberneo
1pts0
www.fastcompany.com 8y ago

What anonymous location data reveals about you

uberneo
1pts0
data.gov.ie 8y ago

Ireland's All Open Data

uberneo
2pts0
jobs.pyimagesearch.com 8y ago

Deep Learning and OpenCV Job Portal

uberneo
2pts0
www.oreilly.com 9y ago

Face recognizing doorbell

uberneo
2pts0
www.pyimagesearch.com 9y ago

Image Recognition in Keras Using Off the Shelf Neural Networks

uberneo
2pts0
perplex.city 9y ago

Who Am I – Know Your Life from Google's Perspective

uberneo
2pts0
blogs.mathworks.com 9y ago

Machine Learning: Predict when people will quit their jobs

uberneo
4pts1
computoser.com 9y ago

AI generated music

uberneo
3pts1
tldrlegal.com 9y ago

Software Licenses in Simple English

uberneo
2pts0
www.visahq.co.uk 9y ago

Global Visa Requirements Map

uberneo
24pts1
medium.freecodecamp.com 9y ago

Recognize traffic lights with Deep Learning

uberneo
1pts0
blog.hypriot.com 9y ago

Docker on $9 CHIP Computer

uberneo
2pts0
angularclass.github.io 9y ago

Amazing resources for Angular2

uberneo
3pts0
www.oreilly.com 9y ago

Build an autonomous, voice-controlled, face-recognition drone for $200

uberneo
10pts3
news.ycombinator.com 9y ago

Ask HN: Whats gonna happen when you will die

uberneo
2pts0
blogs.nvidia.com 9y ago

Deep Learning – Searching for Advertising Dollars with GPUs

uberneo
2pts0
www.researchgate.net 9y ago

Monitoring Traffic in Singapore Using Telco BigData

uberneo
2pts0
backchannel.com 9y ago

How a single man made a DIY Internet

uberneo
1pts0
www.datadoghq.com 10y ago

Monitor Pokemon GO Service Status

uberneo
3pts0
www.dedoimedo.com 10y ago

Analyse Kernel Crashes in detail

uberneo
4pts0
rob.conery.io 10y ago

RethinkDB – Fuzzy Search

uberneo
3pts0

I can see that there is no variable of "fees" which usually applies even on a LIMIT order. For example Coinbase Pro has Maker fees of 0.15%. Ideally this fees should be added to BUY order and subtracted from SELL order, as that will actually cost you.

Well thats a really great initiative as this gives good money to the local villagers who are just enough educated to do this respectable office job. One concern is how they are handling the sensitive client data and why does client trust on them for sensitive proprietary data.

Clean execution !! Is there a functionality where you can create dependencies between jobs, means run job 2 only on the successful run of job 1.

Also are simply creating a cron entry based on whats inputted in frontend?

Would be interested to see the flow and that how you are generating and saving the logs

I still remember how happy i was holding the first Opensource Linux phone in my hands back in 2008 . It was fun to compile a basic c program using gcc . I remember my first hack of my life #1024 http://neofundas.blogspot.ie/2009/09/1024-hardware-fixdeep-s... Also remember when at 6.30 AM in morning you have to type "ps -ef | grep -i alarm" , find the process id and then kill -9 id to stop the alarm and that too using the stylus. Definitely these commands will make sure that you will wake up 100% , a perfect alarm :)

Well charts is a good addon but just wanted to understand how they are able to do this ... i mean Machine Learning part , for example if somebody asks "Show me sales of X product in last year" , from machine learning perspective how this gets interpreted in actual SQL query ..

Nice. I like this realtime data , plus you can see historic images well. Might be good image dataset for doing some Machine Learning Prediction of Weather, something like take snapshot for a certain area and based on the Historical images predict the next Cyclone

Another good idea if somebody make a Good self paced book for Machine Learning. There are millions of tutorials available online but its the similar situation as Ruby on Rails. All somebody need is to just aggregate all this info in a single book and with Machine Learning hotness these days you will probably end up selling few of them. Just an idea

Added the missing Teradata support as the source (kind of) - https://discuss.redash.io/t/teradata-data-source-support/83/...

Waiting to resolve few more --

1) Functionality for CSV/XLS file import , like in Tableau . Some discussion on - https://discuss.redash.io/t/support-csv-data-source/216/5

2) Functionality to select "ALL" in filters

3) Functionality to merge data from multiple data source. I know it does exists in Paid version but waiting for it come in Opensource version.

Its a pure Time Series data with sensor is recording approx every 1 sec. Which protocol you are using to send this data to server , as posting every 1 sec oever TCP for a sensor doesn't seems a good idea. For any IoT which protocol you guys prefer to push data to server