Skip to content

Commit dec83c6

Browse files
authored
Merge pull request #196 from noghartt/daily-bookmark-update
Daily Bookmark Update
2 parents 777edf0 + 4c19b94 commit dec83c6

File tree

1 file changed

+41
-2
lines changed

1 file changed

+41
-2
lines changed

src/content/bookmarks/bookmarks.json

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,44 @@
11
{
2-
"lastUpdate": "2025-11-12T00:11:36.893Z",
2+
"lastUpdate": "2025-11-19T00:11:39.862Z",
33
"data": [
4+
{
5+
"id": "01kabd14kn0147kdnv3gg51ws5",
6+
"title": "A 'small' vanilla Kubernetes install on NixOS",
7+
"url": "https://stephank.nl/p/2025-11-17-a-small-vanilla-kubernetes-install-on-nixos.html",
8+
"savedAt": "2025-11-18T11:54:02.741000+00:00",
9+
"description": "This text explains how to set up a small Kubernetes cluster on NixOS using custom configurations and modules. It covers assigning node indexes, configuring networking, API server setup, and adding essential components like CoreDNS and kube-proxy. The guide also details how to manage credentials and automate services for smooth cluster operation.",
10+
"tags": []
11+
},
12+
{
13+
"id": "01kaah0953hkb52sqxmkgfcsbw",
14+
"title": "Foundations for hacking on OCaml",
15+
"url": "https://kcsrk.info/ocaml/2025/11/10/hacking/",
16+
"savedAt": "2025-11-18T03:44:14.499000+00:00",
17+
"description": "Many students lack practical systems skills needed to work on complex projects like the OCaml compiler. These skills come from hands-on experience with tools (build systems, debuggers, version control), which typical CS courses often don’t teach. The author lists courses and books to help bridge this gap and invites more suggestions.",
18+
"tags": [
19+
"cs/programming-languages/ocaml"
20+
]
21+
},
22+
{
23+
"id": "01kaagqx0a07xydg0myg05904q",
24+
"title": "You misunderstand what it means to be poor",
25+
"url": "https://blog.ctms.me/posts/2025-11-14-being-poor-or-being-broke/",
26+
"savedAt": "2025-11-18T03:39:39.914000+00:00",
27+
"description": "Being broke is temporary and means you have just enough money to get by. \nBeing poor is permanent scarcity where no small savings or extra work can close the gap. \nAdvice for the broke (cancel subscriptions, DIY) misunderstands and doesn't help people who already live with no safety net.",
28+
"tags": [
29+
"life"
30+
]
31+
},
32+
{
33+
"id": "01kaag4g19x6qhd53kwhwckkn3",
34+
"title": "No Shorts Please! Hidden YouTube RSS Feed URLs",
35+
"url": "https://blog.amen6.com/blog/2025/01/no-shorts-please-hidden-youtube-rss-feed-urls/",
36+
"savedAt": "2025-11-18T03:29:04.041000+00:00",
37+
"description": "YouTube Shorts started appearing in RSS feeds and filtering by duration broke when Shorts were allowed up to 3 minutes. \nUse the playlist_id RSS URL: replace channel_id=UCabcdefgh with playlist_id=UULFabcdefgh to get a feed without Shorts. \nThis and other handy playlist prefixes (e.g., UUSH for shorts) are undocumented by Google.",
38+
"tags": [
39+
"interesting"
40+
]
41+
},
442
{
543
"id": "01k9nn5q44sdkw61qn3se69wp3",
644
"title": "Your computer is a distributed system",
@@ -1033,7 +1071,8 @@
10331071
"savedAt": "2025-11-01T15:10:41.317000+00:00",
10341072
"description": "Anki is a tool that lets you choose to remember almost anything and keeps knowledge for the long term. \nUsed well, it helps you deeply understand papers, books, and new fields by breaking ideas into small, memorable questions. \nBe selective: focus on useful, reusable facts and avoid Ankifying everything.",
10351073
"tags": [
1036-
"for-later"
1074+
"learning",
1075+
"favorites"
10371076
]
10381077
},
10391078
{

0 commit comments

Comments
 (0)