Live data from Hacker News

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

news.ycombinator.com

501–510 of 633 posts

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

#501
post #240

Earlier quoted context omitted.

The initial cost of 25K gliders would be 7.5 Billion dollars, and unfortunately, most of the plastic in the gyre isn't of a size you could pick up with anything more porous than a coffee filter. 25K gliders pulling nets would be amusing, but that's a lot of money for a partial solution!

Expensive yes, although I have it on good authority that I could get a discount on that quantity :-) Also in discussing this briefly with some folks the entrapment systems would be more complex than nets or coffee filters. But lets say your investment was, all in $10B over 10 years and you remediated 60 - 70% of the problem. Would that be, in your opinion, a waste of money? Understand the alternative is to live with…

It definitely merits study, but I imagine the best ideas are going to be in plastic-digesting microbes, and measures to reduce the amount of new plastic that gets into the system. I'm afraid we're going to have a layer of microscopic plastic sediment on our crust, just as we have a layer of radioactive soil from atomic testing in the 50s and 60s. It will be one of the geological landmarks of our era.

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

#502
post #10

ClickRouter - because it allows me to use all my affiliate accounts (CJ, Skimlinks, Viglinks, shareasale, etc) at once. This has nearly doubled my affiliate revenue. At first it was an internal tool I ran for a long time, but been working to make it a service. http://clickrouter.com

Looks interesting. I'm curious why you built this. Prosper202 is the canonical approach used by most affiliates. It's got both self-hosted and hosted options. From your landing page, I can't tell what missing features led you to roll your own.

Maybe I don't get Prosper202 but it seems quite different.

ClickRouter makes a realtime decision where to send your clicks based on your affiliate accounts.

Say you have a forums with thousands of posts which have thousands of links. "Affiliatizing" them all would be a huge and nearly insurmountable task.

With ClickRouter, you install a piece of javascript in your footer. Every click is intercepted and sent to the best Affiliate account you have. It also tells you what affiliate accounts you SHOULD create because you're losing revenue.

The issue for me was just that, trying to affiliatize thousands of links that users put on my site. Now it's done automatically and if I signup with a new affiliate network, it knows automatically those affiliates are available.

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

#503
Nearley: a JavaScript parsing toolkit http://nearley.js.org

Nearley is fast, expressive, convenient, streamable, battle-tested, bootstrapped(!), has a "standard library", and has an error handling API. You specify grammars in BNF and compile it to a JS (node/browser-compatible) file.

Nearley also has fun tools like "output json.org-style railroad diagrams from my parser" and "use this parser as a fuzzer that creates strings that match the syntax".

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

#504
post #415

Let's Encrypt CA - https://letsencrypt.org/ We made it free and fast to get browser-trusted certs and have already issued over 1,000,000 certs for over 2,500,000 domains, most of which have never had browser-trusted HTTPS before. Now many major hosting providers and platforms are in the process of making an HTTPS cert automatic and standard for every hosted site.

Let's encrypt is awesome. Thanks for making this awesome utility. I still have little idea how the ACME negotiation work, but its a pretty cool utility.

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

#506

info-beamer - https://info-beamer.com/pi I build a digital signage platform based on the Raspberry PI. It started as an open source "for fun" project ( https://github.com/dividuum/info-beamer ) but has now evolved into the most powerful software to build animated, hardware accelerated visualizations on the PI. As using the software on its own can be complicated (if you're not a programmer) I built a complete SaaS aro…

Well done, that looks fantastic. I can immediately think of a bunch of uses for it around the office and even at home!

Thanks! Feel free to contact me if you have any questions.

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

#507

I 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…

Out of curiosity, why an ongoing monthly fee for a desktop app, instead of a one-time purchase?

All the data is stored in the cloud and synchronized between multiple devices, with version histories of everything you write.

As we flesh out the software, we'll also be building realtime collaboration, writing groups, etc... So in the long run, philosophically, it's more of a service than a single piece of software.

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

#508

Earlier quoted context omitted.

True, that has worked well for NPR's Playground app, for example. http://www.playgroundsforeveryone.com/ The two main issues when we've thought of this are: 1) how do you ensure the data is accurate/up-to-date? 2) the graveyard issue where you don't want to show what's NOT on your site. As an example (and I know I'm probably picking on them unfairly) check out GreatSchool's crowd-sourced photos here: http://www.great…

Run contests for schools/clubs to incentivize people. Try scraping their websites to come up with guesses. Maybe go state by state initially, merge the data as it grows.

I think you're right that contests are the way to get reviews, at least, from parents/students. Niche is taking this approach actually, largely through FB I believe. It provides some interesting data. There is the same issue of timing--how relevant is a review from years and years ago--but it's interesting data.

Scraping sites is probably more of the way to go or just using Wikipedia as Google does, for example, in their school info boxes.

It's definitely something that, longer term, would be good to seriously look into.

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

#509

Earlier quoted context omitted.

True, that has worked well for NPR's Playground app, for example. http://www.playgroundsforeveryone.com/ The two main issues when we've thought of this are: 1) how do you ensure the data is accurate/up-to-date? 2) the graveyard issue where you don't want to show what's NOT on your site. As an example (and I know I'm probably picking on them unfairly) check out GreatSchool's crowd-sourced photos here: http://www.great…

You could possibly also try to partner with organizations that are focused on different special interest areas to get them to help coordinate getting the data.

Yes, I think for special needs students or subsets of that, this would be a good way to add supplemental data. For example, a parent wants to do a search of public schools with resources for autistic children near Boston. That's a good use case and there probably is an organization with that data.

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

#510
post #404

I'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…

Are you talking about money money, or some sort of cryptocurrency "data transfer karma" ?

Real money. Here's how we move it: http://altheamesh.com/blog/universal-payment-channels
Post reply on HN