Update from obsidian -
Affected files: .obsidian/plugins/obsidian-omnivore/data.json Read Later/Let's Get Webby! 🦀 🕸️.md books/Book/El caso alaska Sanders.md books/Book/El código Da Vinci.md books/Book/Fundación e Imperio.md books/Book/Fundación.md books/Book/Los muertos no resusitan.md books/Book/Segunda Fundación.md books/El ritual.md books/Manga/Akira.md books/Manga/One Punch Man.md projects/books.md projects/quests.md
This commit is contained in:
parent
98ee2cd224
commit
2a2926320a
13 changed files with 148 additions and 12 deletions
|
|
@ -2,9 +2,9 @@
|
||||||
"dateHighlightedFormat": "yyyy-MM-dd HH:mm:ss",
|
"dateHighlightedFormat": "yyyy-MM-dd HH:mm:ss",
|
||||||
"dateSavedFormat": "yyyy-MM-dd HH:mm:ss",
|
"dateSavedFormat": "yyyy-MM-dd HH:mm:ss",
|
||||||
"apiKey": "ec3bba50-4770-471b-99b1-9953ca523d8c",
|
"apiKey": "ec3bba50-4770-471b-99b1-9953ca523d8c",
|
||||||
"filter": "HIGHLIGHTS",
|
"filter": "ADVANCED",
|
||||||
"syncAt": "2023-11-02T10:28:17",
|
"syncAt": "2023-11-03T07:52:14",
|
||||||
"customQuery": "",
|
"customQuery": "in:archive has:highlights",
|
||||||
"template": "# {{{title}}}\n\n{{# note }}\n## Notes\n\n{{{ note }}}\n{{/ note }}\n{{#highlights.length}}\n## Highlights\n\n{{#highlights}}\n> [!quote] ㅤ\n> {{{text}}} \n> \n> [source]({{{highlightUrl}}}) {{#labels}} #{{name}} {{/labels}}\n> {{#note}}\n>\n>> [!info] ㅤ\n>> {{{note}}}\n\n{{/note}}\n{{/highlights}}\n{{/highlights.length}}\n\n---\n## Original\n\n{{{ content }}}",
|
"template": "# {{{title}}}\n\n{{# note }}\n## Notes\n\n{{{ note }}}\n{{/ note }}\n{{#highlights.length}}\n## Highlights\n\n{{#highlights}}\n> [!quote] ㅤ\n> {{{text}}} \n> \n> [source]({{{highlightUrl}}}) {{#labels}} #{{name}} {{/labels}}\n> {{#note}}\n>\n>> [!info] ㅤ\n>> {{{note}}}\n\n{{/note}}\n{{/highlights}}\n{{/highlights.length}}\n\n---\n## Original\n\n{{{ content }}}",
|
||||||
"highlightOrder": "LOCATION",
|
"highlightOrder": "LOCATION",
|
||||||
"syncing": false,
|
"syncing": false,
|
||||||
|
|
|
||||||
69
Read Later/Let's Get Webby! 🦀 🕸️.md
Normal file
69
Read Later/Let's Get Webby! 🦀 🕸️.md
Normal file
|
|
@ -0,0 +1,69 @@
|
||||||
|
---
|
||||||
|
id: 46eadaec-733a-11ee-aae2-4b1c5b8d8405
|
||||||
|
title: |
|
||||||
|
Let's Get Webby! 🦀 🕸️
|
||||||
|
status: ARCHIVED
|
||||||
|
tags:
|
||||||
|
- read-later
|
||||||
|
- Newsletter
|
||||||
|
date_added: 2023-10-25 10:27:43
|
||||||
|
url_omnivore: |
|
||||||
|
https://omnivore.app/me/let-s-get-webby-18b6705008a
|
||||||
|
url_original: |
|
||||||
|
https://omnivore.app/no_url?q=bec70357-3199-44e0-9c84-40dd5a7bf774
|
||||||
|
---
|
||||||
|
|
||||||
|
# Let's Get Webby! 🦀 🕸️
|
||||||
|
|
||||||
|
## Highlights
|
||||||
|
|
||||||
|
> [!quote] ㅤ
|
||||||
|
> ...and front-end frameworks like [Yew](https://letsgetrusty.krtra.com/c/y9r3LFJzeRCp/OQKy) and [Seed](https://letsgetrusty.krtra.com/c/mN30voJhWLXc/OQKy) letting you write web apps in Rust!
|
||||||
|
>
|
||||||
|
> [source](https://omnivore.app/me/let-s-get-webby-18b6705008a#7065ade5-765c-4d60-bd89-1ecb0d919389)
|
||||||
|
>
|
||||||
|
>
|
||||||
|
>> [!info] ㅤ
|
||||||
|
>> I can create front end web apps with this libraries
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
## Original
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Hey Alexander,
|
||||||
|
|
||||||
|
JavaScript isn't the fastest language out there.
|
||||||
|
|
||||||
|
In fact, it's **pretty dang slow** compared to C/C++!
|
||||||
|
|
||||||
|
Unfortunately, this limits the type of web apps we could build.
|
||||||
|
|
||||||
|
How great would it be if we could write code that runs **at native speeds** in the browser?
|
||||||
|
|
||||||
|
This would allow computationally intensive apps like video editors, AAA games, and IDEs to be run in the browser!
|
||||||
|
|
||||||
|
Great news... **this is possible today** with the help of WebAssembly.
|
||||||
|
|
||||||
|
WebAssembly or WASM for short, is a technology that allows code written in languages such as C/C++, Java, Swift, and Rust to run in the browser at native speeds!
|
||||||
|
|
||||||
|
**And Rust has first-class support for WASM!**
|
||||||
|
|
||||||
|
With crates such as [wasm-bindgen ](https://letsgetrusty.krtra.com/c/Fv1n9JiwhxdT/OQKy)facilitating high-level interactions between Rust and JavaScript...
|
||||||
|
|
||||||
|
==...and front-end frameworks like== ==[Yew](https://letsgetrusty.krtra.com/c/y9r3LFJzeRCp/OQKy)== ==and== ==[Seed](https://letsgetrusty.krtra.com/c/mN30voJhWLXc/OQKy)== ==letting you write web apps in Rust!==
|
||||||
|
|
||||||
|
Are you ready to give Rust + WASM a try?
|
||||||
|
|
||||||
|
Check out this video I made: **[\>> Building a Rust App with Yew! <<](https://letsgetrusty.krtra.com/c/6AUVThScIsa4/OQKy)**
|
||||||
|
|
||||||
|
Have you built any WASM projects in Rust? Let me know!
|
||||||
|
|
||||||
|
Stay Rusty my friend!
|
||||||
|
|
||||||
|
Bogdan, Let's Get Rusty
|
||||||
|
|
||||||
|
**[Website](https://letsgetrusty.krtra.com/c/FBKvcPOtTzlF/OQKy)** | **[YouTube](https://letsgetrusty.krtra.com/c/4KIGD3ocszdT/OQKy)**
|
||||||
|
|
||||||
|
© Copyrights by Let's Get Rusty. All Rights Reserved.
|
||||||
5
books/Book/El caso alaska Sanders.md
Normal file
5
books/Book/El caso alaska Sanders.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
status: Wishlist
|
||||||
|
kind: Book
|
||||||
|
author: Joel Dickers
|
||||||
|
---
|
||||||
5
books/Book/El código Da Vinci.md
Normal file
5
books/Book/El código Da Vinci.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
status: Wishlist
|
||||||
|
kind: Book
|
||||||
|
author: Dawn Brow
|
||||||
|
---
|
||||||
6
books/Book/Fundación e Imperio.md
Normal file
6
books/Book/Fundación e Imperio.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
status: Backlog
|
||||||
|
kind: Book
|
||||||
|
author: Isaac Asimov
|
||||||
|
franchise: Triología de la fundación
|
||||||
|
---
|
||||||
6
books/Book/Fundación.md
Normal file
6
books/Book/Fundación.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
status: Reading
|
||||||
|
kind: Book
|
||||||
|
author: Isaac Asimov
|
||||||
|
franchise: Triología de la fundación
|
||||||
|
---
|
||||||
5
books/Book/Los muertos no resusitan.md
Normal file
5
books/Book/Los muertos no resusitan.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
status: Wishlist
|
||||||
|
kind: Book
|
||||||
|
author: Ray Bradbury
|
||||||
|
---
|
||||||
6
books/Book/Segunda Fundación.md
Normal file
6
books/Book/Segunda Fundación.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
status: Backlog
|
||||||
|
kind: Book
|
||||||
|
author: Isaac Asimov
|
||||||
|
franchise: Triología de la fundación
|
||||||
|
---
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
status: Backlog
|
status: Wishlist
|
||||||
---
|
---
|
||||||
|
|
|
||||||
4
books/Manga/Akira.md
Normal file
4
books/Manga/Akira.md
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
status: Wishlist
|
||||||
|
kind: Manga
|
||||||
|
---
|
||||||
4
books/Manga/One Punch Man.md
Normal file
4
books/Manga/One Punch Man.md
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
status: Backlog
|
||||||
|
kind: Manga
|
||||||
|
---
|
||||||
|
|
@ -102,7 +102,7 @@ columns:
|
||||||
key: franchise
|
key: franchise
|
||||||
id: franchise
|
id: franchise
|
||||||
label: franchise
|
label: franchise
|
||||||
position: 6
|
position: 7
|
||||||
skipPersist: false
|
skipPersist: false
|
||||||
isHidden: false
|
isHidden: false
|
||||||
sortIndex: -1
|
sortIndex: -1
|
||||||
|
|
@ -131,6 +131,7 @@ columns:
|
||||||
- { label: "Backlog", value: "Backlog", color: "hsl(320, 95%, 90%)"}
|
- { label: "Backlog", value: "Backlog", color: "hsl(320, 95%, 90%)"}
|
||||||
- { label: "Read", value: "Read", color: "hsl(356, 95%, 90%)"}
|
- { label: "Read", value: "Read", color: "hsl(356, 95%, 90%)"}
|
||||||
- { label: "Reading", value: "Reading", color: "hsl(84, 95%, 90%)"}
|
- { label: "Reading", value: "Reading", color: "hsl(84, 95%, 90%)"}
|
||||||
|
- { label: "Wishlist", value: "Wishlist", color: "hsl(36, 95%, 90%)"}
|
||||||
config:
|
config:
|
||||||
enable_media_view: true
|
enable_media_view: true
|
||||||
link_alias_enabled: true
|
link_alias_enabled: true
|
||||||
|
|
@ -146,7 +147,7 @@ columns:
|
||||||
key: ISBN
|
key: ISBN
|
||||||
id: ISBN
|
id: ISBN
|
||||||
label: ISBN
|
label: ISBN
|
||||||
position: 100
|
position: 8
|
||||||
skipPersist: false
|
skipPersist: false
|
||||||
isHidden: false
|
isHidden: false
|
||||||
sortIndex: -1
|
sortIndex: -1
|
||||||
|
|
@ -160,6 +161,26 @@ columns:
|
||||||
task_hide_completed: true
|
task_hide_completed: true
|
||||||
footer_type: none
|
footer_type: none
|
||||||
persist_changes: false
|
persist_changes: false
|
||||||
|
author:
|
||||||
|
input: text
|
||||||
|
accessorKey: author
|
||||||
|
key: author
|
||||||
|
id: author
|
||||||
|
label: author
|
||||||
|
position: 6
|
||||||
|
skipPersist: false
|
||||||
|
isHidden: false
|
||||||
|
sortIndex: -1
|
||||||
|
width: 204
|
||||||
|
config:
|
||||||
|
enable_media_view: true
|
||||||
|
link_alias_enabled: true
|
||||||
|
media_width: 100
|
||||||
|
media_height: 100
|
||||||
|
isInline: false
|
||||||
|
task_hide_completed: true
|
||||||
|
footer_type: none
|
||||||
|
persist_changes: false
|
||||||
config:
|
config:
|
||||||
remove_field_when_delete_column: true
|
remove_field_when_delete_column: true
|
||||||
cell_size: normal
|
cell_size: normal
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,11 @@ kanban-plugin: basic
|
||||||
- [ ] Traer React Hooks a Wiki<br>Añadir a portafolio de alguna manera<br>#wiki
|
- [ ] Traer React Hooks a Wiki<br>Añadir a portafolio de alguna manera<br>#wiki
|
||||||
- [ ] Escribir guia de posturas para la meditación
|
- [ ] Escribir guia de posturas para la meditación
|
||||||
- [ ] Pasar en limpio notas del cuaderno<br>#home
|
- [ ] Pasar en limpio notas del cuaderno<br>#home
|
||||||
- [ ] Actualizar Mac
|
|
||||||
- [ ] Replace Z with Zoxide<br>#home
|
- [ ] Replace Z with Zoxide<br>#home
|
||||||
|
- [ ] Escribir un Pacto de Ulises para evitar obsercionarse con algo al momento de trabajar/estudiar:<br>- Utilizar Timers<br> - Pomodoro para que me obligue a parar
|
||||||
|
- [ ] Settear Karabiner en Mac
|
||||||
|
- [ ] Añadir estado de macro recording en lualine para nvim
|
||||||
|
- [ ] Hacer respaldo de configuración de teclados<br>- Sofle<br>- Keychron (Pasar de VIA -> QMK)<br>- Exportar a Drive<br>- Reinicializar QMK Repo<br><br>Parece que no necesito todo el repo, bastará con solo la carpeta del teclado??
|
||||||
|
|
||||||
|
|
||||||
## Expedition Quests
|
## Expedition Quests
|
||||||
|
|
@ -56,16 +59,12 @@ kanban-plugin: basic
|
||||||
- [ ] Comprar enredaderas de plastico<br>#purchases
|
- [ ] Comprar enredaderas de plastico<br>#purchases
|
||||||
- [ ] Audifonos T-Dagger<br>#purchases
|
- [ ] Audifonos T-Dagger<br>#purchases
|
||||||
- [ ] Preventa de ultraman
|
- [ ] Preventa de ultraman
|
||||||
- [ ] Freidora de aire<br>#purchases
|
|
||||||
- [ ] [Máquina de ejercicios](https://pesaschile.cl/productos/1119-banco-preolimpico-plegable-con-soporte-para-triceps-forza.html)<br>#purchases
|
|
||||||
- [ ] [8bitdo ultimate](https://atomstore.cl/producto/mando-8bitdo-ultimate-bluetooth/)
|
- [ ] [8bitdo ultimate](https://atomstore.cl/producto/mando-8bitdo-ultimate-bluetooth/)
|
||||||
- [ ] We were here<br>#purchases
|
- [ ] Organizador de clables para ala derecha<br>#purchases
|
||||||
- [ ] [Teclado](https://prismo.cl/k3-pro-teclado-mecanico-inalambrico-qmkvia-rgb-espanol-iso)<br>#purchases
|
|
||||||
|
|
||||||
|
|
||||||
## Available Quests (5)
|
## Available Quests (5)
|
||||||
|
|
||||||
- [ ] [Update keyboard config](Update%20keyboard%20config.md)<br>#home
|
|
||||||
- [ ] Investigate and try git worktree in work projects
|
- [ ] Investigate and try git worktree in work projects
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -77,6 +76,12 @@ kanban-plugin: basic
|
||||||
## Completed Quests
|
## Completed Quests
|
||||||
|
|
||||||
**Complete**
|
**Complete**
|
||||||
|
- [x] Actualizar Mac
|
||||||
|
- [x] Freidora de aire<br>#purchases
|
||||||
|
- [x] [Máquina de ejercicios](https://pesaschile.cl/productos/1119-banco-preolimpico-plegable-con-soporte-para-triceps-forza.html)<br>#purchases
|
||||||
|
- [x] We were here<br>#purchases
|
||||||
|
- [x] [Teclado](https://prismo.cl/k3-pro-teclado-mecanico-inalambrico-qmkvia-rgb-espanol-iso)<br>#purchases
|
||||||
|
- [x] [Update keyboard config](Update%20keyboard%20config.md)<br>#home
|
||||||
- [x] [Update dots](Update%20dots.md)<br>#laptop
|
- [x] [Update dots](Update%20dots.md)<br>#laptop
|
||||||
- [x] [Update tmux config](Update%20tmux%20config.md)<br>#laptop
|
- [x] [Update tmux config](Update%20tmux%20config.md)<br>#laptop
|
||||||
- [x] [Neovim database managment](https://www.youtube.com/watch?v=NhTPVXP8n7w)
|
- [x] [Neovim database managment](https://www.youtube.com/watch?v=NhTPVXP8n7w)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue