<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: mtift</title><link>https://news.ycombinator.com/user?id=mtift</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 20:13:37 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mtift" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mtift in "I'm “still afraid to use spaces in file names” years old"]]></title><description><![CDATA[
<p>I agree. I am a developer and I know how to deal with special characters. But this isn't something I use professionally. I just prefer not to have to deal with special characters in the pdfs, m4as, txts, and other files that I use on a daily basis. When I write papers, I'll write ū or Ñ or ç or whatever (incidentally, I have a lot of shortcuts in my .vimrc for those). I would not say I am "afraid" to use spaces in filenames, but I get a certain satisfaction storing academic papers in the author--paper-title.pdf format and my notes in author--paper-title.md because it helps me find things.</p>
]]></description><pubDate>Thu, 11 Nov 2021 23:38:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=29194672</link><dc:creator>mtift</dc:creator><comments>https://news.ycombinator.com/item?id=29194672</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29194672</guid></item><item><title><![CDATA[New comment by mtift in "I'm “still afraid to use spaces in file names” years old"]]></title><description><![CDATA[
<p>Totally inefficient. But for me it's readable and practical. This is mostly just a convenience function for me to help store files in a format I like rather than something I need optimized. If it ever started to feel slow, sure I could optimize. But for now, when I still occasionally download a file that has some weird character and I just prefer to add another line to my function.</p>
]]></description><pubDate>Thu, 11 Nov 2021 23:28:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=29194592</link><dc:creator>mtift</dc:creator><comments>https://news.ycombinator.com/item?id=29194592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29194592</guid></item><item><title><![CDATA[New comment by mtift in "I'm “still afraid to use spaces in file names” years old"]]></title><description><![CDATA[
<p>Yeah, sometimes I end up renaming things I don't want to, but it really doesn't happen all that often. And sometimes I throw caution to the wind, add some excitement to my life, and rename a bunch of files (not for anything professional) in some really old directory and hope I don't break anything. But I'm not aiming for perfect with this comment. I just mentioned in another comment, but the vast majority of times I run this is in my ~/Downloads folder on files I don't really worry about breaking.</p>
]]></description><pubDate>Thu, 11 Nov 2021 23:21:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=29194523</link><dc:creator>mtift</dc:creator><comments>https://news.ycombinator.com/item?id=29194523</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29194523</guid></item><item><title><![CDATA[New comment by mtift in "I'm “still afraid to use spaces in file names” years old"]]></title><description><![CDATA[
<p>I totally agree that for some people, this could be a terrible command to have around. However, I know that it has been working for me for about 8+ years or so. I almost always run in in my ~/Downloads folder on files that I don't really care about. I download a lot of academic papers and books, and this just saves me a lot of time to put files in the format I like: author--paper-title.pdf. And that's part of the reason why I make all of the dashes the same, so if I'm opening something by an author, I can easily autocomplete and not have to remember how to make other sorts of dashes on the command line.</p>
]]></description><pubDate>Thu, 11 Nov 2021 23:15:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=29194478</link><dc:creator>mtift</dc:creator><comments>https://news.ycombinator.com/item?id=29194478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29194478</guid></item><item><title><![CDATA[New comment by mtift in "I'm “still afraid to use spaces in file names” years old"]]></title><description><![CDATA[
<p>I have an overly-aggressive function in my .bashrc to rename all files in the current directory:<p><pre><code>  # Rename all files in a directory
  rn() {
    rename "s/ /-/g" *
    rename "s/_/-/g" *
    rename "s/–/-/g" *
    rename "s/://g" *
    rename "s/\(//g" *
    rename "s/\)//g" *
    rename "s/\[//g" *
    rename "s/\]//g" *
    rename 's/"//g' *
    rename "s/'//g" *
    rename "s/,//g" *
    rename "y/A-Z/a-z/" *
    rename "s/---/--/g" *
    rename "s/-‎--/--/g" *
  }
