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…
Ask HN: What are you working on and why is it awesome? Please include URL
551–560 of 633 posts
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#552DIY open source hardware split flap display: https://github.com/scottbez1/splitflap It's one of those cool mechanical displays that were common in train/airport terminals before digital signage took over. Demo video of my prototype so far: https://www.youtube.com/watch?v=bslkflVv-Hw
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#553I 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…
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#554I make a word-processor for fiction authors: http://www.shaxpir.com There's a quick walkthrough video here: https://www.youtube.com/watch?v=IFG8fpYkDxA Every project includes a notebook alongside your manuscript, where you can organize all your character notes, plot outlines, etc. It's especially great for scifi or fantasy authors who do a lot of world-building. Everything is stored in the cloud and synchronized betw…
One thing that I didn't see and would be easy to implement is a map of connections between objects such as characters with the chapters etc. It'd be great for the writer to see such connections in a visual way.
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#555I'm working on Shuffl, a virtual jukebox which allows you to start a collaborative music station for your party where your guests can see the current playlist, vote on the tracks and add their own track. Here : http://shuffl.in
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#556I'm working on Shuffl, a virtual jukebox which allows you to start a collaborative music station for your party where your guests can see the current playlist, vote on the tracks and add their own track. Here : http://shuffl.in
How do you create the virtual jukebox? I take that a lambda user has to have the necessary software to play the music and this is 'just' a voting system.
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#557I created a completely new branch of advertising, which basically superimposes advertisements directly over images in a way that actually benefits consumers: http://pleenq.com/ . Here's a demo video (fairly old, have to still update with the latest look): https://www.youtube.com/watch?v=8GfKBvs53Ss Say you have a picture on a blog post showing a car engine, explaining how to fix something inside of it. You could high…
It's still impossible to search for a consumer good (say, a refrigerator, or a bicycle), and quickly see what brands are available in what stores in your town, and what they have in stock. Why are so many people in advertising trying to get people to buy stuff when they are just trying to read some article on the internet, while it is still hard to actually buy stuff when you want to and your wallet is wide open?
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#558www.truecaller.com Because 250M users!
How are you defining user? Someone that clicks on a link in a Google search because you have SEO juice? Or is there some kind of deeper relationship you have with these users. 250M is a huge number.
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#559I'm working on an incentivized mesh network. Basically, routers pay each other to forward packets. A routing protocol takes price into consideration and tries to get packets over the cheapest routes. Intermediary routers pay each other over payment channels. End users pay backbone connections with multihop (lightning) payments over the payment channels of the intermediary nodes. End result is that last-mile ISP's are…