Live data from Hacker News

Ask HN: What are you working on and why is it cool?

news.ycombinator.com

31–40 of 113 posts

Re: Ask HN: What are you working on and why is it cool?

#31
post #25

Working on an SMS crypto trading bot where you can text it trading commands according to whatever exchange you connected to. I've been in many situations where I needed to trade and logging into the exchange on my phone is cumbersome and could sometimes take 3+ minutes, and by then the opportunity is gone.

Do you have a link?

Re: Ask HN: What are you working on and why is it cool?

#32
https://github.com/PetrochukM/PyTorch-NLP -- Following writing a NLP research paper. Working on open sourcing the tools that helped me rapidly prototype. PyTorch-NLP comes with pre-trained embeddings, samplers, dataset loaders, metrics, neural network modules and text encoders.

Re: Ask HN: What are you working on and why is it cool?

#33
I am currently working on building a system that processes and provides analytical data for a major semi-conductor manufacturing company.

It is cool because we have a serious stream of data to collect, stream, process and store, and provide users with very fast access to massive datasets.

Re: Ask HN: What are you working on and why is it cool?

#34
Im making an aggregate site for youtube mixes - house, lofi, ect.

https://ytradio.xyz/

It started with only live streams (24/7 youtube music channels)

I enjoy lofi youtube mixes when coding, and theres a lot of them.

Currently im adding functionality for users to curate the mixes

I think its cool bc its kind of like a shared youtube playlist for a particular niche, with nice ui, and soon with curation

Re: Ask HN: What are you working on and why is it cool?

#36
I am working on my own startup (since 12 months, but we incorporated only in August 2017). I am not here to publicize what we are doing, but rather to share a very important consideration.

I used to work at Amazon Web Services (6 years), then VMware (2 years), then at a startup as an early employee/CTO (1 year). My job satisfaction decreased at every step.

I feel so lucky and blessed to be able to work on something that I truly care about, without the usual corporate BS.

Re: Ask HN: What are you working on and why is it cool?

#37

Im making an aggregate site for youtube mixes - house, lofi, ect. https://ytradio.xyz/ It started with only live streams (24/7 youtube music channels) I enjoy lofi youtube mixes when coding, and theres a lot of them. Currently im adding functionality for users to curate the mixes I think its cool bc its kind of like a shared youtube playlist for a particular niche, with nice ui, and soon with curation

Are you worried about the recently announced changes that YouTube will start showing more ads to people who only watch music videos? [1]

[1]: https://www.theverge.com/2018/3/21/17147800/youtube-streamin...

Re: Ask HN: What are you working on and why is it cool?

#39
I'm working on a mobile app to run social experiments.

I want to know if you can take a small group of strangers, make them use an app together, and then 5 minutes later have them be best friends.

It's cool because despite how complex people are, our relationships, behaviors, and thoughts follow well-defined patterns.

Re: Ask HN: What are you working on and why is it cool?

#40
I'm working on a higher level, more visual debugger (video here): http://symbolflux.com/projects/avd

It's cool because programmers should be able to easily watch their algorithms transforming the data they operate on.

I think this is an area with a lot of potential for seriously improving computer programming: we need better instruments for making observations of dynamic program state (or dynamic database state, etc.). It's kind of an inverse problem to what we've needed in the sciences, though, with microscopes/telescopes etc.: (one of) our problems is that we have too much data, and we need ways of automatically abstracting and presenting just the relevant parts—something like 'abstractoscopes'. This is my attempt at making one.

Post reply on HN