Seat 14A (www.seat14a.com) a). Most men hate shopping. b). Sizes are never consistent and a number cannot define a unique bodily shape. Our solution: We simply send an email with a few complete looks every few weeks, if you like a look - order it and we make it made to measure for you. We ship globally for free. Each look is about $150-$175 (so won't break your bank account). Each look is based off of heavy research…
> Each look is based off of heavy research around looks, textures and trends that are currently in. Based off what, Hipster™ magazine?
Ask HN: What are you working on and why is it cool?
551–560 of 786 posts
Re: Ask HN: What are you working on and why is it cool?
#552I'm building a tool (using python) that helps scientists (me) plan and automate repetitive experiments of pretty much any kind. The amusing part is that by using a database as a back end one can--guess what--query data based on experimental conditions and streamline and automate analysis. Many scientists I have talked to (who collect their own data and do their own analysis) simply store their data sets on the file s…
Re: Ask HN: What are you working on and why is it cool?
#553Earlier quoted context omitted.
The steps you will need to take to comply with HIPAA when using TrueVault will vary based on your implementation. If you use our JavaScript widgets so that you never actually touch PHI, then you may be able to avoid the Administrative Safeguards. But, if you handle PHI and then send it to TrueVault you will need to comply with the Administrative components of HIPAA. The HIPAA Security Rule requires appropriate Admini…
So a developer who uses your JavaScript is no longer a business associate?
To clarify, a Business Associate is any entity that uses or discloses PHI on behalf of a Covered Entity. Furthermore, a Business Associate is any person who, on behalf of a Covered Entity, performs (or assists in the performance of) a function or activity involving the use or disclosure of PHI.
Re: Ask HN: What are you working on and why is it cool?
#554Working on a QML runtime for browsers. It's cool for all the reasons QML on the desktop is for describing UIs. Still early days but there's a prototype at http://ivorydungeon.net/HQML and code at https://github.com/guycook/HQML
Re: Ask HN: What are you working on and why is it cool?
#555https://www.truevault.com/ TrueVault is a HIPAA compliant data backend for apps, devices, and sites. Developers use TrueVault so they can develop healthcare apps without building out their own HIPAA compliant infrastructure. You access data in TrueVault via our API and native clients. Think of TrueVault as Stripe for confidential patient data. You use Stripe to store credit card data so that you are PCI compliant. Ou…
LOVE. Thank you. Might sign up soon.
Re: Ask HN: What are you working on and why is it cool?
#556It's cool because two of the oldest and most popular technologies in the software ecosystem (Java from the 90s and SQL from the 70s) are still integrated like it's 1997, through the awkward JDBC API. Meanwhile, everyone else has since been trying to hide SQL away (e.g. JPA).
While jOOQ doesn't help everyone (http://http://www.hibernate-alternative.com), most DBA / SQL-centric developers who have stumbled upon jOOQ found the idea very intriguing, and it certainly beats SQLJ in user acceptance.
What's really cool as well is that I can help the Java folks remember how awesome actual SQL can be. Today's junior developers hardly even know the SQL language.
Re: Ask HN: What are you working on and why is it cool?
#557Keystone makes it easier to get a blog / website / web app up and running without a lot of the module research or boilerplate code node.js usually requires. It also provides a beautiful, useful admin UI (think activeadmin for rails).
It's open source (MIT), and cool because...
* There isn't really anything like this for node.js yet (that we've found). There are a so many great modules and you can plug in almost anything, but getting projects off the ground requires a lot of boilerplate compared to frameworks like rails or django.
* It makes sophisticated things trivial by providing drop-in patterns - like session management and auth, and clever fields for your models, e.g. location fields and image fields (which make for a better admin UI but don't abstract too heavily the underlying data the fields represent).
* We're trying to build an "out of the box" system that doesn't keep you in the box. You can use what you like and swap out what you don't. You can use Jade or Handlebars. Plug in any express middleware you like. Use the built in auth system or provide your own.
* It's all based on the best practices my team have come up with in over a year of node.js web app development and we're using it to power several commercial, production projects. So it's got real-world usage and solves real problems.
* Quite a few people have said this is a gap in the node.js ecosystem, and ultimately if Keystone is just useful for us and a handful of others that's fine, but it would be really exciting if we could start something that helps node.js grow or helps other web developers use the platform. Especially for projects where rapid development is important, and having a great admin UI available would be the difference between using node.js and not.
If you're interested check out http://keystonejs.com
Re: Ask HN: What are you working on and why is it cool?
#558I have been building a (highly accurate) flight simulator. Basically, I'm taking a geometric approach to the flight dynamics model (similar to how x-plane works, except they're using... older techniques/technology. I'm using much more advanced stuff [working on seeing if I can simulate the airflow for the entire craft, as opposed to doing it by sections and then integrating those together]). This is in contrast to th…
Re: Ask HN: What are you working on and why is it cool?
#559Soundslice ( http://www.soundslice.com/ ) -- animated guitar tabs / sheet music. Demo: http://www.soundslice.com/tabs/5680/bohemian-rhapsody-for-so... It's cool because: * The state of the art in guitar tabs is horrible ASCII crap (example: http://tabs.ultimate-guitar.com/e/eagles/hotel_california_ta... ). Soundslice is a 1000x improvement. * It solves a key problem for musicians, which is: when you're learning a new…
I wish someone made something as well executed as this for the piano. Or maybe I'll just learn the guitar, now.
Re: Ask HN: What are you working on and why is it cool?
#560I'm working on http://algorithmic.ly -- algorithms as a service. It's cool because I get to help startups who don't always have the resources to hire someone like me who specialized in implementing and scaling certain kinds of algorithmic features. These startups need help with everything from geospatial search up to anomaly detection and predictive analytics. It's bootstrapped, so while I'd love it if it was a publi…