Live data from Hacker News

Ask HN: What’s your list of sideprojects?

news.ycombinator.com

11–20 of 39 posts

Re: Ask HN: What’s your list of sideprojects?

#13
1) Poe (http://getpoe.com)

Distraction free writing app for Windows 10. Lots of neat tools for authors. planning to go cross-platform soon

2) Flatnote (http://roryok.com/flatnote)

Simple Evernote / Onenote etc alternative which stores your files as plain text / markdown files in a dropbox folder. Mobile versions coming soon

3) Various partially finished novels and short stories

Re: Ask HN: What’s your list of sideprojects?

#15
(2015) http://hasgluten.com, filtered list of gluten-free ingredients in 5 languages

(2016) https://priceeth.github.io, my dashboard to track prices

(2016) https://github.com/runwithmark/runwithmark.github.io, still running 1mi/day, but runkeeper closed their api

(2017) http://mempa.io, password manager, read more [1]

--

[1] https://medium.com/@0x0ece/mempa-a-modern-deterministic-pass...

Re: Ask HN: What’s your list of sideprojects?

#16
https://engineered.at

Feed Aggregator with HN/Reddit style front end. Haven't put much time into it since deploying 6 months ago, hoping to do some work over the holidays. Next step is summaries/excerpts from each post, and automated hash tagging using some simple machine learning.

Re: Ask HN: What’s your list of sideprojects?

#18
1) Order Link (http://www.orderlink.io/), 2017: Beta status, it is a web app and helps to process orders at events or in restaurants with mobile devices in real time. Guests can also order with their own mobile devices. Currently looking for real users and a way to ensure that people are really at the location.

2) SU Grabern (http://www.sugrabern.at/), 2017: Website of local football (some would say soccer) club, quite simple and minimal, but a lot of expansion potential.

3) Graberner GeschichteN (https://www.grabernergeschichten.at/), 2016: History documentation of my austrian community (video interviews), videos in german with english subtitles. Created with a friend, maybe we do another round in the future.

Re: Ask HN: What’s your list of sideprojects?

#19
I made a GTA V cover maker app right around the time when GTA V came out. The app allowed you to put your own images into a GTA V style cover (like this [1]. And here's a custom cover made with the app [2]). The challenging part about this was that there was no way to work with non-rectangular View on Android, so I had to draw everything directly to the canvas. Because of that there was also a lot of mucking around with low level bitmaps and matrix transforms. That was the first app I made when I was learning Android development.

Then I made a minimalist ToDo app for Android.

Next I made a public transit live timetable app to learn iOS, which was pretty much dead on arrival when I released it, as the local transit company released an app with all my features and more right before I released mine (I took way too long to release that anyway). Neither of those is in the Play or App store anymore.

Right now I am working on http://madewithreactnative.com where I interview developers and teams about their experience creating apps with React Native.

I’ve also had started other side projects, most of which have never seen the light of day however.

[1] https://media.rockstargames.com/rockstargames/img/global/new... [2] https://i.imgur.com/M7AesBj.png?1

Post reply on HN