Skip to content

Commit

Permalink
Add new fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
dielsonsales committed Apr 27, 2024
1 parent 4b59b41 commit 6544a8e
Show file tree
Hide file tree
Showing 8 changed files with 112 additions and 29 deletions.
15 changes: 11 additions & 4 deletions 2021/03/07/minimalist-android-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta name="generator" content="Jekyll v4.3.3" />
<meta property="og:title" content="Writing a minimalist Android client, part 1" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="So I was reading recently a nice article called “The small web is beautiful” which got me inspired to take this concept to Android apps. For a long time already, I’ve used Boost to read posts on Reddit and I wanted to build something similar that would make reading comments on Hacker News just as pleasant. So in this series of articles, I’ll show all the process I’ve used to create a simple Android app to browse Hacker News and read the comments. But I’ll be trying to make as small as possible, for as long as it’s reasonable to do so." />
<meta property="og:description" content="So I was reading recently a nice article called “The small web is beautiful” which got me inspired to take this concept to Android apps. For a long time already, I’ve used Boost to read posts on Reddit and I wanted to build something similar that would make reading comments on Hacker News just as pleasant. So in this series of articles, I’ll show all the process I’ve used to create a simple Android app to browse Hacker News and read the comments. But I’ll be trying to make as small as possible, for as long as it’s reasonable to do so." />
<meta name="description" content="A blog for turning my personal notes into public posts." />
<meta property="og:description" content="A blog for turning my personal notes into public posts." />
<link rel="canonical" href="https://dielsonsales.github.io/2021/03/07/minimalist-android-app.html" />
<meta property="og:url" content="https://dielsonsales.github.io/2021/03/07/minimalist-android-app.html" />
<meta property="og:site_name" content="Por Fazer" />
Expand All @@ -17,7 +17,7 @@
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Writing a minimalist Android client, part 1" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2021-03-07T18:35:00+00:00","datePublished":"2021-03-07T18:35:00+00:00","description":"So I was reading recently a nice article called “The small web is beautiful” which got me inspired to take this concept to Android apps. For a long time already, I’ve used Boost to read posts on Reddit and I wanted to build something similar that would make reading comments on Hacker News just as pleasant. So in this series of articles, I’ll show all the process I’ve used to create a simple Android app to browse Hacker News and read the comments. But I’ll be trying to make as small as possible, for as long as it’s reasonable to do so.","headline":"Writing a minimalist Android client, part 1","mainEntityOfPage":{"@type":"WebPage","@id":"https://dielsonsales.github.io/2021/03/07/minimalist-android-app.html"},"url":"https://dielsonsales.github.io/2021/03/07/minimalist-android-app.html"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2021-03-07T18:35:00+00:00","datePublished":"2021-03-07T18:35:00+00:00","description":"A blog for turning my personal notes into public posts.","headline":"Writing a minimalist Android client, part 1","mainEntityOfPage":{"@type":"WebPage","@id":"https://dielsonsales.github.io/2021/03/07/minimalist-android-app.html"},"url":"https://dielsonsales.github.io/2021/03/07/minimalist-android-app.html"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="https://dielsonsales.github.io/feed.xml" title="Por Fazer" /></head>
<body><header class="site-header" role="banner">
Expand Down Expand Up @@ -47,7 +47,14 @@ <h1 class="post-title p-name" itemprop="name headline">Writing a minimalist Andr
</header>

<div class="post-content e-content" itemprop="articleBody">
<p>So I was reading recently a nice article called “<a href="https://benhoyt.com/writings/the-small-web-is-beautiful/">The small web is beautiful</a>” which got me inspired to take this concept to Android apps. For a long time already, I’ve used <a href="https://play.google.com/store/apps/details?id=com.rubenmayayo.reddit&amp;hl=en&amp;gl=US">Boost</a> to read posts on Reddit and I wanted to build something similar that would make reading comments on Hacker News just as pleasant. So in this series of articles, I’ll show all the process I’ve used to create a simple Android app to browse Hacker News and read the comments. But I’ll be trying to make as small as possible, for as long as it’s reasonable to do so.</p>
<style type="text/css" media="screen">
body {
font-family: "Times New Roman", Times, serif;
font-size: 18px;
}
</style>

