Comments for kwight.blog https://kirkwight.wordpress.com Sat, 27 Aug 2022 21:58:12 +0000 hourly 1 http://wordpress.com/ Comment on Staying local by Kirk Wight https://kirkwight.wordpress.com/2021/02/27/staying-local/#comment-18831 Wed, 03 Mar 2021 16:25:46 +0000 http://kwight.blog/?p=3222#comment-18831 In reply to Miguel Fonseca.

And yes, my use of the term REPL is quite loose – what you’ve shown is more accurate I think, like the PHP interactive shell (`php -a`), which Dart doesn’t seem to have.

]]>
Comment on Staying local by Kirk Wight https://kirkwight.wordpress.com/2021/02/27/staying-local/#comment-18830 Wed, 03 Mar 2021 16:20:52 +0000 http://kwight.blog/?p=3222#comment-18830 Time to revisit again. And thanks for posting the repo! 🙂]]> In reply to Miguel Fonseca.

Oh, no, I didn’t realize there was an integrated terminal now! 😱 Time to revisit again. And thanks for posting the repo! 🙂

]]>
Comment on Staying local by Miguel Fonseca https://kirkwight.wordpress.com/2021/02/27/staying-local/#comment-18829 Wed, 03 Mar 2021 10:46:57 +0000 http://kwight.blog/?p=3222#comment-18829 Nice! I love this sort of stuff.

I don’t know if you know, but nowadays (since Vim 8, I believe?) you have native terminal functionality right inside the editor. So suddenly a lot of things that previously required tmux or GNU screen can be done natively.

Here is the equivalent functionality using just `:term`:

And here is a different take on REPL — more in the Lisp sense — where you have a VM running alongside an editor, and you can press Enter on a block of text to “send” it to the VM. For instance, define a function in the source file and press Enter to load it in the VM:

The latter works thanks to a tiny script that I just forced myself to put on GitHub: https://github.com/mcsf/vim-repl. I don’t know if it’s your jam, but I hope this proves useful! 🙂

]]>
Comment on Programmers don’t need to be “smart” by Shudhanshu Shekhar Mishra https://kirkwight.wordpress.com/2016/09/03/programmers-dont-need-to-be-smart/#comment-18809 Sun, 02 Aug 2020 04:30:34 +0000 http://kwight.ca/?p=2479#comment-18809 That is pretty vague by the person who said it. In fact, i just don’t even understand what being “smart” means. Anyone can learn to do anything which he/she has interest in. Interest leads to hard work and hard work leads to success.

]]>
Comment on Fears by meaganhanes https://kirkwight.wordpress.com/2015/05/25/fears/#comment-18268 Thu, 04 Jul 2019 18:04:45 +0000 http://kwight.ca/?p=2259#comment-18268 Reblogged this on #LoveTroll: ideas & inspiration for social sharing and commented:
If you only watch one talk this year, make it this one.

]]>
Comment on Installing Xdebug on macOS High Sierra by bokwoonc https://kirkwight.wordpress.com/2017/10/09/installing-xdebug-on-macos-high-sierra/#comment-18230 Wed, 31 Oct 2018 04:09:05 +0000 http://kwight.ca/?p=2537#comment-18230 In reply to rzoli87.

“””
I went back to the SO article where someone had succeeded, and noticed this line: “However macOS System Integrity Protection (SIP) will prevent you from overwriting the xdebug.so under /usr/lib/php/extensions/.” So instead, I created a new directory elsewhere, hooked it all up again in php.ini, and finally got the confirmation I was wanting:
“””
The author already mentions that macOS’s System Integrity Protection will prevent you from writing into /usr/lib/php/extensions. He made a new directory /usr/local/lib/php/extensions and copied it there instead.

]]>
Comment on TIL: auto-input yes/no/anything to command prompts by Jon Surrell https://kirkwight.wordpress.com/2018/08/15/til-auto-input-yes-no-anything-to-command-prompts/#comment-18120 Thu, 16 Aug 2018 12:02:08 +0000 http://kwight.ca/?p=2646#comment-18120 😂]]> Very handy, thanks! The manpage is 💯😂

]]>
Comment on Installing Xdebug on macOS High Sierra by rzoli87 https://kirkwight.wordpress.com/2017/10/09/installing-xdebug-on-macos-high-sierra/#comment-17947 Wed, 20 Jun 2018 14:45:53 +0000 http://kwight.ca/?p=2537#comment-17947 /usr/lib/php/extensions/no-debug-non-zts-20160303/xdebug is not writeable even with sudo.
Only System has the right to write it

]]>
Comment on Adding a logo uploader to your WordPress theme with the Theme Customizer by Apolo https://kirkwight.wordpress.com/2012/12/02/adding-a-logo-uploader-to-your-wordpress-site-with-the-theme-customizer/#comment-17781 Wed, 11 Apr 2018 11:00:14 +0000 http://kwight.ca/?p=1138#comment-17781 Thanks :):):) very useful!

]]>
Comment on Installing Xdebug on macOS High Sierra by Pedro Castineiras https://kirkwight.wordpress.com/2017/10/09/installing-xdebug-on-macos-high-sierra/#comment-17767 Thu, 05 Apr 2018 14:37:08 +0000 http://kwight.ca/?p=2537#comment-17767 In reply to zeeshan.

+1 Thanks a lot

]]>