The source content for blog.juliobiason.me
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

124 lines
5.0 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover">
<title>Julio Biason .Me 4.3</title>
<!-- CSS -->
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print">
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css">
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
</head>
<body class=" ">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="https:&#x2F;&#x2F;blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a>
<p class="lead">Old school dev living in a 2.0 dev world</p>
</div>
<ul class="sidebar-nav">
<li class="sidebar-nav-item"><a href="&#x2F;">English</a></li>
<li class="sidebar-nav-item"><a href="&#x2F;pt">Português</a></li>
<li class="sidebar-nav-item"><a href="&#x2F;tags">Tags (EN)</a></li>
<li class="sidebar-nav-item"><a href="&#x2F;pt&#x2F;tags">Tags (PT)</a></li>
</ul>
</div>
</div>
<div class="content container">
<div class="post">
<h1 class="post-title">Sharing Daily Links</h1>
<span class="post-date">
2020-03-03
<a href="https://blog.juliobiason.me/tags/meta/">#meta</a>
<a href="https://blog.juliobiason.me/tags/links/">#links</a>
<a href="https://blog.juliobiason.me/tags/sharing/">#sharing</a>
</span>
<p>I'm changing the way I share links around the web.</p>
<span id="continue-reading"></span>
<p>For a while, I used my <a href="https://functional.cafe/@juliobiason">Mastodon
Account</a> to share interesting links from
different subjects.</p>
<p>Today I decided to change that.</p>
<p>From now on, instead of sharing links directly on the microblogging site, I'll
make one post per day<sup class="footnote-reference"><a href="#1">1</a></sup> with links for different subjects that I collect
around the web. The difference between those two, besides the fact that I used
to post one toot<sup class="footnote-reference"><a href="#2">2</a></sup> per link and now it will be a post with several links, is
that I'll add some small information about the link itself or its content.</p>
<p>In case you're wondering why the change, the reason is that I realized it is
way better to <code>grep</code> the content of this blog than using the search feature of
DayOne, which collects all the toots I do.</p>
<div style="border:1px solid grey; margin:7px; padding: 7px">
<p>Just to explain how I collect those links:</p>
<ol>
<li>I favourite toots and some tweets;</li>
<li>Every morning, I run <a href="https://git.juliobiason.me/downfav.git/">downfav</a> to
collect those toots and save them locally;</li>
<li>A small Python script (which I want to replace at some point) uploads the
saved texts to my <a href="https://joplinapp.org/">Joplin</a>;</li>
<li>I check a specific Notebook (the one the Python script uploads things to)
for things that have links;</li>
<li>I click the links, which open a tab on Firefox;</li>
<li>Repeat 4 till all links have been clicked;</li>
<li>Read posts;</li>
<li>If interesting, make a toot.</li>
</ol>
<p>The step I'm changing is the 8th: Instead of making a toot for each link, I'm
going to start a blog post, add every interesting link, add a comment about it
(something missing in the previous flow) and then post everything.</p>
</div>
<hr />
<div class="footnote-definition" id="1"><sup class="footnote-definition-label">1</sup>
<p>People who remember &quot;Delicious&quot; (or &quot;De.li.cio.us&quot;) may remember that it
had a feature that it will make a post on a WordPress install with the links
you captured the day before. This is basically me resurrecting this, but in
a manual form.</p>
</div>
<div class="footnote-definition" id="2"><sup class="footnote-definition-label">2</sup>
<p>For those who don't know Mastodon, a &quot;toot&quot; is a post, kinda like
Twitter calls its posts &quot;tweets&quot;.</p>
</div>
</div>
</div>
</body>
</html>