sussy baka

This commit is contained in:
DeaDvey 2025-02-18 03:19:43 +00:00
parent fe7e39d3a9
commit 76f53bcf0d
15 changed files with 813 additions and 11 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
import os
markdown_page_directory = "/var/tmw/deadvey.com"
os.system("python3 write_blog_pages.py")
os.system("python3 rss_feed.py")
os.system("python3 create_outbox.py")
os.system("bash create_markdown_blogs_file.sh")
if markdown_page_directory != "":
os.system(f"python3 {markdown_page_directory}/automations/write_blog_pages.py")
os.system(f"python3 {markdown_page_directory}/automations/rss_feed.py")

View File

@ -20,7 +20,7 @@ for tag in tags:
with open(f"{blog_index_path}/{file_name}.{file_extension}", "w") as blog_tag_file: with open(f"{blog_index_path}/{file_name}.{file_extension}", "w") as blog_tag_file:
blog_tag_file.write(f"{header.header}") blog_tag_file.write(f"{header.header}")
if tag == "index": if tag == "index":
blog_tag_file.write(f"<a href='/rss'>RSS Feed</a><br/><a href='https://mastodon.tuxcord.net/@blog@deadvey.com'>@blog@deadvey.com (Activity Pub Feed)</a>") blog_tag_file.write(f"<a href='/rss'>RSS Feed</a><br/><a href='https://mastodon.tuxcord.net/@blog@deadvey.com'>@blog@deadvey.com (Activity Pub Feed)</a><br/>")
if tag != "index": if tag != "index":
blog_tag_file.write(f"<u><b>{tag}:</b></u><br/>") blog_tag_file.write(f"<u><b>{tag}:</b></u><br/>")
for current_blog in range(len(blogs.blogs_array)-1, -1, -1): # eg 50 - 0 for current_blog in range(len(blogs.blogs_array)-1, -1, -1): # eg 50 - 0

56
rss
View File

