Live data from Hacker News

Ask HN: What is your side project for 2018?

news.ycombinator.com

71–80 of 93 posts

Re: Ask HN: What is your side project for 2018?

#71
I'm working on a little project I've been tinkering with for the past 9 or so years. Its a club-house of sorts for artists so that they can learn and discuss art.

One of the features is called 'Lightbox' where you can draw overtop a picture and follow steps of a tutorial. Another feature would be to help artists find resources related to your niche with 'LinkKit'.

Right now its very old code and I've been working on a much cleaner update during the past year. So, once its ready I'll do the show 'Show HN' thing for feedback.

Here's a taste of the old code.

Lightbox http://artjutsu.com/lightbox/canvas/Default.aspx?q=3

LinkKit http://artjutsu.com/beta/linkkit.aspx

Re: Ask HN: What is your side project for 2018?

#72
post #64

Last few months I've been building digital musical instruments for Android [0], I guess I'll continue working on that. So far I've built a few 'instruments' that emulate traditional instruments (guitar, organ, choir...) that you can play in real time on your phone. During next year I would like to take advantage of interactive platform, to make the instrument actually respond to your playing (and then to augment it).…

Very cool! I love the guitar mode especially (as long as I'm leaning far to the left to get a clean sound haha). I was wondering, what are you using to make this? Are the sounds sampled, or is there digital synthesis going on?

Thanks. I'm using free samples I find around (common source being decompiled soundfonts). I also plan to integrate Faust audio processing which would enable true digital synthesis and HiFi sound effects. Next version of guitar should have wah-wah effect.

Re: Ask HN: What is your side project for 2018?

#73
I'm currently working on a sort of mind mapping system at the moment, with the idea that I can use it as a sort of personal database.

I'm using ArangoDB (https://www.arangodb.com/) to store ideas as collections of nodes, where the properties and details of those ideas (or objects) can be connected to eachother. The properties can be simple descriptions of the node, or documents such as html, pdf, or images.

Im doing this because my memory is terrible (ADHD), and I want to make a system that lets me take notes and record ideas in a way thats more... organic in the way that I think about things. I also tend to use a lot of documentation from the web, and have no way of sorting it other than through bookmarks. Being able to pull webpages off of the internet and reference them within notes is a powerful tool, I have found.

I'm excited for the project for a lot of reasons, but what excites me the most is what I can do once I have this personal database filled out enough. I will essentially have a graph based model of what is typically floating around my head, like a network of thoughts, interconnected by both objective and subjective properties. I aim to use this database to build a sort of personal assistant, personalized for the user.

I think that this is something that we are kind of missing today, where a lot of our interactions come from the internet, this ephemeral space where you can't exactly organize everything that you see and interact with. As an example, imagine that you saw a neat article about cancer research that you wanted to tell someone about later. You send the URL to your database server where it is downloaded, parsed, tagged, and linked to other articles or notes that you may have (this would start out being manual, but I hope to automate it). Once that info is in the database, you can have it recalled through either a direct request for that record, or through implicit actions such as looking for scientific papers in the database and narrowing it down to the one you want.

I have nothing to show for the project so far, it still in it's infancy, but I really think that this is something that will be useful to people, if at the least just myself.

Re: Ask HN: What is your side project for 2018?

#76
post #14

Hookdoo: SaaS that allows you to create incoming webhook endpoints to run shell scripts on your remote servers. https://www.hookdoo.com/ And of course my open-source webhook server project: https://github.com/adnanh/webhook

How does Hookdoo differ from plain old CGI scripts? I have no idea why I would need it.

Hookdoo allows you to execute the same script on multiple servers. It's centralized, and you don't have to maintain multiple versions of the same script on multiple hosts. You can easily add or remove servers where the script should be executed etc...

It also adds the concurrency control feature so you don't have to worry if you want only one instance of the script running, or want to kill the currently running one, or run them in parallel etc...

Another feature would be generic trigger rules where you can use values from payload to see if the script should be run at all (i.e. push to the feature branch, but you want to run the script on merges to master...).

As a developer, all of this might sound easy to implement, but whatever you make, you also have to maintain... And as you know, the business requirements tend to change quite often and you'll get to a point where you have to generalize your custom CGI scripts, and you end up spending more time maintaining infrastructure than doing development on the actual product.

Webhook on other hand is pretty much a CGI server with a few handy features :-)

Re: Ask HN: What is your side project for 2018?

#77

I'm currently working on a sort of mind mapping system at the moment, with the idea that I can use it as a sort of personal database. I'm using ArangoDB ( https://www.arangodb.com/ ) to store ideas as collections of nodes, where the properties and details of those ideas (or objects) can be connected to eachother. The properties can be simple descriptions of the node, or documents such as html, pdf, or images. Im doin…

[deleted]

Re: Ask HN: What is your side project for 2018?

#78
post #62

Earlier quoted context omitted.

Is there a "long-term" view for Helix where you can zoom out and see a map of your activity? Kind of like GitHub's contribution graph. I'd use this, looking forward to a V1.

Yep, there is! Open the menu and click "Calendar".

I just signed up. Going meta for a second, this only works if you make using Helix a habit :).

Re: Ask HN: What is your side project for 2018?

#79
post #16

I'm working on a browser extension that replaces the New Tab page with a Bitcoin price chart: https://crypto-tab.com

This is neat! Can we have an option to change from USD to EUR and select a preferred exchange? I'd like to see Bitstamp prices in euros if possible.

Not yet. Currently I'm working on adding Ether and Litecoin. But I'm adding this suggestion on my suggestions list! Stay tuned :-)

Re: Ask HN: What is your side project for 2018?

#80
I'm working on a multilingual CMS that bundles all the core services that startups have to sign up for:

https://pollygot.com/

It's more of a full-time project until it succeeds or fails. If it takes off then I'd love to build SEO recommendations and Digital Marketing tools into it. These are 2 industries in the content world that really need to be commoditised.

As a side-project to Pollygot, I'd love to do an RSS reader app where you can view discussions from both HN and Reddit within the same app. If this one takes off, then I'd love to do a Flattr/Brave type model of micropayments within the app

Post reply on HN