Live data from Hacker News

Ask HN: Give me some PHP project or web app ideas

news.ycombinator.com

21–30 of 51 posts

Re: Ask HN: Give me some PHP project or web app ideas

#21
post #10
post #8

thinking about some AI technologies like Natural Language interfaces, intelligent OCR scanners, video crawler with using machine vision .... etc

Well if you like working with natural language. As far as I know, nobody has ported Natural Language Tool Kit (NLTK) from Python into PHP. I've ported small parts to suit my needs, but I am sure a lot of PHP developers would love having access to the whole thing directly.

Oh the spam that will ensue if/when this happens.

Re: Ask HN: Give me some PHP project or web app ideas

#23
post #14

Earlier quoted context omitted.

I saw a good example of this at the LA Car Show yesterday. The new Honda Odyssey minivan has a vacuum cleaner built in to the cargo area, with an extendable hose that can reach all the way to the driver seat. Such a simple idea, I can't imagine how no other manufacturer ever thought of it before.

What about that great feature where accidentally leaving a cabin light on completely drains the battery so that you can't start the car? Why do so many cars still allow this to happen? I'm no electrical engineer, but it can't be so hard to measure battery life and automatically cut power to the cabin when it gets below a certain threshold.

My BMW did just that: if the battery voltage decreasde under a specific threshold (when the engine was off), any light was switched off. A good idea, anyway.

AC

Re: Ask HN: Give me some PHP project or web app ideas

#24
post #5

What makes a project/webapp idea well-suited to PHP? It might be better to ask about your interests, your experience, etc.. Presumably you've branched off from coding basic CRUD apps into something more specialized; do you have expertise (and contacts, domain knowledge, etc.) you might want to leverage in a new project? Or do you want to start a side project to build more expertise in X? What do you want out of this?…

PHP is wells suited for software that you want the users to install on "their" server without requiring any server configuration skills.

Two simple projects I'm needing:

- A Tumblr like app where I can post / tag / search the link s I stumbled upon in my daily browsing (with screenshots?). - A secure but simple commenting engine that I can attach to any of my pages (spam / attacks detection; confirm / delete from links in mails).

Of course I need them as free software. And I'm probably going to work on them soon.

Re: Ask HN: Give me some PHP project or web app ideas

#26
post #7

PHP forum scripts are mostly horrible, out of date and bug-ridden messes. Make something simpler and better that's not a service.

If this is actually a problem you currently have, I've heard great things about FluxBB[0], it's built on Laravel and also powers the Laravel forums. [0] http://fluxbb.org/ EDIT: Its alpha 2.0 is built on Laravel and is a complete rebuild.

To be perfectly honest, I think it's a problem for the PHP forum space in general but it's one I don't have time to try solving on my own (not admitting i'd succeed.)

Fluxbb looks pretty nice though.

Re: Ask HN: Give me some PHP project or web app ideas

#27
post #4

My way of learning a programming language is always to write a chess program in it (this is probably why I haven't learned any languages which don't encourage state). A multiplayer chess site would be a fun and challenging project.

I think you should check some of those languages out. Chess is used as an example in the Joy of Clojure, and I've seen it used to teach Haskell as well: http://www.youtube.com/watch?v=ScS8Q32lMxA (note, you can't really see anything here unless yout put it in HD and view in full screen).

Re: Ask HN: Give me some PHP project or web app ideas

#28
Write a service for people who got the same issue like you: A web(app|page), where people can submit their computer problems like "I need an application, that scans my calendar from and alerts me in my browser ten minutes before the event comes up". Programmers than could just pick a task from it and post the solution. The whole thing can be expanded to the maximum like payed work, featured idea's, collaboration / team finding based on activity stats .. you name it :) I hope this helps you a bit.. ./sz0ka

Re: Ask HN: Give me some PHP project or web app ideas

#29
post #24
post #5

What makes a project/webapp idea well-suited to PHP? It might be better to ask about your interests, your experience, etc.. Presumably you've branched off from coding basic CRUD apps into something more specialized; do you have expertise (and contacts, domain knowledge, etc.) you might want to leverage in a new project? Or do you want to start a side project to build more expertise in X? What do you want out of this?…

PHP is wells suited for software that you want the users to install on "their" server without requiring any server configuration skills. Two simple projects I'm needing: - A Tumblr like app where I can post / tag / search the link s I stumbled upon in my daily browsing (with screenshots?). - A secure but simple commenting engine that I can attach to any of my pages (spam / attacks detection; confirm / delete from lin…

1. Check out clippy.in (http://clippy.in/)

2. Why not Disqus?

Re: Ask HN: Give me some PHP project or web app ideas

#30
post #7

PHP forum scripts are mostly horrible, out of date and bug-ridden messes. Make something simpler and better that's not a service.

If this is actually a problem you currently have, I've heard great things about FluxBB[0], it's built on Laravel and also powers the Laravel forums. [0] http://fluxbb.org/ EDIT: Its alpha 2.0 is built on Laravel and is a complete rebuild.

I don't see a single hint to laravel in the download[0]?

[0] http://fluxbb.org/download/releases/1.5.5/fluxbb-1.5.5.zip

Post reply on HN