Live data from Hacker News

Ask HN: What are you working on and why is it cool?

news.ycombinator.com

241–250 of 786 posts

Re: Ask HN: What are you working on and why is it cool?

#241

Earlier quoted context omitted.

Sorry it's so confusing. If you created a campaign then it is already working. There's nothing else for you to do inside the product. Now all you have to do is interact with the people that are starting to engage with you. It's not an instant thing. Our system detects when relevant conversations are going on using fancy algorithms based around machine learning, sentiment analysis and POS tagging.

Sorry but I still don't quite understand. How are people going to engage with me? Does your system tweet / follow people for me?

No, I'm sorry! The "social etiquette" on each social media channel is different to begin a conversation. For Twitter, it can be as simple as a "favorite". The system doesn't tweet or follow people.

Re: Ask HN: What are you working on and why is it cool?

#242
post #201

Currently I'm working on a few different developer tools, as part of my continuing mission to make my own life easier. I figure they're probably cool because if I'm scratching my own itch then I should be scratching itches for other devs too. * GitHubReminder - serendipitous email reminders about your starred repos on GitHub. https://githubreminder.org/ * JSComplexity - code complexity metrics for JavaScript. http://…

For JScomplexity, you should round your complexity values :).

Halstead difficulty: 4.666666666666666 Halstead volume: 55.506595772116384 Halstead effort: 259.0307802698764

Do you do storage on the back end? Can you target a particular open source project to analyze it? Can you target languages other than JS?

Make a Github bot that makes pull requests that analyze a project's complexity, areas where it's more complex (refactor), areas where there's fluff, projects that don't follow 'standards'. That'd be cool if it was an opt-in thing, like I add a "ComplexityBot.MD" blank text file, complexity bot comes by, analyzes my project, pull requests the complexitybot.MD file, gives me some nice data, comes by again whenever it gets some down time and updates the analysis.

Re: Ask HN: What are you working on and why is it cool?

#243
I 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 things like MS Flight simulator and FlightGear (though, flightgear does have a poorly documented and rather inaccurate geometry based fdm - but most people use the table-based one, which is far more accurate than the geometry-based fdm they have implemented), which use lookup tables to guess how an aircraft would perform.

The problem I actually originally set out to solve was that xfoil and xflr5 suck to use (importing/exporting plane data is... either you can't, or you shouldn't), and fuck paying for the more expensive design testers. (this is why I have the focus on accuracy - if this was just going to be a simple game, I'd have spent far more time making it look pretty) However, I figured that I could also make testing be more fun by adding an interactive mode (i.e. I want to be able to do hardware-in-the-loop type stuff, as well as just manually flying), and at that point, it just is a scriptable flight simulator.

I'm still working on the flight dynamics model, been teaching myself fluid dynamics so that I somewhat understand what all is going on there (as much as anyone who hasn't spent years studying this can understand...), and I've been working on writing code to run on the gpu (yay, opencl) in order to do this. It's been fun.

Re: Ask HN: What are you working on and why is it cool?

#245
post #15

https://kwelia.com -- we are taking a quantitative approach to determining the market rental value of apartments. This has not been done accurately on a large scale in the past, and I think we are the first to do it well.

I just signed up for an account, only after the fact to find out that you don't have data for the Portland, OR market, which is unfortunate since this is definitely a tool I'd like to use in my upcoming apartment search. Two things I wanted to mention about the sign up process: * Before giving you my email address, I'd like some reassurances that you won't spam me, etc. * It took 10-20 seconds to create my account. N…

Thank you for the feedback! We're rolling out our models as we acquire customers for our B2B product, and we have none in Portland yet, but hopefully it's only a matter of time.

Sorry about the performance issues, I will be looking into them right away.

Re: Ask HN: What are you working on and why is it cool?

#246

I'm going to be rewriting my image booru engine ( https://github.com/asiekierka/boorushy2 - all demos are down ). It's not cool. Nothing I make is cool. It never was. All I seem to make are boring, niche ideas... and not even I care about them. Since half a year, I haven't found anything that would interest me. I'm a man with low standards, I guess.

If you aren't liking what you're doing, pick something else up. Go try out a different hobby, get into painting, cooking, meditating, whatever. Don't burn yourself out grinding teeth on something you don't enjoy doing. Make sure you enjoy what you're doing. Go on a vacation to a state park, take a break for a while.

Re: Ask HN: What are you working on and why is it cool?

#247
post #170

Earlier quoted context omitted.

> 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. Oh come on - you guys even mention Guitar Pro on the About page. This is like building a word processor and then comparing it to Notepad.

The vast majority of guitarists still use those ASCII tabs, not Guitar Pro -- but, fair point! The biggest problem with Guitar Pro is that the playback is synthetic/MIDI. Our philosophy is that learning from a real recording is the best (only?) way to catch subtleties of music like phrasing, timing and feel.

And of course there's songsterr too don't forget.

You've a great product, but come on, state of the art's not been ascii for a decade. It's just google lurvvves ultimate guitar tab.

Re: Ask HN: What are you working on and why is it cool?

#248
post #203

https://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…

Excellent. Two of my clients need exactly this service. We have the pain point you describe, i.e. needing to build out AWS, Rackspace, etc. Currently we build custom AWS images, however we'd much rather pay for a HIPAA stack. Kudos!

Many thanks! Appreciate the kind words.

We offer a 30-day free trial, so you can play around with our API without entering a credit card. Caveat -- don’t send us any real PHI until we sign a BAA.

Please feel free to test it out, and if you have any questions shoot me an email. trey@truevault.com

We get to see a wide variety of use cases, happy to share our experiences.

Re: Ask HN: What are you working on and why is it cool?

#249
I've built GifIt (http://gifit.nodejitsu.com/) this week. It allows you to add a gif with your tweets.

It's cool because:

- Gifs are cool

- It uses getUserMedia() to capture the gif from the browser

- Coded in node.js with the MEAN boilerplate (https://github.com/linnovate/mean)

- It's a 15-hours one-person project

Re: Ask HN: What are you working on and why is it cool?

#250

GAuthify ( http://www.GAuthify.com ), Aims to make two factor authentication dead simple for the masses. I love two factor authentication and want to see everyone else use it too :)

I'm confused about this one. Wouldn't it be cheaper to use a solution like Twilio to do all this?
Post reply on HN