commit fe7c6a09a6bbf0618af8e1ed8c5502c3a12670da parent 52ec194ab03241a9097680f732a96cdaa558c254 Author: Yohanes Bandung Bondowoso <hi@ybbond.dev> Date: Sat, 20 Jun 2020 19:41:28 +0700 content: add notes Diffstat:
| M | content/about/index.md | | | 4 | +++- |
| A | content/notes/20 June 2020.md | | | 11 | +++++++++++ |
| M | content/uses.md | | | 57 | +++++++++++++++++++++++++++++++++++++++++++-------------- |
| M | layouts/_default/_markup/render-image.html | | | 12 | +++++++++--- |
4 files changed, 66 insertions(+), 18 deletions(-)
diff --git a/content/about/index.md b/content/about/index.md @@ -6,7 +6,9 @@ description: "Hi, my name is Yohanes Bandung Bondowoso" People call me **Bandung**. ૮ ・ﻌ・ა - + + +I am a software engineer that value and strive for privacy, security and enjoyable services. I like to read the internet and try applications, gathering informations to further enhance my expertise at my job and inspirations to make my life easier. Currently work as **Frontend Engineer** of [kumparan.com](https://kumparan.com) in Jakarta, Indonesia. Building it with `ReactJS` and `React Native` for Web, Android and iOS. diff --git a/content/notes/20 June 2020.md b/content/notes/20 June 2020.md @@ -0,0 +1,10 @@ +--- +tags: + - notes #notes +date: 2020-06-20T19:38:20+0700 +ID: 20200620193820 +type: notes +--- + +Anyone using **Brave Browser** got redirected to GitHub site when trying to access [archive.is](https://archive.is) or any of web archive instance? +I just got this issue and commented on the GitHub post, and eventually many others experiencing the same also commented.+ \ No newline at end of file diff --git a/content/uses.md b/content/uses.md @@ -1,16 +1,26 @@ --- title: Uses Page menu: uses -description: Hardware and Softaware I Use +description: Hardware and Softaware I often use in my life. These apps accompany my working and personal life. --- The stuffs I often use in my life. Some of them accompany my coding life. Some others satisfy my hobbies. +§ [Hardware](#hardware) + » [Platforms](#platforms) + » [Peripherals](#peripherals) +§ [Software](#software) + » [Development](#development) + » [Daily Applications](#daily-applications) + » [Working](#working) + » [Services](#services) + » [Zettelkasten](#zettelkasten) + ## Hardware -### Platform +### Platforms - Macbook Pro 2018 13" (Office) - Macbook White Unibody mid 2010 (Experiments) [my note][mbwhite] @@ -18,9 +28,9 @@ Some others satisfy my hobbies. - iPad Mini 5 WiFi 64GB - iPhone SE (2016) 128GB -### Peripheral +### Peripherals -- Ducky One 2 Mini Keyboard [gif image][ducky] +- Ducky One 2 Mini Keyboard [gif image on Twitter][ducky] - NuPhy NuType F1 Keyboard [my review post][nuphy] - Roland Electric Piano FP-30 - Guitars. Many of them. @@ -38,15 +48,9 @@ Some others satisfy my hobbies. - **lazygit** [my post][lazygit] - I also have license for **Sublime Text** and **Onivim 2** that I rarely use. -### Services - -- **Fastmail** - <small>I try to use less Google, but I cannot find replacement for YouTube and Translate :(</small> -- **BitWarden** - ### Daily Applications -I use these app on both macOS and iOS (or iPadOS). +I use these app on both macOS and iOS (or iPadOS): - **Canary mail** <small>lightweight email client with configurable keyboard shortcuts, and PGP encryption</small> @@ -57,11 +61,34 @@ I use these app on both macOS and iOS (or iPadOS). - **iA Writer** [my post about it][iawriter] <small>I write my Hugo post mostly with this app.</small> +### Working + +To help on my working time, I use these apps: + +- **Xit** Git GUI for macOS + <small>When doing heavy refactor, I like to code while looking at the repository's history. + [Xit][xit] is a free and open source. I think it is comparable to the awesome **Sublime Merge**.</small> +- **Ripcord** chat client for Slack and Discord + <small>The official **Slack** and **Discord** desktop client uses **Electron**, I don't like that. + [Ripcord][ripcord] is a shareware that is based on, I don't know, it looks like **GTK+**.</small> + +### Services + +- **Fastmail** + <small>I try to use less Google, but I cannot find replacement for YouTube and Translate :(</small> +- **BitWarden** password manager +- **Worldbrain's Memex 2** + <small>Browser extension to bookmark, highlight and annotate any site. + With full text search and grouping, this is a good service for knowledge gathering.</small> +- **Historio.us** + <small>Web archiver. It supports full text search and tagging. + I use this side-by-side with **Memex 2**.</small> + ### Zettelkasten I use [zettelkasten](https://zettelkasten.de/) paradigm for my knowledge base and note-taking. -- **FSNotes** [screencast][video] +- **FSNotes** [screencast on Twitter][video] <small>a very good note taking app. if you are familiar with nvALT, FSNotes feels much better.</small> - **aText** @@ -79,4 +106,7 @@ I use [zettelkasten](https://zettelkasten.de/) paradigm for my knowledge base an [kitty]: https://git.ybbond.dev/dotfiles/file/.config/kitty/kitty.conf.html [nvim]: https://git.ybbond.dev/dotfiles/file/.config/nvim/init.vim.html [tmux]: https://git.ybbond.dev/dotfiles/file/.tmux.conf.html -[zshrc]: https://git.ybbond.dev/dotfiles/file/.zshrc.html - \ No newline at end of file +[zshrc]: https://git.ybbond.dev/dotfiles/file/.zshrc.html + +[xit]: https://github.com/Uncommon/Xit +[ripcord]: https://cancel.fm/ripcord/ diff --git a/layouts/_default/_markup/render-image.html b/layouts/_default/_markup/render-image.html @@ -1,5 +1,9 @@ {{ $image := (.Page.Resources.GetMatch .Destination) }} {{ $alt := .Text }} +{{ $title := .Text }} +{{ if ne .Title "" }} + {{ $title = .Title }} +{{ end }} {{ $placeholder := ($image.Resize "48x q20") | images.Filter (images.GaussianBlur 6) }} {{ $src := $image }} {{ $src_set := ""}} @@ -38,10 +42,12 @@ </style> <figure class="{{ $figure_class }}"> <center> - <a class="no-outline" href='{{ $image.RelPermalink }}'> + <a title={{ $title }} class="no-outline" href='{{ $image.RelPermalink }}'> <img src="{{ $src.RelPermalink }}" style="max-width: 100%; height: auto;" + alt={{ $title }} + title={{ $title }} /> </a> <figcaption> @@ -53,11 +59,11 @@ <figure class="{{ $figure_class }} lazy"> <center> - <a class="no-outline no-hover" href='{{ $image.RelPermalink }}'> + <a title={{ $title }} class="no-outline no-hover" href='{{ $image.RelPermalink }}'> <img class="lazyload" data-sizes="auto" src="{{ $src.RelPermalink }}" style="max-width: 100%; height: auto;" srcset="data:image/jpeg;base64,{{ $placeholder.Content | base64Encode }}" data-src="{{ $src.RelPermalink }}" - data-srcset="{{ $src_set }}" width="{{ $image.Width }}" height="{{ $image.Height }}" alt="{{ $alt }}" /> + data-srcset="{{ $src_set }}" width="{{ $image.Width }}" height="{{ $image.Height }}" alt={{ $title }} title={{ $title }} /> </a> <figcaption> <em>{{ .Text | safeHTML }}</em>