This is an OPML version of the HN Popularity Contest results for 2025, for importing into RSS feed readers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var i = getPageNumWords(); | |
| for (var p = 0; p < i; p++) { | |
| var word = getPageNthWord(0, p, false); | |
| console.println(word); | |
| if (word == "通" && getPageNthWord(0, p - 1, false) == "沟") { | |
| var annot = this.addAnnot({ | |
| page: 0, | |
| type: "Highlight", | |
| author: "A. C. Robat", | |
| point: [300, 400], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP --> | |
| <meta http-equiv="Content-Security-Policy" | |
| content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"> | |
| <link href="./styles.css" rel="stylesheet"> | |
| <title>Hello World!</title> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 192.168.1.102 gitlab.synology.com | |
| 192.168.1.8 nuc.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { ChatGPTAPIBrowser } from 'chatgpt' | |
| import fs from 'fs' | |
| import { readdir } from 'node:fs/promises'; | |
| const directoryPath = "./text"; | |
| async function example() { | |
| // use puppeteer to bypass cloudflare (headful because of captchas) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <Arduino.h> | |
| #include <Wire.h> | |
| #include <TFT_eSPI.h> | |
| #include "esp_bt.h" | |
| #include "esp_bt_main.h" | |
| #include "esp_gap_ble_api.h" | |
| #include "esp_wifi.h" | |
| #include "esp_wifi_types.h" | |
| #include "esp_event.h" | |
| #include "nvs_flash.h" |
OlderNewer