May 2022

Tell HN: I made $1000 with my app and now making $500/mo
450 by strongpigeon | 141 comments on Hacker News.
Edit: Wow #1 on HN. Y'all are making my day. Hey HN, I'm mostly a lurker on HN who's always super inspired by other people's small project that end-up making money. (Huge fan of Ben Stoke's Tiny Project [0]) After being burnt-out in big tech, I decided to write my own weightlifting app and set myself a humble goal of reaching $1000 in total proceeds. See [1] for my initial launch post. I've now surpassed that goal and am now making about 500$/mo by selling premium features in the app. Android version is coming soon too. Doing the whole thing end-to-end (code, launch, marketing, support) was super gratifying and taught me a whole lot. I have to admit that I got almost teary eyed the first time someone bought one of my IAPs. I'm not making a killing out of the app, and that was never the goal. But the personal satisfaction I got out of it was worth everything. I can't pretend to have derived any life lesson that applies to everybody from this, but this whole mini-journey was worth it for me, and I hope it will be for you too, should you embark in a similar one. [0] https://ift.tt/DZnqG8w [1] https://ift.tt/4udLYUQ

Show HN: Bike – macOS Native Outliner
460 by jessegrosjean | 204 comments on Hacker News.
Bike’s most original feature is the “fluid” text editing. Lots of text editors have animated some interactions (cursor movement, insert newline, etc), but I think Bike is the first designed from the ground up to support fluid editing. Give it a try, it feels different. (movie on home page if you don't have Mac) Other Features: • In text mode Bike works like a normal text editor. In outline mode rows are constrained to outline hierarchy. • .bike file format is HTML subset, so files are easy to parse and manipulate. Bike also supports .opml and .txt. • Scriptable via AppleScript. Javascript plugin API also expected in future, though no timing on that. • Architecture needed to support fluid editing also makes Bike faster/more scalable than most (all?) outliners and many text editors. I test performance using the Moby Dick Workout[^1]. Implementation Notes: • View is built using CALayers[^2]. • Animations are performed by Core animation and Motion[^3] lib. • View performance is determined by visible text, not document size. Model representation is interesting in that it’s just a flat list of rows. Each row has a `level` property, outline structure is determined dynamically. View implementation requires that each row has a unique ID. I’m using OrderedDictionary from Swift Collections[^4] to store rows. This is Bike’s performance bottleneck for large outlines. Eventually I may change to augmented b+tree and then should be able to work with gigabytes worth of outline. That will be fun, but not sure it’s actually needed. Already probably fast enough for 99% of use cases as is. Hope you find Bike interesting. I’m happy to answer any questions. [^1]: https://ift.tt/oqw0LTe [^2]: https://ift.tt/1em63FH [^3]: https://ift.tt/aczwlds [^4]: https://ift.tt/qf5AIo1

Ask HN: Is anyone else glad the crypto market is crashing?
603 by blueberrychpstx | 614 comments on Hacker News.
Obviously it's bad if people lose their entire life savings and all that dead horse beating disclaimer stuff. I fancy myself as a somewhat esoteric idea person, and so when I first discovered cryptocurrency a few years ago, I was very excited to explore the mind bending ways we can build __NEW__ things. Instead, JPEGs and skeuomorphic representations of traditional financial vehicles in web3 space. I'm hoping this crash and those in the future rid the space of the toxic backrooms these $30,000 jpegs provide access to and get us to collectively work on building really exciting cool new things. What do you all think?

MKRdezign

Contact Form

Name

Email *

Message *

Powered by Blogger.
Javascript DisablePlease Enable Javascript To See All Widget