Live data from Hacker News

Ask HN: Projects that don't make you money but you're doing it out of sheer joy?

news.ycombinator.com

201–210 of 587 posts

Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?

#201
I made a wiki engine: http://moasdawiki.net/

I started working on it during my PhD as I was missing a wiki engine to organize my knowledge that run on a USB stick without installation, supports images and stores the content in simple text files for easy backup and restore.

Now I am using it every day in office for my personal notes on projects, running inside a TrueCrypt container. Meanwhile I added an Android App to sync the content on my mobile phone.

Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?

#202
https://twitter.com/showhndaily

Created a simple Twitter bot back in 2013 that auto-tweets every post marked "Show HN". Updated to HN API (Firebase) in 2014 or 2015.

Small claim to fame: Had a daily email newsletter for the first year or so. Ryan Hoover (Product Hunt) was on my initial subscriber list, before PH launched. Now if only I had just pivoted to feature new wow-ness for the world PH-style, hmmmm ...

Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?

#203
I built https://sslping.com/ to help monitor website TLS/SSL security and certificates. It has 300 users and checks almost 7000 servers every day for TLS problems.

It's a little like SSLlabs server test, only much faster (5 seconds instead of 2 minutes), plus the tests are recurring every day, and you receive the diff if any.

It's always been a joy to receive thank you emails from users, or adding new features for users.

SSLping also allowed me to learn React and Redux. I'm still working on it, adding new features and refactoring what I don't like.

If I ever have to stop hosting it, I'll open source the whole thing. Or maybe I'll open source it anyway. If I could find a deal with a security company, I would work on it fulltime.

I consider it's a success, even if the numbers are not as high as I'd like.

Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?

#204
post #195

Wario Forums and absolutely anything else associated with it: https://warioforums.com Yeah, I know it's not particularly fancy, nor does it involve any clever coding tricks or interesting features. However, it's literally the only community on the internet dedicated to the series, and one I've decided to run for a minimum of two decades to make sure said franchise finally builds a decent fanbase. Is it going to make…

This is awesome I love Nintendo thank you!

Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?

#205
I've been building a keybinding Chrome extension like Vimium for about half a year now. It started when I struggled to add a feature to Vimium and figured I could do it better myself.

From my biased perspective, my extension is better. User uptake has been negligible, but I think the lessons I've learned have made it worth the time invested.

https://github.com/lusakasa/saka-key

Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?

#206
https://agh.io/about / TicTag is a passive time tracking tool that randomly samples your time to get a statistically accurate picture of your life. It's like RescueTime except that randomness allows it to be for everything, offline and on.

For example, this is how much time I spend reading:

https://jds.objects-us-west-1.dream.io/screenshots/2017-08-1...

This is how much time I spend riding my bike:

https://jds.objects-us-west-1.dream.io/screenshots/2017-08-1...

(How it works: every 45 minutes, on average, it'll send you a slack message. You respond with tags for what you were doing right at that moment, like "job dev" or "bike" and it compiles your responses.)

Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?

#207

Alzheimer password generator - Chrome extension for domain dependent password generation https://chrome.google.com/webstore/detail/alzheimer-password... https://github.com/viralpoetry/alzheimer-password-generator

Looks good, but that's a really terrible name for it. Please consider changing it to something less insulting.

Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?

#208
I created this system which I've mentioned before (AGPL):

http://onemodel.org

...because it tracks all my thoughts, plans, & resulting to-dos, and I mark them off when done ("archived") in a few keystrokes. Then there is a simple feature for displaying the ~"journal" for a date range which defaults to starting yesterday at midnight: everything created or archived in that time is shown, so I've basically stopped keeping track in any other way, of what I have done, as I can always look it up.

I used to use org-mode, "inspiration" (an old windows program for collapsible outlines and mind maps), and various text editors, but this is the most efficient and flexible I have found. In my use, it is like a textual, ever-expanding comprehensive mind map that is highly efficient to use from the keyboard, uses postgresql, and can handle large amounts of data, having the same thing linked in more than one place, etc etc, so you can organize all possible stuff in arbitrary ways to suit yourself: I tend to use a few hierarchies and some frequent categories go in multiple places, for convenience. I use it to keep lists of gift ideas, calendar, personal journal, and it just gets the job done with the lowest impedance of anything i have tried or heard of. It has an auto "journal-generation" feature, some finicky import/export features to html or to/from text, searching, somewhat limited file storage, and more.

It has no mouse or mobile support yet, but it is the best thing I've found for any kind of note-taking (I'm the author). It needs simpler installation and added features but is stable and works really well, really efficient once you get familiar, and everything is on the screen. I hope to add anki-like features in the future. Contributions welcome. I'm told it needs an introductory screencast, which I plan to put up eventually, but for now there is a tutorial at the web site, on which feedback is welcome.

The latest code is in github, where I am working (very slowly) on an infrastructure for linking or exchanging info between instances.

Post reply on HN