Ask HN: What are you currently building?
141–150 of 239 posts
Re: Ask HN: What are you currently building?
#142Re: Ask HN: What are you currently building?
#143http://www.peergym.com let's you search for quality gyms in your area by membership price and amenities - the kinds of things services like Google Maps and Yelp don't do. Most people do a particular kind of workout (running, weights), and need special equipment (treadmill, barbells), and you can't always guarantee you'll know what you're getting just by the name and a few pictures.
It was mostly an excuse for me to learn Elixir and Phoenix. I've tackled auth, uploads, geolocation/geospatial DBs, SSL and more, so it's been a lot of fun and hopefully I can turn this into some sort of tutorial series on building out a real-world app.
For the future I want to add reviews, community edits, and advanced filters to make them easier to search and populate. And hopefully, accept payments if people want to buy passes to their gyms online (or automatically renew their memberships.
Re: Ask HN: What are you currently building?
#144Re: Ask HN: What are you currently building?
#145Earlier quoted context omitted.
Awesome. What fail safes do you have?
The only real failsafes I have are overcurrent detection on the blade motor (when you hit something bad, current will spike) which triggers immediate shut-off, as well as a big red emergency stop button that will be on top of a pedestal at between knee and waist height. Otherwise I intend to implement naive obstruction avoidance to start where I detect proximity to an obstruction and simply steer away from it when I'…
Re: Ask HN: What are you currently building?
#146http://dbheroapp.com - a GUI database app for PostgreSQL & MySQL, for Mac and Windows. Very early days (been actively working on for about a month).
Interesting. What technologies did you use here?
Re: Ask HN: What are you currently building?
#147I was quick to build the Nodejs part of the framework. I have been taking a longer time building the Go part. Mostly because I am new to Go and am trying to figure out whats the best way to go about it.
These days I am reading a bit into Dagger, and trying to figure out if I can put some learnings from Dagger into Archiejs (or particularly the Go part of ArchieJS).
Re: Ask HN: What are you currently building?
#148Earlier quoted context omitted.
Big and bold challenges. Does the "no difference between creating and using software" not cover much/most of your considerations? I'm curious where you've taken to the idea of things like graphs over trees, should a new system be so opinionated? or is there a way to develop something flexible enough that when the next thing after graphs comes along, your system will be able to adapt.
I have lost all motivation for lesser challenges. I can't be excited about a very specific project with a doman-specific purpose. One could probably summarize my mission as to bridge the gap between consuming and creating software. Sometimes, I tell people that I'm creating a new language (which I am). A tree is just a unidirectional graph. Most file systems use the tree structure which is crippling. I'd like to know…
Re: Ask HN: What are you currently building?
#149I'm building micro - a microservices toolkit https://github.com/micro/micro . I was part of the platform team at Hailo which built a global microservices platform and before then spent some time at Google. I think with the shift to cloud and docker, being able to build distributed systems is becoming ever more important but the tooling hasn't caught up yet. The goal of micro is to simplify building and managing distr…
Re: Ask HN: What are you currently building?
#1502.An app for salespeople. It helps track prospects, keep sight of targets and communicate with home office staff and other members of the team. You could say I'm a SalesForce competitor.