0const data = {
1 entries: [
2 {
3 name: "Fefe's Blog",
4 category: "tech",
5 url: "https://blog.fefe.de",
6 description: "Blogs about many different things, but mostly about code, tech and politics. Language: German"
7 },
8 {
9 name: "Tsoding",
10 category: "tech",
11 url: "https://www.youtube.com/@TsodingDaily",
12 description: "Recreational programmer. Streams about many different programming topics"
13 },
14 {
15 name: "Penger",
16 category: "art",
17 url: "https://penger.city/",
18 description: "Community mascot of Tsoding"
19 },
20 {
21 name: "smile.rip",
22 category: "art",
23 url: "https://www.smile.rip",
24 description: "Can't describe it. It just looks awesome"
25 },
26 {
27 name: "Tonsky",
28 category: "tech",
29 url: "https://tonsky.me/",
30 description: "Developer and UI/UX designer"
31 },
32 {
33 name: "Casey Muratori",
34 category: "tech",
35 url: "https://caseymuratori.com/",
36 description: "Casey dives into CPU architectures and low level stuff in programming languages"
37 },
38 {
39 name: "Isotopp",
40 category: "tech",
41 url: "https://blog.koehntopp.info/",
42 description: "Blogs about programming, tech, climate change, and miscellaneous stuff. Language German/English"
43 },
44 {
45 name: "Linux Syscall Table (x86_64)",
46 category: "programming",
47 url: "https://filippo.io/linux-syscall-table/",
48 description: "Searchable Linux Syscall Table for x86_64 assembly"
49 },
50 {
51 name: "the-hub-of-heliopolis",
52 category: "tech",
53 url: "https://p403n1x87.github.io/",
54 description: "Blogs about programming, IoT and tech in general"
55 },
56 {
57 name: "GDB Cheat Sheet",
58 category: "programming",
59 url: "https://darkdust.net/files/GDB%20Cheat%20Sheet.pdf",
60 description: "GDB cheatsheet (pdf)"
61 },
62 {
63 name: "holz.nu",
64 category: "tech",
65 url: "https://blog.holz.nu/",
66 description: "Link collection/blog about tech and programming. Language: German/English"
67 },
68 {
69 name: "Louis Rossmann",
70 category: "tech",
71 url: "https://www.youtube.com/@rossmanngroup",
72 description: "Fights for right-of-repair and talks about greedy/scammy companies and their questionable practises"
73 },
74 {
75 name: "Consumers Rights Wiki",
76 category: "misc",
77 url: "https://consumerrights.wiki/Main_Page",
78 description: "A database of consumer explotation practises. Contribution is very welcome!"
79 },
80 {
81 "name": "solarium.technology",
82 "category": "tech",
83 "url": "https://solarium.technology",
84 "description": "Tech related site, which also aims for a broad compatibility with many, many browsers"
85 },
86 ]
87}
index : link-collection
---