<p>So I was reading recently a nice article called “<a href="https://benhoyt.com/writings/the-small-web-is-beautiful/">The small web is beautiful</a>” which got me inspired to take this concept to Android apps. For a long time already, I’ve used <a href="https://play.google.com/store/apps/details?id=com.rubenmayayo.reddit&amp;hl=en&amp;gl=US">Boost</a> to read posts on Reddit and I wanted to build something similar that would make reading comments on Hacker News just as pleasant. So in this series of articles, I’ll show all the process I’ve used to create a simple Android app to browse Hacker News and read the comments. But I’ll be trying to make as small as possible, for as long as it’s reasonable to do so.</p>

<h1 id="bloated-apps-a-little-bit-of-context">Bloated apps: a little bit of context</h1>

Expand Down
15 changes: 11 additions & 4 deletions 2022/12/10/installing-oracle-database-for-the-first-time.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta name="generator" content="Jekyll v4.3.3" />
<meta property="og:title" content="Installing an Oracle Database for the first time" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="In this article, I mean to document my journey planning, installing and deploying an Oracle database for the first time. Learning this was a requirement to do some projects in my database classes in college, so it’ll be useful to document things here while it’s still fresh in my mind." />
<meta property="og:description" content="In this article, I mean to document my journey planning, installing and deploying an Oracle database for the first time. Learning this was a requirement to do some projects in my database classes in college, so it’ll be useful to document things here while it’s still fresh in my mind." />
<meta name="description" content="A blog for turning my personal notes into public posts." />
<meta property="og:description" content="A blog for turning my personal notes into public posts." />
<link rel="canonical" href="https://dielsonsales.github.io/2022/12/10/installing-oracle-database-for-the-first-time.html" />
<meta property="og:url" content="https://dielsonsales.github.io/2022/12/10/installing-oracle-database-for-the-first-time.html" />
<meta property="og:site_name" content="Por Fazer" />
Expand All @@ -17,7 +17,7 @@
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Installing an Oracle Database for the first time" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-12-10T21:00:00+00:00","datePublished":"2022-12-10T21:00:00+00:00","description":"In this article, I mean to document my journey planning, installing and deploying an Oracle database for the first time. Learning this was a requirement to do some projects in my database classes in college, so it’ll be useful to document things here while it’s still fresh in my mind.","headline":"Installing an Oracle Database for the first time","mainEntityOfPage":{"@type":"WebPage","@id":"https://dielsonsales.github.io/2022/12/10/installing-oracle-database-for-the-first-time.html"},"url":"https://dielsonsales.github.io/2022/12/10/installing-oracle-database-for-the-first-time.html"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-12-10T21:00:00+00:00","datePublished":"2022-12-10T21:00:00+00:00","description":"A blog for turning my personal notes into public posts.","headline":"Installing an Oracle Database for the first time","mainEntityOfPage":{"@type":"WebPage","@id":"https://dielsonsales.github.io/2022/12/10/installing-oracle-database-for-the-first-time.html"},"url":"https://dielsonsales.github.io/2022/12/10/installing-oracle-database-for-the-first-time.html"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="https://dielsonsales.github.io/feed.xml" title="Por Fazer" /></head>
<body><header class="site-header" role="banner">
Expand Down Expand Up @@ -47,7 +47,14 @@ <h1 class="post-title p-name" itemprop="name headline">Installing an Oracle Data
</header>

<div class="post-content e-content" itemprop="articleBody">
<p>In this article, I mean to document my journey planning, installing and deploying an Oracle database for the first time. Learning this was a requirement to do some projects in my database classes in college, so it’ll be useful to document things here while it’s still fresh in my mind.</p>
<style type="text/css" media="screen">
body {
font-family: "Times New Roman", Times, serif;
font-size: 18px;
}
</style>

