HackerTrans
TopNewTrendsCommentsPastAskShowJobs

armonraphiel

no profile record

comments

armonraphiel
·5 tahun yang lalu·discuss
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 tahun yang lalu·discuss
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.
armonraphiel
·5 tahun yang lalu·discuss
If Webflow added native i18n support, I wouldn't be surprised if they ate up considerable marketshare from most headless CMS providers.
armonraphiel
·5 tahun yang lalu·discuss
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 tahun yang lalu·discuss
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
armonraphiel
·5 tahun yang lalu·discuss
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/
armonraphiel
·5 tahun yang lalu·discuss
Mostly working with https://miro.com/
armonraphiel
·5 tahun yang lalu·discuss
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 tahun yang lalu·discuss
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.
armonraphiel
·5 tahun yang lalu·discuss
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 pushing past those fears.
armonraphiel
·6 tahun yang lalu·discuss
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
armonraphiel
·6 tahun yang lalu·discuss
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
armonraphiel
·6 tahun yang lalu·discuss
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
·6 tahun yang lalu·discuss
They host static web pages. I’m not exactly seeing the angle on how this is a bad thing.
armonraphiel
·6 tahun yang lalu·discuss
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.