TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What kind of side projects are you working on?

110 pointsby _3agwover 11 years ago

79 comments

acesubidoover 11 years ago
A simple CSS&#x2F;JS library recreating the Windows 8 Modal. Still working on tablet&#x2F;mobile support (which im pretty sure is just a css style cursor: pointer;)<p><a href="http://ace-subido.github.io/windows8-metro-modal" rel="nofollow">http:&#x2F;&#x2F;ace-subido.github.io&#x2F;windows8-metro-modal</a><p>Another side project I&#x27;m currently in the process of designing:<p>Personal Problem: Me and my wife have some folders with so many random files. Too troublesome and time consuming maintaining it to be clean and organized. Pictures should be in a specific folder, installers in another one, etc. an example is the &quot;Downloads Folder&quot;<p>Solution: A small command-line utility that organizes a folder on where it runs from. This small command-line tool has only one parameter: a JSON file that contains &quot;Rules&quot; on what it will do on specific files. ex: .mp3&#x27;s should be placed on a folder, .docs on another, etc. And so on and so forth. It could also come as an &quot;installable&quot; service&#x2F;daemon that watches over folders. Still learning more about Scala, it&#x27;s used in where I work, may write this command-line tool in that language for educational purposes.
评论 #6800059 未加载
evincarofautumnover 11 years ago
Kitten, a programming language based on zero-cost abstractions (<a href="https://github.com/evincarofautumn/kitten" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;evincarofautumn&#x2F;kitten</a>). Competing in the same space as C++, Rust, and Nimrod. Statically typed, type-inferred, stack-based, higher-order, GC optional, with an effect system to manage side effects. Very much a work in progress, but you should stow it in your brain as a systems language to try in the future.
bpodgurskyover 11 years ago
Open-source visualization of our solar neighborhood: <a href="http://uncharted.bpodgursky.com/" rel="nofollow">http:&#x2F;&#x2F;uncharted.bpodgursky.com&#x2F;</a> (source <a href="https://github.com/bpodgursky/uncharted" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bpodgursky&#x2F;uncharted</a>)
评论 #6807437 未加载
iamwilover 11 years ago
1. Cubehero - Hosting 3D printed projects <a href="https://cubehero.com" rel="nofollow">https:&#x2F;&#x2F;cubehero.com</a><p>2. Embossanova - Emboss images to surfaces in OpenSCAD <a href="https://cubehero.com/physibles/iamwil/embossanova" rel="nofollow">https:&#x2F;&#x2F;cubehero.com&#x2F;physibles&#x2F;iamwil&#x2F;embossanova</a><p>3. Graftleaf and Graftweave - Graftconcept iPhone module back covers <a href="https://cubehero.com/physibles/iamwil/graftleaf" rel="nofollow">https:&#x2F;&#x2F;cubehero.com&#x2F;physibles&#x2F;iamwil&#x2F;graftleaf</a> <a href="https://cubehero.com/physibles/iamwil/graftweave" rel="nofollow">https:&#x2F;&#x2F;cubehero.com&#x2F;physibles&#x2F;iamwil&#x2F;graftweave</a>
评论 #6803767 未加载
Sir_Cmpwnover 11 years ago
Lots of them.<p>Open source implementation of Minecraft <a href="https://github.com/SirCmpwn/Craft.Net" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;SirCmpwn&#x2F;Craft.Net</a><p>Reddit API wrapper <a href="https://github.com/SirCmpwn/RedditSharp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;SirCmpwn&#x2F;RedditSharp</a><p>kernel written in z80 assembly <a href="https://github.com/KnightSoft/kernel" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;KnightSoft&#x2F;kernel</a><p>TI-8x emulator in javascript <a href="https://github.com/SirCmpwn/OpenTI" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;SirCmpwn&#x2F;OpenTI</a><p>And lots more <a href="https://github.com/SirCmpwn" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;SirCmpwn</a>
评论 #6819205 未加载
cruppstahlover 11 years ago
<a href="http://hamsterdb.com" rel="nofollow">http:&#x2F;&#x2F;hamsterdb.com</a> - a C++ key&#x2F;value store. hamsterdb is AFAIK the only key&#x2F;value store which supports typed keys (i.e. uint32, uint64, blobs). under the hood the btree optimizes the memory layout for this type, just like a column store DBMS does. I&#x27;m now moving slowly towards adding analytical functions, but it&#x27;s still a long way to go.
motiejusover 11 years ago
Docker replacement with emphasis on tool reusability. Docker made incremental builds right, and I love the idea. However, it reimplemented the whole tooling around it instead of using what&#x27;s in there.<p>It will support FreeBSD&#x2F;ZFS&#x2F;Jails and Linux&#x2F;LVM|BTRFS|ZFS&#x2F;LXC on the first release. My goal is to re-use existing tooling as much as possible.<p>I am writing it in Haskell.
评论 #6800219 未加载
JamieLewisover 11 years ago
An open source stream processing framework (<a href="https://ghostream.com" rel="nofollow">https:&#x2F;&#x2F;ghostream.com</a>) - it isn&#x27;t really ready for the limelight yet, but you can find the code base on github (<a href="https://github.com/ghostream/ghostream" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ghostream&#x2F;ghostream</a>) - final steps on the to do list are a few more example projects, a couple more functional operators and to polish up the documentation.<p>It has hit the 80-20 scenario. The last 20% is taking 80% of the time :)But it has let me quickly prototype a few little ideas (<a href="http://jamielewis.me.uk/posts/2013-11-03-Mapping-Earthquakes-with-ghostream.html" rel="nofollow">http:&#x2F;&#x2F;jamielewis.me.uk&#x2F;posts&#x2F;2013-11-03-Mapping-Earthquakes...</a>)
评论 #6799768 未加载
kitsune_over 11 years ago
A columnar time series db with an lmdb backend - I have only just started and it us quite a struggle.<p>A map &#x2F; tile server written in go. So far MapBox&#x27; mbtiles work.<p>This came from a peculiar interest of mine, whether my city needs yet another underground parking garage. So I started to scrape the public rss feed of the parking system. I have some gigs of data by now and RethinkDB is not as performant as I hoped it would be. There is no real query optimization as of yet.<p>What I want to visualize is whether you can find a parking spot at a certain point in time and reach a spot, for instance a shop, within a certain threshold by foot. In short, if you want to shop at XXX will you have trouble finding a parking spot?
baruchover 11 years ago
I&#x27;m interested in finding more about disk failures (HDDs and SSDs), possibly with an eye to create an advance warning system for increased chance of multiple failures in a RAID system or the imminent failure of a single disk.<p>Blog is at <a href="http://blog.disksurvey.org/" rel="nofollow">http:&#x2F;&#x2F;blog.disksurvey.org&#x2F;</a><p>Sub-parts on github: <a href="http://github.com/baruch/diskscan" rel="nofollow">http:&#x2F;&#x2F;github.com&#x2F;baruch&#x2F;diskscan</a> and <a href="http://github.com/baruch/disksurvey" rel="nofollow">http:&#x2F;&#x2F;github.com&#x2F;baruch&#x2F;disksurvey</a>
fotcornover 11 years ago
Firefox OS port to the HTC One: <a href="https://github.com/firefoxos-htc-one" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;firefoxos-htc-one</a><p>Round-based RPG Game written in Java&#x2F;libGDX: <a href="https://github.com/andef4/adventure-game" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;andef4&#x2F;adventure-game</a><p>Whatsapp for FirefoxOS written in TypeScript: <a href="https://github.com/andef4/ch.bfh.bti7054.w2013.p.fxos_whatsapp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;andef4&#x2F;ch.bfh.bti7054.w2013.p.fxos_whatsa...</a><p>All of them are still pre-alpha quality.
alashleyover 11 years ago
I&#x27;m working on a mobile&#x2F;web app that lets users track their medication intake. It will use nfc tags that you tap each time you take the medication, so there&#x27;s no risk of taking it more than the recommended number of times daily. It will also keep track of an side-effects you experience and prompt you to call the nearest pharmacy for refills. At the moment, I think I will target Android for the mobile app.
Boldewynover 11 years ago
Almost all of the little spare time I have goes into <a href="http://Codepoints.net" rel="nofollow">http:&#x2F;&#x2F;Codepoints.net</a>, presenting and explaining Unicode codepoints.<p><i>Edit:</i> The page is fully open source: <a href="https://github.com/Boldewyn/Codepoints.net" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Boldewyn&#x2F;Codepoints.net</a>
评论 #6799986 未加载
agilebyteover 11 years ago
Visualizing crime of a city I am moving into: <a href="https://github.com/radekstepan/deadmonton" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;radekstepan&#x2F;deadmonton</a><p>GitHub Burndown Chart: <a href="https://github.com/radekstepan/github-burndown-chart" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;radekstepan&#x2F;github-burndown-chart</a>
评论 #6800169 未加载
评论 #6804779 未加载
评论 #6799980 未加载
garrettdreyfusover 11 years ago
I just finished this weekend hack I really like. <a href="https://github.com/garrettdreyfus/Libstripper" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;garrettdreyfus&#x2F;Libstripper</a> It&#x27;s a handy (i think) command line tool to extract the code you actually use from css libraries like bootstrap.<p>Not much compared to other comments here!
评论 #6805995 未加载
lowglowover 11 years ago
1. A news&#x2F;blogging platform: <a href="http://techendo.co" rel="nofollow">http:&#x2F;&#x2F;techendo.co</a><p>2. I also organize and run the san francisco hacker news meetup. <a href="http://www.meetup.com/San-Francisco-Hacker-News-Meetup/" rel="nofollow">http:&#x2F;&#x2F;www.meetup.com&#x2F;San-Francisco-Hacker-News-Meetup&#x2F;</a><p>3. Dev school grading site: <a href="http://schools.techendo.co" rel="nofollow">http:&#x2F;&#x2F;schools.techendo.co</a><p>4. Burrito: <a href="http://burrito.techendo.co" rel="nofollow">http:&#x2F;&#x2F;burrito.techendo.co</a><p>5. Tribes: <a href="http://tribes.techendo.co" rel="nofollow">http:&#x2F;&#x2F;tribes.techendo.co</a><p>6. Next up is an app that helps businesses find their distribution channels -- to be released in a week or two.<p>7. ..and finally a kickstarter for a hacker tool coming early next year.<p>Join us on #Techendo on freenode to chat. :)
krappover 11 years ago
<a href="http://precis.gopagoda.com/" rel="nofollow">http:&#x2F;&#x2F;precis.gopagoda.com&#x2F;</a> a threaded outbound-link aggregator. It needs a lot of work but i&#x27;m hoping to turn it into something cool. Currently incredibly slow because it&#x27;s on a pagodabox free account and has no caching whatsoever. Also bootstrap and most of the buttons don&#x27;t do anything still.<p>also <a href="https://gist.github.com/kennethrapp/ccb392c399d72efd8b0d" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;kennethrapp&#x2F;ccb392c399d72efd8b0d</a> a terminally unfinished Hacker News userscript to handle block&#x2F;unblock&#x2F;following users.
评论 #6805908 未加载
abengoamover 11 years ago
I am tired of repeating this again and again, so I am doing some yak shaving and creating a hosted rest service for managing user accounts and authentication. I will use it as basic infrastructure for future projects.
评论 #6877036 未加载
rakooover 11 years ago
1. A gmail-inspired MUA: <a href="https://github.com/sup-heliotrope/sup" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sup-heliotrope&#x2F;sup</a><p>2. A bittorrent client in go: <a href="https://github.com/rakoo/taipei-torrent" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rakoo&#x2F;taipei-torrent</a><p>3. A bittorrent-sync Libre alternative: <a href="https://github.com/rakoo/zinc" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rakoo&#x2F;zinc</a><p>4. Yet another pubsubhubbub hub, this time in go: <a href="https://github.com" rel="nofollow">https:&#x2F;&#x2F;github.com</a> &#x2F;rakoo&#x2F;psgb
igvadaimonover 11 years ago
International social network for freedivers - <a href="http://theabyss.de/" rel="nofollow">http:&#x2F;&#x2F;theabyss.de&#x2F;</a><p>With buddyfinder, user blogs, as well as list of freediving spots and events.
amrit_bover 11 years ago
I made embedding transcoded videos as simple as using the &lt;img&gt; tag --&gt; <a href="http://transcode.io" rel="nofollow">http:&#x2F;&#x2F;transcode.io</a><p>Working on the production version atm.
评论 #6800035 未加载
caulagiover 11 years ago
1. A community driven listing of events around you - <a href="http://sntd.pw" rel="nofollow">http:&#x2F;&#x2F;sntd.pw</a> - <a href="https://github.com/caulagi/sntd" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;caulagi&#x2F;sntd</a><p>2. A website for children to share their toys - <a href="http://toystori.com" rel="nofollow">http:&#x2F;&#x2F;toystori.com</a> - <a href="https://github.com/caulagi/toystori" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;caulagi&#x2F;toystori</a>
评论 #6800092 未加载
NicoJuicyover 11 years ago
A personal automated email sender, using vars and conditional statements (Eg. Multiple languages are possible, we live in a country where most of them speak: french, dutch, german or english, so that&#x27;s a big + over here).<p>Create a poll (or mail) and mail them to clients when you sold for &gt; 1000 € should be an option :)<p>It&#x27;s actually meant to get feedback (automated) from clients with a more personal touch or to follow up on a sale of 1 month ago (how the car is, ...)
louyangover 11 years ago
News search engine: <a href="http://wintria.com" rel="nofollow">http:&#x2F;&#x2F;wintria.com</a> Java applet games (from a while ago): <a href="http://codelucas.com/pages/rocketboy.html" rel="nofollow">http:&#x2F;&#x2F;codelucas.com&#x2F;pages&#x2F;rocketboy.html</a> <a href="http://codelucas.com/pages/island-overlord.html" rel="nofollow">http:&#x2F;&#x2F;codelucas.com&#x2F;pages&#x2F;island-overlord.html</a><p>Trying to learn some js gaming engines though.
dmcswainover 11 years ago
A mobile web app (<a href="https://treycent.com" rel="nofollow">https:&#x2F;&#x2F;treycent.com</a>) that lets you create voice-enabled question answering sites by tagging internet or intranet content with spoken questions. After a while you end up with a private Siri: a site capable of answering questions relevant to your team. Also working on a companion Google Glass app.
ACow_Adonisover 11 years ago
Wrote this recently: <a href="https://communities.sas.com/docs/DOC-2462" rel="nofollow">https:&#x2F;&#x2F;communities.sas.com&#x2F;docs&#x2F;DOC-2462</a><p>Industrial size data linkage in SAS.<p>I&#x27;m pretty sure I can make it even faster in Lisp, but just finished doing the SAS version and haven&#x27;t gotten round to it. Don&#x27;t know if its HN type material, but its cool to be done.
eranationover 11 years ago
Scala tutorials (<a href="http://scalatutorials.com" rel="nofollow">http:&#x2F;&#x2F;scalatutorials.com</a>) - it&#x27;s a &quot;try scala code in your browser&quot; (powered by scalakata.com) and has a basic tour at the moment, but I&#x27;m working on making it more like try ruby &#x2F; codecademy, much more work than I thought by the way
stevekempover 11 years ago
A system to test blog&#x2F;forum-comments for spam in real-time: <a href="http://blogspam.net/" rel="nofollow">http:&#x2F;&#x2F;blogspam.net&#x2F;</a><p>A list of pubs in Edinburgh: <a href="http://edinburgh.io/" rel="nofollow">http:&#x2F;&#x2F;edinburgh.io&#x2F;</a><p>A mail client: <a href="http://lumail.org/" rel="nofollow">http:&#x2F;&#x2F;lumail.org&#x2F;</a>
评论 #6804706 未加载
qzervaasover 11 years ago
I&#x27;ve just started a site that aggregates open public transit data feeds. It lets you quickly see differences between feed versions, discover new feeds, and I&#x27;m working on APIs to easily bring in better real time data into apps<p><a href="http://transitfeeds.com" rel="nofollow">http:&#x2F;&#x2F;transitfeeds.com</a>
评论 #6799920 未加载
amarrajaover 11 years ago
A UK based price and product tracking site (<a href="http://salr.io" rel="nofollow">http:&#x2F;&#x2F;salr.io</a>)<p>Almost there, but I&#x27;ve been working on it solo, and development stalled for a bit whilst I struggled with motivational issues and analysis paralysis. Hope to get something MVP-able very soon!
mmozurasover 11 years ago
Currently, my main side-project is Pronto, quick automated code-review tool: <a href="https://github.com/mmozuras/pronto" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mmozuras&#x2F;pronto</a> Intend to make a SaaS from its current library form, at some point, also.<p>A couple of others on the back burner.
rythieover 11 years ago
1. Helping people run faster: <a href="https://cleverrun.com" rel="nofollow">https:&#x2F;&#x2F;cleverrun.com</a><p>2. Stats about where you spend your time: <a href="https://clevergeo.com" rel="nofollow">https:&#x2F;&#x2F;clevergeo.com</a><p>3. Something with pebble and it&#x27;s accelerometer, probably related to sports.
评论 #6801462 未加载
preddictover 11 years ago
A site for people to record their predictions, to say whether they agree or not with other people&#x27;s predictions and later to see who was right. Let&#x27;s see who can predict the best what will happen in the world!<p><a href="https://preddict.com" rel="nofollow">https:&#x2F;&#x2F;preddict.com</a>
评论 #6817666 未加载
mooted1over 11 years ago
Computer algebra system that yields the steps it takes to produce a result. Mainly intended as an educational tool to help teach math. This is actually my first side project since I (re)learned to program a few months ago—everything I&#x27;m using to build this I learned at work.
wturnerover 11 years ago
I just started this web audio app to see if I could make something that translates well to tablet devices, and help me learn php. The server isn&#x27;t hooked up but the front end works. <a href="http://helpknow.com/snd" rel="nofollow">http:&#x2F;&#x2F;helpknow.com&#x2F;snd</a>
japhyrover 11 years ago
An open teaching and learning resource for Python: <a href="http://introtopython.org" rel="nofollow">http:&#x2F;&#x2F;introtopython.org</a><p>(source: <a href="https://github.com/ehmatthes/intro_programming" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ehmatthes&#x2F;intro_programming</a>)
timmy-turnerover 11 years ago
A terminal emulator - <a href="https://github.com/hoeck/schirm" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hoeck&#x2F;schirm</a> - using a browser to render the screen, allowing programs to use HTML and Javascript as an alternative output (via a CGI like interface).
ibarrajoover 11 years ago
I&#x27;m making a social sharing application, dedicated to street food vendors, it&#x27;s called tacotuyo.. very early in development still (about 20 hrs in) <a href="http://tacotuyo-elninja.rhcloud.com" rel="nofollow">http:&#x2F;&#x2F;tacotuyo-elninja.rhcloud.com</a>
darrenkoppover 11 years ago
SassyStudio, provides much needed support for SCSS in Visual Studio.<p><a href="https://github.com/darrenkopp/sassystudio" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;darrenkopp&#x2F;sassystudio</a><p>Currently it supports compiling css (via libsass), syntax highlighting, outlining, and intellisense.
mm4pover 11 years ago
My pet project is the development of the concept of &quot;mind map for programming&quot; (mm4p). It is a mix between literate programming and visual programming with the capacity to work with text file and any programming language you want.<p>My feel good project is Sahana Eden.
dazzlaover 11 years ago
Deal Drop (and now Tech Drop) - iOS&#x2F;Android shopping apps <a href="http://www.getdealdrop.com" rel="nofollow">http:&#x2F;&#x2F;www.getdealdrop.com</a> Been working on it for a few years. Nice side income but still trying to grow it to be my main income.
vram22over 11 years ago
xtopdf, a toolkit for PDF creation from other input formats.<p>xtopdf supports many input formats, and more can be plugged in. Runs on Linux, Mac OS X, Windows (except for some platform-specific parts). Has a core library and CLI, GUI and web apps built using the library. Written in Python.<p>xtopdf links:<p>Overview: <a href="http://slid.es/vasudevram/xtopdf" rel="nofollow">http:&#x2F;&#x2F;slid.es&#x2F;vasudevram&#x2F;xtopdf</a><p>Posts (with code) about using xtopdf: <a href="http://jugad2.blogspot.com/search/label/xtopdf" rel="nofollow">http:&#x2F;&#x2F;jugad2.blogspot.com&#x2F;search&#x2F;label&#x2F;xtopdf</a><p>Source code: <a href="https://bitbucket.org/vasudevram/xtopdf" rel="nofollow">https:&#x2F;&#x2F;bitbucket.org&#x2F;vasudevram&#x2F;xtopdf</a>
captn3m0over 11 years ago
Open source github based jekyll blog editor that runs completely on client side. [1] A CRM system, and a designer collaboration tool.<p>[1]: <a href="https://github.com/captn3m0/potion" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;captn3m0&#x2F;potion</a>
jlepisover 11 years ago
WriteTracker - A resource for writer&#x27;s to track the submission process as well as find potential markets to submit their work. <a href="http://www.writetracker.com" rel="nofollow">http:&#x2F;&#x2F;www.writetracker.com</a>
shadesandcolourover 11 years ago
I&#x27;m working on an iOS app that lets you manage and edit Jekyll websites on Github. check it out <a href="https://github.com/bringel/staticly" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bringel&#x2F;staticly</a>
intellectronicaover 11 years ago
A youtube-based jukebox server in dart: <a href="https://github.com/rounds/jukebox-mode" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rounds&#x2F;jukebox-mode</a><p>We use it at the office to queue songs a chatroom and listen together.
shaunrussellover 11 years ago
My current side project is <a href="http://upbeatapp.com" rel="nofollow">http:&#x2F;&#x2F;upbeatapp.com</a>, working on it with two co-workers, and having some success.<p>Been having fun with Go-lang koans and Angular.js uiRouter as well.
评论 #6800228 未加载
obsurveyover 11 years ago
Interesting reading about all your projects. I&#x27;m working on <a href="http://muscula.com" rel="nofollow">http:&#x2F;&#x2F;muscula.com</a> Log JavaSript errors in production. It installs like Google Analytics.
评论 #6802440 未加载
glazskunrukitisover 11 years ago
I built a SSL certificate store GetSSL.me[0] and so far it has been really great. Our goal is to make SSL certificates available to everyone.<p>[0] <a href="https://getssl.me/" rel="nofollow">https:&#x2F;&#x2F;getssl.me&#x2F;</a>
daliusdover 11 years ago
Last weekend I have created <a href="http://microbezilla.sandbox.lt/" rel="nofollow">http:&#x2F;&#x2F;microbezilla.sandbox.lt&#x2F;</a>.<p>Now I&#x27;m working on HTML5 turn-based strategy multiplayer game about space pirates.
mildavwover 11 years ago
<a href="https://findalakethatlookslikeadog.com" rel="nofollow">https:&#x2F;&#x2F;findalakethatlookslikeadog.com</a><p>Started as a joke among my dev team and we&#x27;ve now sold a few shirts and plan on developing the idea.
评论 #6804461 未加载
watermel0nover 11 years ago
I am working on Readbox (<a href="https://www.readbox.co" rel="nofollow">https:&#x2F;&#x2F;www.readbox.co</a>). It&#x27;s a news reader founded in collaboration with University of Naples Federico II.
mikeroherover 11 years ago
I&#x27;m making an online store in Rails for a specific target market (have to be vague). I&#x27;m building it mostly on my own and I&#x27;m looking for a second developer to help me out.
评论 #6799930 未加载
评论 #6799914 未加载
warcodeover 11 years ago
Streaming Twitter client in javascript since the last one I used died. Early version at <a href="https://deny.io/river/" rel="nofollow">https:&#x2F;&#x2F;deny.io&#x2F;river&#x2F;</a>
philipbover 11 years ago
I&#x27;m making an offsite status page SaaS: <a href="https://statusutils.com" rel="nofollow">https:&#x2F;&#x2F;statusutils.com</a> Its in beta, and I could use some feedback :)
fbntover 11 years ago
A News reading App based on the most popular news stories being shared in real time on Twitter: <a href="http://newspo.st" rel="nofollow">http:&#x2F;&#x2F;newspo.st</a>
git-pullover 11 years ago
git&#x2F;hg&#x2F;svn repo mass-updater from a YAML &#x2F; JSON file. <a href="http://pullv.readthedocs.org/en/latest/index.html" rel="nofollow">http:&#x2F;&#x2F;pullv.readthedocs.org&#x2F;en&#x2F;latest&#x2F;index.html</a><p>tmux workspace manager in python. JSON &#x2F; YAML configs. session workspace freezing. <a href="http://tmuxp.readthedocs.org/en/latest/index.html" rel="nofollow">http:&#x2F;&#x2F;tmuxp.readthedocs.org&#x2F;en&#x2F;latest&#x2F;index.html</a>
younataover 11 years ago
I have been building this: <a href="https://news.ycombinator.com/item?id=6618834" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6618834</a><p>It&#x27;s been fun. :D
pdrummondover 11 years ago
An Android game called Foobit: <a href="https://news.ycombinator.com/item?id=6800828" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6800828</a>
ds_over 11 years ago
A service that allows single page ajax applications to be indexed with minimal effort <a href="http://crawlspa.com" rel="nofollow">http:&#x2F;&#x2F;crawlspa.com</a>
bearbinover 11 years ago
MCServer, a open-source minecraft server:<p><a href="https://github.com/mc-server/MCServer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mc-server&#x2F;MCServer</a>
300over 11 years ago
Trying to build soomething which can help to job seekers: <a href="http://besthi.re/" rel="nofollow">http:&#x2F;&#x2F;besthi.re&#x2F;</a>
bp999over 11 years ago
Prototype of a site to search across twitter and instagram: <a href="http://much.ly" rel="nofollow">http:&#x2F;&#x2F;much.ly</a>
markosaurusover 11 years ago
A console so we can share the API data from our Bitcoin asic miner without allowing access to the console.<p>Soon to have google charts implemented.
prezjordanover 11 years ago
Cleaver: 30-second slideshows for hackers<p><a href="http://jdan.github.io/cleaver" rel="nofollow">http:&#x2F;&#x2F;jdan.github.io&#x2F;cleaver</a>
krannerover 11 years ago
Speed-reading iOS app for ePub <a href="http://velocireaderapp.com" rel="nofollow">http:&#x2F;&#x2F;velocireaderapp.com</a>
david927over 11 years ago
Brodlist: making it possible to query semantic data in a way that&#x27;s easy and fun.<p>Kaya: A new paradigm in software construction.
Leander_Bover 11 years ago
Private tech recruitment community: <a href="http://likewise.io" rel="nofollow">http:&#x2F;&#x2F;likewise.io</a>
Vektorwegover 11 years ago
Actually, i work on curve-based rasterization, to build a game later on it.
fawydover 11 years ago
A social &quot;Things-to-do site&quot; - never miss a cool event again
dlhavemaover 11 years ago
Multiplayer Acquire client&#x2F;server (android&#x2F;php-mysql)
mesrineover 11 years ago
1) Internet-Side for Magic Cards 2) little JavaScript-Game
hackNightlyover 11 years ago
A hosted call center solution using Node.js and RethinkDB
jamesbrittover 11 years ago
A double-album (more or less) of songs and dance music.
ra00lover 11 years ago
simple image optimization app: <a href="http://www.imgoptimize.com" rel="nofollow">http:&#x2F;&#x2F;www.imgoptimize.com</a>
anuaittover 11 years ago
Sharing Gmail Tasks gmailsharedtasks.com
matiasbover 11 years ago
Co-browsing solution with go &amp; redis
davedxover 11 years ago
An invoice management app<p>A multiplayer RPG in JavaScript
hagopeover 11 years ago
a better trash can
评论 #6799932 未加载