@ -12,6 +12,62 @@
<link>https://deadvey.com</link> <link>https://deadvey.com</link>
</image> </image>
<item>
<title>NeoDB</title>
<link>https://deadvey.com/blog/105.html</link>
<description>The other day I found this cool fediverse service called NeoDB which is a reviewing site like Letterboxd or Backloggd, but is for all forms of media, books, films, tv, plays, music etc... I really like it at the moment and have set up my own instance at neodb.deadvey.com which I am going to trial for myself. I'll still post reviews on both my blog and neodb, but I might decide to only use neodb in the furture for reviews as it's a better experience in general with a more robust federation functionality than my bareley working activity pub implementation. Fly You High - DeaDvey</description>
<pubDate>Mon, 17 Feb 2025 15:34:18 +0000</pubDate>
</item>
<item>
<title>Frontier Psychiatrist (song) - 4/5</title>
<link>https://deadvey.com/blog/104.html</link>
<description>Great song, the music video is really weird and funny. The music is catchy and the samples are very well put together! I just watched the video 6 or 7 times over. The cowboy saying "Grab a kazoo" is funny!<![CDATA[<img src="https://deadvey.com/images/frontier-psychiatrist.jpg"/>]]></description>
<pubDate>Mon, 17 Feb 2025 04:17:42 +0000</pubDate>
</item>
<item>
<title>Lawrence of Arabia (rewatch) - 3.5/5</title>
<link>https://deadvey.com/blog/103.html</link>
<description>This is a rewatch, here is <a href='https://letterboxd.com/deadvey/film/lawrence-of-arabia/0/'>My original review (Letterboxd)</a>, the open shots of dessert really are amazing and Lawrence's character is quite interesting too. I is a bit long though, was spread across 2 DVD's.<![CDATA[<img src="https://deadvey.com/images/lawrence-of-arabia.jpg"/>]]></description>
<pubDate>Sun, 16 Feb 2025 17:58:56 +0000</pubDate>
</item>
<item>
<title>Wraithfate in rust</title>
<link>https://deadvey.com/blog/102.html</link>
<description>A few years ago I made a game on my website called Wraithfate, then wraithfate v2 which was a bit better, I'm now making it in rust, for the command line, I'm not that far in as I want to make it well and a bit more open worldy. For the map I have files where I can just type in plain text each square of the map and they get parsed when the game starts and outputted to the console. There's two maps, one for the floor which is below the character, and one for things like walls and trees that the player wont be able to walk through, perhaps in the furture there will also be maps for things that are underground or something. I have also got saving/loading functionality where I parse the player data to a json format using serde and then put it in a file and can parse it back into a struct which holds all the player data including skills, location, inventory and name. The game is going to be a bit different as it's goint to be a bit of a blend between classic fantasy and dystopia, inspired by a theatre performance of Macbeth I saw which was set in a post apocayptic world that was also fantasy inspired. Maybe orcs will be mutated humans or something? I've not got far enough for that. Maybe this is too ambitious... Anyway, tomorow I hope to implement a proper input parsing method and traveling, then i need to do skill things like chopping trees. Hopefully in the future there will also be NPC's and a multiplayer server component? Here's the <a href='https://git.javalsai.dynv6.net/deadvey/wraithfate'>source code</a> :)<![CDATA[<img src="https://deadvey.com/images/wraithfate.png"/>]]></description>
<pubDate>Sun, 16 Feb 2025 03:58:50 +0000</pubDate>
</item>
<item>
<title>Do The Right Thing - 4/5 ❤️</title>
<link>https://deadvey.com/blog/101.html</link>
<description>Does anyone actually do the right thing in this film? I don't think so, everyone is such a cunt and it's so funny, and dark, I had conflicting opinions on a lot of character's in this who in some cases where quite nice, and it other's where jerks, because of this the character's feel very real as they don't just fit into one archetype. I also thought the setting was very good with everything being set on and around a single Brooklyn neighbourhood on a single scorching day, from morning to disasterous night... I would definitley reccomend this. If these films keep getting better on this top 30 list, I'm going to have to add more rankings ._.<![CDATA[<img src="https://deadvey.com/images/do-the-right-thing.jpg"/>]]></description>
<pubDate>Sun, 16 Feb 2025 03:41:48 +0000</pubDate>
</item>
<item>
<title>The Hunger Games - 4/5 ❤️</title>
<link>https://deadvey.com/blog/100.html</link>
<description>I read this in 2 days because it was so good, I've read it before (years ago) and watched the films so I already knew the plot, and yet, I was ENTHRALLED throughout, the world building of the capitol and districts is so rich and dystopian (I'm a sucker for dytopia's) I'm now reading Catching Fire (Hunger Games 2) and am about 1/4 through it.<![CDATA[<img src="https://deadvey.com/images/hunger-games.jpg"/>]]></description>
<pubDate>Sun, 16 Feb 2025 03:36:05 +0000</pubDate>
</item>
<item>
<title>Chinatown - 3.5/5</title>
<link>https://deadvey.com/blog/99.html</link>
<description>The film was a bit confusing at times, but the plot overall was very rivetting, the gritty violence and ending where all pretty brutal, Noah Cross was EVIL and was a pretty fitting villian in this depressing film. I thought Jack Nicholson's performance of Gittes was superb also. P.S, this is my 100'th blog post (starting at 0) so yay!<![CDATA[<img src="https://deadvey.com/images/chinatown.jpg"/>]]></description>
<pubDate>Sat, 15 Feb 2025 02:09:49 +0000</pubDate>
</item>
<item>
<title>Blade Runner - 3/5</title>
<link>https://deadvey.com/blog/98.html</link>
<description>Maybe I just didn't get it, but I thought it was a bit confusing and weird, the imagery and world building was VERY good though in bwade wunner, I also liked the acting and set peices but the story was hard to follow. My dad saw a <a href='https://youtube.com/watch?v=czupFCBx0T4'>YouTube Video</a> about the statistical top 30 films, so I'm going to be watching them all and they'll be on <a href='/blog/top 30.html'>this tag</a><![CDATA[<img src="https://deadvey.com/images/blade-runner.jpg"/>]]></description>
<pubDate>Fri, 14 Feb 2025 19:06:09 +0000</pubDate>
</item>
<item> <item>
<title>Becoming Led Zeppelin - 3.5/5</title> <title>Becoming Led Zeppelin - 3.5/5</title>
<link>https://deadvey.com/blog/97.html</link> <link>https://deadvey.com/blog/97.html</link>

