<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Rant on Hillel Wayne</title>
    <link>https://www.hillelwayne.com/tags/rant/</link>
    <description>Recent content in Rant on Hillel Wayne</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 03 May 2023 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://www.hillelwayne.com/tags/rant/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Somehow AutoHotKey is kinda good now</title>
      <link>https://www.hillelwayne.com/post/ahk-v2/</link>
      <pubDate>Wed, 03 May 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.hillelwayne.com/post/ahk-v2/</guid>
      <description>img {border-style: groove; border-width: 1px;} I love Autohotkey so much that it keeps me on Windows. It&amp;rsquo;s the best GUI automation tool out there. Here&amp;rsquo;s a shortcut that opens my current browser tab in the Wayback Machine:
#HotIf WinActive(&amp;quot;ahk_exe firefox.exe&amp;quot;) &amp;gt;!^s:: { Keywait(&amp;quot;RControl&amp;quot;) Keywait(&amp;quot;RAlt&amp;quot;) SendEvent(&amp;quot;^l&amp;quot;) SendInput(&amp;quot;{left}https://web.archive.org/web/*/{enter}&amp;quot;) } #HotIf  By comparison, the official extension takes four files to do the same thing. Four files!1
But I come here to bury AHK, not to praise it.</description>
    </item>
    
    <item>
      <title>The Hard Part of Learning a Language</title>
      <link>https://www.hillelwayne.com/post/learning-a-language/</link>
      <pubDate>Mon, 27 Apr 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.hillelwayne.com/post/learning-a-language/</guid>
      <description>I want to do $THING. Normally I do my hacking in Python, which is okay but has lots of frustrations. My friends tell me $LANGUAGE is better for doing $THING. After going through the online tutorial, I can see why. Maybe I&amp;rsquo;ll try $LANGUAGE for this project! Just a few things I need to figure out first:
 How do I install it? The docs say brew install, but I&amp;rsquo;m on Windows.</description>
    </item>
    
    <item>
      <title>The Problem With APLs</title>
      <link>https://www.hillelwayne.com/post/the-problem-with-apls/</link>
      <pubDate>Mon, 19 Feb 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.hillelwayne.com/post/the-problem-with-apls/</guid>
      <description>Note: I&amp;rsquo;m coming from this from the perspective of a J programmer. Maybe K or Dyalog or something solved this already, I don&amp;rsquo;t know, but I would be pretty surprised if they did.
The more I work with an APL, the more I notice a serious problem. Not the weird symbols, you get used to that pretty fast. Not the write-only aspect, that&amp;rsquo;s annoying but can be solved with a good syntax highlighter.</description>
    </item>
    
  </channel>
</rss>