Skip to content

Latest commit

 

History

History
236 lines (188 loc) · 9.42 KB

TempEntry.md

File metadata and controls

236 lines (188 loc) · 9.42 KB

Temporary entry before being transfered to a real blog

Go to Later Post

Tuesday, 7 June 2022

Sunday, 5 June 2022

Friday, 3 June 2022

Wednesday, 1 June 2022

Tuesday, 31 May 2022

It seem Mermaid-JS was the easiest alternative for generating a tree graph compared to D3.

Monday, 30 May 2022

Sunday, 29 May 2022

On Note Taking

Dendron

Note taking inside of VS Code Note taking inside of VS Code

"We don't have tools to manage human knowledge.".
Key aspect of information retrieval system: Input, retrievel(out) and maintanence.

Pick a Notes App: Your Notetaking Style

Pick a Notes App: Your Notetaking Style

Archetype of Note Taker:

  1. Architect
  2. Garderner
  3. Librarian
  4. Student

75% of Notetakers Use These 4 Apps | Pick a Notes App

75% of Notetakers Use These 4 Apps | Pick a Notes App

68 Notes Apps, Only 1 for You - Features Breakdown 2022

68 Notes Apps, Only 1 for You - Features Breakdown 2022

Librarian

  1. Amplenote
  2. Devonthink - Amplenote for power user, file management app
  3. Supernotes - Collaborative notes
  4. Inkdrop - For software developer... Companion
  5. Nimbus Note - Evernote for Team
  6. Zotero - Capture References for research.. Mendeley

Acrhitect - System Mindset

  1. Notion
  2. Craft - Like Notion but for Apple!
  3. Obsidian - For garderner to
  4. Dendron - Obsidian for developer
  5. Walling - Stripdown version of Notion
  6. Microsoft Loop - Microsoft version of Notion
  7. Upnote
  8. Clover - Notion with more flexibility
  9. Bundled Note - Fun todo list

Zettler TiddlyWiki Marginote Tinderbox The Brain app

Apps for Garderner

  1. Roam Research
  2. Obsidian
  3. Logseq - Opensource Roam
  4. Mem - Minimalist Roam
  5. Athen Research - Logseq more polish
  6. Reflect - Roam that is simple/clean
  7. SAGA - Open Beta
  8. Tangent Note - Note Connector
  9. Weaveit - AI note
  10. Hypernote - Scribener

Help

  1. Remnote - Space repittion
  2. Readwise - Greatway to aggregate note from elsewhere
  3. Napkin - Swarm of files that will appear
  4. Mymind
  5. Heptabase

Student

  1. Apple Note
  2. Google Doc
  3. Keep
  4. Dropbox Paper
  5. Microsoft Words
  6. Notability
  7. Dynalist
  8. Nuclino - Wiki for Teens
  9. HackMD -Markdown
  10. Scrivener
  11. AI Writer

Wednesday, 25 May 2022

Installed Simple-Icons to Astro

I was easy, just enter the command line inside our Astro directory..

npm install simple-icons

What kind of magic was there I don't understand yet, but the installer detected Astro and add the dependecies in the package.json file...

"dependencies": {
    "simple-icons": "^6.23.0"
  }

next will be experimenting simple-icons inside of an Astro component.

Tutorial to watch

  1. Build a Static Site with Figma & Astro #7 - CSS Setup & Open Props

Tuesday, 24 May 2022

New Sites Discovery

  1. Simple Icons -- 2255 Free SVG icons for popular brands
  2. HyperUI -- Free Open Source Tailwind CSS Components When I add tailwind to Astro...
Astro will make the following changes to your config file:

 ╭ astro.config.mjs ─────────────────────────────╮
 │ import { defineConfig } from 'astro/config';  │
 │                                               │
 │ import tailwind from "@astrojs/tailwind";     │
 │                                               │
 │ // https://astro.build/config                 │
 │ export default defineConfig({                 │
 │   integrations: [tailwind()]                  │
 │ });                                           │
 ╰───────────────────────────────────────────────╯

√ Continue? ... yes

  Astro will run the following command:
  If you skip this step, you can always run it yourself later

 ╭───────────────────────────────────╮
 │ yarn add --dev @astrojs/tailwind  │
 ╰───────────────────────────────────╯

√ Continue? ... yes
✔ Installing dependencies...

  Astro will generate a minimal ./tailwind.config.cjs file.

√ Continue? ... yes
  
   success  Added the following integration to your project:
  - @astrojs/tailwind
Done in 86.14s.

What is the command??

yarn astro add tailwind

taken from official Tailwind Astro integration Repo

Monday, 23 May 2022

Should check out SHIRYO P2E Game. For now no gamplay yet, but the starter pack cost around 50 MATIC.

Still deciding whethere to use Astro, Vue, React or combinations of all.

As we can observe from this journal, I am in a scattered brain mode.

Sunday, 22 May 2022

Watch the video
React Course - Beginner's Tutorial for React JavaScript Library [2022]

Reminder: Check YouTube Watch Later and History later.

Saturday, 21 May 2022

Had almost a whole day rest, I am very fresh.

Intalled Eslint with npm after watching a tutorial on eslint by JSM

Installed it globally..

npm install -g eslint

Next will be installing it in ReactJS or other framework and editing the setting and all...

How to check your ReactJS version?

npm view react version

Friday, 20 May 2022

May there be no hiatus away from the Internet, my computer and updates in technology.

Lesson on git with VSCode

Next time I shouldn't put password when I generate an SSH key which caused the VSCode Git Plugin unable to sync!

NextJS for Github Pages

I wasn't a good idea, I should try Gatsby instead.

Thursday, 19 May 2022

Wednesday, 18 May 2022

Watch the video

Below are how to 'embed' YouTube in Github MD...

[![IMAGE ALT TEXT HERE](http://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/0.jpg)](http://www.youtube.com/watch?v=YOUTUBE_VIDEO_ID_HERE)

Should checkout HiveJS Gitlab Repo

Tuesday, 17 May 2022

I guess I should be researching on building a hive blog front end website with nextjs and understand the reason on why someone build a custom hive front end.

Below are my references:

  1. building a hive blog front end website with nextjs
  2. Why I Am Building Custom Hive Front-Ends, And You Should Too
  3. Getting Hive Content — Building a Hive Blog Front-End Website with NextJS Part 2
  4. Hive Blockchain and WordPress — Best of All Worlds