Add dedicated articles for QotNews and Notica

master
Tanner Collin 2 years ago
parent 2a2676263e
commit 6c9c26975c
  1. 3
      content/.obsidian/app.json
  2. 26
      content/.obsidian/workspace
  3. 13
      content/Notica.md
  4. 17
      content/QotNews.md
  5. BIN
      content/media/notica1.png
  6. BIN
      content/media/qotnews1.png
  7. BIN
      content/media/qotnews2.png
  8. 21
      themes/theme/templates/index.html

@ -6,5 +6,6 @@
"useMarkdownLinks": false,
"attachmentFolderPath": "media",
"alwaysUpdateLinks": true,
"legacyEditor": false
"legacyEditor": false,
"promptDelete": false
}

@ -4,12 +4,12 @@
"type": "split",
"children": [
{
"id": "cb3e7ba7eb536c35",
"id": "ef3bf5866c68f34a",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Protospace.md",
"file": "QotNews.md",
"mode": "source",
"source": false
}
@ -69,7 +69,7 @@
"state": {
"type": "backlink",
"state": {
"file": "Protospace.md",
"file": "QotNews.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -86,7 +86,7 @@
"state": {
"type": "outline",
"state": {
"file": "Protospace.md"
"file": "QotNews.md"
}
}
}
@ -96,17 +96,17 @@
"direction": "horizontal",
"width": 300
},
"active": "cb3e7ba7eb536c35",
"active": "ef3bf5866c68f34a",
"lastOpenFiles": [
"QotNews.md",
"media/Screenshot from 2022-05-18 16-24-38.png",
"media/Pasted image 20220518162452.png",
"media/Pasted image 20220518162414.png",
"Notica.md",
"Protospace.md",
"Hand of Ozymandias.md",
"Wine Crate Coffee Table.md",
"Plant Waterer.md",
"media/protospace-spaceport.png",
"media/protospace1.png",
"Solar Car.md",
"Acousting Panels.md",
"Backup Strategy.md",
"Bypassing Ports.md"
"LED Dress.md",
"Hand of Ozymandias.md",
"Wine Crate Coffee Table.md"
]
}

@ -0,0 +1,13 @@
Title: Notica
Date: 2022-05-17
Category: Projects
Summary: Send browser notifications from your terminal. No installation. No registration.
Short: n
[Notica](https://notica.us) allows you to send browser notifications from your terminal to know when a slow command has finished running. It doesn't require installing anything or registering an account. It also works over ssh unlike `notify-send`.
You can find the [source code](https://github.com/tannercollin/Notica) on Github.
![[notica1.png]]
I do most of my work on remote servers over ssh. When running a slow command (like `apt install`) I'll distract myself by browsing sites like my other project [[QotNews]]. The command will finish running, but I'll still be wasting time reading news articles. Notica helps me stay on track by alerting me when the command finishes.

@ -0,0 +1,17 @@
Title: QotNews
Date: 2022-05-18
Category: Projects
Summary: Hacker News, Reddit, Lobsters, and Tildes articles pre-rendered in reader mode. Optimized for speed and distraction-free reading.
Short: q
[QotNews](https://news.t0.vc) is a news meta-aggregator. It gathers top articles from four news aggregators: Hacker News, Reddit, Lobsters, and Tildes along with their comments. The articles are then transformed into readable versions with consistent formatting and distractions removed. All articles in the main feed are preloaded by the client so they load instantly when clicked on.
You can find the [source code](https://git.tannercollin.com/tanner/qotnews) on my Gitea.
![[qotnews1.png]]
I tried to make QotNews the perfect news site for me. I easily get annoyed by cookie banners and distracted by visual clutter when reading normal news articles. I especially hate auto-playing videos and "download our app" popups. All articles are in consistent styling that's easy to read:
![[qotnews2.png]]
It's by far my favourite project and has paid the most dividends for the amount of time I invested in programming it. I use it multiple times per day and it's become the main source of all my news. Since all the articles and comments are preloaded and saved in Local Storage, it's also great for reading on airplanes.

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

@ -54,21 +54,12 @@
build tools that make my life easier.
</p>
<h3>
<a class="external" href="https://news.t0.vc/" target="_blank" rel="noreferrer noopener">QotNews</a>
<a class="external source" href="https://git.tannercollin.com/tanner/qotnews" target="_blank" rel="noreferrer noopener">source code</a>
</h3>
<div class="summary">
<p>Hacker News, Reddit, Lobsters, and Tildes articles pre-rendered in reader mode. Optimized for speed and distraction-free reading.</p>
</div>
<h3>
<a class="external" href="https://notica.us" target="_blank" rel="noreferrer noopener">Notica</a>
<a class="external source" href="https://github.com/tannercollin/Notica" target="_blank" rel="noreferrer noopener">source code</a>
</h3>
<div class="summary">
<p>Send browser notifications from your terminal. No installation. No registration.</p>
</div>
{% for article in articles_page.object_list if article.category.name == 'Projects' %}
<h3><a href="{{ article.url }}">{{ article.title }}</a></h3>
<div class="summary">
{{ article.summary }}
</div>
{% endfor %}
<h3>
<a class="external" href="https://my.protospace.ca" target="_blank" rel="noreferrer noopener">Spaceport</a>

Loading…
Cancel
Save