Earlier quoted context omitted.
I think it's a great service, and was really toying with the idea of creating something like this when I was living in the UK. But mostly for ebay purchases. There are lots of bargains for furniture and heavier stuff which is 'pick-up-only'. If you can get a quote for picking it up and delivering it before you even bid on an auction, this will open up loads more opportunities for both buyers, sellers, and local deliv…
Thanks! You might already know but the UK has AnyVan which is similar but perhaps more for long distance stuff. I think they have eBay integration too. You're right that is a huge market though.
Ask HN: What projects are you working on?
271–280 of 514 posts
Re: Ask HN: What projects are you working on?
#272I am working on Thunder Defense and building Anti-Big Brother tools to help the general public protect their privacy. The goal is to help create awareness about potential privacy threats with simple to use tools. It's not meant for tech savvy people or hackers but the general population. My first tool is called Webcam Blocker Pro which protects your audio and video inputs. http://www.thunderdefense.com
I don't mean to offend you but I watched your promo video and it just screams FUD. Basically scamming not tech savvy people out of their money? Your product has nothing to do with what's a firewalls job and yet you claim your product is better and cheaper? Also if someone has access to your microphone and webcam they probably have a trojan on your box. So I don't see how a your software product could prevent a trojan…
Re: Ask HN: What projects are you working on?
#273Dealing with the differences between Java/Android and Obj-C/iOS has been both interesting and frustrating at times.
Re: Ask HN: What projects are you working on?
#274https://github.com/Anilm3/ARC-Library
I don't have much time due to my job, but it's quite a lot of fun to work on it.
Re: Ask HN: What projects are you working on?
#275Re: Ask HN: What projects are you working on?
#276Work stress over the past week or so has forced a break though
Re: Ask HN: What projects are you working on?
#277An algorithmic trading model. I have been investing for 2 months on my own and hope to open an investing firm in 2 years or less
You trading equity, options, futures? What's your strategy, stat arb, directional, delta-neutral? What's your broker? Lime/IB/Lightspeed/DMA? What's your tech stack? C/Java/Scala/GPU?
Re: Ask HN: What projects are you working on?
#278Earlier quoted context omitted.
You trading equity, options, futures? What's your strategy, stat arb, directional, delta-neutral? What's your broker? Lime/IB/Lightspeed/DMA? What's your tech stack? C/Java/Scala/GPU?
Equity, directional. Using trade king right now but no tech developed. Once I prove out my model works, would look into the tech side. Using excel right now.
Re: Ask HN: What projects are you working on?
#279I'm working on a programming language. It's a reimagining of Python as a statically-typed, compiled language. The compiler is written in Python and targets LLVM IR. Currently working towards support for exceptions; raising already works, currently trying to work my way through all the stuff that needs to work for catching.