Live data from Hacker News

Viewing profile — armonraphiel

armonraphiel

HN member
Joined
Mon, Nov 25, 2019, 8:51 AM UTC
HN karma
31
Public activity
23 items

About armonraphiel

No profile information was provided.

Recent public activity

  1. comment
    Comment #27328418

    After buying and returning multiple beds in the last year, I learned a few things: - Bed reviews are either very anecdotal or company sponsored. - Do not buy a bed without testing …

  2. comment
    Comment #27200951

    This is worth consideration. Many lifters who use chalk have spent money on building a home gym or attend gyms are open despite COVID restrictions.

  3. comment
    Comment #26838814

    If Webflow added native i18n support, I wouldn't be surprised if they ate up considerable marketshare from most headless CMS providers.

  4. comment
    Comment #26739045

    Tailwind is quite convenient for standard web projects. The advantages are less apparent in React projects, especially if you use styled-components or robusts frameworks like Chakr…

  5. comment
    Comment #26702862

    https://docs.publishing.service.gov.uk/ Looks like the core site is Rails but it seems they use a bit of everything. Preact, Go, Node, etc

  6. comment
    Comment #26594800

    They have a managed service for folks with docker instances. You also get a few free static sites as well https://www.digitalocean.com/products/app-platform/

  7. comment
    Comment #26562078

    Mostly working with https://miro.com/

  8. comment
    Comment #26510083

    I'm African American & had the same reaction. At the time, the master->main switch felt completely pointless. But I came to appreciate the courage needed to actually commit. It's a…

  9. comment
    Comment #26447317

    Firebase + ChakraUI + React.js has been pretty solid for me lately. That said, I used Rails for the first time for a small client last week and it was fairly easy process.

  10. comment
    Comment #26367873

    I grew up believing SWE was something I couldn’t do after a very abrasive C++ course I took in my youth. It took a few years but the content posted here directly contributed to me …

  11. comment
    Comment #25717150

    AWS has free training labs that are fairly simple to get up to speed with - https://aws.amazon.com/training/self-paced-labs/ I’d also recommend ACloudGuru as well

  12. comment
    Comment #25717099

    Garage gym. I was able to furnish it for around $800 with a squat stand, bench and weights. Do it first thing in the morning

  13. comment
    Comment #24777362

    I simply can’t recommend a self-hosted Wordpress install for most users. The vast majority of users that WP caters to are better served by Facebook Pages, Wix, Squarespace and Webf…

  14. comment
    Comment #24777046

    They host static web pages. I’m not exactly seeing the angle on how this is a bad thing.

  15. comment
    Comment #24664913

    Nothing comes close to Hugo in speed. However, before migrating I suggest: - using Jekyll's --incremental flag - move your asset pipeline into a separate process (webpack --watch) …

  16. comment
    Comment #23990197

    Another vouch for Sanity here.

  17. comment
    Comment #23689733

    From personal experience, there are plenty of communities with options that still see dollar stores moving in. Each one I’ve seen built was an attempt to drastically raise the valu…

  18. comment
    Comment #23560181

    Growing up, my grandmother would often tell me I needed to be "twice as good as the next best white person" to be taken seriously. I resented the premise behind that statement but …

  19. comment
    Comment #22496304

    Incredible resource

  20. comment
    Comment #22353415

    I recommend using AWS Amplify if you need to stay within AWS. The full product can be compared to Google Firebase but the Amplify Console specifically offers features similar to Ne…

  21. comment
    Comment #22109439

    I competed nationally in track and field for 7 years & did not enjoy a single training session during that time.

  22. comment
    Comment #21626652

    Could be helpful when writing your own plugins or simplifying/speeding up what your CD server needs to do.

  23. comment
    Comment #21626613

    Eleventy - https://www.11ty.io/ Eleventy is my new Jekyll replacement. - Node.js based (a simple npx command) - Easily understood by beginners - supports multiple template language…