Working on TruckPlease https://www.truckplease.com/ If you need to move something you can post it there and guys with trucks and moving companies around you will put down quotes for the job. Then you can accept/decline the quotes and get connected to the mover. It's a Rails app. The focus is on stuff within the same city (or county at least) so shorter local moves. It's mostly in Vancouver, BC right now although we g…
You've been making some ripples on reddit! Do you anticipate needing to hire additional staff anytime soon?
Ask HN: What projects are you working on?
251–260 of 514 posts
Re: Ask HN: What projects are you working on?
#252I've just launched an app for building D3.js charts online. Getting some interesting people sign. https://app.chartblocks.com/tryme
Very slick and easy UI. Good work.
Re: Ask HN: What projects are you working on?
#253I'm working on an enterprise honeypot framework with an emphasis on internal honeypots that alerts a network administrator as soon as an attacker messes with it. An example would be a fake PHP myadmin page that alerts a security engineer as soon as it receives a POST request It's closed source but I've finished the architecture for the software and a couple of the services (MySQL, Web, FTP). They are really cool in m…
That does sound pretty interesting, though I'm not sure if the enterprise folk would pay for it. I know on my personal hosts I tend to grep the access logs for requests to /wp-admin, /phpmyadmin, and blacklist IPs that make request to them. I should probably just switch to using fail2ban to do the processing, but I like the notices posted to my internal xmpp server.
If not I guess I'll just open source it and turn it into a con talk =).
Re: Ask HN: What projects are you working on?
#254I wanted to take node/redis for a spin and this was one of the more simple web apps I could think of. There isn't any data in the system right now so don't take the percentages too seriously.
I might add the ability for users to upload images so people could up make funny trios and share them, but since this was more of a learning experience I doubt I'll get that far before something else takes my interest.
Re: Ask HN: What projects are you working on?
#255screenshot: http://goo.gl/rLVcM6 some devlog videos: https://www.youtube.com/user/symplatonix
Re: Ask HN: What projects are you working on?
#256I have this Uni project that I was allowed to do in Erlang [2] (300LOC, readable, distributed text mining).
I'm also maintaining a somewhat famous unofficial doc of Erlang [3].
[1] https://github.com/fenollp/kju
Re: Ask HN: What projects are you working on?
#257Re: Ask HN: What projects are you working on?
#258I haven't been a fan of most music blogs out there, so I started one alone with a different focus and combined my passion for music with coding to help us stand out. Now, my team has grown to 34 people and we're building our own platform to help people discover all kinds of music. http://radcircle.com New completely custom platform built from scratch in it's Alpha stages, using Ruby, Rails and possibly SailsJS. Would…
I think it would be cool to have a search by band member so you could see what other bands someone has played in.
I do have to say, it looks pretty cool, but with a bit more features it could be a kick-ass site.
Re: Ask HN: What projects are you working on?
#259it will be an easy starter template for any kind of project, and it will have a css on the front (Bootstrap or Purecss), User management (Registeration/Authentication),Asset management, Admin panel, caching, Redis, Task Queue, and two database stores (SQL and no-SQL), and a websocket push functionality.
I call it, the framework for the next decade :)
Re: Ask HN: What projects are you working on?
#260I'm working on a new python based system, consists of Flask and many helpful extension built-in by default. it will be an easy starter template for any kind of project, and it will have a css on the front (Bootstrap or Purecss), User management (Registeration/Authentication),Asset management, Admin panel, caching, Redis, Task Queue, and two database stores (SQL and no-SQL), and a websocket push functionality. I call…