Live data from Hacker News

Ask HN: What projects are you working on?

news.ycombinator.com

321–330 of 514 posts

Re: Ask HN: What projects are you working on?

#321
post #120

A social data flow engine called Egont. You can take a look at these articles: - Egont, A Web Orchestration Language: http://blog.databigbang.com/ideas-egont-a-web-orchestration-... - Egont Part II: http://blog.databigbang.com/egont-part-ii/ You can define things like this using s-expressions: (let mytwitter (twitter "databigbang") Then you can do (twitterdb store (twitter.tweets)) and for every tweet your defines db…

Very nice. IFTTT was a nice first step, and I've been hoping more sophisticated solutions to the same problem would arrive.

Do you see this being commercial software as a service or self-hosted?

Re: Ask HN: What projects are you working on?

#322

Earlier quoted context omitted.

This is one of the projects I most admire in the space. It's the ideal I set my programming learning around when I started teaching myself this stuff. Upvoted

Thanks wturner! If you ever want to develop a plugin for hya, feel free to contact me for any info or support you need.

I don't have the time or the know how for that to be honest. I do think you're ahead of the curve in terms of the opportunities that are possible. If I were you I would seriously try and pitch your know-how to Yamaha or some of the other music instrument companies about building things in this realm. I heard a talk by Chris Lowis that Yamaha was exploring the web audio api for MIDI devices etc.

Re: Ask HN: What projects are you working on?

#323
post #309

Earlier quoted context omitted.

So basically it installs a whole bunch of stuff in one container automatically and then does a commit to save the image?

More or less. "Container" and "Commit" are probably not so good choices here because it doesn't create repositories for you. But yeah, it makes a lot of stuff automatically. At the end the editor creates a game JSON file that specifies everything in the game and is interpreted by the engine. But the enduser don't have to think about it. The platform has three components. 1. game portal for playing/rating/commenting..…

Sounds very powerful.

Re: Ask HN: What projects are you working on?

#324

SiteBox -- for website in a box -- is software that will allow users to quickly create a website. Think of it as wordpress.com but where each site has an integrated wiki. SiteBox uses markdown as its markup language. People will also be able to run SiteBox on their own PCs to use as a personal wiki. Or to have offline backups of wikis on the net that can be easily resynced. People will be able to collaboratively writ…

Is it this site? http://www.sitebox.com/

Re: Ask HN: What projects are you working on?

#326
I have been working on my first Android app. Nothing big just uses a few spinners and a mathematical formula. Halfway finishing through the app I learned that my hypothesis was wrong. Lesson is before writing the code make sure one has think it through. I am just learning so that is fine.
Post reply on HN