Live data from Hacker News

Ask HN: What are you working on and why is it awesome? Please include URL

news.ycombinator.com

591–600 of 633 posts

Re: Ask HN: What are you working on and why is it awesome? Please include URL

#591

Earlier quoted context omitted.

My first thought was futures trading. I've heard of people using their own private satellites to do something similar. There was a company in SF building and launching small, shoebox-sized satellites inexpensively which could be used for it.

I suspect you're referring to Planet Labs: https://www.planet.com

That was it!

Re: Ask HN: What are you working on and why is it awesome? Please include URL

#592
Beatified - http://beatified.herokuapp.com/library/

A YouTube Drum Machine / Beat Prototyper / VJ Tool

I just noticed that pressing hotkeys (1-9) on a YT video at one point was really responsive, and you could play with them like on a drum machine. I also like how many YT videos look, when played next to each other. Now I'm thinking of a way of how to package that feeling into something less experimental, more consumable.

Re: Ask HN: What are you working on and why is it awesome? Please include URL

#593
post #588

I'm spending some time creating a logo generator tool targeted at idea/early stage products and companies, or for side projects, open source projects, etc. It's called Logocaster - https://logocaster.com Logocaster is meant to help you explore a huge universe of logo designs when brainstorming your brand/logo. It makes it quite easy to scan a bunch of style/font/palette options and then "drill down" and see designs w…

Cool app. I found a bug, it ignores '<' character

Thanks for letting me know, I hadn't tested names with anything beyond alphanumerics.

Certainly some of the fonts in the system are lacking those glyphs but this seems more related to the application logic than font issues. It's especially odd that it intermittently discards the text to the right of the bracket (eg. https://logocaster.com/logo-design/less+%3C+more?seed=784036...)

Re: Ask HN: What are you working on and why is it awesome? Please include URL

#594

http://dreadtv.com Tracks my/your favorite TV shows. I got tired of googling "Dr Who episodes" whenever I wanted to know if the next half-season was starting soon, or to see whether any more episodes remained before a hiatus. So I built a thing which monitors the data from Wikipedia episode list pages, normalizes it, and lets you easily view what's airing recently / soon. Also sends an (optional) email each week list…

There is followshows.com, I've been using it for over a year now and it has quite some features including an Android app. Do you wanna pitch your site vs them?

Yeah, we solve slightly different problems -- they focus on feature breadth and syndication coverage, I prefer data breadth (lots more anime in particular) and original airings only.

Personally I'm not really a fan of watching TV on my computer, or of trying to track online what episodes I've seen (ends up being more anal-retentively stressful than helpful)... so those features end up being just noise overhead for my tastes.

They've got a really pretty site for sure. :-)

Re: Ask HN: What are you working on and why is it awesome? Please include URL

#595

Earlier quoted context omitted.

There is followshows.com, I've been using it for over a year now and it has quite some features including an Android app. Do you wanna pitch your site vs them?

Yeah, we solve slightly different problems -- they focus on feature breadth and syndication coverage, I prefer data breadth (lots more anime in particular) and original airings only. Personally I'm not really a fan of watching TV on my computer, or of trying to track online what episodes I've seen (ends up being more anal-retentively stressful than helpful)... so those features end up being just noise overhead for my…

Ah, thanks. I need tracking what I watched because I watch way too many shows (and barely any anime). And I have to watch stuff on my computer as I'm not in the country those shows are aired.

> They've got a really pretty site for sure. :-)

Well… I'd prefer your design with their features :D

Re: Ask HN: What are you working on and why is it awesome? Please include URL

#596

https://www.bicycl.com Bicycl is a calendar for your life's work. Record what you learn and accomplish each day (or week, month, etc). Organize these micronotes into stories of progress over time. See lots of cool data come to life. Screenshots coming. I'm testing things out right now in beta, but if you want to give it a twirl, I can send out a few invitations to first comers. A couple notes: As someone who's strugg…

As someone who's struggling to not fall into depression, I think this will do wonders for me. I've come to believe that the trigger-activity-rewards cycle[1] is the best for productivity and improving my focus. This product might come in handy in the "rewards" phase of that cycle. PS: Requested and invite through your website. [1]: http://www.ted.com/talks/judson_brewer_a_simple_way_to_break...

A tip for that, similar to the service:

Create a file, where each day you enter a list of positive things that occurred or that you did that day. Can be really anything like "got out of bed again :)", "didn't argue with my brother", "cleaned the dishes", "made a plan to get better".

I did it for about half a year, it does wonders for your self-efficacy.

Re: Ask HN: What are you working on and why is it awesome? Please include URL

#597
post #195

I work on the 1km short range and on the 2km medium range probabilistic weather model at MeteoSwiss that is scheduled to go operational this month. It is awesome because MeteoSwiss is the first national forecaster that is going GPU for their full forecast. See: http://www.cscs.ch/publications/press_releases/2015/meteoswi... My line of work mainly consists of porting Fortran code of the Dynamical part of the model to…

That look like a very interesting field, thanks for sharing. :)

You're welcome.

Re: Ask HN: What are you working on and why is it awesome? Please include URL

#598
post #389

Zatresi - http://www.zatresi.si/ It's a map of sport clubs (gyms, karate dojos, swimming pools, etc) in Slovenia. Why I made it? After moving back to Slovenia I started looking for a traditional Karate dojo. My choice would be constrained by hour of training and dojo philosophy (traditional karate vs sports karate). It turned out to be really difficult to find all the dojos nearby, as they neither on Google Maps, and…

You're using Mapbox map tiles with an API key of another company (that's costing them money). You're also not showing the Mapbox and Openstreetmap copyright which you are required to do. http://www.openstreetmap.org/copyright

You're right. Fixing this is on the top of my TODO list

Re: Ask HN: What are you working on and why is it awesome? Please include URL

#599

Zatresi - http://www.zatresi.si/ It's a map of sport clubs (gyms, karate dojos, swimming pools, etc) in Slovenia. Why I made it? After moving back to Slovenia I started looking for a traditional Karate dojo. My choice would be constrained by hour of training and dojo philosophy (traditional karate vs sports karate). It turned out to be really difficult to find all the dojos nearby, as they neither on Google Maps, and…

To exist it requires zero maintenance, and hosting costs 0.30 EUR per month. Whoa, cool! How is it so inexpensive? That's an order of magnitude cheaper than a DO droplet. Or to put it another way: I'm curious where the 0.30 comes from. It seems like it would be either 0.00 or >1.00

I use the free Heroku plan for the backend. Given I am limiting myself to just 1 country, the sleeping rules don't bother me, and the 14k row limit is good enough for now.

So the cost comes from serving the JS and CSS files from S3. And that's 0.30 per month

Re: Ask HN: What are you working on and why is it awesome? Please include URL

#600
post #383

https://www.iprevail.com Online CBT (cognitive behavioral therapy) program for helping people with stress / depression / anxiety. We've built these modules (videos, exercises, etc) & a community for everyone to interact and find ways to improve their mental health. Feel free to check it out.

Nice project. How different is from Pacifica(https://www.thinkpacifica.com/)?
Post reply on HN