Elektrine lite

← Feed

Andrey Subbotin

andrey@subbotin.social

<p><a href="https://subbotin.social/tags/clojure" class="mention hashtag" rel="tag">#<span>clojure</span></a> <a href="https://subbotin.social/tags/emacs" class="mention hashtag" rel="tag">#<span>emacs</span></a> <a href="https://subbotin.social/tags/mac" class="mention hashtag" rel="tag">#<span>mac</span></a> <a href="https://subbotin.social/tags/ios" class="mention hashtag" rel="tag">#<span>ios</span></a> <a href="https://subbotin.social/tags/linux" class="mention hashtag" rel="tag">#<span>linux</span></a> <a href="https://subbotin.social/tags/uiux" class="mention hashtag" rel="tag">#<span>uiux</span></a> <a href="https://subbotin.social/tags/i18n" class="mention hashtag" rel="tag">#<span>i18n</span></a></p>

Posts

  • Post #3011200

    I might be late to the Tailscale party, yet I find it to be immensely useful and easy to grok.

  • Post #3011199

    Do you remember when deploying meant just copying files to a folder over FTP?

  • Post #3011198

    It seems the PSU in my PowerMac G4 has died. Hm...

  • Post #3011197

    A major push for IPv6 adoption would be to cease supporting IPv4 on the local interface.

  • Post #3011196

    tmux Integration might actually be something that makes me switch from the default macOS Terminal.app to iTerm 2: https://iterm2.com/documentation-tmux-integration.html

  • Post #3011195

    I bet there&amp;#39;s a direct relationship between the rise of smartphone usage and a decline in bathroom stall graffiti.

  • Post #3011194

    An iPad released back in 2012 is still a fine device to read PDFs.

  • Post #3011193

    The CL image-based REPL and its tools are way ahead of what we have in Clojure: it starts in no time, has a proper debugger with conditions/restarts, and can generate a native binary in a snap. At this point I&amp;#39;m not even sure if the lack of immutability by default is a CL disadvantage at all.

  • Post #3011192

    Common Lisp is a hidden gem. 1) The feedback loop is so fast that you end up in the flow in no time. 2) The language lets you model whatever you wish easily without trying to force you into a specific way of doing things.

  • Post #3011191

    Have you ever wondered how to reach the author of a commit in a GitHub repo if they have no contact details listed anywhere? Turns out one can add .patch to a commit URL, and it&amp;#39;s highly likely an email address will be displayed in the patch. Yay!

  • Post #3011190

    The best way to understand how something works is to try to build it from scratch.