<p>In this article, I mean to document my journey planning, installing and deploying an Oracle database for the first time. Learning this was a requirement to do some projects in my database classes in college, so it’ll be useful to document things here while it’s still fresh in my mind.</p>

<h1 id="environment">Environment</h1>

Expand Down
15 changes: 11 additions & 4 deletions 2022/12/23/list-git-configs.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta name="generator" content="Jekyll v4.3.3" />
<meta property="og:title" content="My List of Interesting and Important Git Configurations" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Since I use git daily on my job and also on personal projects and experiments, I’m compiling here some nice configuration options and tricks that will help not just me but also anyone who stumble upon this article." />
<meta property="og:description" content="Since I use git daily on my job and also on personal projects and experiments, I’m compiling here some nice configuration options and tricks that will help not just me but also anyone who stumble upon this article." />
<meta name="description" content="A blog for turning my personal notes into public posts." />
<meta property="og:description" content="A blog for turning my personal notes into public posts." />
<link rel="canonical" href="https://dielsonsales.github.io/2022/12/23/list-git-configs.html" />
<meta property="og:url" content="https://dielsonsales.github.io/2022/12/23/list-git-configs.html" />
<meta property="og:site_name" content="Por Fazer" />
Expand All @@ -17,7 +17,7 @@
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="My List of Interesting and Important Git Configurations" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-12-23T02:51:00+00:00","datePublished":"2022-12-23T02:51:00+00:00","description":"Since I use git daily on my job and also on personal projects and experiments, I’m compiling here some nice configuration options and tricks that will help not just me but also anyone who stumble upon this article.","headline":"My List of Interesting and Important Git Configurations","mainEntityOfPage":{"@type":"WebPage","@id":"https://dielsonsales.github.io/2022/12/23/list-git-configs.html"},"url":"https://dielsonsales.github.io/2022/12/23/list-git-configs.html"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-12-23T02:51:00+00:00","datePublished":"2022-12-23T02:51:00+00:00","description":"A blog for turning my personal notes into public posts.","headline":"My List of Interesting and Important Git Configurations","mainEntityOfPage":{"@type":"WebPage","@id":"https://dielsonsales.github.io/2022/12/23/list-git-configs.html"},"url":"https://dielsonsales.github.io/2022/12/23/list-git-configs.html"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="https://dielsonsales.github.io/feed.xml" title="Por Fazer" /></head>
<body><header class="site-header" role="banner">
Expand Down Expand Up @@ -47,7 +47,14 @@ <h1 class="post-title p-name" itemprop="name headline">My List of Interesting an
</header>

<div class="post-content e-content" itemprop="articleBody">
<p>Since I use git daily on my job and also on personal projects and experiments, I’m compiling here some nice configuration options and tricks that will help not just me but also anyone who stumble upon this article.</p>
<style type="text/css" media="screen">
body {
font-family: "Times New Roman", Times, serif;
font-size: 18px;
}
</style>

<p>Since I use git daily on my job and also on personal projects and experiments, I’m compiling here some nice configuration options and tricks that will help not just me but also anyone who stumble upon this article.</p>

<p>It’s important to note this is an ongoing article I’ll be updating as I learn more about git and other options that are relevant to me.</p>

