-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update test config * view content test and updates to subprocess calling * update test target to support running a single test * datafile helper * debug * Revert "debug" This reverts commit e977784. * Revert "datafile helper" This reverts commit 0783bb4. * maybe https? * debug * add node
- Loading branch information
1 parent
c90d08f
commit 51258a7
Showing
8 changed files
with
102 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta charset="utf-8"> | ||
<title>Reclaiming the Web with a Personal Reader</title> | ||
<link rel="stylesheet" href="/assets/css/main.css"> | ||
<link type="application/atom+xml" rel="alternate" href="https://olano.dev/feed.xml" title="olano.dev" /> | ||
<meta name="author" content="Facundo Olano"> | ||
<meta property="og:article:author" content="Facundo Olano"> | ||
<meta property="og:site_name" content="olano.dev"> | ||
<meta property="og:title" content="Reclaiming the Web with a Personal Reader"> | ||
<meta name="twitter:title" content="Reclaiming the Web with a Personal Reader"> | ||
<meta name="description" content="There’s a kind of zen flow that programmers unblock when they experience their software daily as an end user. There’s no better catalyst for ideas and experimentation, no better prioritization driver than having to face the bugs, annoyances, and limitations of an application first-hand."> | ||
<meta name="og:description" content="There’s a kind of zen flow that programmers unblock when they experience their software daily as an end user. There’s no better catalyst for ideas and experimentation, no better prioritization driver than having to face the bugs, annoyances, and limitations of an application first-hand."> | ||
<meta name="twitter:description" content="There’s a kind of zen flow that programmers unblock when they experience their software daily as an end user. There’s no better catalyst for ideas and experimentation, no better prioritization driver than having to face the bugs, annoyances, and limitations of an application first-hand."> | ||
<meta property="og:type" content="article"> | ||
<meta property="og:article:published_time" content="2023-12-12T00:00:00-03:00"> | ||
<meta property="og:url" content="https://olano.dev/2023-12-12-reclaiming-the-web-with-a-personal-reader/"> | ||
<link rel="canonical" href="https://olano.dev/2023-12-12-reclaiming-the-web-with-a-personal-reader/"> | ||
<meta property="og:image" content="https://olano.dev/assets/img/feedi1.png"> | ||
<meta name="twitter:image" content="https://olano.dev/assets/img/feedi1.png"> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
</head> | ||
<body> | ||
<nav class="text-center"> | ||
<a href="/">olano.dev</a> | ||
<a href="/blog">/blog</a> | ||
</nav> | ||
|
||
<div class="content layout-post" lang="en"> | ||
<h1>Reclaiming the Web with a Personal Reader</h1> | ||
<br/> | ||
<br/> | ||
|
||
<p><strong>As a user</strong>, I had some ideas of what I wanted from this project.</p> | ||
|
||
<p><strong>As a developer</strong>, I wanted to test some of the ideas I’d been ruminating on for over a year. Although I hadn’t yet formulated it in those terms, I wanted to apply what I expressed in <a href="../2023-11-30-code-is-run-more-than-read">another post</a> as: <code class="language-plaintext highlighter-rouge">user > ops > dev</code>. This meant that, when prioritizing tasks or making design trade-offs, I would choose ease of operation over development convenience, and I would put user experience above everything else.</p> | ||
|
||
<h2 id="design">Design</h2> | ||
|
||
<p>Given that mental framework, I needed to make some initial technical decisions.</p> | ||
|
||
|
||
</div> | ||
|
||
<p class="text-center"> | ||
<span class="date">12/12/2023</span> | ||
<span class="tags"><a href="/blog/tags#software">#software</a></span> | ||
</p> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters