Hacker News new | ask | show | jobs
List of Mac Apps for Newcomers to macOS (macapplist.com)
3 points by Anixx 944 days ago
3 comments

As a longtime Windows user switching to macOS I deep a deep dive into the top apps. Sharing my findings here and looking for feedback about what I missed and what should not be on this list.
Sadly it seems to be down for me.
I checked on the server and no indications of it being down. Not sure what the issue is.
This is great!
Thanks. Happy to hear you find it useful. Currently working on a companion list of command line tools (this one is harder to put together though and I'm not sure if it will be as useful).
I am sure it could be useful to many people out there. If you do not mind me asking, was the website difficult to build? I really like the way it is structured and organized. The color is really easy on the eyes as well.
It wasn't too bad. The only issue I ran into is that I can't find a better way to input the information other than manually editing each one of these tablestructures:

            <tr>
                <td data-label="App">
                    <a href="https://www.blender.org">Blender</a>
                </td>
                <td data-label="Description">
                    Open source advanced 3D/2D animation & modeling suite.
                </td>
                <td data-label="Category">
                    Animation
                </td>
                <td data-label="Free">
                    <span class="yes">&#10003;</span>
                </td>
                <td data-label="Included">
                    <span class="no">&#10007;</span>
            </tr>