<?xml version="1.0" encoding="utf-8"?> 
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
 <title type="text">llazarek: llazarek</title>
 <link rel="self" href="https://llazarek.github.io/feeds/all.atom.xml" />
 <link href="https://llazarek.github.io/index.html" />
 <id>urn:https-llazarek-github-io:-index-html</id>
 <updated>2020-04-01T12:03:58Z</updated>
 <entry>
  <title type="text">Reference management with Org mode</title>
  <link rel="alternate" href="https://llazarek.github.io/2020/04/reference-management-with-org-mode.html" />
  <id>urn:https-llazarek-github-io:-2020-04-reference-management-with-org-mode-html</id>
  <published>2020-04-01T12:03:58Z</published>
  <updated>2020-04-01T12:03:58Z</updated>
  <author>
   <name>Lukas Lazarek</name></author>
  <content type="html">
&lt;p&gt;I manage all of my references using (guess) Org mode. This is a brief summary of what I do and why it works for me.&lt;/p&gt;&lt;a href="https://llazarek.github.io/2020/04/reference-management-with-org-mode.html"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry>
 <entry>
  <title type="text">Non-linear notes with Org</title>
  <link rel="alternate" href="https://llazarek.github.io/2019/07/non-linear-notes-with-org.html" />
  <id>urn:https-llazarek-github-io:-2019-07-non-linear-notes-with-org-html</id>
  <published>2019-07-24T14:48:06Z</published>
  <updated>2019-07-24T14:48:06Z</updated>
  <author>
   <name>Lukas Lazarek</name></author>
  <content type="html">
&lt;p&gt;For all that I rave about org mode, I generally prefer taking notes by hand. Org wins out when my notes are certain kinds of technical or reference notes, including code snippets, links to resources, etc. In those cases, embedded code blocks, inline images, links, and more make org mode a perfect medium. Luckily, a large portion of the notes I take fall into those categories. But for the kind of notes that I take while trying to understand something, or build a high level idea of a lecture or book, handwritten notes are far superior in my opinion. This kind of note taking is also often more rewarding.&lt;/p&gt;

&lt;p&gt;It would be great if org mode could handle these kinds of notes as well. Why can&amp;rsquo;t it?&lt;/p&gt;&lt;a href="https://llazarek.github.io/2019/07/non-linear-notes-with-org.html"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry>
 <entry>
  <title type="text">Fuzzy-searching notes with fzf</title>
  <link rel="alternate" href="https://llazarek.github.io/2019/01/fuzzy-searching-notes-with-fzf.html" />
  <id>urn:https-llazarek-github-io:-2019-01-fuzzy-searching-notes-with-fzf-html</id>
  <published>2019-01-12T15:39:54Z</published>
  <updated>2019-01-12T15:39:54Z</updated>
  <author>
   <name>Lukas Lazarek</name></author>
  <content type="html">
&lt;p&gt;I have a lot of plain text notes, from years of using org mode for nearly everything. Finding specific pieces of information in that sea of information can be difficult; I am unwilling and unable to remember where exactly I wrote something down. Of course, since it&amp;rsquo;s all plain text, grep/ag and friends seem ideally suited to the task &amp;#8211; except that requires remembering exactly how the information was worded. Also too much. What about fuzzy search?&lt;/p&gt;&lt;a href="https://llazarek.github.io/2019/01/fuzzy-searching-notes-with-fzf.html"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry>
 <entry>
  <title type="text">Experimenting with testing syntax and composition</title>
  <link rel="alternate" href="https://llazarek.github.io/2018/12/experimenting-with-testing-syntax-and-composition.html" />
  <id>urn:https-llazarek-github-io:-2018-12-experimenting-with-testing-syntax-and-composition-html</id>
  <published>2018-12-19T18:52:06Z</published>
  <updated>2018-12-19T18:52:06Z</updated>
  <author>
   <name>Lukas Lazarek</name></author>
  <content type="html">