58
socialweb/notes/100 Normal file
View File

@ -0,0 +1,58 @@
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://deadvey.com//socialweb/notes/100",
"type": "Note",
"hash": "100",
"content": "<b>The Hunger Games - 4/5 ❤️:</b><br/>I read this in 2 days because it was so good, I've read it before (years ago) and watched the films so I already knew the plot, and yet, I was ENTHRALLED throughout, the world building of the capitol and districts is so rich and dystopian (I'm a sucker for dytopia's) I'm now reading Catching Fire (Hunger Games 2) and am about 1/4 through it.<br/><img src=\"https://deadvey.com/images/hunger-games.jpg\" />",
"url": "https://deadvey.com/blog/100.html",
"attributedTo": "https://deadvey.com/@blog",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [],
"published": "Sun, 16 Feb 2025 03:36:05",
"replies": {
"id": "https://deadvey.com/socialweb/replies/100",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://deadvey.com/socialweb/replies/100?page=true",
"partOf": "https://deadvey.com/socialweb/replies/100",
"items": []
}
},
"tag": [
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/hunger games.html",
"Name": "#hunger games"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/book.html",
"Name": "#book"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/review.html",
"Name": "#review"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/4per5.html",
"Name": "#4/5"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/suzanne collins.html",
"Name": "#suzanne collins"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/dystopia.html",
"Name": "#dystopia"
}
]
}

53
socialweb/notes/101 Normal file
View File

@ -0,0 +1,53 @@
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://deadvey.com//socialweb/notes/101",
"type": "Note",
"hash": "101",
"content": "<b>Do The Right Thing - 4/5 ❤️:</b><br/>Does anyone actually do the right thing in this film? I don't think so, everyone is such a cunt and it's so funny, and dark, I had conflicting opinions on a lot of character's in this who in some cases where quite nice, and it other's where jerks, because of this the character's feel very real as they don't just fit into one archetype. I also thought the setting was very good with everything being set on and around a single Brooklyn neighbourhood on a single scorching day, from morning to disasterous night... I would definitley reccomend this. If these films keep getting better on this top 30 list, I'm going to have to add more rankings ._.<br/><img src=\"https://deadvey.com/images/do-the-right-thing.jpg\" />",
"url": "https://deadvey.com/blog/101.html",
"attributedTo": "https://deadvey.com/@blog",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [],
"published": "Sun, 16 Feb 2025 03:41:48",
"replies": {
"id": "https://deadvey.com/socialweb/replies/101",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://deadvey.com/socialweb/replies/101?page=true",
"partOf": "https://deadvey.com/socialweb/replies/101",
"items": []
}
},
"tag": [
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/film.html",
"Name": "#film"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/review.html",
"Name": "#review"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/4per5.html",
"Name": "#4/5"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/spike lee.html",
"Name": "#spike lee"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/top 30.html",
"Name": "#top 30"
}
]
}

53
socialweb/notes/102 Normal file
View File

