armonraphiel's comments

armonraphiel | 4 years ago | on: Ask HN: What's your sleeping setup(bed/pillows/sheets)?

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 it. Bring a pillow and spend at least 15 minutes relaxing on each candidate.

- If you can afford it, avoid “beds in a box”. They retain serious heat, provide little support for any sleeping position, and are not easy to return. Casper beds specifically caused me and my spouse a month of back pain.

- Test the softest version of the bed before making a decision, even if you prefer firm beds. There is a often a significant positive difference between “medium” and “extra plush”.

- Beware “free” add-ons. Mattress stores use them to hedge against returns and refunds by applying the value of the items to the mattress. This means if you return the mattress, you won’t get the full refund back.

- Shop at local mattress outlets, if possible. I was able to save $1,200 on the same exact model quoted (also at discount) at the major mattress chain with no haggling.

armonraphiel | 5 years ago | on: Squarespace S1

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

armonraphiel | 5 years ago | on: TailwindCSS JIT with arbitrary values

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 ChakraUI.

armonraphiel | 5 years ago | on: GitHub, fuck your name change

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 signal that people do care.

Issue is, most folk have no idea on how to meaningfully contribute towards a lack of representation.

armonraphiel | 5 years ago | on: WordPress's Matt in debate with Netlify's Matt

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 Webflow.

Large and high traffic sites aren’t a great fit for WP either as the codebase was never meant for scalability and still maintains a painful developer expierence.

There are plenty of options, “JAMStack” included, that are still a much better fit.

armonraphiel | 5 years ago | on: Pelican static site generator 4.5

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)

- reduce any Jekyll gems (each one adds considerable overhead)

If you want to leave Jekyll, I also recommend Eleventy. It's fast, require very little work to migrate from Jekyll, and can create pages from data.

armonraphiel | 6 years ago | on: Building a static serverless website using S3 and CloudFront

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 Netlify on top of standard AWS services (S3/CF/Codebuild).

I find it a much better experience than manually setting up S3/CF websites because of the out-of-the-box features that simply wouldn't happen otherwise for a static site like:

- instant cache invalidation

- branch deployments (with password protection & rollbacks)

- deployment process only deploys modified files

- simple custom headers

- simple redirects (redirecting individual assets in Cloudfront is not easy)

page 1