&lt;p&gt;&lt;a href="https://docs.racket-lang.org/rackunit/index.html?q%3Drackunit"&gt;Rackunit&lt;/a&gt; is Racket&amp;rsquo;s unit testing library, and it has a pretty cool set of features. It aims to support testing at every stage of development, from simple inline checks to large, programmatically manipulated test suites. Unfortunately, despite the many features rackunit provides to support this goal, I have many-a-time found myself struggling against rackunit&amp;rsquo;s model for defining new checks. Last weekend, I finally got around to writing a testing library that provides a simpler interface to write flexible, composable test predicates and macros.&lt;/p&gt;&lt;a href="https://llazarek.github.io/2018/12/experimenting-with-testing-syntax-and-composition.html"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry>
 <entry>
  <title type="text">Org Export Processing</title>
  <link rel="alternate" href="https://llazarek.github.io/2018/11/org-export-processing.html" />
  <id>urn:https-llazarek-github-io:-2018-11-org-export-processing-html</id>
  <published>2018-11-03T18:33:06Z</published>
  <updated>2018-11-03T18:33:06Z</updated>
  <author>
   <name>Lukas Lazarek</name></author>
  <content type="html">
&lt;p&gt;Org&amp;rsquo;s &lt;a href="https://orgmode.org/manual/Exporting.html"&gt;export system&lt;/a&gt; is a fantastic tool for writing various documents quickly and easily within org mode. The only thing it lacks is simple tools for user-defined content generation during export. It&amp;rsquo;s pretty easy to implement, though.&lt;/p&gt;&lt;a href="https://llazarek.github.io/2018/11/org-export-processing.html"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry>
 <entry>
  <title type="text">Images in Org mode</title>
  <link rel="alternate" href="https://llazarek.github.io/2018/10/images-in-org-mode.html" />
  <id>urn:https-llazarek-github-io:-2018-10-images-in-org-mode-html</id>
  <published>2018-10-14T09:39:49Z</published>
  <updated>2018-10-14T09:39:49Z</updated>
  <author>
   <name>Lukas Lazarek</name></author>
  <content type="html">
&lt;p&gt;Org-mode prides itself on being purely plain text. That doesn&amp;rsquo;t mean that it can&amp;rsquo;t do images, though!&lt;/p&gt;&lt;a href="https://llazarek.github.io/2018/10/images-in-org-mode.html"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry>
 <entry>
  <title type="text">Improving the Agenda (part 2: custom views)</title>
  <link rel="alternate" href="https://llazarek.github.io/2018/09/improving-the-agenda-part-2-custom-views.html" />
  <id>urn:https-llazarek-github-io:-2018-09-improving-the-agenda-part-2-custom-views-html</id>
  <published>2018-09-06T18:40:28Z</published>
  <updated>2018-09-06T18:40:28Z</updated>
  <author>
   <name>Lukas Lazarek</name></author>
  <content type="html">
&lt;p&gt;This is the second post on configuring the agenda. Find the first post &lt;a href="https://llazarek.github.io/2018/07/improving-the-agenda.html"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;a href="https://llazarek.github.io/2018/09/improving-the-agenda-part-2-custom-views.html"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry>
 <entry>
  <title type="text">Scripting Emacs</title>
  <link rel="alternate" href="https://llazarek.github.io/2018/08/scripting-emacs.html" />
  <id>urn:https-llazarek-github-io:-2018-08-scripting-emacs-html</id>
  <published>2018-08-15T08:46:59Z</published>
  <updated>2018-08-15T08:46:59Z</updated>
  <author>
   <name>Lukas Lazarek</name></author>
  <content type="html">
&lt;p&gt;I recently realized how easy it is to make emacs automatically do even more repetitive things I used to do manually.&lt;/p&gt;&lt;a href="https://llazarek.github.io/2018/08/scripting-emacs.html"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry>
 <entry>
  <title type="text">Setting up a home cloud server with Nextcloud</title>
  <link rel="alternate" href="https://llazarek.github.io/2018/08/setting-up-a-home-cloud-server-with-nextcloud.html" />
  <id>urn:https-llazarek-github-io:-2018-08-setting-up-a-home-cloud-server-with-nextcloud-html</id>
  <published>2018-08-12T09:32:37Z</published>
  <updated>2018-08-12T09:32:37Z</updated>
  <author>
   <name>Lukas Lazarek</name></author>
  <content type="html">
