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…
Ask HN: What are you working on and why is it awesome? Please include URL
501–510 of 633 posts
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#502ClickRouter - 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.
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
#503Nearley 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
#504Let'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.
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#505Allows newcomers to jump into the best parts of Clojurescript development, and lets those who understand Clojure{script} share their questions and examples.
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#506info-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!
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#507I 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?
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
#508Earlier 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.
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
#509Earlier 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.
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#510I'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" ?