Thank you for this -- I needed a laugh today. I do have to say that we visited Zion in Nov and it was amazing -- beautiful weather and no crowds. I think it's all about timing.
This is hilarious. Well done!
Somewhat similar situation here, but I use a .diff file: ! heading here + item to do here - item completed here the !+- prefixes auto-highlight/colorize in editors. I use Sublime Text.
Thanks for clarifying. I understand this is a bit different, but if folks are using vim, the best resource (in my opinion) for novices is vimtutor. Just type "vimtutor" in the console. It uses an interactive tutorial to…
What's wrong with using :q ?
* update my hosts file to block sites that suck me in (youtube, reddit and maybe even this one). * listen to music with no vocals. For whatever reason, vocals distract me from thinking. I often use brain.fm or a…
My ATT Phone is in SOS mode. However, ATT's outages status reports: > All clear! No outages to report. > We didn’t find any outages in your area. Still having issues? https://www.att.com/outages/
Just wanted to say thanks for creating this. Wonderful tool!
I have a Flexispot standing desk. Before I purchased, I was concerned about how sturdy the desk would be in standing mode — but it's actually sturdier than my old sitting desk. I love it. Look for sales. They have quite…
Thank goodness it's Tuesday!
Is this a fact (or have other co's done this)? I'm genuinely curious. I assume they'd hire Vietnamese employees though.
I sometimes leave a process running on a port for webdev and then try to open a new one resulting in the error, "Error: listen EADDRINUSE 0.0.0.0:NNN", e.g. 0.0.0.0:443. There are many ways to search for the process,…
This was my question as well. The article does answer the question, but off the bat I'd assumed the author was talking about output/dist. The web treemap cli is a great tip. If you are using webpack,…
Nicely done! I just ran into this "clutter" issue last week while trying to read a recipe that kept auto-scrolling due to a pop-up ad intermittently changing height at the top of the page. Some quick feedback: it worked…
I suggest that you buy on eBay and filter by "New", which is what I did with mine. I verified that it was unused by going to Apple > About This Mac > System Report. Then select "Power" and look for the "Cycle Count"…
Totally agree. After reading so many reviews panning the new MBPs, I ended up replacing my ancient 2011 MBP with a 2015 model. You can still find new/unopened or relatively unused models on eBay. I love this laptop. i7,…
This does not work. setMyState() is asynchronous. doSomething() would run, but not necessarily with the updated value of the state.
I have some similar gripes. I find Hooks to save a bit of coding overall. I've found my functional components to be about 10-20% smaller than my class components. I'm not 100% convinced it's really worth it, though.…
This article is comparing apples to oranges. IRC is a protocol, Slack is a client/app that uses protocols (one of which used to be IRC). Many IRC clients, although beloved by some users, are rough around the edges. In…
fishshell is my favorite productivity enhancer for the terminal: https://fishshell.com/ The primary reason I chose over zsh/bash was that autocompletion just works. If you install it, I highly recommend oh-my-fish as…
Thank you for this -- I needed a laugh today. I do have to say that we visited Zion in Nov and it was amazing -- beautiful weather and no crowds. I think it's all about timing.
This is hilarious. Well done!
Somewhat similar situation here, but I use a .diff file: ! heading here + item to do here - item completed here the !+- prefixes auto-highlight/colorize in editors. I use Sublime Text.
Thanks for clarifying. I understand this is a bit different, but if folks are using vim, the best resource (in my opinion) for novices is vimtutor. Just type "vimtutor" in the console. It uses an interactive tutorial to…
What's wrong with using :q ?
* update my hosts file to block sites that suck me in (youtube, reddit and maybe even this one). * listen to music with no vocals. For whatever reason, vocals distract me from thinking. I often use brain.fm or a…
My ATT Phone is in SOS mode. However, ATT's outages status reports: > All clear! No outages to report. > We didn’t find any outages in your area. Still having issues? https://www.att.com/outages/
Just wanted to say thanks for creating this. Wonderful tool!
I have a Flexispot standing desk. Before I purchased, I was concerned about how sturdy the desk would be in standing mode — but it's actually sturdier than my old sitting desk. I love it. Look for sales. They have quite…
Thank goodness it's Tuesday!
Is this a fact (or have other co's done this)? I'm genuinely curious. I assume they'd hire Vietnamese employees though.
I sometimes leave a process running on a port for webdev and then try to open a new one resulting in the error, "Error: listen EADDRINUSE 0.0.0.0:NNN", e.g. 0.0.0.0:443. There are many ways to search for the process,…
This was my question as well. The article does answer the question, but off the bat I'd assumed the author was talking about output/dist. The web treemap cli is a great tip. If you are using webpack,…
Nicely done! I just ran into this "clutter" issue last week while trying to read a recipe that kept auto-scrolling due to a pop-up ad intermittently changing height at the top of the page. Some quick feedback: it worked…
I suggest that you buy on eBay and filter by "New", which is what I did with mine. I verified that it was unused by going to Apple > About This Mac > System Report. Then select "Power" and look for the "Cycle Count"…
Totally agree. After reading so many reviews panning the new MBPs, I ended up replacing my ancient 2011 MBP with a 2015 model. You can still find new/unopened or relatively unused models on eBay. I love this laptop. i7,…
This does not work. setMyState() is asynchronous. doSomething() would run, but not necessarily with the updated value of the state.
I have some similar gripes. I find Hooks to save a bit of coding overall. I've found my functional components to be about 10-20% smaller than my class components. I'm not 100% convinced it's really worth it, though.…
This article is comparing apples to oranges. IRC is a protocol, Slack is a client/app that uses protocols (one of which used to be IRC). Many IRC clients, although beloved by some users, are rough around the edges. In…
fishshell is my favorite productivity enhancer for the terminal: https://fishshell.com/ The primary reason I chose over zsh/bash was that autocompletion just works. If you install it, I highly recommend oh-my-fish as…