Offer HN: Tell me what you need, and I'll program it (for free)
To refresh my mind, I'm looking at taking on one small project. So don't ask me to build a full crazy enterprise application here.
My skills include HTML5, CSS3, JS, PHP, Ruby, Python & Perl.
So, if you're missing something that you'd really like to have, comment below.
See any comments you like? Comment on it so I can see which request is the most popular, and I'll whip it up!
80 comments
[ 2.6 ms ] story [ 99.9 ms ] threadSide question: you will be making the code open source right?
Also, this is a pure JavaScript project, and the OP wants to do something with HTML/CSS/etc.
Also thank you for clearing up the mischaracterization.
I recall an example where 7-8 points, trending up, are fitted with a polycurve that sharply dropped right after the last data point thereby giving erroneous prediction.
If I really like it, endless amounts ;)
Code will be released under MIT license.
- Upload multiple images
- Add hot spots to them (annotations/marks, what ever you wish to call them)
- Each hot spot gets set to link to a different image of the uploaded images
It's a way to demo a UI prototype/mockup. So what happens is, once you are done, you'll share a link with someone.
And they would click through the images as they would normally do if those weren't static images but an actual UI.
Let me know if you need more elaboration.
My mother's been bothering me to make a website for her, I just haven't had the time...
It shouldn't be too hard, just a few graph API queries and a loop to call curl, but I've never got around to it.
https://ifttt.com/recipes/1717 is the original recipe that most people have modified that saves any pictured you're tagged in to Dropbox. I'm sure that it can be modified to upload all the pictures in the album (which you have access to).
* scrape your facebook data and most importantly the references to other accounts
* make accessing facebook available through your own software
* when you post something, it should appear on facebook but also directly into the very own self hosted version of your data
Why?
Use facebook but be ready to leave or parallely use one of the many Free Software wanna be social networks.
1. Download data: http://www.facebook.com/help/131112897028467/ 2. Delete account: http://www.facebook.com/help/224562897555674
Source: http://news.ycombinator.com/item?id=4769947
Edit: witch means he owns the original code but you can do (almost) anything with it.
So some method of using, say, Gliffy without having to use the mouse would be awesome.
Disclaimer: I am not a programmer and have no idea how interesting this is, I can only speak to how much it would help me.
Have one dashboard view where I can see an overview of all my goals.
[1] http://seinfeldcalendar.com/
(https://www.youtube.com/watch?v=uSGOtsu-TFM)
(http://www.atariage.com/forums/topic/70649-ps1-homebrew-supe...)
There are other similar games, but this hit the "just one more game" sweet spot. I'm not sure how.
Hell, if you write it in Python then I'll even donate the comments page parser I already have written (including a comment's original marked up plain text recovered from the HTML).
One of many tiny projects that just need a few concentrated days that I've never gotten around to. I suspect you might find quite a few here willing to pay that same $20/year.
My use case is simply that I like my own comments/SMS/tweets/etc. archived and searchable, as it's an easy way of keeping track of stuff with zero effort. In the case of HN it would also serve to avoid the common situation where I miss a reply until hours after the replyer's lunch break ended.
The ability to reply is more complicated and probably less useful.
https://github.com/2grep/CoPATH-Parser
What's in it for you?
1) Tell your Movember buddies you're actually working on prostate cancer research
2) Maybe a trip to SD (big maybe, but hey)
3) a chance to make some connections. For example, I'm getting some help on the postgres side from Joe Conway (has a postgresql commit bit, and author of PL/R, http://www.joeconway.com/)
https://github.com/2grep/CoPATH-Parser/blob/master/tests/Abb...
into this file
https://github.com/2grep/CoPATH-Parser/blob/master/tests/Des...
longer story:
I'm a doctor in the military, and we use IT systems derived from the VA's original VIsTA project. If you've ever heard of Mumps, this is it. The manuals date back to the early 80s. I am trying to build out some infrastructure so we can sensibly work with external research institutions in the San Diego area. I have figured out how to get some decent text out, which then needs to be parsed for specific things, which may vary depending on the project.
Think of this as a startup within the largest of large organizations. The downside is there's a huge bureaucracy. The upside is we're operating far enough up, that everybody understands the bureaucracy problems and some key people are willing to help facilitate some things along the way.
So my minimum viable product is a research paper published using 55 cases. Trivial, right? Maybe if you're at Stanford. Here, not so much. getting enough code written that I can automate the parsing and inject this (and some other similar files) into postgresql, and then pull data back out and do data analysis with it. I have struggled to find help. Joe has been very generous with helping me wrap my head around postgresql. I have been through a lot of python tutorials, but I have never sat down with someone who knows python and seen how they solve a problem. Go to a desert island and teach yourself python with nothing but the internet. Can it be done? Yes, but it is very hard.
So I'm hoping to build a relationship with someone who could help with practical matters, like finishing this first step of a small parser. Paul McGuire, the author of pyparsing, has been very helpful over Stack Exchange, but crafting a well-formed question on Stack Exchange is very difficult when, again, one learned to code on a desert island.
Here's my effort so far
https://github.com/2grep/CoPATH-Parser/blob/master/ProstateP...
Which I'm sure anyone here will look at and say: dude, you could have finished this by the time you wrote this comment! Except it's really hard to wrap your head around something you've never done, never seen anyone else actually do, and can only spend 10-15% of your time on.
But I need to automate some of this work if we are going to undertake larger projects in the future, which is the goal.
If you're interested in going down ruby (and even mysql or i can probably get up to speed on postgres, as it's a bit rusty), I can get involved.
https://github.com/2grep/CoPATH-Parser
I'm not completely wed to postgresql, but I would hate to give up Joe, who has been tremendously helpful. And most of my admin experience is with postgresql (blogs, wikis, etc).