# 78. The Panorama Buddha

> I finally managed to capture this panorama of the Buddha at the Hangzhou Botanical Garden without any tourists in the shot! A rare moment of peace—here’s hoping it brings us all a week without any bugs.

- Issue: 78
- Published: 2022/05/17
- HTML: https://weekly.tw93.fun/en/posts/78
- JSON: https://weekly.tw93.fun/api/en/posts/78.json
- Chinese original: https://weekly.tw93.fun/posts/78.md

---

<img src="https://gw.alipayobjects.com/zos/k/appo/IMG_8952.jpg" width="800" />

<small>I finally managed to capture this panorama of the Buddha at the Hangzhou Botanical Garden without any tourists in the shot! A rare moment of peace—here’s hoping it brings us all a week without any bugs.</small>

> **Record the down-to-earth trending technologies seen every week, and publish them here after screening. If you find it good, you can follow this weekly to get update notifications.**

## Front-End Technology

**Accessing Browser History via JavaScript**  
<https://varun.ch/history>  
A clever (and slightly alarming) implementation of how to glean user history. Definitely check out the page source to see the magic behind this.

**The 2022 Mac Setup for Web Development**  
<https://www.robinwieruch.de/mac-setup-web-development/>  
A comprehensive guide to configuring a fresh Mac for modern dev work. I cross-referenced this with my own setup and found some great new utilities.

**Deep Dive: React 18 New Features & Migration Guide**  
<https://juejin.cn/post/7094037148088664078>  
React 18 is officially here. This article breaks down the major changes and provides a step-by-step guide for upgrading your existing apps.

**The Evolution of Hybrid Development in Flutter**  
<https://juejin.cn/post/7093858055439253534>  
A look at how Flutter's approach to embedding in native apps has matured over the years.

**DevOps Trends: Best Practices for 2022**  
<https://mp.weixin.qq.com/s/tg5vAzdwMgknUwWQboGsAQ>  
Development and Operations are now inseparable. We look at the top trends shaping the future of CI/CD and cloud infrastructure.

## Trending Open Source

**TermiWatch: Terminal Face for Apple Watch**  
<https://github.com/kuglee/TermiWatch>  
A very clever concept for a watch face, though perhaps a bit too "geek-chic" for my personal taste.  
<img src="https://img.alicdn.com/imgextra/i1/O1CN01D4aUxz1FRG3U1RaOa_!!6000000000483-0-tps-1690-814.jpg" width="800" />

**unimported: Find Unused Dependencies in your JS Project**  
<https://github.com/smeijer/unimported>  
A great tool for cleaning up your `package.json` and reducing bundle size by pruning unused modules.  
<img src="https://img.alicdn.com/imgextra/i4/O1CN01dTTXex1K5nZsRGQkC_!!6000000001113-1-tps-1562-750.gif" width="800" />

**emoji-mart: Customizable Emoji Picker for the Web**  
<https://github.com/missive/emoji-mart>  
A polished and flexible React component for adding a high-quality emoji picker to your site.  
<img src="https://img.alicdn.com/imgextra/i4/O1CN01ICCEe81Ly8AyBbIPz_!!6000000001367-0-tps-1278-1266.jpg" width="800" />

**JSPyBridge: Run JavaScript from Python (and vice-versa)**  
<https://github.com/extremeheat/JSPyBridge>  
A fascinating bridge that allows seamless interop between the two most popular languages in the world.

```python
// Access JavaScript from Python
from javascript import require, globalThis
chalk, fs = require("chalk"), require("fs")
print("Hello", chalk.red("world!"), "it's", globalThis.Date().toLocaleString())
fs.writeFileSync("HelloWorld.txt", "hi!")
```

## Just Looking Around

**High Uric Acid: Managing Risks Through Diet**  
<https://sspai.com/post/73031>  
Over 13% of the population in China has elevated uric acid levels, often without knowing it until it’s too late. A guide on how to stay ahead of gout.

**What is everyone using for Todo lists these days?**  
A V2EX thread on productivity tools. surprisingly many people are using TickTick—and the comments on the brand name are hilarious.

**I Can’t Bring Myself to Look at my 2019 Moments…**  
A reflection on how much has changed in just a few years. I really miss the energy of live rock concerts!