Expand Down
15 changes: 11 additions & 4 deletions 2023/05/11/starting-a-new-blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta name="generator" content="Jekyll v4.3.3" />
<meta property="og:title" content="Starting a new blog" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="It’s been a while since I last wrote blog posts and after reading a nice post about this, I feel like it’s time to get back on track researching and posting summaries of things that I’ve learned recently. It’s also worth noting that with the rise of ChatGPT it’s been easier than ever to have interesting conversations that spark the crave to learn more about some subject. It’s an opportunity to eventually grow as a software engineer and to better structure the knowledge I’m acquiring." />
<meta property="og:description" content="It’s been a while since I last wrote blog posts and after reading a nice post about this, I feel like it’s time to get back on track researching and posting summaries of things that I’ve learned recently. It’s also worth noting that with the rise of ChatGPT it’s been easier than ever to have interesting conversations that spark the crave to learn more about some subject. It’s an opportunity to eventually grow as a software engineer and to better structure the knowledge I’m acquiring." />
<meta name="description" content="A blog for turning my personal notes into public posts." />
<meta property="og:description" content="A blog for turning my personal notes into public posts." />
<link rel="canonical" href="https://dielsonsales.github.io/2023/05/11/starting-a-new-blog.html" />
<meta property="og:url" content="https://dielsonsales.github.io/2023/05/11/starting-a-new-blog.html" />
<meta property="og:site_name" content="Por Fazer" />
Expand All @@ -17,7 +17,7 @@
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Starting a new blog" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-05-11T15:00:00+00:00","datePublished":"2023-05-11T15:00:00+00:00","description":"It’s been a while since I last wrote blog posts and after reading a nice post about this, I feel like it’s time to get back on track researching and posting summaries of things that I’ve learned recently. It’s also worth noting that with the rise of ChatGPT it’s been easier than ever to have interesting conversations that spark the crave to learn more about some subject. It’s an opportunity to eventually grow as a software engineer and to better structure the knowledge I’m acquiring.","headline":"Starting a new blog","mainEntityOfPage":{"@type":"WebPage","@id":"https://dielsonsales.github.io/2023/05/11/starting-a-new-blog.html"},"url":"https://dielsonsales.github.io/2023/05/11/starting-a-new-blog.html"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-05-11T15:00:00+00:00","datePublished":"2023-05-11T15:00:00+00:00","description":"A blog for turning my personal notes into public posts.","headline":"Starting a new blog","mainEntityOfPage":{"@type":"WebPage","@id":"https://dielsonsales.github.io/2023/05/11/starting-a-new-blog.html"},"url":"https://dielsonsales.github.io/2023/05/11/starting-a-new-blog.html"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="https://dielsonsales.github.io/feed.xml" title="Por Fazer" /></head>
<body><header class="site-header" role="banner">
Expand Down Expand Up @@ -47,7 +47,14 @@ <h1 class="post-title p-name" itemprop="name headline">Starting a new blog</h1>
</header>

<div class="post-content e-content" itemprop="articleBody">
<p>It’s been a while since I last wrote blog posts and after reading <a href="https://simonwillison.net/2022/Nov/6/what-to-blog-about/">a nice post about this</a>, I feel like it’s time to get back on track researching and posting summaries of things that I’ve learned recently. It’s also worth noting that with the <a href="https://web.archive.org/web/20230504032613/https://help.openai.com/en/articles/6825453-chatgpt-release-notes">rise of ChatGPT</a> it’s been easier than ever to have interesting conversations that spark the crave to learn more about some subject. It’s an opportunity to eventually grow as a software engineer and to better structure the knowledge I’m acquiring.</p>
<style type="text/css" media="screen">
body {
font-family: "Times New Roman", Times, serif;
font-size: 18px;
}
</style>

<p>It’s been a while since I last wrote blog posts and after reading <a href="https://simonwillison.net/2022/Nov/6/what-to-blog-about/">a nice post about this</a>, I feel like it’s time to get back on track researching and posting summaries of things that I’ve learned recently. It’s also worth noting that with the <a href="https://web.archive.org/web/20230504032613/https://help.openai.com/en/articles/6825453-chatgpt-release-notes">rise of ChatGPT</a> it’s been easier than ever to have interesting conversations that spark the crave to learn more about some subject. It’s an opportunity to eventually grow as a software engineer and to better structure the knowledge I’m acquiring.</p>

<h3 id="writing-as-a-learning-tool">Writing as a learning tool</h3>

Expand Down
Loading

0 comments on commit 6544a8e

Please sign in to comment.