/* 前言 -------------------------------------------------- */
這是 Jeremy 於 2026-03-07 於第二屆「 AI 取暖會」中分享過去十八個月來與 AI/Agent 搏鬥的實戰心得。
/* 前言 -------------------------------------------------- */
這是 Jeremy 於 2026-03-07 於第二屆「 AI 取暖會」中分享過去十八個月來與 AI/Agent 搏鬥的實戰心得。
| 小韻號 | 小韻首字 | 上字 | 下字 | 被切字音韻描述們 | 上字音韻描述們 | 下字音韻描述們 | |
|---|---|---|---|---|---|---|---|
| 1 | 東 | 德 | 紅 | 端一東平 | 端開登入 | 匣一東平 | |
| 2 | 同 | 徒 | 紅 | 定一東平 | 定模平 | 匣一東平 | |
| 3 | 中 | 陟 | 弓 | 知三東平 | 知開蒸入 | 見三東平 | |
| 4 | 蟲 | 直 | 弓 | 澄三東平 | 澄開蒸入 | 見三東平 | |
| 5 | 終 | 職 | 戎 | 章三東平 | 章開蒸入 | 日三東平 | |
| 6 | 忡 | 敕 | 中 | 徹三東平 | 徹開蒸入 | 知三東平 | |
| 7 | 崇 | 鋤 | 弓 | 崇三東平 | 崇魚平 | 見三東平 | |
| 8 | 嵩 | 息 | 弓 | 心三東平 | 心開蒸入 | 見三東平 | |
| 9 | 戎 | 如 | 融 | 日三東平 | 日魚平 | 以三東平 |
| 'use strict'; | |
| // requestAnimationFrame polyfill by Erik Möller. | |
| // Fixes from Paul Irish, Tino Zijdel, Andrew Mao, Klemen Slavic, Darius Bacon and Joan Alba Maldonado. | |
| // Adapted from https://gist.github.com/paulirish/1579671 which derived from | |
| // http://paulirish.com/2011/requestanimationframe-for-smart-animating/ | |
| // http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating | |
| // Added high resolution timing. This window.performance.now() polyfill can be used: https://gist.github.com/jalbam/cc805ac3cfe14004ecdf323159ecf40e | |
| // MIT license | |
| // Gist: https://gist.github.com/jalbam/5fe05443270fa6d8136238ec72accbc0 |
We have index.html file in S3 bucket under a folder called /about-us/. When checking in browser using CloudFront distribution link, custom-domain.com/about-us/ shows AccessDenied error.
But, custom-domain.com/about-us/index.html works fine and show content.
We want custom-domain.com/about-us/ to show the index.html content.
| package main | |
| // Simple, single-threaded server using system calls instead of the net library. | |
| // | |
| // Omitted features from the go net package: | |
| // | |
| // - TLS | |
| // - Most error checking | |
| // - Only supports bodies that close, no persistent or chunked connections | |
| // - Redirects |
| /* | |
| * Copyright (c) 2019. Inception Asia | |
| * Maintain by DigithunWorldwide ❤ | |
| * Maintainer | |
| * - rungsikorn.r@digithunworldwide.com | |
| * - nipon.chi@digithunworldwide.com | |
| */ | |
| package util |
| apt-get update && apt-get install -y aptitude git lxc-utils zfsutils-linux netfilter-persistent sysstat | |
| # find the partition ID that is linked to the storage serial number. | |
| # This will prevent from losing the partition if disk mapping changes | |
| ls -l /dev/disk/by-id/ | grep sda6 | |
| zpool create -f zdata /dev/disk/by-id/wwn-0x600507604092b628236df4851535cef5-part6 | |
| ## Fixate internal IP address of the container | |
| systemctl stop lxc-net | |
| sed -i -e 's,^.*LXC_DHCP_CONFILE,LXC_DHCP_CONFILE,' /etc/default/lxc-net |
| mcolors = ['b', 'g', 'r', 'c', 'm', 'y', 'k', 'w', 'aliceblue', 'antiquewhite', 'aqua', 'aquamarine', 'azure', 'beige', 'bisque', 'black', 'blanchedalmond', 'blue', 'blueviolet', 'brown', 'burlywood', 'cadetblue', 'chartreuse', 'chocolate', 'coral', 'cornflowerblue', 'cornsilk', 'crimson', 'cyan', 'darkblue', 'darkcyan', 'darkgoldenrod', 'darkgray', 'darkgreen', 'darkgrey', 'darkkhaki', 'darkmagenta', 'darkolivegreen', 'darkorange', 'darkorchid', 'darkred', 'darksalmon', 'darkseagreen', 'darkslateblue', 'darkslategray', 'darkslategrey', 'darkturquoise', 'darkviolet', 'deeppink', 'deepskyblue', 'dimgray', 'dimgrey', 'dodgerblue', 'firebrick', 'floralwhite', 'forestgreen', 'fuchsia', 'gainsboro', 'ghostwhite', 'gold', 'goldenrod', 'gray', 'green', 'greenyellow', 'grey', 'honeydew', 'hotpink', 'indianred', 'indigo', 'ivory', 'khaki', 'lavender', 'lavenderblush', 'lawngreen', 'lemonchiffon', 'lightblue', 'lightcoral', 'lightcyan', 'lightgoldenrodyellow', 'lightgray', 'lightgreen', 'lightgrey', 'lightpink', 'light |
| [package] | |
| name = "getpid" | |
| version = "0.1.0" | |
| [dependencies] | |
| walkdir = "1" | |
| docopt = "2" |