@ -0,0 +1,53 @@
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://deadvey.com//socialweb/notes/102",
"type": "Note",
"hash": "102",
"content": "<b>Wraithfate in rust:</b><br/>A few years ago I made a game on my website called Wraithfate, then wraithfate v2 which was a bit better, I'm now making it in rust, for the command line, I'm not that far in as I want to make it well and a bit more open worldy. For the map I have files where I can just type in plain text each square of the map and they get parsed when the game starts and outputted to the console. There's two maps, one for the floor which is below the character, and one for things like walls and trees that the player wont be able to walk through, perhaps in the furture there will also be maps for things that are underground or something. I have also got saving/loading functionality where I parse the player data to a json format using serde and then put it in a file and can parse it back into a struct which holds all the player data including skills, location, inventory and name. The game is going to be a bit different as it's goint to be a bit of a blend between classic fantasy and dystopia, inspired by a theatre performance of Macbeth I saw which was set in a post apocayptic world that was also fantasy inspired. Maybe orcs will be mutated humans or something? I've not got far enough for that. Maybe this is too ambitious... Anyway, tomorow I hope to implement a proper input parsing method and traveling, then i need to do skill things like chopping trees. Hopefully in the future there will also be NPC's and a multiplayer server component? Here's the <a href='https://git.javalsai.dynv6.net/deadvey/wraithfate'>source code</a> :)<br/><img src=\"https://deadvey.com/images/wraithfate.png\" />",
"url": "https://deadvey.com/blog/102.html",
"attributedTo": "https://deadvey.com/@blog",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [],
"published": "Sun, 16 Feb 2025 03:58:50",
"replies": {
"id": "https://deadvey.com/socialweb/replies/102",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://deadvey.com/socialweb/replies/102?page=true",
"partOf": "https://deadvey.com/socialweb/replies/102",
"items": []
}
},
"tag": [
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/rust.html",
"Name": "#rust"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/game.html",
"Name": "#game"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/wraithfate.html",
"Name": "#wraithfate"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/fantasy.html",
"Name": "#fantasy"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/dystopia.html",
"Name": "#dystopia"
}
]
}

53
socialweb/notes/103 Normal file
View File

@ -0,0 +1,53 @@
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://deadvey.com//socialweb/notes/103",
"type": "Note",
"hash": "103",
"content": "<b>Lawrence of Arabia (rewatch) - 3.5/5:</b><br/>This is a rewatch, here is <a href='https://letterboxd.com/deadvey/film/lawrence-of-arabia/0/'>My original review (Letterboxd)</a>, the open shots of dessert really are amazing and Lawrence's character is quite interesting too. I is a bit long though, was spread across 2 DVD's.<br/><img src=\"https://deadvey.com/images/lawrence-of-arabia.jpg\" />",
"url": "https://deadvey.com/blog/103.html",
"attributedTo": "https://deadvey.com/@blog",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [],
"published": "Sun, 16 Feb 2025 17:58:56",
"replies": {
"id": "https://deadvey.com/socialweb/replies/103",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://deadvey.com/socialweb/replies/103?page=true",
"partOf": "https://deadvey.com/socialweb/replies/103",
"items": []
}
},
"tag": [
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/film.html",
"Name": "#film"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/review.html",
"Name": "#review"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/3.5per5.html",
"Name": "#3.5/5"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/sandy.html",
"Name": "#sandy"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/top 30.html",
"Name": "#top 30"
}
]
}

48
socialweb/notes/104 Normal file
View File

@ -0,0 +1,48 @@
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://deadvey.com//socialweb/notes/104",
"type": "Note",
"hash": "104",
"content": "<b>Frontier Psychiatrist (song) - 4/5:</b><br/>Great song, the music video is really weird and funny. The music is catchy and the samples are very well put together! I just watched the video 6 or 7 times over. The cowboy saying \"Grab a kazoo\" is funny!<br/><img src=\"https://deadvey.com/images/frontier-psychiatrist.jpg\" />",
"url": "https://deadvey.com/blog/104.html",
"attributedTo": "https://deadvey.com/@blog",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [],
"published": "Mon, 17 Feb 2025 04:17:42",
"replies": {
"id": "https://deadvey.com/socialweb/replies/104",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://deadvey.com/socialweb/replies/104?page=true",
"partOf": "https://deadvey.com/socialweb/replies/104",
"items": []
}
},
"tag": [
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/song.html",
"Name": "#song"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/review.html",
"Name": "#review"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/4per5.html",
"Name": "#4/5"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/avalanches.html",
"Name": "#avalanches"
}
]
}

38
socialweb/notes/105 Normal file
View File

