Pull-Request [ariasae-vault-backup-3-14-2024] from Obsidian (#58)

This commit is contained in:
Miguel Pimentel 2024-03-14 12:15:30 -07:00 committed by GitHub
parent 28ab8a66d7
commit ecd29a5932
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 701 additions and 20 deletions

31
content/About.md Normal file
View File

@ -0,0 +1,31 @@
---
title: About me
compartir: true
---
Hello, my name is Miguel Pimentel. I am a self-taught hobby developer with too many ideas and not enough time. I was born in the Dominican Republic, and I currently live in Minnesota, US.
I suffer from a chronic case of curiosity, which leads me to learn and do many interesting things like:
- …designing bike trails and residential roads in AutoCAD Civil 3D.
- …creating my own [browser extensions](https://addons.mozilla.org/en-US/firefox/user/17772574/).
- …teaching [ESL](https://en.wikipedia.org/wiki/English_as_a_second_or_foreign_language).
- …learning web development and computer programming.
- …getting licensed as a Firefighter.
- …getting certified as Emergency Medical Technician.
- …inspecting public road construction projects.
- …working in a construction materials laboratory.
## Work Experience
As an Assist. Contract Administrator for [Metro Transit](https://www.metrotransit.org/), I oversee projects through their installation, construction, and commissioning phases. On a day-to-day basis, I manage multiple projects that tie in one way or another to the public transportation system of the Twins Cities' Metro Area in Minnesota.
With a little over 10 years of experience in public construction, I have amassed a number of unique projects that cover many different fields. It all started when I got my first job as a Civil Engineering Technician for a contracting company near my university. I was at the time attending [INTEC](https://www.intec.edu.do/) while pursuing a Bachelor's in Civil Engineering. Unfortunately, I was unable to finish my college education due to personal problems.
Nevertheless, today I thrive having experience in not only public infrastructure, but technology, electrical, rail, and bus related projects as well.
## Reaching Out
Here are some places you can find me on the web. You'll probably be able to find me in other places too, provided you look hard enough.
[GitHub](https://github.com/semanticdata/) • [Instagram](https://instagram.com/miguelapv) • [LinkedIn](https://www.linkedin.com/in/miguelpimentel29/)

562
content/Bookmarklets.md Normal file

File diff suppressed because one or more lines are too long

View File

@ -4,9 +4,7 @@ description: Books I've read.
compartir: true
---
## Introduction
Non-inclusive, non-comprehensive list of books I've read.
Collection of books I have read, would like to read, or would like to read.
## John Green
@ -16,6 +14,15 @@ Non-inclusive, non-comprehensive list of books I've read.
- [The Fault in Our Stars](https://www.librarything.com/work/11456497)
- [Will Grayson, Will Grayson](https://www.librarything.com/work/8463786)
## Jerry Spinelli
1. [Stargirl](<https://en.wikipedia.org/wiki/Stargirl_(novel)>)
2. [Love, Stargirl](https://en.wikipedia.org/wiki/Love,_Stargirl)
## Robert Pinsky
- [The Sounds of Poetry: A Brief Guide](https://www.librarything.com/work/121193)
## Janet Evanovich
### Stephanie Plum Series
@ -50,12 +57,3 @@ Non-inclusive, non-comprehensive list of books I've read.
28. _Game On: Tempting Twenty-Eight_ (2021)
29. _Going Rogue: Rise and Shine Twenty-Nine_ (2022)
30. _Dirty Thirty_ (2023)
## Jerry Spinelli
1. [Stargirl](<https://en.wikipedia.org/wiki/Stargirl_(novel)>)
2. [Love, Stargirl](https://en.wikipedia.org/wiki/Love,_Stargirl)
## Robert Pinsky
- [The Sounds of Poetry: A Brief Guide](https://www.librarything.com/work/121193)

38
content/Encouragements.md Normal file
View File

@ -0,0 +1,38 @@
---
compartir: true
title: Encouragements
---
# Encouragements
Notes that one way or another, encourage me to be better, to sit down for less time, to be more active, etc.
## Procrastination
1. Shower in the morning.
2. Do not multitask—our brain is single-threaded.
3. Turn your daily habits into a game.
4. Get some movement in before starting work. Go for a walk, a short bike ride, something outside.
5. Tiny habits deliver big results in a year.
6. If you want to change, start with the type of content you consume.
7. Stop obsessing over productivity hacks and actually start working on your backlog.
8. Have no "Zero-Days." Get something, anything at all done everyday. No matter how small.
9. Don't oversleep, wake up at a standard time each workday, and start work at a standard time each day.
10. Stop watchin the news.
11. Eat the Frog. Identify one challenging task (the frong), and complete it first thing in the morning (thus eating it).
12. Fix and maintain a healthy sleep schedule.
13. It doesn't need to be perfect, it does need to be started.
14. [[./Consistency|Consistency]] is more important than intensity.
## Side Effects of Sitting Down
1. Weak legs and glutes
2. Weight gain
3. Tight hips and bad back
4. Anxiety and depression
5. Cancer risk
6. Heart disease
7. Diabetes Risk
8. Varicose Veins
9. Deep vein thrombosis (DVT)
10. Stiff shoulders and neck

View File

@ -4,9 +4,7 @@ description: Compilation of 'Free' Facts. They are not fun, but they are free.
compartir: true
---
## Introduction
Compilation of "Free" Facts. They are not fun, but they are free.
> Compilation of "Free" Facts. They are not fun, but they are free.
## Disney Aladdin

52
content/Meta.md Normal file
View File

@ -0,0 +1,52 @@
---
title: Meta (how this site was made)
description: How the site was made.
updated: 2024-02-08
compartir: true
tags:
- meta
---
> [!summary]
>
> **Forgetful Notes** is created using [Quartz](https://github.com/jackyzha0/quartz), hosted on [GitHub](https://github.com/), deployed with [GitHub Pages](https://pages.github.com/), and facilitated by the GitHub [Publisher](https://github.com/ObsidianPublisher) plugin for [Obsidian](https://obsidian.md/). If interested, you can browse the [source](https://github.com/semanticdata/forgetful-notes) code.
## Background
Forgetful Notes has gone through many changes. I have not been shy about moving from technology to technology as I learn new things. Coming across the world of [[./Static Site Generators|Static Site Generators]] was a game changer. I have ran my notes through [Jekyll](https://jekyllrb.com/), [Hugo](https://gohugo.io/), [MkDocs](https://squidfunk.github.io/mkdocs-material/), and most recently [Zola](https://www.getzola.org/).
However, this site is not specifically built with any of the aforementioned. Instead I have opted to follow in the footsteps of [Jacky Zhao](https://github.com/jackyzha0) and created my [[./Digital Garden|Digital Garden]] using the new fully rewritten [Quartz](https://github.com/jackyzha0/quartz)—a set of tools that helps you publish your digital garden and notes as a website for free.
## Technology
All content for the site is written in [[./Markdown|Markdown]] within [Obsidian](https://obsidian.md/)—an extensible, flexible note-taking app. To export the notes from Obsidian, I rely on the [GitHub Publisher](https://github.com/ObsidianPublisher) plugin.
The [source code](https://github.com/semanticdata/forgetful-notes) is hosted in [GitHub](https://github.com/). From here we use [GitHub Actions](https://github.com/features/actions) to build and deploy the site to [GitHub Pages](https://pages.github.com/).
## Features
- Fast Natural-Language Search
- Bidirectional Backlinks
- Floating Link Previews
- Admonition-style Callouts
- Markdown Links and Wikilinks Support
- Latex Support
## File Structure
```
root/
├── .github/
│ └── workflows/
├── content/
| └── notes
├── docs/
| └── documentation
└── quartz/
| ├── components/
| ├── plugins/
| └── styles/
└── quartz.config.ts
└── quartz.layout.ts
└── package.json
```

View File

@ -39,7 +39,7 @@ Firefox extension that removes all states starting with "M" except Minnesota wit
[Addon](https://addons.mozilla.org/en-US/firefox/addon/sorry-minnesota-only/)
## Work Projects
## Career Projects
### 🔔 Blue Line Intrusion Detection System

View File

@ -4,6 +4,8 @@ description: Quotes that have resonated with me.
compartir: true
---
Collection of quotes I like.
## Random
> "Always demand a deadline. A deadline weeds out the extraneous and the ordinary. It prevents you from trying to make it perfect, so you have to make it different. Different is better."

View File

@ -3,20 +3,20 @@ title: Words I Like
compartir: true
---
[Good Source](https://wordwarriors.wayne.edu/list)
Compilation of Words I like. Visit the [source](https://wordwarriors.wayne.edu/list).
### Acrimonious (adjective)
## Acrimonious (adjective)
1. Angry and bitter.
2. Biting or rancorous especially in feeling, language, or manner.
### Anodyne (adjective)
## Anodyne (adjective)
1. Capable of soothing or eliminating pain.
2. Not likely to offend or arouse tensions.
Also used as a _noun_ to describe something that soothes, calms, or comforts.
### Arete (noun)
## Arete (noun)
1. Virtue, excellence.
2. Concept in ancient Greek thought that, in its most basic sense, refers to 'excellence' of any kind—especially a person or thing's "full realization of potential or inherent function." The term may also refer to excellence in "moral virtue."