Live data from Hacker News

Ask HN: What are you working on (hacking)?

news.ycombinator.com

111–120 of 194 posts

Re: Ask HN: What are you working on (hacking)?

#112
post #24

My Django hosting service. I looked at Heroku and thought, "I want that for Python." Yesterday, I got most of the http request path finished. There is some node.js work left, and I still need to do some more work on Varnish. I'm hoping to get to the Postgresql stuff next week, then on to the website and API...

You have me sold, please give me the heads up when you're done. I've been looking for this for a long time.

Re: Ask HN: What are you working on (hacking)?

#113
post #34

I'm working on text classification. I have a decent classifier that's especially suited to author identification. I can think of a few good uses for it; the first one I'm trying to commercialize is academic anti-cheating.

That sounds fascinating. How did you come up with the algorithms to use?

Re: Ask HN: What are you working on (hacking)?

#114
post #22
post #14

Earlier quoted context omitted.

I've been thinking of trying to write a machine learning app to do just that. Any hints?

I didn't implement the machine learning algorithms for myself, because there are some really good packages out there and I know I don't have the smarts to better them. Keep in mind that I didn't really have any success: There seem to be two main ML packages, Weka and Orange. I personally preferred Orange, it has a nice graph-based UI for linking various components together; when you've figured that out it can script…

This sounds like an awesome project!

Why did re-implementing the dissertation for greyhounds not work? Was the dissertation flawed?

If you're putting this much effort into it, why not stop by a horse racing track a few times and pick up some domain knowledge? Maybe you could even talk to race horse owners, jockeys, breeders?

I wonder if you could turn this into a product for breeders? Or maybe for people buying/selling race horses? Or people hiring Jockeys, or even marketing an offshoot of this to the gamblers? Just some wild thoughts.

Re: Ask HN: What are you working on (hacking)?

#115
Adding support for JSON-RPC in Pylons.

Eventually this will lead to integrating pyjamas as an alternative to templating for pure-AJAX applications. This will mean adding a setuptools plugin for compiling the pyjamas client before packaging the application, creating a paster template for generating the project structure, and extending the test framework to support functional tests.

It might mean creating yet another framework built on pylons, but I'm hoping it will get folded into Pylons proper so that I don't have to maintain a separate project.

http://bitbucket.org/agentultra/pylons/overview

Re: Ask HN: What are you working on (hacking)?

#119
post #23

http://search.cpan.org/~michael/Class-Declarative-0.06/lib/C... A declarative framework for Perl that lets you set up complex data structures and code in an easy-to-read format. A complete working example GUI program, using a not-yet-published set of semantic classes: use Class::Declarative qw(Wx::Declarative); dialog (xsize=250, ysize=110) "Wx::Declarative dialog sample" field celsius (size=100, x=20, y=20) "0" butt…

Is that...significant indentation in Perl? Will you marry me?

Well, actually it's kind of like an unholy Python/Tcl mutant thing, since the one-word tag determines the parsing of its line and children - but yes, significant indentation using a Perl filter.

Re: Ask HN: What are you working on (hacking)?

#120
Something like the Django admin feature but for MS Sql Server and more generic; to sell to companies. I figure a lot of companies have databases for internal purposes but don't have programmers to make CRUD apps for them.

I'm still not sure how to locate potential customers or how much to charge. Any advice on that?

Post reply on HN