Skip to content

Commit

Permalink
update bookmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
noghartt committed Dec 25, 2024
1 parent 348cb94 commit 5843ea6
Showing 1 changed file with 58 additions and 3 deletions.
61 changes: 58 additions & 3 deletions src/pages/bookmarks/_bookmarks.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,61 @@
{
"lastUpdate": "2024-12-17T22:52:46.204Z",
"lastUpdate": "2024-12-25T16:13:54.032Z",
"data": [
{
"id": "01jfnqw3954mhcm835ccsgv6g0",
"title": "Implementing Raft: Part 0 - Introduction",
"url": "https://eli.thegreenplace.net/2020/implementing-raft-part-0-introduction/",
"savedAt": "2024-12-21T23:12:06.949000+00:00",
"description": "This post introduces the Raft distributed consensus algorithm and outlines a series of articles on its implementation in Go. Raft helps multiple servers work together reliably, ensuring that they can recover from failures without losing data. The series will cover key topics such as elections, log replication, and building a key/value database.",
"tags": [
"for-later",
"cs/distsys"
]
},
{
"id": "01jfn0qmkpvdv4xsnyqf1kqt9y",
"title": "Why Does Ozempic Cure All Diseases?",
"url": "https://www.astralcodexten.com/p/why-does-ozempic-cure-all-diseases",
"savedAt": "2024-12-21T16:27:43.606000+00:00",
"description": "Ozempic and other GLP-1 receptor agonists are approved for treating diabetes and obesity, but they also show promise for various addictions and even conditions like dementia. These drugs work by controlling hunger and cravings through specific pathways in the brain, making them seem almost magical in their effects. Researchers are exploring how these medications might influence overall health and weight management beyond their original purposes.",
"tags": [
"cool",
"health",
"biology"
]
},
{
"id": "01jfe6xasck2xw8x2dmzxfxzyh",
"title": "OhHelloAna.blog",
"url": "https://ohhelloana.blog/late-2024-bookmarks/",
"savedAt": "2024-12-19T01:01:00.588000+00:00",
"description": "The blog OhHelloAna shares a collection of bookmarks related to tech and web development, along with other interesting topics. It features resources on CSS, accessibility, and web design, as well as articles on personal growth and societal issues. The author aims to share valuable insights and findings that they have come across.",
"tags": [
"cool",
"resource/list"
]
},
{
"id": "01jfc7z1m6waeqzsg8v9b04mhm",
"title": "Lou's Pseudo 3d Page",
"url": "http://www.extentofthejam.com/pseudo/",
"savedAt": "2024-12-18T06:40:56.454000+00:00",
"description": "The text explains how to create a pseudo-3D road effect in video games by manipulating lines and segments. It discusses techniques for drawing curves and applying textures to give the illusion of depth. The method involves adjusting the position and scaling of each line to simulate movement and perspective.",
"tags": [
"for-later",
"cs/gamedev"
]
},
{
"id": "01jfbzegze08y9yvhn37y2heqs",
"title": "Distributed Erlang",
"url": "https://vereis.com/posts/disterl_inbox",
"savedAt": "2024-12-18T04:12:06.510000+00:00",
"description": "The cool thing is that all three of these things are both built into the language/runtime itself, but they're also all more or less \"emergent\" properties of the underlying design choices that were made when the language was created.",
"tags": [
"cs/distsys"
]
},
{
"id": "01jfbd0khg187w75a9109k0633",
"title": "A CAP tradeoff in the wild",
Expand Down Expand Up @@ -7891,10 +7946,10 @@
},
{
"id": "01jbep6t5n8zhdvaqed35fzw8c",
"title": "Home — Bluesky",
"title": "@sawaratsuki.bsky.social",
"url": "https://bsky.app",
"savedAt": "2024-09-13T16:31:10.840000+00:00",
"description": "Social media as it should be. Find your community among millions of users, unleash your creativity, and have some fun again.",
"description": "Logo by @sawaratsuki. bsky.",
"tags": []
},
{
Expand Down

0 comments on commit 5843ea6

Please sign in to comment.