It's been fun to take the "low technology" solution (i.e., printed pen-on-paper record keeping) and inject it with some high-technology magic (customized dynamic content creation, etc).
Ask HN: What projects are you working on?
141–150 of 514 posts
Re: Ask HN: What projects are you working on?
#142A few related topics:
- Semantic Web
- Internet of Things
- UI/UX
- Knowledge Representation
- Big Data
- Smart Contracts
Evoluton of communication:
- Facial emotions
- Sign language
- Verbal communication
- Writing
- Printing
- Photography
- Telephone
- Radio
- Television
- Computers
- Internet
- Smartphones
- ... <- What I'm working on
Re: Ask HN: What projects are you working on?
#143I'd love some help if anyone is interested. I'm still in the planning phase.
Re: Ask HN: What projects are you working on?
#144https://hackedu.us - current website, new one will be online in mid-July
Re: Ask HN: What projects are you working on?
#145I'm working on a todo list with a Seinfeld calendar. My take is that there are only three categories: Work, Home, Personal. There are two buckets of tasks, Short term and long term. You'd move long term tasks into the short term when you start working on them. At the beginning of the week, you'd move the tasks from the short term into the day of the week that you planning to work on them. The catch is, you can only w…
Re: Ask HN: What projects are you working on?
#146Re: Ask HN: What projects are you working on?
#147Re: Ask HN: What projects are you working on?
#148Bif is a project management tool with a command-line interface. It helps you track tasks, issues and bugs using a local database, exchanging updates with remote databases on demand. The tool has several features of interest to distributed project teams:
* Offline Operation - Many bif actions work offline; you can create and update tasks and issues while disconnected from the network.
* Inter-project Cooperation - Bif issues (and tasks) can be linked with (or copied to) multiple projects, mirroring the inter-project relationships that exist in the real world.
This flexibility comes with minimal additional complexity; bif commands are designed for consistency and ease of use.
Bif runs on any system that supports Perl and SQLite.
Re: Ask HN: What projects are you working on?
#149Re: Ask HN: What projects are you working on?
#150I've been working on bif ( http://bifax.org/bif/ ) for the past 3 years. Bif is a project management tool with a command-line interface. It helps you track tasks, issues and bugs using a local database, exchanging updates with remote databases on demand. The tool has several features of interest to distributed project teams: * Offline Operation - Many bif actions work offline; you can create and update tasks and issu…