Show HN: I made a Web-based Todo App - used: CSS3 3D transforms, Node.js, love
81–90 of 108 posts
Re: Show HN: I made a Web-based Todo App - used: CSS3 3D transforms, Node.js, love
#82(shameless plug) I wrote a simple to-do app (weekly planner) for my own use (now has a few thousand users): http://weekis.com
Re: Show HN: I made a Web-based Todo App - used: CSS3 3D transforms, Node.js, love
#83(shameless plug) I wrote a simple to-do app (weekly planner) for my own use (now has a few thousand users): http://weekis.com
Re: Show HN: I made a Web-based Todo App - used: CSS3 3D transforms, Node.js, love
#84Earlier quoted context omitted.
stop solving the same problems Eh... what? If we didn't stop solving the same problems we would still be using WordPerfect and Google wouldn't exist. And without seeing it how do you know what it is even doing?
I didn't say stop improving on solutions that miss the mark. I just think there is a lot of unexplored territory for software developers. People like to solve problems they have and understand. To do list apps are the classic example for developers. I'm just saying there's a lot of opportunity out there if you step outside your comfort zone. All I know about this app is that it's a web based todo app. I was clear on…
For starters, the UI is something that I haven't really seen before and its pretty neat.
Second, I do like the concept of today/tomorrow - think that's a nice way to encourage planning and doing
Re: Show HN: I made a Web-based Todo App - used: CSS3 3D transforms, Node.js, love
#85Re: Show HN: I made a Web-based Todo App - used: CSS3 3D transforms, Node.js, love
#86Re: Show HN: I made a Web-based Todo App - used: CSS3 3D transforms, Node.js, love
#87(shameless plug) I wrote a simple to-do app (weekly planner) for my own use (now has a few thousand users): http://weekis.com
Yep, not a right gesture to do, considering your app is kind of rival to op's initiative.
Re: Show HN: I made a Web-based Todo App - used: CSS3 3D transforms, Node.js, love
#88Earlier quoted context omitted.
Failure is the best way to learn! I know because I do so much of it! And bonus if it's someone else's failure.
Sorry I'm not sure what happened - it seems like screen died?
Re: Show HN: I made a Web-based Todo App - used: CSS3 3D transforms, Node.js, love
#89So, 502. Can you please (seriously) write a post about what your server setup is and what its like to be deal with the rush of traffic. I'll be doing it one day soon and all the info I can get would really help!
Even though it's a very simple script the volume of traffic used up all the memory on the machine leading to server death, then my restart script turned out to be wrong :(
Re: Show HN: I made a Web-based Todo App - used: CSS3 3D transforms, Node.js, love
#90Earlier quoted context omitted.
The Page Flip is in Chrome and Safari, but when I started it was going to just be a perk for Safari as Chrome didn't support 3d perspectives. I noticed one day that the beta channel of Chrome had started to support 3d perspectives, but to my distress their support was buggy and left graphical artifacts. I submitted bug reports and luckily in the latest Chromes it works just as nicely as Safari. The big thing I got in…
Just curious, but why'd you decide to use nginx instead of a node-based web server (i.e. serving stuff up via Express)?