@ -0,0 +1,38 @@
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://deadvey.com//socialweb/notes/105",
"type": "Note",
"hash": "105",
"content": "<b>NeoDB:</b><br/>The other day I found this cool fediverse service called NeoDB which is a reviewing site like Letterboxd or Backloggd, but is for all forms of media, books, films, tv, plays, music etc... I really like it at the moment and have set up my own instance at neodb.deadvey.com which I am going to trial for myself. I'll still post reviews on both my blog and neodb, but I might decide to only use neodb in the furture for reviews as it's a better experience in general with a more robust federation functionality than my bareley working activity pub implementation. Fly You High - DeaDvey",
"url": "https://deadvey.com/blog/105.html",
"attributedTo": "https://deadvey.com/@blog",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [],
"published": "Mon, 17 Feb 2025 15:34:18",
"replies": {
"id": "https://deadvey.com/socialweb/replies/105",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://deadvey.com/socialweb/replies/105?page=true",
"partOf": "https://deadvey.com/socialweb/replies/105",
"items": []
}
},
"tag": [
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/neodb.html",
"Name": "#neodb"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/fediverse.html",
"Name": "#fediverse"
}
]
}

68
socialweb/notes/98 Normal file
View File

@ -0,0 +1,68 @@
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://deadvey.com//socialweb/notes/98",
"type": "Note",
"hash": "98",
"content": "<b>Blade Runner - 3/5:</b><br/>Maybe I just didn't get it, but I thought it was a bit confusing and weird, the imagery and world building was VERY good though in bwade wunner, I also liked the acting and set peices but the story was hard to follow. My dad saw a <a href='https://youtube.com/watch?v=czupFCBx0T4'>YouTube Video</a> about the statistical top 30 films, so I'm going to be watching them all and they'll be on <a href='/blog/top 30.html'>this tag</a><br/><img src=\"https://deadvey.com/images/blade-runner.jpg\" />",
"url": "https://deadvey.com/blog/98.html",
"attributedTo": "https://deadvey.com/@blog",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [],
"published": "Fri, 14 Feb 2025 19:06:09",
"replies": {
"id": "https://deadvey.com/socialweb/replies/98",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://deadvey.com/socialweb/replies/98?page=true",
"partOf": "https://deadvey.com/socialweb/replies/98",
"items": []
}
},
"tag": [
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/film.html",
"Name": "#film"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/review.html",
"Name": "#review"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/3per5.html",
"Name": "#3/5"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/harrison ford.html",
"Name": "#harrison ford"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/bwade wunner.html",
"Name": "#bwade wunner"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/goth.html",
"Name": "#goth"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/top 30.html",
"Name": "#top 30"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/dystopia.html",
"Name": "#dystopia"
}
]
}

53
socialweb/notes/99 Normal file
View File

@ -0,0 +1,53 @@
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://deadvey.com//socialweb/notes/99",
"type": "Note",
"hash": "99",
"content": "<b>Chinatown - 3.5/5:</b><br/>The film was a bit confusing at times, but the plot overall was very rivetting, the gritty violence and ending where all pretty brutal, Noah Cross was EVIL and was a pretty fitting villian in this depressing film. I thought Jack Nicholson's performance of Gittes was superb also. P.S, this is my 100'th blog post (starting at 0) so yay!<br/><img src=\"https://deadvey.com/images/chinatown.jpg\" />",
"url": "https://deadvey.com/blog/99.html",
"attributedTo": "https://deadvey.com/@blog",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [],
"published": "Sat, 15 Feb 2025 02:09:49",
"replies": {
"id": "https://deadvey.com/socialweb/replies/99",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://deadvey.com/socialweb/replies/99?page=true",
"partOf": "https://deadvey.com/socialweb/replies/99",
"items": []
}
},
"tag": [
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/film.html",
"Name": "#film"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/review.html",
"Name": "#review"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/3.5per5.html",
"Name": "#3.5/5"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/incest.html",
"Name": "#incest"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/top 30.html",
"Name": "#top 30"
}
]
}

View File

