Live data from Hacker News

Ask HN: What are you currently building?

news.ycombinator.com

131–140 of 239 posts

Re: Ask HN: What are you currently building?

#131
A couple of Twitter bots:

* https://twitter.com/hn_frontpage displays Hacker News top 30 (to deal with ranking volatility, an article is tweeted once a day) and has both article link and discussion link. Haven't found an existing one that is both the front page and the discussion link.

* https://twitter.com/tic_tweet_toe for people to play games of TTT. It remembers each person's W/L/D record.

Working on a web version of cribbage that isn't a Java applet.

Researching idea for my next bootstrapped company.

Re: Ask HN: What are you currently building?

#132
Finished big milestones for couple of projects and on going development:

- Snub: Manage .gitignore files from the terminal or from the status menu bar. Free and open source: https://github.com/ashokgelal/Snub

- LightPaper: Finished rebranding, just released 1.2 alpha and continuing the development: http://lightpaper.42squares.in/

Re: Ask HN: What are you currently building?

#133
A pushd / popd like utility except that it works globally. You aren't restricted to having each terminal with its own stack; it's a global stack. I found this to be a much quicker way to navigate the terminal.

It uses shared memory to store the stack, thus making it "global". Still needs some polishing.

Check it out. feel free to give feedback, pull request, whatever.

https://github.com/christarazi/global-pushd-popd

Re: Ask HN: What are you currently building?

#136
https://thewishler.com a site to create online wish lists. The "about" page covers the reason (mainly it was a need I had personally) but it also gave me a reason to play with some new things. Next on the list is learning how to write a chrome add-on to interact with the site :)

Re: Ask HN: What are you currently building?

#137
I've been slowly working on a new UI toolkit designed to provide first class mruby support, provide linear programming constraints for layout, use openGL rendering via nanovg, and use a variant of qml (dsl using reactive properties) for widget definitions. Qt was nice for some initial prototyping, but given the scope of some user interfaces that I'm developing a new toolkit seemed justifiable. The old pain points mainly included ease of scripting, performance, and easier custom widget definitions (mainly for data visualization).

Re: Ask HN: What are you currently building?

#138
Every week we'll do a family dinner with my in-laws. We love to eat and stingy so I'm building a web scraper using Scrapy to scroll through Groupon & Qoo10 and save all the deals to a Postgres database. Then, I'll schedule a cronjob query this database daily for food deals.

Re: Ask HN: What are you currently building?

#139
Over the Christmas break, I got macros working in Full Metal Jacket. There's one more thing I need to do to make the language easier to program in, and a few loose ends to tidy up. I'll update my web page (http://web.onetel.com/~hibou/fmj/FMJ.html) soon to reflect this.

Re: Ask HN: What are you currently building?

#140
http://www.cravecoffee.co.nz

Coffee subscription service based in New Zealand.

Tech wise it's all Go on Google App Engine with a dash of jQuery and I had to extend the library for Braintree payments to work with GAE.

Anyone interested in using/testing/anything please drop me a mail: nsglynn at gmail

Post reply on HN