Live data from Hacker News

Ask HN: What project are you currently working on?

news.ycombinator.com

41–50 of 134 posts

Re: Ask HN: What project are you currently working on?

#41
I'm working in a project called Codenizer (http://codenizer.co) that aims to help Python developers to maintain and keep their projects up-to-date. Basically, it verifies whether a new version of a certain library is compatible with your project, checking all imports you do to that library. Many other things are to come!

Re: Ask HN: What project are you currently working on?

#42
I launched Your World of Text six years ago right here on HN. It's an art site where people can write anonymously on an infinite field of text. In the intervening years, without any active development from me, site traffic grew to about 500k visits/month, then shrank back down to about 100k. A lot of that decline is due to scripters flooding the site. This month, I'm giving the site some overdue attention: fixing bugs, fighting the scripters, and some other improvements. The first iteration of the rate-limiter is launching soon, and I'll then clear the frontpage content for a fresh start.

Re: Ask HN: What project are you currently working on?

#43
I've got three!

A highly opinionated project management saas: http://kati.burakkanber.com/

A long term HTML5 RPG project: http://thebotanistgame.com/

And I'm working on a really interesting giga-scale chatroom UX, intended for live chat in a room with hundreds or thousands of active participants. Mostly as a UX experiment.

Re: Ask HN: What project are you currently working on?

#45

Open source Hearthstone-like game, except it's real-time (no turns), and it's space-themed: https://github.com/lacker/cardkit It's an effort to learn more about react.js, Webpack, babel, and ES6. Contributors welcome. It should be easy to build and run. We have a Slack channel for people who have contributed. You can play the basic game (if you have an opponent) at http://spacetime.tv (very much a work in progress)

Not working for me.

- Uncaught InvalidStateError: Failed to execute 'send' on 'WebSocket': Still in CONNECTING state.

- WebSocket connection to 'ws://spacetime.tv:9090/' failed: Error in connection establishment: net::ERR_CONNECTION_TIMED_OUT

Re: Ask HN: What project are you currently working on?

#47
I'm working on private hosted Wordpress plugin and theme updates. My goal is to do for Wordpress updates what Github did for Git.

Its currently in a private alpha, but I've already got 26 users signed up! I have lots of ideas for doing automated builds, webhooks, and third party integrations, but the going is slow because I lack a lot of time to work on it.

Check it out at https://kernl.us

Re: Ask HN: What project are you currently working on?

#48
post #45

Open source Hearthstone-like game, except it's real-time (no turns), and it's space-themed: https://github.com/lacker/cardkit It's an effort to learn more about react.js, Webpack, babel, and ES6. Contributors welcome. It should be easy to build and run. We have a Slack channel for people who have contributed. You can play the basic game (if you have an opponent) at http://spacetime.tv (very much a work in progress)

Not working for me. - Uncaught InvalidStateError: Failed to execute 'send' on 'WebSocket': Still in CONNECTING state. - WebSocket connection to 'ws://spacetime.tv:9090/' failed: Error in connection establishment: net::ERR_CONNECTION_TIMED_OUT

Hmmm... Spacetime.tv works for me when I connect two browser windows to make a game.

a) What browser/OS are you running?

b) Maybe your firewall is blocking sockets?

Re: Ask HN: What project are you currently working on?

#49
"google docs" of handwriting / freehand with real-time collaboration. A bit like if google docs had a child with OneNote...

- vector graphics/drawings created by freehand / writing http://write-live.com/d/dba21681-8d3f-4fbe-8b4b-e5c1983df934

http://write-live.com/d/8f9b7846-a7b9-4e5c-b704-dad9aa87d14e

- unlimited* levels of zoom http://docs.write-live.com/WriteliveServer/webview.html?d=34...

- draw on a tablet, view on tablet / web http://write-live.com/d/538254c5-7d31-41f2-83bb-bcd0a7cee7ab

Re: Ask HN: What project are you currently working on?

#50
https://www.primroseeditor.com/

RAD programming framework for WebVR. It will soon have a huge set of features above and beyond the basic text-editor that I've demoed here on HN before. I never really intended to make a framework, but I have ideas on some products I want to build, am trying to make iterating on those ideas very productive, and I figure I might as well let everyone have the core stuff in the mean time:

BTW, I'm always available to talk about projects, if you need a freelance developer or just an ear off which to bounce ideas. Find my contact info in my profile.

Post reply on HN