@ -4,8 +4,320 @@
"id": "https://deadvey.com//socialweb/outbox", "id": "https://deadvey.com//socialweb/outbox",
"type": "OrderedCollection", "type": "OrderedCollection",
"summary": "Linux, tech and film reviews", "summary": "Linux, tech and film reviews",
"totalItems": 98, "totalItems": 106,
"orderedItems": [ "orderedItems": [
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://deadvey.com//socialweb/notes/105",
"type": "Note",
"hash": "105",
"actor": "https://deadvey.com/@blog",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [],
"published": "Mon, 17 Feb 2025 15:34:18",
"tag": [
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/neodb.html",
"Name": "#neodb"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/fediverse.html",
"Name": "#fediverse"
}
]
},
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://deadvey.com//socialweb/notes/104",
"type": "Note",
"hash": "104",
"actor": "https://deadvey.com/@blog",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [],
"published": "Mon, 17 Feb 2025 04:17:42",
"tag": [
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/song.html",
"Name": "#song"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/review.html",
"Name": "#review"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/4per5.html",
"Name": "#4/5"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/avalanches.html",
"Name": "#avalanches"
}
]
},
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://deadvey.com//socialweb/notes/103",
"type": "Note",
"hash": "103",
"actor": "https://deadvey.com/@blog",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [],
"published": "Sun, 16 Feb 2025 17:58:56",
"tag": [
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/film.html",
"Name": "#film"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/review.html",
"Name": "#review"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/3.5per5.html",
"Name": "#3.5/5"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/sandy.html",
"Name": "#sandy"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/top 30.html",
"Name": "#top 30"
}
]
},
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://deadvey.com//socialweb/notes/102",
"type": "Note",
"hash": "102",
"actor": "https://deadvey.com/@blog",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [],
"published": "Sun, 16 Feb 2025 03:58:50",
"tag": [
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/rust.html",
"Name": "#rust"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/game.html",
"Name": "#game"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/wraithfate.html",
"Name": "#wraithfate"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/fantasy.html",
"Name": "#fantasy"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/dystopia.html",
"Name": "#dystopia"
}
]
},
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://deadvey.com//socialweb/notes/101",
"type": "Note",
"hash": "101",
"actor": "https://deadvey.com/@blog",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [],
"published": "Sun, 16 Feb 2025 03:41:48",
"tag": [
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/film.html",
"Name": "#film"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/review.html",
"Name": "#review"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/4per5.html",
"Name": "#4/5"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/spike lee.html",
"Name": "#spike lee"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/top 30.html",
"Name": "#top 30"
}
]
},
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://deadvey.com//socialweb/notes/100",
"type": "Note",
"hash": "100",
"actor": "https://deadvey.com/@blog",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [],
"published": "Sun, 16 Feb 2025 03:36:05",
"tag": [
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/hunger games.html",
"Name": "#hunger games"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/book.html",
"Name": "#book"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/review.html",
"Name": "#review"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/4per5.html",
"Name": "#4/5"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/suzanne collins.html",
"Name": "#suzanne collins"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/dystopia.html",
"Name": "#dystopia"
}
]
},
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://deadvey.com//socialweb/notes/99",
"type": "Note",
"hash": "99",
"actor": "https://deadvey.com/@blog",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [],
"published": "Sat, 15 Feb 2025 02:09:49",
"tag": [
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/film.html",
"Name": "#film"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/review.html",
"Name": "#review"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/3.5per5.html",
"Name": "#3.5/5"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/incest.html",
"Name": "#incest"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/top 30.html",
"Name": "#top 30"
}
]
},
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://deadvey.com//socialweb/notes/98",
"type": "Note",
"hash": "98",
"actor": "https://deadvey.com/@blog",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [],
"published": "Fri, 14 Feb 2025 19:06:09",
"tag": [
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/film.html",
"Name": "#film"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/review.html",
"Name": "#review"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/3per5.html",
"Name": "#3/5"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/harrison ford.html",
"Name": "#harrison ford"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/bwade wunner.html",
"Name": "#bwade wunner"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/goth.html",
"Name": "#goth"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/top 30.html",
"Name": "#top 30"
},
{
"Type": "Hashtag",
"Href": "https://deadvey.com/blog/dystopia.html",
"Name": "#dystopia"
}
]
},
{ {
"@context": "https://www.w3.org/ns/activitystreams", "@context": "https://www.w3.org/ns/activitystreams",
"id": "https://deadvey.com//socialweb/notes/97", "id": "https://deadvey.com//socialweb/notes/97",