&lt;p&gt;This weekend, I set up a home server for my parents running Nextcloud so that they can have their own, (almost) free cloud storage. The process was surprisingly simple and fun, though there are a number of steps involved, so I&amp;rsquo;m documenting it here for the sake of reproducibility.&lt;/p&gt;&lt;a href="https://llazarek.github.io/2018/08/setting-up-a-home-cloud-server-with-nextcloud.html"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry>
 <entry>
  <title type="text">Tracking Expenses with Ledger</title>
  <link rel="alternate" href="https://llazarek.github.io/2018/07/tracking-expenses-with-ledger.html" />
  <id>urn:https-llazarek-github-io:-2018-07-tracking-expenses-with-ledger-html</id>
  <published>2018-07-20T11:34:47Z</published>
  <updated>2018-07-20T11:34:47Z</updated>
  <author>
   <name>Lukas Lazarek</name></author>
  <content type="html">
&lt;p&gt;How I track expenses using ledger, even on my phone.&lt;/p&gt;&lt;a href="https://llazarek.github.io/2018/07/tracking-expenses-with-ledger.html"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry>
 <entry>
  <title type="text">Improving the Agenda</title>
  <link rel="alternate" href="https://llazarek.github.io/2018/07/improving-the-agenda.html" />
  <id>urn:https-llazarek-github-io:-2018-07-improving-the-agenda-html</id>
  <published>2018-07-09T01:27:27Z</published>
  <updated>2018-07-09T01:27:27Z</updated>
  <author>
   <name>Lukas Lazarek</name></author>
  <content type="html">
&lt;p&gt;Org mode&amp;rsquo;s agenda is a fantastic interface for viewing and managing tasks. However, its default display settings get cluttered with large numbers of tasks, making it difficult to see what really needs to be done. Here are some of the ways I make the agenda crystal clear.&lt;/p&gt;&lt;a href="https://llazarek.github.io/2018/07/improving-the-agenda.html"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry>
 <entry>
  <title type="text">Modal Editing in Emacs</title>
  <link rel="alternate" href="https://llazarek.github.io/2018/07/modal-editing-in-emacs.html" />
  <id>urn:https-llazarek-github-io:-2018-07-modal-editing-in-emacs-html</id>
  <published>2018-07-09T00:02:02Z</published>
  <updated>2018-07-09T00:02:02Z</updated>
  <author>
   <name>Lukas Lazarek</name></author>
  <content type="html">
&lt;p&gt;Modal editing in emacs is easy, and can be much better than vim.&lt;/p&gt;&lt;a href="https://llazarek.github.io/2018/07/modal-editing-in-emacs.html"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry>
 <entry>
  <title type="text">Organization with Org Mode</title>
  <link rel="alternate" href="https://llazarek.github.io/2018/07/organization-with-org-mode.html" />
  <id>urn:https-llazarek-github-io:-2018-07-organization-with-org-mode-html</id>
  <published>2018-07-02T09:37:07Z</published>
  <updated>2018-07-02T09:37:07Z</updated>
  <author>
   <name>Lukas Lazarek</name></author>
  <content type="html">
&lt;p&gt;I organize myself and my work using emacs&amp;rsquo; org mode. It has served me extremely well over the past few years and has helped me better organize both my working and personal life. In this post, I describe how I use org mode for everything from long-term projects to appointments and ideas.&lt;/p&gt;&lt;a href="https://llazarek.github.io/2018/07/organization-with-org-mode.html"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry>
 <entry>
  <title type="text">Language-oriented Programming: ptext</title>
  <link rel="alternate" href="https://llazarek.github.io/2018/05/language-oriented-programming-ptext.html" />
  <id>urn:https-llazarek-github-io:-2018-05-language-oriented-programming-ptext-html</id>
  <published>2018-05-22T17:06:27Z</published>
  <updated>2018-05-22T17:06:27Z</updated>
  <author>
   <name>Lukas Lazarek</name></author>
  <content type="html">
&lt;p&gt;Language-oriented programming in action with racket.&lt;/p&gt;&lt;a href="https://llazarek.github.io/2018/05/language-oriented-programming-ptext.html"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry></feed>