</code></pre>
I use this all the time, especially when I download files.</p>
]]></description><pubDate>Thu, 11 Nov 2021 16:37:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=29189919</link><dc:creator>mtift</dc:creator><comments>https://news.ycombinator.com/item?id=29189919</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29189919</guid></item><item><title><![CDATA[Announcing the New Lullabot.com]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.lullabot.com/articles/announcing-new-lullabotcom">https://www.lullabot.com/articles/announcing-new-lullabotcom</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=19120051">https://news.ycombinator.com/item?id=19120051</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 09 Feb 2019 01:07:32 +0000</pubDate><link>https://www.lullabot.com/articles/announcing-new-lullabotcom</link><dc:creator>mtift</dc:creator><comments>https://news.ycombinator.com/item?id=19120051</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19120051</guid></item><item><title><![CDATA[Drupal as a Political Act]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.lullabot.com/articles/drupal-as-a-political-act">https://www.lullabot.com/articles/drupal-as-a-political-act</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=13139799">https://news.ycombinator.com/item?id=13139799</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 09 Dec 2016 16:45:47 +0000</pubDate><link>https://www.lullabot.com/articles/drupal-as-a-political-act</link><dc:creator>mtift</dc:creator><comments>https://news.ycombinator.com/item?id=13139799</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13139799</guid></item><item><title><![CDATA[New comment by mtift in "MacBook Pro"]]></title><description><![CDATA[
<p><a href="http://shop.lenovo.com/us/en/laptops/thinkpad/t-series/t460" rel="nofollow">http://shop.lenovo.com/us/en/laptops/thinkpad/t-series/t460</a><p>If you need 32GB of RAM, then the ThinkPad T460 would qualify. And Lenovo claims it has 18 hours of battery life, which seems more than decent to me.<p>I switched from MacBook Pros to the ThinkPad T Series running GNU/Linux a few years ago and I have not been disappointed. My only caveat is that I like to run Debian stable, and that seems to work better on older ThinkPads, especially for things like video chats. In my experience, the newer ThinkPads work better with distros that use newer kernels (at least I <i>think</i> that is why), such as Ubuntu or Fedora.<p>I would have suggested the T460s, which is lighter, but that only goes up to 20GB of RAM.</p>
]]></description><pubDate>Thu, 27 Oct 2016 20:06:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=12809375</link><dc:creator>mtift</dc:creator><comments>https://news.ycombinator.com/item?id=12809375</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12809375</guid></item><item><title><![CDATA[New comment by mtift in "Who sponsors Drupal development?"]]></title><description><![CDATA[
<p>The Linux project (<a href="https://www.linux.com/blog/top-10-developers-and-companies-contributing-linux-kernel-2015-2016" rel="nofollow">https://www.linux.com/blog/top-10-developers-and-companies-c...</a>) and Debian (<a href="https://wiki.debian.org/Statistics" rel="nofollow">https://wiki.debian.org/Statistics</a>) track a fair amount of data.</p>
]]></description><pubDate>Wed, 07 Sep 2016 20:33:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=12447352</link><dc:creator>mtift</dc:creator><comments>https://news.ycombinator.com/item?id=12447352</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12447352</guid></item><item><title><![CDATA[Who sponsors Drupal development?]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.drupal.org/blog/who-sponsors-drupal-development">https://www.drupal.org/blog/who-sponsors-drupal-development</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=12440436">https://news.ycombinator.com/item?id=12440436</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Wed, 07 Sep 2016 01:25:03 +0000</pubDate><link>https://www.drupal.org/blog/who-sponsors-drupal-development</link><dc:creator>mtift</dc:creator><comments>https://news.ycombinator.com/item?id=12440436</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12440436</guid></item><item><title><![CDATA[Why Paid Drupal Modules Fail: Drupal as Art]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.lullabot.com/articles/why-paid-drupal-modules-fail-drupal-as-art">https://www.lullabot.com/articles/why-paid-drupal-modules-fail-drupal-as-art</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=11448202">https://news.ycombinator.com/item?id=11448202</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 07 Apr 2016 15:50:00 +0000</pubDate><link>https://www.lullabot.com/articles/why-paid-drupal-modules-fail-drupal-as-art</link><dc:creator>mtift</dc:creator><comments>https://news.ycombinator.com/item?id=11448202</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11448202</guid></item><item><title><![CDATA[Accelerated Mobile Pages (AMP): Open or Closed?]]></title><description><![CDATA[
<p>Article URL: <a href="https://opensource.com/life/16/4/accelerated-mobile-pages-amp-open-or-closed">https://opensource.com/life/16/4/accelerated-mobile-pages-amp-open-or-closed</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=11438435">https://news.ycombinator.com/item?id=11438435</a></p>
<p>Points: 7</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 06 Apr 2016 13:00:10 +0000</pubDate><link>https://opensource.com/life/16/4/accelerated-mobile-pages-amp-open-or-closed</link><dc:creator>mtift</dc:creator><comments>https://news.ycombinator.com/item?id=11438435</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11438435</guid></item><item><title><![CDATA[The Cultural Construction of Drupal]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.lullabot.com/blog/article/cultural-construction-drupal">https://www.lullabot.com/blog/article/cultural-construction-drupal</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=9507382">https://news.ycombinator.com/item?id=9507382</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 07 May 2015 18:53:16 +0000</pubDate><link>https://www.lullabot.com/blog/article/cultural-construction-drupal</link><dc:creator>mtift</dc:creator><comments>https://news.ycombinator.com/item?id=9507382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9507382</guid></item><item><title><![CDATA[New comment by mtift in "Music Theory for Musicians and Normal People"]]></title><description><![CDATA[
<p>My PhD is in musicology, so I've spent a few hundred hours in music theory courses (the differences between music theory, music history, musicology, and ethnomusicology are shrinking, but that's a whole other topic). I can confirm that this is the kind of stuff that we teach in 1st or 2nd year music theory classes. But yeah, this isn't what graduate students study. This is the kind of thing that can help you learn the language of music scholars.<p>If you want to see a small sample of what music theorists find interesting nowadays, just look a the latest issues of some of the major journals to get an idea. For example:<p>Journal of Music Theory: <a href="https://www.dukeupress.edu/Journal-of-Music-Theory/" rel="nofollow">https://www.dukeupress.edu/Journal-of-Music-Theory/</a>
Music Theory Spectrum: <a href="http://mts.oxfordjournals.org/content/current" rel="nofollow">http://mts.oxfordjournals.org/content/current</a>
Perspectives of New Music: <a href="http://www.perspectivesofnewmusic.org/" rel="nofollow">http://www.perspectivesofnewmusic.org/</a>
19th-Century Music: <a href="http://www.jstor.org/action/showPublication?journalCode=19thcenturymusic" rel="nofollow">http://www.jstor.org/action/showPublication?journalCode=19th...</a>
Journal of the American Musicological Society: <a href="http://www.jstor.org/action/showPublication?journalCode=jamermusisoci" rel="nofollow">http://www.jstor.org/action/showPublication?journalCode=jame...</a></p>
]]></description><pubDate>Sat, 18 Oct 2014 15:41:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=8475555</link><dc:creator>mtift</dc:creator><comments>https://news.ycombinator.com/item?id=8475555</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8475555</guid></item><item><title><![CDATA[New comment by mtift in "Intestinal bacteria may influence our moods"]]></title><description><![CDATA[
<p>IBS is a "diagnosis of exclusion," so in some sense it is not a "real thing," but more accurately the "absence of other things." I really hated that answer, but it's the conclusion that more than a half-dozen different gastroenterologists came to after trying countless tests on me over the course of many years.<p>After a lifetime of trying to be gluten free (on and off), with limited success, I started a low-FODMAP diet on December 15, 2012 and it completely changed my life. I could not find many dietitians that knew much about it, so I mostly followed the advice of books like IBS: Free at Last! (<a href="http://amzn.com/0982063520" rel="nofollow">http://amzn.com/0982063520</a>). Now I feel much more empowered and in control.<p>Also, not all FODMAPs are equal. Each individual has to figure out which FODMAPs cause the most problems. Being "low FODMAP" is WAY different from being "gluten free." I eat FODMAPs all the time -- I just limit certain ones more than others and I know my limits. And even after 19 months of being low-FODMAP, I still have to consult my list of foods regularly.<p>Only after doctors have ruled out Crohn's disease, celiac disease, diverticulitis, endometriosis, cancer, etc., and suggest you have IBS, I highly recommend trying a low-FODMAP diet.</p>
]]></description><pubDate>Tue, 15 Jul 2014 12:08:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=8035912</link><dc:creator>mtift</dc:creator><comments>https://news.ycombinator.com/item?id=8035912</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8035912</guid></item></channel></rss>