Earlier quoted context omitted.
This is awesome but why do you only target men?
1) I started building this out for myself and for some of my male friends who shared the same sentiment. 2) Men and women shop differently and I feel as if women want more choices so the model does not necessarily work for them. That said, I've received a lot of interest from women for the first product we launched so plans may change in the future.
Ask HN: What are you building?
101–110 of 127 posts
Re: Ask HN: What are you building?
#102http://devo.ps - Making dealing with servers not suck. Want a new box on Digital Ocean with NGINX + Node.js + Redis? A few lines of YAML, git add/commit/push and you're done. You can use your EC2, Rackspace, Linode or Digital Ocean account, and you manage everything (servers and automation) in Git. To illustrate my point: - Adding a simple NGINX server using the Web UI: http://docs.devo.ps/how-to/add-a-server/ - The…
Re: Ask HN: What are you building?
#103http://devo.ps - Making dealing with servers not suck. Want a new box on Digital Ocean with NGINX + Node.js + Redis? A few lines of YAML, git add/commit/push and you're done. You can use your EC2, Rackspace, Linode or Digital Ocean account, and you manage everything (servers and automation) in Git. To illustrate my point: - Adding a simple NGINX server using the Web UI: http://docs.devo.ps/how-to/add-a-server/ - The…
No GCE?
edit: we'll be pushing the roadmap on the site this week so that people know what's in the works.
Re: Ask HN: What are you building?
#104wrinq allows landlords to collect rent online from their tenants and issue rent slips once it has been received. Besides that it allows the landlords to keep a track of their expenses (on the property) and see how much they profits they earn monthly ,yearly etc. Admittedly this would be much more useful for people who manage more than one tenant.
It will also keep a track of tenants who pay on time so in case if wrinq ever gets successful I would have an opportunity of doing a spin off that "hooks" potential landlords with good tenants (but that is distant future)
Target audience : Landlords who don't live in the same house as the tenants and who possibly have more than one tenant to manage.
Launch Date: Well I want to collect a few emails this time around before launching. See if there is any interest for what I am doing. Right now I am working about 25% on the product (technology wise it is pretty simple) 75% on it's marketing (haven't started actively yet).
But I am thinking December should be a good time to launch.
Trivia:
wrinq is an acronym
Wield Rent and Issue Normative Quittance.
To be honest I only made it up after I decided wrinq sounded cool and got the domain for it :)
Tech stack :
I am using openresty and couchdb on the server side.
Jquery and simple grid[1] on the client side.
Re: Ask HN: What are you building?
#105Problem: Up to 61.5 percent[1] of website visitors are bots, of which 30.5% are malicious. The presence of bots lead to content theft, malware injection, server hijacking, spam links and DDoS attacks. Website owners are often unaware of their existence and the extent of their effects.
Solution: A platform to monitor and analyse bot traffic. We alert you to attacks, pinpoint affected pages and identify and analyse all bots. To retrieve traffic data we use pixel tracking & JavaScript tracking code. To detect bots we look for abnormalities in a series of traffic data such as HTTP header fingerprinting, JavaScript footprint, timestamps, IP reputation etc.
With the results from our platform you can better implement methods of prevention such as blocking IP addresses/user agents or go about including CAPTCHAS or similar where necessary.
If this is something you would be interested in I’d love to hear what you think :).
[1] http://www.incapsula.com/blog/bot-traffic-report-2013.html
Re: Ask HN: What are you building?
#106http://devo.ps - Making dealing with servers not suck. Want a new box on Digital Ocean with NGINX + Node.js + Redis? A few lines of YAML, git add/commit/push and you're done. You can use your EC2, Rackspace, Linode or Digital Ocean account, and you manage everything (servers and automation) in Git. To illustrate my point: - Adding a simple NGINX server using the Web UI: http://docs.devo.ps/how-to/add-a-server/ - The…
Re: Ask HN: What are you building?
#107http://www.hackerlunch.com I am working on an iOS app that lets hackers meet up with each other and have lunch. I moved to San Francisco from Bangladesh last year and found it tough to meet other hackers. Being rather introverted, tech meetups didn't really work for me. I felt that a one-on-one meetup would be ideal. So that's what I'm building. I'm hoping to launch within a few weeks. If it sounds interesting to you…
Re: Ask HN: What are you building?
#108I'm been working on providing a service to recommend manga. The only other existing alternatives are myanimelist and mangaupdates and I feel my project has a greater potential to be more comprehensive, up to date, and personalized. http://mangarecs.herokuapp.com explanation and writeup: first writeup: https://www.reddit.com/r/manga/comments/2eejdt/rmanga_heres_... second writeup: https://www.reddit.com/r/manga/commen…
Re: Ask HN: What are you building?
#109I'm a data scientist who is building Slipper, an iOS app that uses algorithms to reconnect and recommend missed connections. In beta now, but ~5% of new users are matched on sign-up with a real post written about them. Launching later this month, perhaps early October. Feedback most definitely welcome! https://slipperapp.com (also sneakily available in the App Store if you feel like checking it out: https://itunes.ap…
So it uncovers lost connections between the user and other people, where do the stories come into this?
Re: Ask HN: What are you building?
#110Instead of fixed images and positioning, it uses CoreGraphics and Autolayout, making it adaptable to portrait/landscape of any size. (It's really slow on device ATM, but hopefully that will be fixed shortly.)
In the end, I intend for it to have most of the looks and functionality of the existing iPhone keyboard (when possible) except for iOS8 suggestions. Release date for beta-ish 1 should optimistically be a week or two after the iOS8 release date.
Also, unrelated, I had an idea for a human-readable passphrase generator, in the vein of diceware, but I need to find a good algorithm for generating grammatical sentences and correctly conjugating verbs, etc. Also, I have yet to limit my wordlist to the most commonly used words. Right now, it's... silly: http://archagon.github.io/grammatical-passphrase-generator/
Possible future features: arbitrary length, rhyming schemes, other mnemonic features.
(Give it 30 seconds or so to load — everything is done in JS, including wordlist parsing.)