forgot to push in a while

This commit is contained in:
DeaDvey 2024-12-15 20:09:42 +00:00
parent a7a8dc6aa6
commit 08cbc00314
133 changed files with 4001926 additions and 754 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ reviews.csv
chinese_cd.zip
/node_modules
song.mp3
/sciborg

View File

@ -1,5 +1,68 @@
// Sat, 18 Jul 2024 15:07:54
blogs = [["Paddington in Peru - 3.5","It was better than I expected, my dad said it had bad ratings and didn't really want to go, but we both enjoyed it alot and it was quite fun, I liked how at the end the bears all where named after other train stations (especially Elphant <b>and</b> Castle), I did think it was a bit cringe at points but I suppose it aimed at young children so is supposed to have a good message or whatever. <details><summary>Spoiler</summary>I liked the bad guys, how one had like 3 fake outs which actually made me not expect the nun because it seemed like she was meant to seem sus but then was not, but the was, and the bloke who ended up being good and was haunted by his anscestors ghosts.</details> Would reccomend if you enjoyed the other Paddington films!<br/>Fly You High - DeaDvey","Sat, 16 Nov 2024 20:01:08",["paddington-in-peru.jpg"],["film","review","cinema watch","family watch","3.5/5","paddington","marmalade sandwitches"]],
blogs = [["Die Hard - 4/5","Wow, die hard was fun! John McClane is a badass, the fighting scenes are very enjoyable though maybe the one with the blond bloke went on for a bit too long. My dad claims this is a christmas film, but I very much disagree, neither Die Hard, nor Home Alone are really christmas films (I will die on this hill).<details><summary>Spoiler:</summary>I loved it when the limo driver doesn't even realise there's a terrorist take over and is just chilling in his limo, and when he rams his limo into one of the terrorists.</details><br/>Fly You High - DeaDvey","Sun, 15 Dec 2024 17:53:35",["diehard.jpg"],["film","review","diehard","4/5","home watch","'christmas'","family watch","john mcclane","alan rickman"]],
["themedweb firefox extension","I made a firefox extension, mostly for my own use, that assigns css theming for stuff basd on a configuration file, you can the project out <a href='https://git.javalsai.dynv6.net/deadvey/themedweb'>here</a> but it's very basic at the moment, you have to load it as a temporary extension each time firefox restarts, also I can't figure out how to package it, firefox seems to always think it's corrupt even though I'm following mozillas guide in their documentation, Oh well,<br/>Fly You High - DeaDvey","Sun, 15 Dec 2024 15:36:59",["themedweb.png"],["themedweb","extension","firefox","theming","javascript","mozilla"]],
["Waybar theme switcher for home manager",`I made this basic script for changing my home manager theme and mode settings:
<div class="indent code">echo theme = $1
echo mode = $2
sed -i "s/THEME\\ =\\ ".*";/THEME\\ =\\ \\"\${1}\\";/" $HOME/.config/home-manager/home.nix
sed -i "s/MODE\\ =\\ ".*";/MODE\\ =\\ \\"\${2}\\";/" $HOME/.config/home-manager/home.nix
home-manager switch</div> which I can run like <div class="code">./theme-switcher.sh gruvbox dark</div> then it writes the theme to my home manager configuration and reloads home manager. I can then have several waybar modules like such:
<div class="code indent">
"custom/gruvbox" = {
on-click = "$HOME/scripts/theme-switcher.sh gruvbox \${MODE}";
format = "";
};
</div>
Which I can easily click to change themes
Pretty basic, but I thought I'd share, also it takes about 10 seconds to change theme so it's not quite instant gratification.<br/>Fly You High - DeaDvey`,"Sat, 14 Dec 2024 15:46:55",["rice.png"],["ricing","nixos","theme changer","guide","bash scripting","nix"]],
["Home Manager automatically changing dark/light mode at sunrise/set",`Firstly, to do this you need pkgs.sunwait (though other options would work with a bit of changing). Make a script like this, I put mine in my home.file, but you can also just make it a file on it's own.<br/><div class="indent code">'scripts/mode-switcher-based-on-sunlight.sh' = {
text = ''
run_a_command() {
if [[ "$light" == "DAY" ]]; then
sed -i 's/MODE\ =\ ".*"/MODE\ =\ "light"/' $HOME/.config/home/home.nix
home-manager switch
else
sed -i 's/MODE\ =\ ".*"/MODE\ =\ "dark"/' $HOME/.config/home/home.nix
home-manager switch
fi
};
#!/bin/bash
# Set your latitude and longitude
LATITUDE="53.43N"
LONGITUDE="-1.89E"
# Calculate the sunrise and sunset times for today using sunwait
light=$(sunwait poll $LATITUDE $LONGITUDE)
run_a_command
while sleep 5; do
new_light=$(sunwait poll $LATITUDE $LONGITUDE)
if [[ "$new_light" != "$light" ]]; then
run_a_command
fi
done
'';
executable = true;
};</div><br/>
I have this to autorun on startup in Hyprland with <div class="code">exec-once="$HOME/scripts/mode-switcher-based-on-sunlight.sh";</div> then in the home.nix, I of course have a variable defined called MODE as either "dark" or "light"<br/>
<div class="indent code">
{config, pkgs, lib, ...}:
let
MODE = "light";
in
{
# Home config
}
</div><br/>
And then that should be it, of course you'll want to make to make gtk follow this theme, I do that by having different theme files which each define a set of GTK themes and then those are assigned as variables on rebuild <div class="code"> inherit (import ./themes/\${THEME}_\${MODE}.nix) GTK_THEME GTK_THEME_NAME;</div><br/>You can see my full nix configurations <a href="https://git.javalsai.dynv6.net/deadvey/nixos">here</a><br/>Fly You High - DeaDvey`,"Thu, 12 Dec 2024 18:40:26",[],["nixos","home manager","customisation","guide","dark mode","light mode","sunrise","sunset"]],
["Conclave (2024) - 4/5","Surprised how interesting a film about cardinals voting for a pope could be, but it was really good and dramatic, I thought the acting was very good, and my dad complimented the surround audio saying you could tell where it came from. <details><summary>Spoiler:</summary>I also thought the ending where it turns out the pope has a uterus and a cock was well done, my dad saw the ending coming the whole time, but I didn't...</details>","Sun, 8 Dec 2024 23:13:40",["conclave.jpg"],["film","review","4/5","cinema watch","odean seats are comfy!","family watch","papacy"]],
["Where's Asad?","","Sun, 8 Dec 2024 15:29:47",["wheresasad.png"],["where's asad?","joke","syria"]],
["Wicked - 3/5","I thought the story was decent, but the 'beginning' section of it was stretched out for too long and I didn't like the actor for galinda. I did however like the clichés of it as I think that always played to Oz's strengths and I thought it had a unique story of showing the 'good' guys as 'bad' guys. Also the opening number were they were celebrating the witches death was great, though I thought the wicked witch of the west was enslaving Winkie land? and the witch of the east was enslaving Munchkin land, dunno, also what was up with her sister? Is'nt her sister a witch too, in the Wizard of Oz. Yeah, it was good but maybe some inconsistencies with the wizard of oz, or maybe they're explained in the part 2, which I am quite exited for.","Sun, 1 Dec 2024 14:40:20",["wicked.jpg"],["film","review","3/5","cinema watch","family watch","had fucking popcorn in my throat the whole time!","decent"]],
["AS Levels","I am currently 3 months (<b>already?</b>) into my AS levels and am studying Maths, Physics and Computer Science, I am enjoying the content so far and it is challenging but interesting, my Term exams are starting around 15d (subject dependent) so yeah, might be less busy then... I thought about taking Further Maths, but I'm glad I didn't seems a lot of work for a qualification that is not too useful, I am hoping to do Computer Science degree but maybe not, who knows... anyways, that's it.<br/>Fly You High - DeaDvey","Thu, 27 Nov 2024 23:07:32",[],["exams","as levels","maths","physics","computer science","revision","paaw"]],
["The Great British Bake Off 2024 - 4/5","Really enjoyed watching this every Tuesday with my Mum and afterwards watching The Extra Slice, thought it had very strong contestants this year and the Final has a lot of tension/drama. I also liked the creation of the 'Hollywood Pat' that was funny.<details><summary>Spoiler:</summary>I was hoping Dylan would win, I thought he was the strongest baker over the season and he got 3 handshakes! Georgie of course was also very good and deserved the win after a good performance in the final, I think Dylan couldn't cope with the pressure... During the credits it said Dylan got a job at a michelin star restaurant so that's good to hear!</details>","Tue, 26 Nov 2024 22:45:50",["gbbo2024.jpg"],["show","tv show","review","great british bake off","gbbo","4/5","home watch","family watch","hollywood handshake"]],
["Analogue hexadecimal clock","I tried making an analogue clock out of Lego which has four hands and the cogs work by the ratio of 1:2 (there's no cogs I have that are 1:4, 1:8 or 1:16) and currently I'm using a motor but plan on making it weight based in order to have it rotate at the correct rate. Yeah, not much for today.<br/>Fly You High - DeaDvey","Sun, 24 Nov 2024 18:27:55",["analogue-clock.png"],["lego","diy","hexadecimal","time keeping"]],
["Paddington in Peru - 3.5/5","It was better than I expected, my dad said it had bad ratings and didn't really want to go, but we both enjoyed it alot and it was quite fun, I liked how at the end the bears all where named after other train stations (especially Elphant <b>and</b> Castle), I did think it was a bit cringe at points but I suppose it aimed at young children so is supposed to have a good message or whatever. <details><summary>Spoiler</summary>I liked the bad guys, how one had like 3 fake outs which actually made me not expect the nun because it seemed like she was meant to seem sus but then was not, but the was, and the bloke who ended up being good and was haunted by his anscestors ghosts.</details> Would reccomend if you enjoyed the other Paddington films!<br/>Fly You High - DeaDvey","Sat, 16 Nov 2024 20:01:08",["paddington-in-peru.jpg"],["film","review","cinema watch","family watch","3.5/5","paddington","marmalade sandwitches"]],
["hello","Hi! (test)","Sun, 3 Nov 2024 21:34:56",[],["test","website"]],
["The Apprentice - 3.5/5","I thought the actor for Roy Cohn was VERY good in this and made Roy seem kinda creepy and a bit eccentric, also Donald Trump's actor did a good impersonation of him, I also found it impressive how his 'Trumpy' mannerisms increased slowly over the film as he became more and more sadistic.","Sat, 2 Nov 2024 13:05:56",["theapprentice.jpg"],["film","review","3.5/5","roy cohn","donald trump","the apprentice","cinema watch","family watch"]],
["I made Newsletters","I made a newsletter that pulls from the blogs and sends them out whenever there is a new blog, the email has trouble looking legit at the moment because it's from debian.localhost but whatever, proof of concept, I will probably add a custom sent from address. I also made a variable website root (/) directory in the node so I don't have to manually change them all like last time. If you want to be on the newsletter just email me, I don't have a dynamic way of joining it at the moment. This post should show up in <i>my</i> inbox 🤞<br/>Fly You High - DeaDvey","Sat, 2 Nov 2024 10:05:45",[],["website","update","newsletter"]],

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sun, 10 Dec 2023 12:00:00</h3>
<h3 class="blog-date">8000 158/7e7</h3>
<h1 class="blog-title">Test post</h1>
<p class="blog-content">Testy test!</p>
<div class="blog-images">
@ -13,14 +14,14 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="0">
<button type="submit">Submit</button>
</form>
<div class="0" id="comments"><b>Man</b>: <i>Do I love apple Juice!</i><br/><b>test1</b>: <i>test</i><br/><b>test2</b>: <i>TEST! :O <b>hello</b></i><br/><b>test</b>: <i>console.log("alert")</i><br/><b></b>: <i>test</i><br/><b>etst</b>: <i></i><br/><b>deadvey</b>: <i>I want people to comment random stuff here to see if anything breaks.</i><br/><b></b>: <i></i><br/><b>:</b>: <i>:</i><br/><b>deadvey</b>: <i>&lt;script&gt;console.log(&quot;test&quot;)&lt;/script&gt;</i><br/><b>test</b>: <i>hello</i><br/><b>Shanee</b>: <i>Hello. XD</i><br/><b></b>: <i>&amp;lt;b&amp;gt;Test&amp;lt;&#x2F;b&amp;gt;</i><br/><b>deadvey</b>: <i>Hi Shanee</i><br/><b>Shanee</b>: <i>Hi Deadvey!</i><br/><b>deadvey</b>: <i>Sus</i><br/><b>:</b>: <i>:</i><br/><b>Shanee</b>: <i>Test</i><br/><b>deadvey</b>: <i>test</i><br/><b>Not using Javascript</b>: <i>Yay</i><br/><b>&amp;lt;b&amp;gt;Test&amp;lt;&#x2F;b&amp;gt;</b>: <i>Test</i><br/><b>test</b>: <i>test</i><br/><b>hello</b>: <i>hello</i><br/><b>hello</b>: <i>HEY</i><br/><b>test</b>: <i>&amp;amp;lt;&amp;amp;lt;</i><br/><b>^</b>: <i>Stupid</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>sussy</b>: <i>baka</i><br/><b>☃️☃️☃️☃️</b>: <i>☃️</i><br/><b>🏨</b>: <i>🏨</i><br/><b>test</b>: <i>testtest</i><br/><b>Comment</b>: <i>This is</i><br/><b>test</b>: <i>testtest﷽﷽</i><br/><b>hello</b>: <i>test</i><br/><b>deadvey</b>: <i>test</i><br/></div></div><p class="next"><a href="1.html">Next --></a></p>
<div class="0" id="comments"><b>Man</b>: <i>Do I love apple Juice!</i><br/><b>test1</b>: <i>test</i><br/><b>test2</b>: <i>TEST! :O <b>hello</b></i><br/><b>test</b>: <i>console.log("alert")</i><br/><b></b>: <i>test</i><br/><b>etst</b>: <i></i><br/><b>deadvey</b>: <i>I want people to comment random stuff here to see if anything breaks.</i><br/><b></b>: <i></i><br/><b>:</b>: <i>:</i><br/><b>deadvey</b>: <i>&lt;script&gt;console.log(&quot;test&quot;)&lt;/script&gt;</i><br/><b>test</b>: <i>hello</i><br/><b>Shanee</b>: <i>Hello. XD</i><br/><b></b>: <i>&amp;lt;b&amp;gt;Test&amp;lt;&#x2F;b&amp;gt;</i><br/><b>deadvey</b>: <i>Hi Shanee</i><br/><b>Shanee</b>: <i>Hi Deadvey!</i><br/><b>deadvey</b>: <i>Sus</i><br/><b>:</b>: <i>:</i><br/><b>Shanee</b>: <i>Test</i><br/><b>deadvey</b>: <i>test</i><br/><b>Not using Javascript</b>: <i>Yay</i><br/><b>&amp;lt;b&amp;gt;Test&amp;lt;&#x2F;b&amp;gt;</b>: <i>Test</i><br/><b>test</b>: <i>test</i><br/><b>hello</b>: <i>hello</i><br/><b>hello</b>: <i>HEY</i><br/><b>test</b>: <i>&amp;amp;lt;&amp;amp;lt;</i><br/><b>^</b>: <i>Stupid</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>:</b>: <i>:</i><br/><b>sussy</b>: <i>baka</i><br/><b>☃️☃️☃️☃️</b>: <i>☃️</i><br/><b>🏨</b>: <i>🏨</i><br/><b>test</b>: <i>testtest</i><br/><b>Comment</b>: <i>This is</i><br/><b>test</b>: <i>testtest﷽﷽</i><br/><b>hello</b>: <i>test</i><br/><b>deadvey</b>: <i>test</i><br/><b>Man</b>: <i>Do I love Orange Juice!</i><br/><b>Man</b>: <i>Do I love Pineapple Juice!</i><br/><b>deadvey</b>: <i>test</i><br/></div></div><p class="next"><a href="1.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sun, 10 Dec 2023 12:00:00</h3>
<h3 class="blog-date">8000 158/7e7</h3>
<h1 class="blog-title">Test post2</h1>
<p class="blog-content">Testicy Test</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="1">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="1" id="comments"><b>☃️</b>: <i>☃️</i><br/><b>😂</b>: <i>😂</i><br/><b>🏨</b>: <i>🏨</i><br/><b>hello</b>: <i>test</i><br/><b>deadvey</b>: <i>test</i><br/><b>deadvey test2</b>: <i>test2</i><br/><b>deadvey</b>: <i>hello motd!</i><br/><b>deadvey</b>: <i>Will motd see this?</i><br/><b>deadvey</b>: <i>hey!</i><br/></div></div><p class="previous"><a href="0.html"><-- Previous</a></p><p class="next"><a href="2.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

File diff suppressed because one or more lines are too long

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Tue, 30 Jan 2024 23:47:37</h3>
<h3 class="blog-date">fdcc 1e/7e8</h3>
<h1 class="blog-title">Naught to say</h1>
<p class="blog-content">I havent really done much other than set up my server in my bedroom now and attempted to automate something in selenium, didn't work but eh. I've been mostly revising so not much to say, oh and a kind of surround sound system for my PS2 I guess<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="11">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="11" id="comments"></div></div><p class="previous"><a href="10.html"><-- Previous</a></p><p class="next"><a href="12.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sun, 3 Mar 2024 22:41:25</h3>
<h3 class="blog-date">f208 3f/7e8</h3>
<h1 class="blog-title">Mocks next week and sorry for no updates!</h1>
<p class="blog-content">I've been revising (and procrastinating) a LOT over the last month or two and I got mock exams next week in preperation for the May exams so that's why I've not updated this page much, I saw a football game, that was fun, I also watched a lot of films and reviews on Letterboxd, like Dune part 2 which came out a few days ago,would reccoment. I also started reading Agnes Grey yesterday, it's interesting, I like it so far! anyway, I gotta sleep now, it's freezing, my boiler broke :(<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="12">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="12" id="comments"></div></div><p class="previous"><a href="11.html"><-- Previous</a></p><p class="next"><a href="13.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Mon, 11 Mar 2024 10:32:05</h3>
<h3 class="blog-date">705f 47/7e8</h3>
<h1 class="blog-title">Mocks over, only GCSE's to go...</h1>
<p class="blog-content">Just finshed my mocks so will take a day or two off revision, I think I did pretty well, I got 9s in the sciences, I cleaned up my room and organised my cables which was fun, now I'm just listening to music and writing this I guess. I tried setting up stableLM the other day and failed :(. Today I had an issue with focusing in kde6 where when I clicked a window in the overview, focus was not shifted to that, I fixed this by changing focus behaviour to 'Focus under mouse' and that worked, now I have a gnome-like window management in kde6 which I like, I also tried to get jellyfin-mpv-shim to pass the media information through to kde so I can control it from the media controls which would be nice, and I could see the album covers, I couldn't figure it out, and the only clients that seem to support client casting is the official client and webclient, which pisses me off because I like the look of Tauon Box but it doesn't let me play and control music on the mpv-shim >:(. I also played a lot of Fifa 19 and got promoted to the premier leauge so that's nice. I rewatched (and reread) V for Vendetta, now I'm rewatching Dark Crystal the original film one, not the awful Netflix series, anyway, you can see my reviews for them on letterboxd I suppose, I'm planning on making my blog auto upload my letterboxd reviews, that would be cool. I think that's all for today ig<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="13">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="13" id="comments"></div></div><p class="previous"><a href="12.html"><-- Previous</a></p><p class="next"><a href="14.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sat, 4 May 2024 17:20:57</h3>
<h3 class="blog-date">ae64 7d/7e8</h3>
<h1 class="blog-title">Seven Psychopaths - 3.5/5</h1>
<p class="blog-content">I just watched Seven Psychopaths and I thought it was pretty good, I liked how it was structured as the film being the film he is writing (kind of?) and I wrote a short review of it on letterboxd: Actually very good, the final shootout was sick and the film was pretty funny even though quite brutal.<br/>3.5 Stars<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="14">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="14" id="comments"></div></div><p class="previous"><a href="13.html"><-- Previous</a></p><p class="next"><a href="15.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Thu, 8 May 2024 16:43:28</h3>
<h3 class="blog-date">a7ba 81/7e8</h3>
<h1 class="blog-title">Exam Stress</h1>
<p class="blog-content">Going into my first written GCSE tommorow (RE Islam) and am quite stressed, heck, I should be doing revision as I type this but I am not because I can't really be bothered. I began making a 2D minecraft and dwarf fortress inspired game, I've got the world generation done, I'll upload it to gitlab later probably, I also am trying out Fedora currently, I think it's pretty decent, some annoyances however, no YaST for one and protonvpn just does not work at all so I haven't played GTAV in a few days. Today was my first day before exams so a lot of people were stressed and me likewise, I guess it will be over in just over a month so D: Anyway I should do a pastpaper now, maybe go over mitosis, oh god this is so boring! Also, my neighbour wished me luck on my <u>O Levels</u><br/>Fly You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="15">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="15" id="comments"></div></div><p class="previous"><a href="14.html"><-- Previous</a></p><p class="next"><a href="16.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sun, 12 May 2024 12:52:14</h3>
<h3 class="blog-date">7e9f 85/7e8</h3>
<h1 class="blog-title">Kingdom of the Planet of the Apes - 3/5</h1>
<p class="blog-content">The film had a slow start but I really liked the whole half an hour or so with the orangutang, I thought that was very interesting how different groups had different interpretations on what Ceasers message was. I don't think I fully understood the ending however, I must watch it again to fully understand it.<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="16">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="16" id="comments"></div></div><p class="previous"><a href="15.html"><-- Previous</a></p><p class="next"><a href="17.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sun, 12 May 2024 10:00:04</h3>
<h3 class="blog-date">6003 85/7e8</h3>
<h1 class="blog-title">Macbeth, Macbeth, where art thou Macbeth?</h1>
<p class="blog-content">I hate Macbeth, I got English Lit exam tommorow on him and then I will NEVER have to think about that bloke every again! Also Christmas Carol but that isn't as bad as Shakespeare *shudder* the exam will be hellish though so >:( yeah ok, this was a short one,, just a rant I suppose<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="17">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="17" id="comments"></div></div><p class="previous"><a href="16.html"><-- Previous</a></p><p class="next"><a href="18.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Mon, 13 May 2024 00:00:00</h3>
<h3 class="blog-date">f555 86/7e8</h3>
<h1 class="blog-title">The Twelve Tasks of Asterix - 2.5/5</h1>
<p class="blog-content">I have had the book of the film forever and only just got around to watching it,It's alright, I really don't have much to say about it other than that hearing the characters voices is REALLY weird having only read them (other than Asterix and the Middle Kingdom which I've tried to block out of my brain) so that was interesting. It defo was better than Asterix and the Middle Kingdom. The bit with the permits was funny af though and it still has a lot of the humour from the comics which translated better than I expected! If I rated this purely based on nostalgia from the book it would be an easy 4 stars.</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="18">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="18" id="comments"><b>DeaDVey</b>: <i>HEY GUYS!</i><br/></div></div><p class="previous"><a href="17.html"><-- Previous</a></p><p class="next"><a href="19.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sun, 26 May 2024 07:54:31</h3>
<h3 class="blog-date">49b1 93/7e8</h3>
<h1 class="blog-title">Half Term</h1>
<p class="blog-content">Now that Half Term is here and most of my exams are done (only 6 left), I feel like I can relax a bit, I'm going to be working on the website a bit more hopefully, I also forgot to push to github in a while so I did that lol errr yeah - Basically just Maths revision as I think I'm mostly fine on Science, but who knows until August ¯\_(ツ)_/¯<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="19">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="19" id="comments"><b>sussy</b>: <i>baka</i><br/><b>max</b>: <i>Hello guys!</i><br/><b>not_deadvey</b>: <i>I totally agree, and DeaDvey is SO cool and awesome btw!!!</i><br/><b>deadvey</b>: <i>Aww, thanks so much not_deadvey!</i><br/><b>not_deadvey</b>: <i>OMFG A CELEBRITY SPOKE TO ME!!!!!!!! :O</i><br/></div></div><p class="previous"><a href="18.html"><-- Previous</a></p><p class="next"><a href="20.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Mon, 11 Dec 2023 12:00:00</h3>
<h3 class="blog-date">8000 159/7e7</h3>
<h1 class="blog-title">I didn't like Wordpress</h1>
<p class="blog-content">So... Yeah, I didn't like wordpress very much, it's pretty clunky and I don't have much control over the webpage, and it's kinda not that fun to use, I'm glad I tried it out though because I kind of know how to use it know I suppose, I might copy over the wordpress back over to this so I can use it myself for fun I suppose.</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="2">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="2" id="comments"></div></div><p class="previous"><a href="1.html"><-- Previous</a></p><p class="next"><a href="3.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Thu, 30 May 2024 01:02:36</h3>
<h3 class="blog-date">76 97/7e8</h3>
<h1 class="blog-title">Website update: Comments</h1>
<p class="blog-content">I err added comments to the bottom of blog posst which should work fine (hopefully) so yeah and also I got ridof the comics section becauce I didn't like it umm oh yeah so the comments thingy I made the website use node rather than apache (with a lot of help) and um then I use the submitted data to write to a file wwhich is then used to reference to show the comments and stuff so yeah gn I'm tired<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="20">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="20" id="comments"><b>deadvey</b>: <i>ok, here's the comments</i><br/><b>deadvey</b>: <i>From w3m!</i><br/><b>deadvey</b>: <i>third</i><br/><b>deadvey</b>: <i>forth</i><br/></div></div><p class="previous"><a href="19.html"><-- Previous</a></p><p class="next"><a href="21.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sat, 8 Jun 2024 2:06:15</h3>
<h3 class="blog-date">bc7 a0/7e8</h3>
<h1 class="blog-title">Weird: The Al Yankovic Story - 4/5</h1>
<p class="blog-content">My favourite bit was when Alfred assassinated famous drug lord Pablo Escobar by shurikening him in the face!</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="21">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="21" id="comments"><b>deadvey</b>: <i>weird film</i><br/></div></div><p class="previous"><a href="20.html"><-- Previous</a></p><p class="next"><a href="22.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Wed, 12 Jun 2024 12:00:07</h3>
<h3 class="blog-date">755b a4/7e8</h3>
<h1 class="blog-title">One exam left!</h1>
<p class="blog-content">Well, now I've only got one exam left on Friday, Physics Paper 2 so after that I should be a bit more active hopefully idk, I still want to add automatic syncing with Letterboxd hopefully, I can try do that on the weekend at some point.</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="22">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="22" id="comments"><b>deadvey</b>: <i>Can&amp;#039;t wait!</i><br/></div></div><p class="previous"><a href="21.html"><-- Previous</a></p><p class="next"><a href="23.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Wed, 12 Jun 2024 12:57:55</h3>
<h3 class="blog-date">7fa1 a4/7e8</h3>
<h1 class="blog-title">Clancy (Twenty One Pilots) - 3.5/4</h1>
<p class="blog-content">Good album but Scaled and Icy is better, I got the CD! I think Overcompensate and The Craving (Jennas version) are the best songs, I have Overcompensate stuck in my head.</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="23">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="23" id="comments"></div></div><p class="previous"><a href="22.html"><-- Previous</a></p><p class="next"><a href="24.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sun, 16 Jun 2024 11:10:07</h3>
<h3 class="blog-date">6c77 a8/7e8</h3>
<h1 class="blog-title">Inside Out 2 - 2.5/5</h1>
<p class="blog-content">It was alright but I think it would've been better if the story ended on the fade to white when she passed the puck to her team-mate because the story is more about her development rather than weather she scores the goal or not.</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="24">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="24" id="comments"><b>deadvey</b>: <i>it;s alright</i><br/></div></div><p class="previous"><a href="23.html"><-- Previous</a></p><p class="next"><a href="25.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Wed, 3 Jul 2024 01:48:14</h3>
<h3 class="blog-date">893 b9/7e8</h3>
<h1 class="blog-title">LOTR Conquest - 4/5 ❤️</h1>
<p class="blog-content">I finally got LOTR conquest and it's so flipping good, It's like Battlefront 2 (the orignal one) but it's Lord of the Rings, great combination! I've been playing it non stop for the last few days since I got the disk, unfortunatley multiplayer is no longer supported but there seems to be a community presence with modding and there is a way to pretend to be on the same lan as others so you can play like that using Radmin VPN, unfortunatley, Radmin does no work on Linux :( even through Wine which is annoying, guess I'll just play singleplayer, still very enjoyable however!</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="25">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="25" id="comments"></div></div><p class="previous"><a href="24.html"><-- Previous</a></p><p class="next"><a href="26.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Wed, 3 Jul 2024 01:59:32</h3>
<h3 class="blog-date">a95 b9/7e8</h3>
<h1 class="blog-title">Slingshot - 3.5/5</h1>
<p class="blog-content">VERY simple game I found on <a href='https://flathub.org/apps/com.github.ryanakca.slingshot'>Flathub</a> where you have to defeat the eneemy by shooting a missile out of a spaceship but there are planets that have gravity so you have to take that into account as well, it's multiplayer as well, really easy to host a server (port 3999) however the multiplayer seems very buggy with invisible planets and what not, it was last updated 6 years ago so that probably wont get fixed, the game is still very fun though and I played it for a while!</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="26">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="26" id="comments"><b>deadvey</b>: <i>Couldn&amp;#039;t find official art work for this so that is a screenshot.</i><br/></div></div><p class="previous"><a href="25.html"><-- Previous</a></p><p class="next"><a href="27.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Fri, 5 Jul 2024 19:08:11</h3>
<h3 class="blog-date">c174 bb/7e8</h3>
<h1 class="blog-title">Deus Ex play begun</h1>
<p class="blog-content">I've began playing Deus Ex and it seems fun so far, however it's VERY hard, even on easy difficulty I've been stuck on the first mission for about 3 hours so yeah.</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="27">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="27" id="comments"></div></div><p class="previous"><a href="26.html"><-- Previous</a></p><p class="next"><a href="28.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sun, 7 Jul 2024 13:25:10</h3>
<h3 class="blog-date">8479 bd/7e8</h3>
<h1 class="blog-title">The Dictator - 3/5</h1>
<p class="blog-content">I found this film funny but the story is a bit short and the jokes sometimes were a bit forced, I also think it fails as it's all much more scripted than Ali G or Borat (played by Sacha Baron Cohen) also I liked how he pretended to be liking democracy at the end but then just made himself always be voted in.</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="28">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="28" id="comments"></div></div><p class="previous"><a href="27.html"><-- Previous</a></p><p class="next"><a href="29.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Mon, 8 Jul 2024 00:48:47</h3>
<h3 class="blog-date">fe02 be/7e8</h3>
<h1 class="blog-title">Borat - 3.5/5</h1>
<p class="blog-content">Very funny and very chaotic, can't believe they had a naked fight in a hotel ._. Like wtf, I wonder how much of this is scripted</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="29">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="29" id="comments"></div></div><p class="previous"><a href="28.html"><-- Previous</a></p><p class="next"><a href="30.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Thu, 21 Dec 2023 12:00:00</h3>
<h3 class="blog-date">8000 163/7e7</h3>
<h1 class="blog-title">Late December Update Before Christmas</h1>
<p class="blog-content">Hey guys, so I have been trying out Nextcloud since I did the last blog and I really like it, it's very good, the calendar especially, I think I definately prefer it to Proton Drive and Calendar because it's way better intergreated in to apps and stuff, there's also apps for it on the Ubuntu Touch store, which lacks Proton apps, the notes are also great as is the RSS reader that I can sync. Secondly, I have also began watching Attack on Titan again as my freind has been going on about it, I'm readig the Manga but it is so slow, so I'll probably keep watching the Animé which I like. Christmas is in a few days and we break up tommorow which is pretty exiting and I'll see some family, I think I'm getting the <a href='https://www.raspberrypi.com/products/raspberry-pi-5/'>Raspberry Pi 5</a> which is cool. Finally, I got the <a href='https://store.steampowered.com/app/582160/Assassins_Creed_Origins/'>Assassins Creed Origins game</a> which I already had on PS4 but now I have on Steam because it was on sale, but I can't get it to work so I'll have to figure that out over the weekend, anyway, that is probably it for today.<br/>Fly You High - DeaDvey<br/><img src='https://searx.be/image_proxy?url=https%3A%2F%2Fi.pinimg.com%2F236x%2Fc5%2F7f%2Fe1%2Fc57fe1d506c6a3aa53bd953199b7ea9f.jpg&h=60634c3b8432ca80d66386441593891a87a58ae6ec4810c40a64a665b0e677fc' height='200' alt='An image of Assassins Creed Origins' /><img src='https://upload.wikimedia.org/wikipedia/commons/9/98/23551-Raspberry-Pi-5-8G-feature.jpg' height='200' alt='An image of a Raspberry Pi 5'/></p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="3">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="3" id="comments"></div></div><p class="previous"><a href="2.html"><-- Previous</a></p><p class="next"><a href="4.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Mon, 8 Jul 2024 00:53:07</h3>
<h3 class="blog-date">fec7 be/7e8</h3>
<h1 class="blog-title">Star Wars Battlefront 2 (2005) - 4.5/5 ❤️</h1>
<p class="blog-content">FUN, bruv I can't say anything more, it's just so FUN</br><a href='https://www.igdb.com/games/star-wars-battlefront-ii'>IGDB</a></p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="30">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="30" id="comments"></div></div><p class="previous"><a href="29.html"><-- Previous</a></p><p class="next"><a href="31.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Thu, 11 Jul 2024 18:19:58</h3>
<h3 class="blog-date">b8e2 c1/7e8</h3>
<h1 class="blog-title">#stopchatcontrol and Deus Ex</h1>
<p class="blog-content">Firstly, I read an article about chat control coming to the EU which is where all messages and emails (encrypted or not) are scanned indiscriminately if you live in the EU or are sending mesasges to someone in the EU, sounds like a really bad idea, read more here: <a href='https://chatcontrol.eu'>chatcontrol.eu</a>. Secondly, I've been playing Deus Ex loads more and it is very hard but I've just<details><summary>Spoiler:</summary>Reached Hong Kong after escaping the UNATCO HQ, I kind of wanted JC to just stay in UNATCO and be the bad guy, but that's just me :|</details>Anyway, I think that's it, not much other than building a shed in the garden has happened this last few days!<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="31">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="31" id="comments"><b>deadvey</b>: <i>there&amp;#039;s also a change.org petition for stopping the chat control</i><br/></div></div><p class="previous"><a href="30.html"><-- Previous</a></p><p class="next"><a href="32.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Fri, 12 Jul 2024 02:47:43</h3>
<h3 class="blog-date">1326 c2/7e8</h3>
<h1 class="blog-title">Twin terminal WM</h1>
<p class="blog-content">I'm currently trying out TwinWM as a tty based (No X or Wayland) window manager and it's pretty cool, of course there are no graphical apps, but have been trying out Aerc again, although not without it's bugs lmfao<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="32">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="32" id="comments"></div></div><p class="previous"><a href="31.html"><-- Previous</a></p><p class="next"><a href="33.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Thu, 17 Jul 2024 19:25:22</h3>
<h3 class="blog-date">c482 c7/7e8</h3>
<h1 class="blog-title">Bean - 3/5</h1>
<p class="blog-content">Pretty funny at times but not as good as the TV show, I recorded this because I thought it looked like a good time and it was, never an amazing film but a good time nonetheless.<details><summary>Spoiler:</summary>My favourite bits were when the security guard shat himself (and showed up at the end) and also when Mr Bean became a surgeon on accident.</details><br/>Fly You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="33">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="33" id="comments"><b>deadvey</b>: <i>Also the son is annoying.</i><br/></div></div><p class="previous"><a href="32.html"><-- Previous</a></p><p class="next"><a href="34.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Thu , 18 Jul 2024 11:05:42</h3>
<h3 class="blog-date">6bae c8/7e8</h3>
<h1 class="blog-title">Shazam - 3.5/5</h1>
<p class="blog-content">A funny and lighthearted superhero film, I think the bad buy could've been more evil because I didn't find that much intrinsic reason to hate him. I remember seeing this film in adverts back whenever it came out and thought it looked kind of boring so I was pleasantly surprised at how good it was, and the ending scene was pretty cool too. Do american schools really have security guards lol? Or was that just made up for the film?</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="34">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="34" id="comments"></div></div><p class="previous"><a href="33.html"><-- Previous</a></p><p class="next"><a href="35.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sun, 21 Jul 2024 15:00:00</h3>
<h3 class="blog-date">9555 cb/7e8</h3>
<h1 class="blog-title">Blur: To the End - 2.5/5</h1>
<p class="blog-content">My parents saw this in Wembley and said I was very good, so we saw this and it was a pretty enjoyable day out, there is a post credits scene that was about 15 minutes long which was a bit surprising lol, guess everything has to that now. My favourite thing was how the camera kept zooming in on Damon's tatoo that said 'I am a cunt' also everyone in the cinema laughed when he said that people beat him up because they thought he was a cunt, so dead pan and well delivered!</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="35">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="35" id="comments"></div></div><p class="previous"><a href="34.html"><-- Previous</a></p><p class="next"><a href="36.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Wed, 24 Jul 2024 11:00:00</h3>
<h3 class="blog-date">6aab ce/7e8</h3>
<h1 class="blog-title">Twisters - 3/5</h1>
<p class="blog-content">Pretty fun action film, with some wild and stressfull scenes and I-wish-was-accurate science<details><summary>Spoiler:</summary> I really thought Tyler was gonna be a bad guy and he really sold the cocky jerk but he ended up being nice, and so did Javi, everyone was good, other than Ben. Unfortunatley I did not see the 4D version so the cinema screen didn't get actually ripped from the room :( would've improved the immersiveness.</details></p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="36">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="36" id="comments"></div></div><p class="previous"><a href="35.html"><-- Previous</a></p><p class="next"><a href="37.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Wed, 7 Aug 2024 02:11:58</h3>
<h3 class="blog-date">ccb dc/7e8</h3>
<h1 class="blog-title">My profile picture evolution</h1>
<p class="blog-content">I have had 8 major profile pictures over the last 5-6 years, firstly, I had a nabstablook profile picture which was just the character nabstablook from Undertale that was my image for quite a while, then, in around 2019 I wanted to have a profile picture that I'd made myself so I drew out a guy in a green hoodie (me) because I wore a green hoodie a lot at the time, it had purple eyes that was meant to be enderman eyes and a tardis in the background because I like doctor who, then I wanted to add in more things from media that I like, the one ring around the neck for lord of the rings a siver crown with blue silmarillions from The Silmarillion (from the same universe of the Lord of the Rings) and finally the amongus running on my shoulder, this was my profile picture for a while until I updated it with similar transparent png version with headphones which I actually made my taking a photo of myself and tracing the image around me, unfortunatley I have long the original image so that is only in my memory. A few months after this I remade the green jumper image again but with the tardis background again, this one was a bit more cartooy than the original and had a hard black outline, this one also had a jar of marmite on my shoulder because I like marmite and my arm was up at my face in a thinking pose. I had two more variants that used the gruvbox theme which I used for a short period of time, one that had a grey jumper and one that had a green jumper, both of these were more pixelated because I wanted to more dynamically change colours on the image, they also had a wrist warmer which I sometimes wear. After a few months (and only about a week ago) I wanted a clean start so I took a picture of a crochet dinosaur that someone I know made for me that is on top of my PC right now, I cut out the background making it a tranparent pn which is my current profile picture on most places although not everywhere, I should make a list of places to change my profile picture lol. Anyway, I'll put the 7 ones that I do have below (the lost one is between 3 and 4)</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="37">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="37" id="comments"></div></div><p class="previous"><a href="36.html"><-- Previous</a></p><p class="next"><a href="38.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sat, 17 Aug 2024 00:52:33</h3>
<h3 class="blog-date">fead e6/7e8</h3>
<h1 class="blog-title">Why the inactivity?</h1>
<p class="blog-content">I was on holiday, I'm back now, will do a NixOS blog at some point</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="38">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="38" id="comments"></div></div><p class="previous"><a href="37.html"><-- Previous</a></p><p class="next"><a href="39.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sat, 18 Aug 2024 16:41:06</h3>
<h3 class="blog-date">a74f e7/7e8</h3>
<h1 class="blog-title">NixOS is SO cool - 4.5/5 ❤️</h1>
<p class="blog-content">I've started using NixOS (my third time trying(I used to use <a href='https://deadvey.com/blog/blogs/43.html'>Tumbleweed</a>)) and I finally understand why it's so cool, I have my nix config <a href='https://gitlab.com/deadvey/nixos'>here on Gitlab</a> and I have configured my whole system from that file, I have even my home manager here as I think I prefer if everything is in one file, I also made a script to auto push successfull edits to gitlab, the only thing I haven't done yet it make curved edges to my waybar that matches the window curvature of everything else, I'll get on that after this blog haha. The main issue is some apps wont boot like GIMP. I also have the colouring (Gruvbox) and other things as variables at the top eg corner radius and gaps, I just really like it anyways yeah, this is pretty short because I want to get back to editting NixOS, Byeee<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="39">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="39" id="comments"></div></div><p class="previous"><a href="38.html"><-- Previous</a></p><p class="next"><a href="40.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sun, 24 Dec 2023 00:01:23</h3>
<h3 class="blog-date">3f 166/7e7</h3>
<h1 class="blog-title">RSS feeds and Star Wars Squadrons</h1>
<p class="blog-content">Hey people (person(me)), I just updated my website to have an <a href='https://en.wikipedia.org/wiki/RSS'>RSS Feed</a> so that I can read them in Fluent Reader or Nextcloud News, the two RSS readers I use mostly, I cannot get them all to show up in Nextcloud News however, only the most recent one, maybe an issue with the formating? Ah well, I'll try troubleshoot that I guess. Secondly, I recently got the game <a href='https://store.steampowered.com/app/1222730/STAR_WARS_Squadrons/'>Star Wars Squadrons</a> on my PC after already having played it on my PS4 and I was surprised at the poor reviews, I always found the game really fun and the integrated HUD really fun to use, guess I just am different lol, anyway<br/> Fly You High - DeaDvey<br/><img src='https://cdn.cloudflare.steamstatic.com/steam/apps/1222730/header.jpg?t=1662047498' /></p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="4">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="4" id="comments"></div></div><p class="previous"><a href="3.html"><-- Previous</a></p><p class="next"><a href="5.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sat, 17 Aug 2024 22:36:21</h3>
<h3 class="blog-date">e676 e6/7e8</h3>
<h1 class="blog-title">Taylor Swift: The Eras Tour - 3.5/5</h1>
<p class="blog-content">I'm not a massive taylor swift fan (I have a few of her songs) but my god this concert was impressive, my siter was watching it and my attention was not fully on it, for a concert this is top notch performance. Not really a film but I suppose I'll put it under film review anyway (I watched this on Wednesday while on holiday)</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="40">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="40" id="comments"></div></div><p class="previous"><a href="39.html"><-- Previous</a></p><p class="next"><a href="41.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sat, 17 Aug 2024 10:45:01</h3>
<h3 class="blog-date">6801 e6/7e8</h3>
<h1 class="blog-title">GTA IV - 4/5 ❤️</h1>
<p class="blog-content">Wow, I've been playing this with my dad a bit and I think it's a lot better than GTA V (other than graphics), the gameplay is more fun, the story is more interesting and the missions are more enjoyable (and more challenging), the only thing I can say it that the police are a bit too dumb, good work on this Rockstar, I can understand why it's <a href='https://www.metacritic.com/browse/game/'>3rd best game of all time</a>, now I just need to try Ocarina of time and SoulCalibur haha</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="41">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="41" id="comments"><b>deadvey</b>: <i>You need an N64 for ocarina of time :(</i><br/></div></div><p class="previous"><a href="40.html"><-- Previous</a></p><p class="next"><a href="42.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sat, 17 Aug 2024 23:25:47</h3>
<h3 class="blog-date">ef40 e6/7e8</h3>
<h1 class="blog-title">Teenage Dirtbag (Wheatus) - 4.5/5 ❤️</h1>
<p class="blog-content">I really like this song, Wheatus really hit the nail on the head with this one, from the classic intro music to the great ending, top notch.</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="42">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="42" id="comments"></div></div><p class="previous"><a href="41.html"><-- Previous</a></p><p class="next"><a href="43.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sun, 18 Aug 2024 22:33:06</h3>
<h3 class="blog-date">e5e2 e7/7e8</h3>
<h1 class="blog-title">OpenSUSE Tumbleweed - 4/5 ❤️</h1>
<p class="blog-content">I ony just recently hopped off of using Tumbleweed as my main distro (now I'm using NixOS), but I still really like it. Firstly, the mascot is really, cute (That's not a very important point, but I'll mention it nonetheless, most distros don't have oficial mascots unfortunatley). I also REALLY like Yast, but I do think the nix config is better even if it's less easy to use. Finally, I like how I can get recent packages and it's also stable, so winwin. Basically it's NixOS but worse, I have now realised. haha.</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="43">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="43" id="comments"><b>javalsai</b>: <i>Wow, this is great, DeaDvey is SO cool!!!</i><br/><b>javalsai(fake)</b>: <i>Naw, bro&#039;s impersonating me</i><br/><b>javalsai(fake)</b>: <i>Imagine bad html encoding 😬</i><br/><b>deadvey</b>: <i>Whoops, idk how to fix that can&#039;t lie.</i><br/></div></div><p class="previous"><a href="42.html"><-- Previous</a></p><p class="next"><a href="44.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Mon, 19 Aug 2024 02:14:52</h3>
<h3 class="blog-date">d4f e8/7e8</h3>
<h1 class="blog-title">Good Ridance (Green Day) - 4.5/5 ❤️</h1>
<p class="blog-content">Along with Boulevard of Broken Dreams, this is my favourite Green Day song, the lyrics are so lovely and I like the melody, it feels stragley nostalgic as well. I saw this in a car advert during the Euros and started singing it aloud, such a fun song</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="44">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="44" id="comments"></div></div><p class="previous"><a href="43.html"><-- Previous</a></p><p class="next"><a href="45.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Mon, 19 Aug 2024 02:23:57</h3>
<h3 class="blog-date">eed e8/7e8</h3>
<h1 class="blog-title">SONG Marshall versus the Machines - 2.5/5</h1>
<p class="blog-content">Not super into folk music but this is pretty good, it definitley helps that it's comedic, I love the comedy/parody music in HIMYM (and in general), though not the best of the HIMYM songs, Feels very random. Barney's suits song is much better in my opinion.</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="45">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="45" id="comments"></div></div><p class="previous"><a href="44.html"><-- Previous</a></p><p class="next"><a href="46.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Mon, 19 Aug 2024 02:28:56</h3>
<h3 class="blog-date">fcf e8/7e8</h3>
<h1 class="blog-title">FILM Civil War (2024) - 4.5/5 ❤️</h1>
<p class="blog-content">This film actually made me scared even though I'm not American, it's a reminder of how quickly and disastrously a comfy life can de ravel into chaos. <details><summary>Spoiler</summary>The whole scene with that guy in red sunglasses was so good and so scary, he was just insane, killing anyone if they said something he slightly didn't like, I don't even know what side he was on! The whole final act with the Western Forces storming the white-house was so good and the final shot of the soldiers ruthlessly killing the president was amazing. I also loved how the film didn't just pick a side of the conflict and root for them the whole time, instead it just shows some War Photographers witnessing this mess.</details> I'm so glad I saw this film, I got the DVD as soon as it released</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="46">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="46" id="comments"></div></div><p class="previous"><a href="45.html"><-- Previous</a></p><p class="next"><a href="47.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Mon, 19 Aug 2024 02:36:31</h3>
<h3 class="blog-date">1129 e8/7e8</h3>
<h1 class="blog-title">Review section update</h1>
<p class="blog-content">So, because I had so many review categories (<a href='https://deadvey.com/blog/reviews/'>See the reviews page</a>) I made <a href='https://deadvey.com/blog/reviews/'>a single page for all of them</a>, the main ones are film, video game and song reviews, I might add some more, like software and food, but for now I have 7 categories of things to review (Even though I have no shows reviewed haha).I've been reviewing a lot of things lately.<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="47">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="47" id="comments"></div></div><p class="previous"><a href="46.html"><-- Previous</a></p><p class="next"><a href="48.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Mon, 19 Aug 2024 16:01:23</h3>
<h3 class="blog-date">a03f e8/7e8</h3>
<h1 class="blog-title">SONG Ever Fallen in Love (Buzzcocks) - 3.5/5</h1>
<p class="blog-content">Classic and catchy chorus, a real singalong song. I also really like the line 'And if I start a commotion/I run the risk of losing you, and that's worse' I think this encapsulates Toxic relationships where one member doesn't critisize the other because they are afraid of the implications</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="48">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="48" id="comments"></div></div><p class="previous"><a href="47.html"><-- Previous</a></p><p class="next"><a href="49.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Mon, 19 Aug 2024 19:30:24</h3>
<h3 class="blog-date">c568 e8/7e8</h3>
<h1 class="blog-title">FILM Despicable Me - 3/5</h1>
<p class="blog-content">This is obviously the best Despicable Me film, and I only today realised that Gru is voiced by Steve Carell and Vector (Direction and Magnitude) is voiced by Jason Segel, weirdly, just yesterday I reviewed <a href='https://deadvey.com/blog/blogs/45.html'>Marshall versus the Machines</a> which is also Jason Segel. Anyways, the review haha... Funny premise of a super villain stealing the moon and also looking after his three adopted kids! I think Gru would've been more successful if he befriended Vector at the start rather than freezing his head because then they wouldn't have been squabbling and couldn't stolen the moon easier... idk. I think Edith is my favourite of the children and I like Gru's mental car.</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="49">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="49" id="comments"></div></div><p class="previous"><a href="48.html"><-- Previous</a></p><p class="next"><a href="50.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Mon, 25 Dec 2023 18:52:08</h3>
<h3 class="blog-date">c945 167/7e7</h3>
<h1 class="blog-title">Merry Christmas!</h1>
<p class="blog-content">Merry Christmas everyone! Hope everyone is having a great day :), I had an interesting day, I got a Raspberry Pi 4 (4G version) and it's really cool, I already got <a href='https://supertuxkart.net/Main_Page'>Super Tux Kart</a> which is fun, I've also connected it to wifi and that's about it, I got a new keyboard which is way better than my old cheap stiff one, it seems to have helped my wpm, I got a massive power bank which has been charging for 3 hours now and has gone up 18% on the bank, meaning there is A LOT of total power in there :D Finally, I've gotton a new monitor for a grand total of 3 which is nice, I can have firefox on one, music on the other and a game on the third, I love it. I also got a Tux sticker which is super nice and a mug whcih says 'number #0 programmer' lol.<br/>Fly You High - DeaDvey<br/><img src='https://i.pinimg.com/originals/3c/b3/91/3cb39177fe9f33771c961835ac85c754.png' height='200' alt='image of tux' /><img src='/images/supertuxkart.png' alt='Image of supertux kart' height='200'/></p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="5">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="5" id="comments"></div></div><p class="previous"><a href="4.html"><-- Previous</a></p><p class="next"><a href="6.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Tue, 20 Aug 2024 17:55:39</h3>
<h3 class="blog-date">b48f e9/7e8</h3>
<h1 class="blog-title">SONG Tears Dry on their Own (Amy Winehouse) - 4/5 ❤️</h1>
<p class="blog-content">Amy Winehouse is a great artist, it's so sad that she died so young, this is probably my favourite of her songs though. The lines 'I wish I could say no regrets / And no emotional debts' is quite a powerful one I think, shows she wishes she didn't care that 'He' walked away, but in fact, he did. Such a talented singer!</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="50">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="50" id="comments"><b>deadvey</b>: <i>test</i><br/></div></div><p class="previous"><a href="49.html"><-- Previous</a></p><p class="next"><a href="51.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Tue, 20 Aug 2024 23:45:14</h3>
<h3 class="blog-date">f2b5 e9/7e8</h3>
<h1 class="blog-title">BOOK Why Don't Penguins Feet Freeze? (NewScientist) - 3.5/5</h1>
<p class="blog-content">My grandmother gave this to me, it was my late grandfathers and it's pretty interesting, it's just interesting questions being answered by NewScientist readers. As for why <a href='https://deadvey.com/blog/blogs/5.html'>penguins (Tux reference?)</a> feet don't freeze, it seems that the arteries that go to their feet are in pairs one hot, and one cold, so the heat is transfered to the cooler artery rather than the floor! Yeah, just an interesting book</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="51">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="51" id="comments"></div></div><p class="previous"><a href="50.html"><-- Previous</a></p><p class="next"><a href="52.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Wed, 21 Aug 2024 23:59:55</h3>
<h3 class="blog-date">f552 ea/7e8</h3>
<h1 class="blog-title">FILM Citizen Kane - 3.5/5</h1>
<p class="blog-content">I did a review on this <a href='https://letterboxd.com/deadvey/film/citizen-kane/'>on Letterboxd</a> a while ago and gave it three stars, here is that review: <i>Idk, I know its super popular, but I think its not really for me, the story is a bit slow and oddly paced and the ending is the best but by far, most of it is kind if bland.</i><br/>My opinion hasn't changed that much, but I do think it's a little bit better on second viewing, perhaps I just understood the plot a bit better. Our painter did say it was the best film of all time, which I wouldn't quite agree with, but it is good none the less, less bland and less slow-feeling that my original review. I watched it with my friend who <a href='https://letterboxd.com/lexi_lexi/film/citizen-kane/'>found it funny</a> but gave it 2 stars. I still like the ending where <details><summary>Spoiler</summary>Rosebud is revealed to be his childhood sled, indicating that it was the last time in his life that he was happy was with his sled and before he became rich! deep</details></p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="52">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="52" id="comments"></div></div><p class="previous"><a href="51.html"><-- Previous</a></p><p class="next"><a href="53.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Mon, 26 Aug 2024 00:49:06</h3>
<h3 class="blog-date">fe10 ef/7e8</h3>
<h1 class="blog-title">GCSE results</h1>
<p class="blog-content">As you may (if you live in england) the <a href=''https://deadvey.com/blog/blogs/15.html'>GCSE</a> results released on Thurday, which was a stressful day for me (especially as my dad seemed more exited than I) I went in to collect my results at 9am and then went straight back home to open them. For those who don't live in the UK, here's what the grades mean 9 is the best grade and U is the worst, in tiered exams (Higher/Foundation) you can not get any grade (Higher is 3 - 9 and Foundation is U - 5 (U being like a 0)) SO here's what I got...<ul><li>Computer Science - 9</li><li>Maths - 9</li><li>Physics - 9</li><li>Biology - 8</li><li>Chemistry - 8</li><li>RE - 8 *</li><li>English Language - 6</li><English Literature - 5</li><li>French - 5 †</li><li>Music Technology - Level 2 Merit ††</li></ul><br/>I'm pretty happy with my results, I knew I wouldn't do very well in English even though I got better grades in the <a href='https://deadvey.com/blog/blogs/13.html'>mocks</a>, and I was also hoping for 9's in Bio and Chem, but alas. I am planning on doing Physics, Maths and Computer Science at college so that's a good thing I got 9's in those subjects! Idk why I didn't make this page earlier, but I was writing <a href='https://deadvey.com/blog/blogs/45.html'>random ass reviews</a> last week<br/>Fly You High - DeaDvey<br/>Update, I've now <a href='https://deadvey.com/blog/blogs/57.html'>enroled</a><br/><br/><small>* RE is being remarked so could be a 9<br/>† French Foundation</br>†† About equivalent to a 5/6</small></p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="53">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="53" id="comments"></div></div><p class="previous"><a href="52.html"><-- Previous</a></p><p class="next"><a href="54.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Tue, 27 Aug 2024 16:53:59</h3>
<h3 class="blog-date">a999 f0/7e8</h3>
<h1 class="blog-title">Old laptop scrapped</h1>
<p class="blog-content">My sister gave me her old <a href='https://www.huawei.com/uk/'>Huawei</a> laptop which had a broken charging port, I had no interest in getting it fixed (<a href='https://deadvey.com/blog/blogs/6.html'>especially as I have this laptop!</a>) so I unscrewed the back and took out the nvme storage and wifi adapter (my pc has no wireless support) but unfortunatley the card did not fit :(. I'm going to use the nvme for storage and I don't know what I'll do with the wifi card... I'll try get a picture up here if I can, my camera is playing up recently though.<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="54">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="54" id="comments"></div></div><p class="previous"><a href="53.html"><-- Previous</a></p><p class="next"><a href="55.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Tue, 27 Aug 2024 17:14:12</h3>
<h3 class="blog-date">ad31 f0/7e8</h3>
<h1 class="blog-title">Batman! The batmobile is out of batteries!</h1>
<p class="blog-content">What's a terry?</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="55">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="55" id="comments"></div></div><p class="previous"><a href="54.html"><-- Previous</a></p><p class="next"><a href="56.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Tue, 27 Aug 2024 17:15:35</h3>
<h3 class="blog-date">ad70 f0/7e8</h3>
<h1 class="blog-title">Crappy mp3 player from EBAY</h1>
<p class="blog-content">I was looking on ebay for a portable mp3 player <a href='https://deadvey.com/blog/blogs/58.html'>since my iPod broke</a> and found a dirt cheat one that is a usb stick that you can plug into a computer, I thought why not, it's cheap, might not work, but it will be another linux USB drive if it doesn't work so win-win. Long story short... it didn't work. Long story long... the mp3 player has a micro SD card (TF) slot where the data is stored and then when you plug the mp3 player in you can see the contents of the micro sd card (I already had one(32GB)) so I wiped that and put a few songs on the tf card just to test if the player worked, of course, I had to put a <a href='https://deadvey.com/blog/blogs/55.html'>battery</a> in (AAA) and then I could power on the player. So the player has 3 modes, radio, music player and settings, the settings works fine, the Radio might work, but it has always picked up static when I've tried it... And the music player dones't work at ALL, I have tried so ext4, fat32, ntfs file systems and plenty different file formats to see if that was the issue, but the music player just doesn't open, let alone play music. Guess I'll be playing music from the computer only :(<br/>Fly You High - DeaDvey<br/>P.S check out <a href='https://deadvey.com/blog/blogs/54.html'>this post</a> (More troubleshooting)</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="56">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="56" id="comments"></div></div><p class="previous"><a href="55.html"><-- Previous</a></p><p class="next"><a href="57.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Tue, 27 Aug 2024 17:28:25</h3>
<h3 class="blog-date">afb8 f0/7e8</h3>
<h1 class="blog-title">College enrolement</h1>
<p class="blog-content">I've enroled at college, I had to show them my <a href='https://deadvey.com/blog/blogs/53.html'>GCSE results</a> and my passport, it all went fairly smoothly, though there was no warning that they would take a photo so in my id card I look like a proper nonce.</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="57">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="57" id="comments"></div></div><p class="previous"><a href="56.html"><-- Previous</a></p><p class="next"><a href="58.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Tue, 27 Aug 2024 17:45:25</h3>
<h3 class="blog-date">b2be f0/7e8</h3>
<h1 class="blog-title">iPod broke :(</h1>
<p class="blog-content">My iPod which is like nearly 20 years old broke the other day, sad, I used to listen to all my music on that thing, it just wont turn on, no matter how much I charge it and stuff, probably an issue with the battery, I might try fix it but I doubt I'll have any luck actually... Knowing apple 🙄, in the meettime, <a href='https://deadvey.com/blog/blogs/56.html'>I've got a new mp3 player, which also doesn't work!</a></p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="58">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="58" id="comments"></div></div><p class="previous"><a href="57.html"><-- Previous</a></p><p class="next"><a href="59.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sat, 7 Sep 2024 3:45:15</h3>
<h3 class="blog-date">1d61 fb/7e8</h3>
<h1 class="blog-title">Terminator 2: Judgement Day - 3.5/5</h1>
<p class="blog-content">Better than the first, gotta love Arnold!</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="59">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="59" id="comments"></div></div><p class="previous"><a href="58.html"><-- Previous</a></p><p class="next"><a href="60.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Thu, 28 Dec 2023 20:41:39</h3>
<h3 class="blog-date">dcbd 16a/7e7</h3>
<h1 class="blog-title">Homemade laptop, Nextcloud and possible updates to website</h1>
<p class="blog-content">This week I used my raspberry pi to make a Homemade laptop, for the case I used a cardboard box with a hinge duck taped to the back so it doesn't flop around. I used a drawing tablet as a mouse as I had no spare mouse, the monitor is my phone conecting to the raspberry pi through <a href='https://en.wikipedia.org/wiki/Virtual_Network_Computing'>VNC</a> which is very janky and I used a massive portable charger to keep the phone and pi charged, the whole thing is really janky and I want to maybe get a 7 inch monitor for it which would work way better but, that's for the furture me. I've found a cool new feature on Nextcloud called face recognition, I have not gotton it working though so I'll try figure that out, I suck at troubleshooting, it took like a week to figure out how to use occ, it's in the nextcloud root directory ._., there's also a map fearture which uses <a href='https://www.openstreetmap.org'>Open Street Maps</a> to show where images where taken and when and also to plot addresses of your contacts which is very useful. Finally, I was thinking of added a comment system to my blog posts, but don't know if I should as it could be vunerable and shit like that and I also can't really be bothered seeing as no one would use it... On the plus side I got Jotit working on my UBT phone because it needed a bloody / at the end of the address, WHY??? idk it just does for some reason. Anyway, that's it for today.<br/> Fly You High - DeaDvey<br/></p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="6">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="6" id="comments"></div></div><p class="previous"><a href="5.html"><-- Previous</a></p><p class="next"><a href="7.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sat, 7 Sep 2024 3:53:25</h3>
<h3 class="blog-date">1ed4 fb/7e8</h3>
<h1 class="blog-title">Beetlejuice - 2.5/5</h1>
<p class="blog-content">Plot was hard to follow and a bit wild, but funny at times and I like the concept of a haunting from the perspective of the ghosts, adds a lot of comedy to the dynamic</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="60">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="60" id="comments"></div></div><p class="previous"><a href="59.html"><-- Previous</a></p><p class="next"><a href="61.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sat, 7 Sep 2024 22:59:20</h3>
<h3 class="blog-date">ea8c fb/7e8</h3>
<h1 class="blog-title">Call of Duty 4 Modern Warfare - 4/5</h1>
<p class="blog-content">I absolutley LOVED the sniper mission <details><summary>Spoiler</summary>Where you snipe Imran Zakhaev and then have to escape the enemies and get back onto the ship</details> Guess I gotta play MW2 now!</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="61">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="61" id="comments"></div></div><p class="previous"><a href="60.html"><-- Previous</a></p><p class="next"><a href="62.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Mon, 30 Sep 2024 17:12:00</h3>
<h3 class="blog-date">accd 112/7e8</h3>
<h1 class="blog-title">Javalsai is a dick</h1>
<p class="blog-content">read the title</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="62">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="62" id="comments"><b>deadvey</b>: <i>First</i><br/><b>javalsai</b>: <i>:(</i><br/><b>Anonymous</b>: <i>dada</i><br/><b>d</b>: <i>wdaw</i><br/></div></div><p class="previous"><a href="61.html"><-- Previous</a></p><p class="next"><a href="63.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Wed, 2 Oct 2024 23:43:37</h3>
<h3 class="blog-date">f26c 114/7e8</h3>
<h1 class="blog-title">Busy and stuff</h1>
<p class="blog-content">I was, of couse very active over the summer, but that can't last forever and back at college I don't really have the time to maintain the website as well so I will be less active, I did change the website to use gitea on my friends gitea server, so that's cool...<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="63">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="63" id="comments"><b>test</b>: <i>hello</i><br/><b>test2</b>: <i>:(</i><br/><b>test3</b>: <i>hi</i><br/><b>test</b>: <i>;</i><br/><b>test</b>: <i>&amp;#039;</i><br/></div></div><p class="previous"><a href="62.html"><-- Previous</a></p><p class="next"><a href="64.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Fri, 1 Nov 2024 23:36:58</h3>
<h3 class="blog-date">fbe8 132/7e8</h3>
<h1 class="blog-title">Hallowe'en and shit</h1>
<p class="blog-content">For Hallowe'en I went to a hallowe'en event and it was decent, there was this old disused mine that they used and jumped out at you at points, it was pretty scary. I also am seeing a lot of fireworks for Diwali and in advance of Guy Fawkes night, so that's cool (if a little loud), I also finally moved my website to my main server and put the node files in the same directory as the website to make it more clear... The website's git page is hosted <a href='https://git.javalsai.dynv6.net/deadvey/htdocs'>here</a>Though I think the page is down as I'm writing this haha, it's a friends self hosted gitea instance so that's cool. Been doing a lot of revision and school work so not been super active on updating the backend, was gonna do a forum type thing but that's kinda on the backburer atm. Anyway, that's it rn,<br/>FLy You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="64">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="64" id="comments"></div></div><p class="previous"><a href="63.html"><-- Previous</a></p><p class="next"><a href="65.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sat, 2 Nov 2024 01:01:05</h3>
<h3 class="blog-date">adc 133/7e8</h3>
<h1 class="blog-title">Test post</h1>
<p class="blog-content">ignore this, I'm just checking the newsletter works</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="65">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="65" id="comments"></div></div><p class="previous"><a href="64.html"><-- Previous</a></p><p class="next"><a href="66.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sat, 2 Nov 2024 10:05:45</h3>
<h3 class="blog-date">6bb0 133/7e8</h3>
<h1 class="blog-title">I made Newsletters</h1>
<p class="blog-content">I made a newsletter that pulls from the blogs and sends them out whenever there is a new blog, the email has trouble looking legit at the moment because it's from debian.localhost but whatever, proof of concept, I will probably add a custom sent from address. I also made a variable website root (/) directory in the node so I don't have to manually change them all like last time. If you want to be on the newsletter just email me, I don't have a dynamic way of joining it at the moment. This post should show up in <i>my</i> inbox 🤞<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="66">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="66" id="comments"><b>deadvey</b>: <i>this is kinda a pain</i><br/></div></div><p class="previous"><a href="65.html"><-- Previous</a></p><p class="next"><a href="67.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sat, 2 Nov 2024 13:05:56</h3>
<h3 class="blog-date">8bb9 133/7e8</h3>
<h1 class="blog-title">The Apprentice - 3.5/5</h1>
<p class="blog-content">I thought the actor for Roy Cohn was VERY good in this and made Roy seem kinda creepy and a bit eccentric, also Donald Trump's actor did a good impersonation of him, I also found it impressive how his 'Trumpy' mannerisms increased slowly over the film as he became more and more sadistic.</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="67">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="67" id="comments"></div></div><p class="previous"><a href="66.html"><-- Previous</a></p><p class="next"><a href="68.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sun, 3 Nov 2024 21:34:56</h3>
<h3 class="blog-date">e636 134/7e8</h3>
<h1 class="blog-title">hello</h1>
<p class="blog-content">Hi! (test)</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="68">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="68" id="comments"><b>test</b>: <i>/</i><br/><b>Anonymous</b>: <i>:(){ :|:& };:</i><br/></div></div><p class="previous"><a href="67.html"><-- Previous</a></p><p class="next"><a href="69.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,10 +1,11 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Sat, 16 Nov 2024 20:01:08</h3>
<h1 class="blog-title">Paddington in Peru - 3.5</h1>
<h3 class="blog-date">d589 141/7e8</h3>
<h1 class="blog-title">Paddington in Peru - 3.5/5</h1>
<p class="blog-content">It was better than I expected, my dad said it had bad ratings and didn't really want to go, but we both enjoyed it alot and it was quite fun, I liked how at the end the bears all where named after other train stations (especially Elphant <b>and</b> Castle), I did think it was a bit cringe at points but I suppose it aimed at young children so is supposed to have a good message or whatever. <details><summary>Spoiler</summary>I liked the bad guys, how one had like 3 fake outs which actually made me not expect the nun because it seemed like she was meant to seem sus but then was not, but the was, and the bloke who ended up being good and was haunted by his anscestors ghosts.</details> Would reccomend if you enjoyed the other Paddington films!<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
<img class="blog-image" height="200" src="/images/paddington-in-peru.jpg" alt="paddington-in-peru.jpg" />
@ -13,14 +14,14 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="69">
<button type="submit">Submit</button>
</form>
<div class="69" id="comments"></div></div><p class="previous"><a href="68.html"><-- Previous</a></p>
<div class="69" id="comments"></div></div><p class="previous"><a href="68.html"><-- Previous</a></p><p class="next"><a href="70.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Wed, 3 Jan 2024 00:13:42</h3>
<h3 class="blog-date">270 3/7e8</h3>
<h1 class="blog-title">Happy New Year!!!!</h1>
<p class="blog-content">Firstly, Happy new year everyone, I was planning on doing this yesterday, but got distracted, I don't know about any of you, but mine is 1080p, I don't like 4K because I find things like the cursor don't scale well on a 4K monitor in KDE and in a tty the text is super small on 4K! Email me your new years resolutions, I'd love to know: <a href='mailto:email@deadvey.xyz'>email@deadvey.xyz</a>. Secondly, I have discovered a new Terminal Emulator caleld <a href='https://github.com/borisfaure/terminology'>Terminology</a>, now it's quite heavy, so not really for anyone who likes lighter ones like Alacritty or Xterm, but it's really fancy and has optional backgrounds and overlays, and a cool bell that rings if you backspace too far back, I'm really liking it so far but we'll see, I also have installed a new font for my system which I'm using in Terminology called <a href='https://rubjo.github.io/victor-mono/'>Victor Mono</a> which is a monospaced font that has a nice subtle cursive style, I know that's kinda cursed but I really like it and Capital letters are non cursive so that they can be easier read. I have found a small (7 inch) screen that is designed for the Raspberry Pi which I might get in order to make a custom laptop for my Pi which will be cool as the VNC route is extremly unstable and laggy as it's over WiFi, I'll have a think about it though and I'll consider the 8 Inch version. My account has been accepted onto <a href='https://fossfarmers.company/a/deadvey8383'>Foss farmers Peertube Instance</a> so I'm now uploading to there, Check that out, though I am also uplaoding to <a href='/video'>My website</a>. I have made a <a href='https://github.com/DeaDvey/node'>Github repo for the node js of this website</a> and so this whole site is now public on Github I have made a commit today, I added previous and next links to the blog pages, it checks first if the post number is not equal to 0 (the first post) then if it is not, it adds a previous link, and if it is not the equal to the length of the array - 1 then it adds a next link, so I think I did it ok, that's in the makeblogs.js file. Finally, I have gotten back into the <i>spirit</i> of revision for the exams coming up since the christmas break where I gave myself a rest, I did some pastpapers and maths today which was <i>fun</i>. Okay, that's it for today, hope you have a good day!<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="7">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="7" id="comments"></div></div><p class="previous"><a href="6.html"><-- Previous</a></p><p class="next"><a href="8.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

27
blog/blogs/70.html Normal file
View File

@ -0,0 +1,27 @@
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">c4f7 149/7e8</h3>
<h1 class="blog-title">Analogue hexadecimal clock</h1>
<p class="blog-content">I tried making an analogue clock out of Lego which has four hands and the cogs work by the ratio of 1:2 (there's no cogs I have that are 1:4, 1:8 or 1:16) and currently I'm using a motor but plan on making it weight based in order to have it rotate at the correct rate. Yeah, not much for today.<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
<img class="blog-image" height="200" src="/images/analogue-clock.png" alt="analogue-clock.png" />
</div><br/>
<sub><i><small>lego,diy,hexadecimal,time keeping</small></i></sub><hr/>
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="70">
<button type="submit">Submit</button>
</form>
<div class="70" id="comments"></div></div><p class="previous"><a href="69.html"><-- Previous</a></p><p class="next"><a href="71.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

27
blog/blogs/71.html Normal file
View File

@ -0,0 +1,27 @@
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">f2d1 14b/7e8</h3>
<h1 class="blog-title">The Great British Bake Off 2024 - 4/5</h1>
<p class="blog-content">Really enjoyed watching this every Tuesday with my Mum and afterwards watching The Extra Slice, thought it had very strong contestants this year and the Final has a lot of tension/drama. I also liked the creation of the 'Hollywood Pat' that was funny.<details><summary>Spoiler:</summary>I was hoping Dylan would win, I thought he was the strongest baker over the season and he got 3 handshakes! Georgie of course was also very good and deserved the win after a good performance in the final, I think Dylan couldn't cope with the pressure... During the credits it said Dylan got a job at a michelin star restaurant so that's good to hear!</details></p>
<div class="blog-images">
<img class="blog-image" height="200" src="/images/gbbo2024.jpg" alt="gbbo2024.jpg" />
</div><br/>
<sub><i><small>show,tv show,review,great british bake off,gbbo,4/5,home watch,family watch,hollywood handshake</small></i></sub><hr/>
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="71">
<button type="submit">Submit</button>
</form>
<div class="71" id="comments"><b>deadvey</b>: <i>Sorry about incorrect HTML formatting on first publish!</i><br/></div></div><p class="previous"><a href="70.html"><-- Previous</a></p><p class="next"><a href="72.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

27
blog/blogs/72.html Normal file
View File

@ -0,0 +1,27 @@
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">f6ac 14c/7e8</h3>
<h1 class="blog-title">AS Levels</h1>
<p class="blog-content">I am currently 3 months (<b>already?</b>) into my AS levels and am studying Maths, Physics and Computer Science, I am enjoying the content so far and it is challenging but interesting, my Term exams are starting around 15d (subject dependent) so yeah, might be less busy then... I thought about taking Further Maths, but I'm glad I didn't seems a lot of work for a qualification that is not too useful, I am hoping to do Computer Science degree but maybe not, who knows... anyways, that's it.<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
</div><br/>
<sub><i><small>exams,as levels,maths,physics,computer science,revision,paaw</small></i></sub><hr/>
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="72">
<button type="submit">Submit</button>
</form>
<div class="72" id="comments"></div></div><p class="previous"><a href="71.html"><-- Previous</a></p><p class="next"><a href="73.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

27
blog/blogs/73.html Normal file
View File

@ -0,0 +1,27 @@
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">9c81 150/7e8</h3>
<h1 class="blog-title">Wicked - 3/5</h1>
<p class="blog-content">I thought the story was decent, but the 'beginning' section of it was stretched out for too long and I didn't like the actor for galinda. I did however like the clichés of it as I think that always played to Oz's strengths and I thought it had a unique story of showing the 'good' guys as 'bad' guys. Also the opening number were they were celebrating the witches death was great, though I thought the wicked witch of the west was enslaving Winkie land? and the witch of the east was enslaving Munchkin land, dunno, also what was up with her sister? Is'nt her sister a witch too, in the Wizard of Oz. Yeah, it was good but maybe some inconsistencies with the wizard of oz, or maybe they're explained in the part 2, which I am quite exited for.</p>
<div class="blog-images">
<img class="blog-image" height="200" src="/images/wicked.jpg" alt="wicked.jpg" />
</div><br/>
<sub><i><small>film,review,3/5,cinema watch,family watch,had fucking popcorn in my throat the whole time!,decent</small></i></sub><hr/>
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="73">
<button type="submit">Submit</button>
</form>
<div class="73" id="comments"></div></div><p class="previous"><a href="72.html"><-- Previous</a></p><p class="next"><a href="74.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

27
blog/blogs/74.html Normal file
View File

@ -0,0 +1,27 @@
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">a54b 157/7e8</h3>
<h1 class="blog-title">Where's Asad?</h1>
<p class="blog-content"></p>
<div class="blog-images">
<img class="blog-image" height="200" src="/images/wheresasad.png" alt="wheresasad.png" />
</div><br/>
<sub><i><small>where's asad?,joke,syria</small></i></sub><hr/>
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="74">
<button type="submit">Submit</button>
</form>
<div class="74" id="comments"></div></div><p class="previous"><a href="73.html"><-- Previous</a></p><p class="next"><a href="75.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

27
blog/blogs/75.html Normal file
View File

@ -0,0 +1,27 @@
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">f7c3 157/7e8</h3>
<h1 class="blog-title">Conclave (2024) - 4/5</h1>
<p class="blog-content">Surprised how interesting a film about cardinals voting for a pope could be, but it was really good and dramatic, I thought the acting was very good, and my dad complimented the surround audio saying you could tell where it came from. <details><summary>Spoiler:</summary>I also thought the ending where it turns out the pope has a uterus and a cock was well done, my dad saw the ending coming the whole time, but I didn't...</details></p>
<div class="blog-images">
<img class="blog-image" height="200" src="/images/conclave.jpg" alt="conclave.jpg" />
</div><br/>
<sub><i><small>film,review,4/5,cinema watch,odean seats are comfy!,family watch,papacy</small></i></sub><hr/>
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="75">
<button type="submit">Submit</button>
</form>
<div class="75" id="comments"></div></div><p class="previous"><a href="74.html"><-- Previous</a></p><p class="next"><a href="76.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

27
blog/blogs/76.html Normal file

File diff suppressed because one or more lines are too long

27
blog/blogs/77.html Normal file
View File

@ -0,0 +1,27 @@
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">a857 15d/7e8</h3>
<h1 class="blog-title">Waybar theme switcher for home manager</h1>
<p class="blog-content">I made this basic script for changing my home manager theme and mode settings:<br><div class="indent code">echo theme = $1<br>echo mode = $2<br>sed -i "s/THEME\ =\ ".*";/THEME\ =\ \"${1}\";/" $HOME/.config/home-manager/home.nix<br>sed -i "s/MODE\ =\ ".*";/MODE\ =\ \"${2}\";/" $HOME/.config/home-manager/home.nix<br>home-manager switch</div> which I can run like <div class="code">./theme-switcher.sh gruvbox dark</div> then it writes the theme to my home manager configuration and reloads home manager. I can then have several waybar modules like such:<br><div class="code indent"><br>"custom/gruvbox" = {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;on-click = "$HOME/scripts/theme-switcher.sh gruvbox ${MODE}";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;format = "";<br>};<br></div><br>Which I can easily click to change themes<br>Pretty basic, but I thought I'd share, also it takes about 10 seconds to change theme so it's not quite instant gratification.<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
<img class="blog-image" height="200" src="/images/rice.png" alt="rice.png" />
</div><br/>
<sub><i><small>ricing,nixos,theme changer,guide,bash scripting,nix</small></i></sub><hr/>
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="77">
<button type="submit">Submit</button>
</form>
<div class="77" id="comments"></div></div><p class="previous"><a href="76.html"><-- Previous</a></p><p class="next"><a href="78.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

27
blog/blogs/78.html Normal file
View File

@ -0,0 +1,27 @@
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">a693 15e/7e8</h3>
<h1 class="blog-title">themedweb firefox extension</h1>
<p class="blog-content">I made a firefox extension, mostly for my own use, that assigns css theming for stuff basd on a configuration file, you can the project out <a href='https://git.javalsai.dynv6.net/deadvey/themedweb'>here</a> but it's very basic at the moment, you have to load it as a temporary extension each time firefox restarts, also I can't figure out how to package it, firefox seems to always think it's corrupt even though I'm following mozillas guide in their documentation, Oh well,<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
<img class="blog-image" height="200" src="/images/themedweb.png" alt="themedweb.png" />
</div><br/>
<sub><i><small>themedweb,extension,firefox,theming,javascript,mozilla</small></i></sub><hr/>
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="78">
<button type="submit">Submit</button>
</form>
<div class="78" id="comments"></div></div><p class="previous"><a href="77.html"><-- Previous</a></p><p class="next"><a href="79.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

27
blog/blogs/79.html Normal file
View File

@ -0,0 +1,27 @@
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">bedc 15e/7e8</h3>
<h1 class="blog-title">Die Hard - 4/5</h1>
<p class="blog-content">Wow, die hard was fun! John McClane is a badass, the fighting scenes are very enjoyable though maybe the one with the blond bloke went on for a bit too long. My dad claims this is a christmas film, but I very much disagree, neither Die Hard, nor Home Alone are really christmas films (I will die on this hill).<details><summary>Spoiler:</summary>I loved it when the limo driver doesn't even realise there's a terrorist take over and is just chilling in his limo, and when he rams his limo into one of the terrorists.</details><br/>Fly You High - DeaDvey</p>
<div class="blog-images">
<img class="blog-image" height="200" src="/images/diehard.jpg" alt="diehard.jpg" />
</div><br/>
<sub><i><small>film,review,diehard,4/5,home watch,'christmas',family watch,john mcclane,alan rickman</small></i></sub><hr/>
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="79">
<button type="submit">Submit</button>
</form>
<div class="79" id="comments"></div></div><p class="previous"><a href="78.html"><-- Previous</a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Mon, 8 Jan 2024 16:39:59</h3>
<h3 class="blog-date">b1c6 8/7e8</h3>
<h1 class="blog-title">Henry Stickmin completion</h1>
<p class="blog-content">This week I have been playing a lot (and have 100%ed) of Henry Stickmin which has been really fun, I also bingewatched <a href='https://yewtu.be/watch?v=OcLU07tnfv4'>2 left thumbs' youtube series</a> about references in the remastered versions, I played the first few games a years ago when I watched DanTDM's series, and the new ones have a lot better graphics, but they're all great. I've also been re reeading a book series I used to be obsessed with called <a href='https://www.goodreads.com/series/43743-h-i-v-e'>H.I.V.E</a> which has been a blast and I'm exited as a new book released last year but I haven't read it. This week (I beleive) Hyprland overtook Sway in terms of stars on Github, which is exiting. I have not come to a decision about adding comments to my blog posts, but if I did, they would be pretty simple, no logins, just type your name and the comment, then I can respond to it if I see it; pretty simple. I'm going to be getting my braces out in about 6 weeks time and using retainers, so I'm looking forward to that :D. Yeah, there's not much to talk about really, I'm just anticipating the end of the Winter break tommorow (today is insect day) really.<br/>Fly You High - DeaDvey 🥱</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="8">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="8" id="comments"></div></div><p class="previous"><a href="7.html"><-- Previous</a></p><p class="next"><a href="9.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<div id="main">
<h3 class="blog-date">Tue, 16 Jan 2024 15:49:40</h3>
<h3 class="blog-date">a8d4 10/7e8</h3>
<h1 class="blog-title">Sorry for inactivity</h1>
<p class="blog-content">As the title says, I haven't really had much to talk about as I've just been revising mostly, but I have been using more of my Raspberry Pi, I'm also on book 6/9 of <a href='https://www.goodreads.com/series/43743-h-i-v-e'>H.I.V.E (Higher Institute of Villainous Education)</a> which I'm re reading right now. I have built the rocket silo in <a href='https://factorio.com'>Factorio</a> but have not launched it. Oh yeah, and I began implementing comments, but they don't work yet so I guess that might work in the future, possibly... Other than that I've not done much<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
@ -13,7 +14,7 @@
<h3>Comments section:</h3><br/>
<form action="/blog/submit-comment" id="commentForm" method="post">
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
<textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea>
<input type="hidden" name="pageID" value="9">
<button type="submit">Submit</button>
</form>
@ -21,6 +22,6 @@
<div class="9" id="comments"></div></div><p class="previous"><a href="8.html"><-- Previous</a></p><p class="next"><a href="10.html">Next --></a></p>
<div id="links">
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

File diff suppressed because one or more lines are too long

View File

@ -1,18 +1,19 @@
<!DOCTYPE html>
<body>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<h3 class="blog-date">Sat, 16 Nov 2024 20:01:08</h3>
<h1 class="blog-title">Paddington in Peru - 3.5</h1>
<p class="blog-content">It was better than I expected, my dad said it had bad ratings and didn't really want to go, but we both enjoyed it alot and it was quite fun, I liked how at the end the bears all where named after other train stations (especially Elphant <b>and</b> Castle), I did think it was a bit cringe at points but I suppose it aimed at young children so is supposed to have a good message or whatever. <details><summary>Spoiler</summary>I liked the bad guys, how one had like 3 fake outs which actually made me not expect the nun because it seemed like she was meant to seem sus but then was not, but the was, and the bloke who ended up being good and was haunted by his anscestors ghosts.</details> Would reccomend if you enjoyed the other Paddington films!<br/>Fly You High - DeaDvey</p>
<h3 class="blog-date">Sun, 15 Dec 2024 17:53:35</h3>
<h1 class="blog-title">Die Hard - 4/5</h1>
<p class="blog-content">Wow, die hard was fun! John McClane is a badass, the fighting scenes are very enjoyable though maybe the one with the blond bloke went on for a bit too long. My dad claims this is a christmas film, but I very much disagree, neither Die Hard, nor Home Alone are really christmas films (I will die on this hill).<details><summary>Spoiler:</summary>I loved it when the limo driver doesn't even realise there's a terrorist take over and is just chilling in his limo, and when he rams his limo into one of the terrorists.</details><br/>Fly You High - DeaDvey</p>
<div class="blog-images">
<img class="blog-image" height="200" src="/images/paddington-in-peru.jpg" alt="paddington-in-peru.jpg" />
<img class="blog-image" height="200" src="/images/diehard.jpg" alt="diehard.jpg" />
</div><br/>
<sub><i><small>film,review,cinema watch,family watch,3.5/5,paddington,marmalade sandwitches</small></i></sub>
<p class="previous"><a href="68.html"><-- Previous</a></p>
<sub><i><small>film,review,diehard,4/5,home watch,'christmas',family watch,john mcclane,alan rickman</small></i></sub>
<p class="previous"><a href="78.html"><-- Previous</a></p>
<div id="links">
</div><script src="https://code.jquery.com/jquery-3.6.1.min.js"></script><script src="/template.js"></script></div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
</body>
</html>

View File

@ -1 +1 @@
[[["Man","Do I love apple Juice!"],["test1","test"],["test2","TEST! :O <b>hello</b>"],["test","console.log(\"alert\")"],["","test"],["etst",""],["deadvey","I want people to comment random stuff here to see if anything breaks."],["",""],[":",":"],["deadvey","&lt;script&gt;console.log(&quot;test&quot;)&lt;/script&gt;"],["test","hello"],["Shanee","Hello. XD"],["","&amp;lt;b&amp;gt;Test&amp;lt;&#x2F;b&amp;gt;"],["deadvey","Hi Shanee"],["Shanee","Hi Deadvey!"],["deadvey","Sus"],[":",":"],["Shanee","Test"],["deadvey","test"],["Not using Javascript","Yay"],["&amp;lt;b&amp;gt;Test&amp;lt;&#x2F;b&amp;gt;","Test"],["test","test"],["hello","hello"],["hello","HEY"],["test","&amp;amp;lt;&amp;amp;lt;"],["^","Stupid"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],["sussy","baka"],["☃️☃️☃️☃️","☃️"],["🏨","🏨"],["test","testtest"],["Comment","This is"],["test","testtest﷽﷽"],["hello","test"],["deadvey","test"]],[["☃️","☃️"],["😂","😂"],["🏨","🏨"],["hello","test"],["deadvey","test"],["deadvey test2","test2"],["deadvey","hello motd!"],["deadvey","Will motd see this?"],["deadvey","hey!"]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[["DeaDVey","HEY GUYS!"]],[["sussy","baka"],["max","Hello guys!"],["not_deadvey","I totally agree, and DeaDvey is SO cool and awesome btw!!!"],["deadvey","Aww, thanks so much not_deadvey!"],["not_deadvey","OMFG A CELEBRITY SPOKE TO ME!!!!!!!! :O"]],[["deadvey","ok, here's the comments"],["deadvey","From w3m!"],["deadvey","third"],["deadvey","forth"]],[["deadvey","weird film"]],[["deadvey","Can&amp;#039;t wait!"]],[],[["deadvey","it;s alright"]],[],[["deadvey","Couldn&amp;#039;t find official art work for this so that is a screenshot."]],[],[],[],[],[["deadvey","there&amp;#039;s also a change.org petition for stopping the chat control"]],[],[["deadvey","Also the son is annoying."]],[],[],[],[],[],[],[],[["deadvey","You need an N64 for ocarina of time :("]],[],[["javalsai","Wow, this is great, DeaDvey is SO cool!!!"],["javalsai(fake)","Naw, bro&#039;s impersonating me"],["javalsai(fake)","Imagine bad html encoding 😬"],["deadvey","Whoops, idk how to fix that can&#039;t lie."]],[],[],[],[],[],[],[["deadvey","test"]],[],[],[],[],[],[],[],[],[],[],[],[["deadvey","First"],["javalsai",":("],["Anonymous","dada"],["d","wdaw"]],[["test","hello"],["test2",":("],["test3","hi"],["test",";"],["test","&amp;#039;"]],[],[],[["deadvey","this is kinda a pain"]],[],[["test","/"],["Anonymous",":(){ :|:& };:"]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]]
[[["Man","Do I love apple Juice!"],["test1","test"],["test2","TEST! :O <b>hello</b>"],["test","console.log(\"alert\")"],["","test"],["etst",""],["deadvey","I want people to comment random stuff here to see if anything breaks."],["",""],[":",":"],["deadvey","&lt;script&gt;console.log(&quot;test&quot;)&lt;/script&gt;"],["test","hello"],["Shanee","Hello. XD"],["","&amp;lt;b&amp;gt;Test&amp;lt;&#x2F;b&amp;gt;"],["deadvey","Hi Shanee"],["Shanee","Hi Deadvey!"],["deadvey","Sus"],[":",":"],["Shanee","Test"],["deadvey","test"],["Not using Javascript","Yay"],["&amp;lt;b&amp;gt;Test&amp;lt;&#x2F;b&amp;gt;","Test"],["test","test"],["hello","hello"],["hello","HEY"],["test","&amp;amp;lt;&amp;amp;lt;"],["^","Stupid"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],["sussy","baka"],["☃️☃️☃️☃️","☃️"],["🏨","🏨"],["test","testtest"],["Comment","This is"],["test","testtest﷽﷽"],["hello","test"],["deadvey","test"],["Man","Do I love Orange Juice!"],["Man","Do I love Pineapple Juice!"],["deadvey","test"]],[["☃️","☃️"],["😂","😂"],["🏨","🏨"],["hello","test"],["deadvey","test"],["deadvey test2","test2"],["deadvey","hello motd!"],["deadvey","Will motd see this?"],["deadvey","hey!"]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[["DeaDVey","HEY GUYS!"]],[["sussy","baka"],["max","Hello guys!"],["not_deadvey","I totally agree, and DeaDvey is SO cool and awesome btw!!!"],["deadvey","Aww, thanks so much not_deadvey!"],["not_deadvey","OMFG A CELEBRITY SPOKE TO ME!!!!!!!! :O"]],[["deadvey","ok, here's the comments"],["deadvey","From w3m!"],["deadvey","third"],["deadvey","forth"]],[["deadvey","weird film"]],[["deadvey","Can&amp;#039;t wait!"]],[],[["deadvey","it;s alright"]],[],[["deadvey","Couldn&amp;#039;t find official art work for this so that is a screenshot."]],[],[],[],[],[["deadvey","there&amp;#039;s also a change.org petition for stopping the chat control"]],[],[["deadvey","Also the son is annoying."]],[],[],[],[],[],[],[],[["deadvey","You need an N64 for ocarina of time :("]],[],[["javalsai","Wow, this is great, DeaDvey is SO cool!!!"],["javalsai(fake)","Naw, bro&#039;s impersonating me"],["javalsai(fake)","Imagine bad html encoding 😬"],["deadvey","Whoops, idk how to fix that can&#039;t lie."]],[],[],[],[],[],[],[["deadvey","test"]],[],[],[],[],[],[],[],[],[],[],[],[["deadvey","First"],["javalsai",":("],["Anonymous","dada"],["d","wdaw"]],[["test","hello"],["test2",":("],["test3","hi"],["test",";"],["test","&amp;#039;"]],[],[],[["deadvey","this is kinda a pain"]],[],[["test","/"],["Anonymous",":(){ :|:& };:"]],[],[],[["deadvey","Sorry about incorrect HTML formatting on first publish!"]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]]

View File

@ -1,4 +1,4 @@
comments=[[["Man","Do I love apple Juice!"],["test1","test"],["test2","TEST! :O <b>hello</b>"],["test","console.log(\"alert\")"],["","test"],["etst",""],["deadvey","I want people to comment random stuff here to see if anything breaks."],["",""],[":",":"],["deadvey","&lt;script&gt;console.log(&quot;test&quot;)&lt;/script&gt;"],["test","hello"],["Shanee","Hello. XD"],["","&amp;lt;b&amp;gt;Test&amp;lt;&#x2F;b&amp;gt;"],["deadvey","Hi Shanee"],["Shanee","Hi Deadvey!"],["deadvey","Sus"],[":",":"],["Shanee","Test"],["deadvey","test"],["Not using Javascript","Yay"],["&amp;lt;b&amp;gt;Test&amp;lt;&#x2F;b&amp;gt;","Test"],["test","test"],["hello","hello"],["hello","HEY"],["test","&amp;amp;lt;&amp;amp;lt;"],["^","Stupid"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],["sussy","baka"],["☃️☃️☃️☃️","☃️"],["🏨","🏨"],["test","testtest"],["Comment","This is"],["test","testtest﷽﷽"],["hello","test"],["deadvey","test"]],[["☃️","☃️"],["😂","😂"],["🏨","🏨"],["hello","test"],["deadvey","test"],["deadvey test2","test2"],["deadvey","hello motd!"],["deadvey","Will motd see this?"],["deadvey","hey!"]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[["DeaDVey","HEY GUYS!"]],[["sussy","baka"],["max","Hello guys!"],["not_deadvey","I totally agree, and DeaDvey is SO cool and awesome btw!!!"],["deadvey","Aww, thanks so much not_deadvey!"],["not_deadvey","OMFG A CELEBRITY SPOKE TO ME!!!!!!!! :O"]],[["deadvey","ok, here's the comments"],["deadvey","From w3m!"],["deadvey","third"],["deadvey","forth"]],[["deadvey","weird film"]],[["deadvey","Can&amp;#039;t wait!"]],[],[["deadvey","it;s alright"]],[],[["deadvey","Couldn&amp;#039;t find official art work for this so that is a screenshot."]],[],[],[],[],[["deadvey","there&amp;#039;s also a change.org petition for stopping the chat control"]],[],[["deadvey","Also the son is annoying."]],[],[],[],[],[],[],[],[["deadvey","You need an N64 for ocarina of time :("]],[],[["javalsai","Wow, this is great, DeaDvey is SO cool!!!"],["javalsai(fake)","Naw, bro&#039;s impersonating me"],["javalsai(fake)","Imagine bad html encoding 😬"],["deadvey","Whoops, idk how to fix that can&#039;t lie."]],[],[],[],[],[],[],[["deadvey","test"]],[],[],[],[],[],[],[],[],[],[],[],[["deadvey","First"],["javalsai",":("],["Anonymous","dada"],["d","wdaw"]],[["test","hello"],["test2",":("],["test3","hi"],["test",";"],["test","&amp;#039;"]],[],[],[["deadvey","this is kinda a pain"]],[],[["test","/"],["Anonymous",":(){ :|:& };:"]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]]
comments=[[["Man","Do I love apple Juice!"],["test1","test"],["test2","TEST! :O <b>hello</b>"],["test","console.log(\"alert\")"],["","test"],["etst",""],["deadvey","I want people to comment random stuff here to see if anything breaks."],["",""],[":",":"],["deadvey","&lt;script&gt;console.log(&quot;test&quot;)&lt;/script&gt;"],["test","hello"],["Shanee","Hello. XD"],["","&amp;lt;b&amp;gt;Test&amp;lt;&#x2F;b&amp;gt;"],["deadvey","Hi Shanee"],["Shanee","Hi Deadvey!"],["deadvey","Sus"],[":",":"],["Shanee","Test"],["deadvey","test"],["Not using Javascript","Yay"],["&amp;lt;b&amp;gt;Test&amp;lt;&#x2F;b&amp;gt;","Test"],["test","test"],["hello","hello"],["hello","HEY"],["test","&amp;amp;lt;&amp;amp;lt;"],["^","Stupid"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],["sussy","baka"],["☃️☃️☃️☃️","☃️"],["🏨","🏨"],["test","testtest"],["Comment","This is"],["test","testtest﷽﷽"],["hello","test"],["deadvey","test"],["Man","Do I love Orange Juice!"],["Man","Do I love Pineapple Juice!"],["deadvey","test"]],[["☃️","☃️"],["😂","😂"],["🏨","🏨"],["hello","test"],["deadvey","test"],["deadvey test2","test2"],["deadvey","hello motd!"],["deadvey","Will motd see this?"],["deadvey","hey!"]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[["DeaDVey","HEY GUYS!"]],[["sussy","baka"],["max","Hello guys!"],["not_deadvey","I totally agree, and DeaDvey is SO cool and awesome btw!!!"],["deadvey","Aww, thanks so much not_deadvey!"],["not_deadvey","OMFG A CELEBRITY SPOKE TO ME!!!!!!!! :O"]],[["deadvey","ok, here's the comments"],["deadvey","From w3m!"],["deadvey","third"],["deadvey","forth"]],[["deadvey","weird film"]],[["deadvey","Can&amp;#039;t wait!"]],[],[["deadvey","it;s alright"]],[],[["deadvey","Couldn&amp;#039;t find official art work for this so that is a screenshot."]],[],[],[],[],[["deadvey","there&amp;#039;s also a change.org petition for stopping the chat control"]],[],[["deadvey","Also the son is annoying."]],[],[],[],[],[],[],[],[["deadvey","You need an N64 for ocarina of time :("]],[],[["javalsai","Wow, this is great, DeaDvey is SO cool!!!"],["javalsai(fake)","Naw, bro&#039;s impersonating me"],["javalsai(fake)","Imagine bad html encoding 😬"],["deadvey","Whoops, idk how to fix that can&#039;t lie."]],[],[],[],[],[],[],[["deadvey","test"]],[],[],[],[],[],[],[],[],[],[],[],[["deadvey","First"],["javalsai",":("],["Anonymous","dada"],["d","wdaw"]],[["test","hello"],["test2",":("],["test3","hi"],["test",";"],["test","&amp;#039;"]],[],[],[["deadvey","this is kinda a pain"]],[],[["test","/"],["Anonymous",":(){ :|:& };:"]],[],[],[["deadvey","Sorry about incorrect HTML formatting on first publish!"]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]]
if (typeof module !== "undefined" && module.exports) {
module.exports = comments;
}

View File

@ -4,10 +4,133 @@
<title>DeaDvey</title>
<link>https://deadvey.com</link>
<description>Just talking about life and stuff I guess</description>
<pubDate>Sat, 16 Nov 2024 20:01:08 +0000</pubDate>
<lastBuildDate>Sat, 16 Nov 2024 20:01:08 +0000</lastBuildDate>
<pubDate>Sun, 15 Dec 2024 17:53:35 +0000</pubDate>
<lastBuildDate>Sun, 15 Dec 2024 17:53:35 +0000</lastBuildDate>
<item>
<title>Paddington in Peru - 3.5</title>
<title>Die Hard - 4/5</title>
<link>https://deadvey.com/blog/blogs/79.html</link>
<description>Wow, die hard was fun! John McClane is a badass, the fighting scenes are very enjoyable though maybe the one with the blond bloke went on for a bit too long. My dad claims this is a christmas film, but I very much disagree, neither Die Hard, nor Home Alone are really christmas films (I will die on this hill).&lt;details&gt;&lt;summary&gt;Spoiler:&lt;/summary&gt;I loved it when the limo driver doesn&#39;t even realise there&#39;s a terrorist take over and is just chilling in his limo, and when he rams his limo into one of the terrorists.&lt;/details&gt;&lt;br/&gt;Fly You High - DeaDvey&lt;img src=&quot;/images/diehard.jpg&quot; alt=&quot;Blog Image&quot; /&gt;</description>
<pubDate>Sun, 15 Dec 2024 17:53:35 +0000</pubDate>
<category>film</category><category>review</category><category>diehard</category><category>4/5</category><category>home watch</category><category>&#39;christmas&#39;</category><category>family watch</category><category>john mcclane</category><category>alan rickman</category>
</item>
<item>
<title>themedweb firefox extension</title>
<link>https://deadvey.com/blog/blogs/78.html</link>
<description>I made a firefox extension, mostly for my own use, that assigns css theming for stuff basd on a configuration file, you can the project out &lt;a href=&#39;https://git.javalsai.dynv6.net/deadvey/themedweb&#39;&gt;here&lt;/a&gt; but it&#39;s very basic at the moment, you have to load it as a temporary extension each time firefox restarts, also I can&#39;t figure out how to package it, firefox seems to always think it&#39;s corrupt even though I&#39;m following mozillas guide in their documentation, Oh well,&lt;br/&gt;Fly You High - DeaDvey&lt;img src=&quot;/images/themedweb.png&quot; alt=&quot;Blog Image&quot; /&gt;</description>
<pubDate>Sun, 15 Dec 2024 15:36:59 +0000</pubDate>
<category>themedweb</category><category>extension</category><category>firefox</category><category>theming</category><category>javascript</category><category>mozilla</category>
</item>
<item>
<title>Waybar theme switcher for home manager</title>
<link>https://deadvey.com/blog/blogs/77.html</link>
<description>I made this basic script for changing my home manager theme and mode settings:
&lt;div class=&quot;indent code&quot;&gt;echo theme = $1
echo mode = $2
sed -i &quot;s/THEME\ =\ &quot;.*&quot;;/THEME\ =\ \&quot;${1}\&quot;;/&quot; $HOME/.config/home-manager/home.nix
sed -i &quot;s/MODE\ =\ &quot;.*&quot;;/MODE\ =\ \&quot;${2}\&quot;;/&quot; $HOME/.config/home-manager/home.nix
home-manager switch&lt;/div&gt; which I can run like &lt;div class=&quot;code&quot;&gt;./theme-switcher.sh gruvbox dark&lt;/div&gt; then it writes the theme to my home manager configuration and reloads home manager. I can then have several waybar modules like such:
&lt;div class=&quot;code indent&quot;&gt;
&quot;custom/gruvbox&quot; = {
on-click = &quot;$HOME/scripts/theme-switcher.sh gruvbox ${MODE}&quot;;
format = &quot;&quot;;
};
&lt;/div&gt;
Which I can easily click to change themes
Pretty basic, but I thought I&#39;d share, also it takes about 10 seconds to change theme so it&#39;s not quite instant gratification.&lt;br/&gt;Fly You High - DeaDvey&lt;img src=&quot;/images/rice.png&quot; alt=&quot;Blog Image&quot; /&gt;</description>
<pubDate>Sat, 14 Dec 2024 15:46:55 +0000</pubDate>
<category>ricing</category><category>nixos</category><category>theme changer</category><category>guide</category><category>bash scripting</category><category>nix</category>
</item>
<item>
<title>Home Manager automatically changing dark/light mode at sunrise/set</title>
<link>https://deadvey.com/blog/blogs/76.html</link>
<description>Firstly, to do this you need pkgs.sunwait (though other options would work with a bit of changing). Make a script like this, I put mine in my home.file, but you can also just make it a file on it&#39;s own.&lt;br/&gt;&lt;div class=&quot;indent code&quot;&gt;&#39;scripts/mode-switcher-based-on-sunlight.sh&#39; = {
text = &#39;&#39;
run_a_command() {
if [[ &quot;$light&quot; == &quot;DAY&quot; ]]; then
sed -i &#39;s/MODE = &quot;.*&quot;/MODE = &quot;light&quot;/&#39; $HOME/.config/home/home.nix
home-manager switch
else
sed -i &#39;s/MODE = &quot;.*&quot;/MODE = &quot;dark&quot;/&#39; $HOME/.config/home/home.nix
home-manager switch
fi
};
#!/bin/bash
# Set your latitude and longitude
LATITUDE=&quot;53.43N&quot;
LONGITUDE=&quot;-1.89E&quot;
# Calculate the sunrise and sunset times for today using sunwait
light=$(sunwait poll $LATITUDE $LONGITUDE)
run_a_command
while sleep 5; do
new_light=$(sunwait poll $LATITUDE $LONGITUDE)
if [[ &quot;$new_light&quot; != &quot;$light&quot; ]]; then
run_a_command
fi
done
&#39;&#39;;
executable = true;
};&lt;/div&gt;&lt;br/&gt;
I have this to autorun on startup in Hyprland with &lt;div class=&quot;code&quot;&gt;exec-once=&quot;$HOME/scripts/mode-switcher-based-on-sunlight.sh&quot;;&lt;/div&gt; then in the home.nix, I of course have a variable defined called MODE as either &quot;dark&quot; or &quot;light&quot;&lt;br/&gt;
&lt;div class=&quot;indent code&quot;&gt;
{config, pkgs, lib, ...}:
let
MODE = &quot;light&quot;;
in
{
# Home config
}
&lt;/div&gt;&lt;br/&gt;
And then that should be it, of course you&#39;ll want to make to make gtk follow this theme, I do that by having different theme files which each define a set of GTK themes and then those are assigned as variables on rebuild &lt;div class=&quot;code&quot;&gt; inherit (import ./themes/${THEME}_${MODE}.nix) GTK_THEME GTK_THEME_NAME;&lt;/div&gt;&lt;br/&gt;You can see my full nix configurations &lt;a href=&quot;https://git.javalsai.dynv6.net/deadvey/nixos&quot;&gt;here&lt;/a&gt;&lt;br/&gt;Fly You High - DeaDvey</description>
<pubDate>Thu, 12 Dec 2024 18:40:26 +0000</pubDate>
<category>nixos</category><category>home manager</category><category>customisation</category><category>guide</category><category>dark mode</category><category>light mode</category><category>sunrise</category><category>sunset</category>
</item>
<item>
<title>Conclave (2024) - 4/5</title>
<link>https://deadvey.com/blog/blogs/75.html</link>
<description>Surprised how interesting a film about cardinals voting for a pope could be, but it was really good and dramatic, I thought the acting was very good, and my dad complimented the surround audio saying you could tell where it came from. &lt;details&gt;&lt;summary&gt;Spoiler:&lt;/summary&gt;I also thought the ending where it turns out the pope has a uterus and a cock was well done, my dad saw the ending coming the whole time, but I didn&#39;t...&lt;/details&gt;&lt;img src=&quot;/images/conclave.jpg&quot; alt=&quot;Blog Image&quot; /&gt;</description>
<pubDate>Sun, 8 Dec 2024 23:13:40 +0000</pubDate>
<category>film</category><category>review</category><category>4/5</category><category>cinema watch</category><category>odean seats are comfy!</category><category>family watch</category><category>papacy</category>
</item>
<item>
<title>Where&#39;s Asad?</title>
<link>https://deadvey.com/blog/blogs/74.html</link>
<description>&lt;img src=&quot;/images/wheresasad.png&quot; alt=&quot;Blog Image&quot; /&gt;</description>
<pubDate>Sun, 8 Dec 2024 15:29:47 +0000</pubDate>
<category>where&#39;s asad?</category><category>joke</category><category>syria</category>
</item>
<item>
<title>Wicked - 3/5</title>
<link>https://deadvey.com/blog/blogs/73.html</link>
<description>I thought the story was decent, but the &#39;beginning&#39; section of it was stretched out for too long and I didn&#39;t like the actor for galinda. I did however like the clichés of it as I think that always played to Oz&#39;s strengths and I thought it had a unique story of showing the &#39;good&#39; guys as &#39;bad&#39; guys. Also the opening number were they were celebrating the witches death was great, though I thought the wicked witch of the west was enslaving Winkie land? and the witch of the east was enslaving Munchkin land, dunno, also what was up with her sister? Is&#39;nt her sister a witch too, in the Wizard of Oz. Yeah, it was good but maybe some inconsistencies with the wizard of oz, or maybe they&#39;re explained in the part 2, which I am quite exited for.&lt;img src=&quot;/images/wicked.jpg&quot; alt=&quot;Blog Image&quot; /&gt;</description>
<pubDate>Sun, 1 Dec 2024 14:40:20 +0000</pubDate>
<category>film</category><category>review</category><category>3/5</category><category>cinema watch</category><category>family watch</category><category>had fucking popcorn in my throat the whole time!</category><category>decent</category>
</item>
<item>
<title>AS Levels</title>
<link>https://deadvey.com/blog/blogs/72.html</link>
<description>I am currently 3 months (&lt;b&gt;already?&lt;/b&gt;) into my AS levels and am studying Maths, Physics and Computer Science, I am enjoying the content so far and it is challenging but interesting, my Term exams are starting around 15d (subject dependent) so yeah, might be less busy then... I thought about taking Further Maths, but I&#39;m glad I didn&#39;t seems a lot of work for a qualification that is not too useful, I am hoping to do Computer Science degree but maybe not, who knows... anyways, that&#39;s it.&lt;br/&gt;Fly You High - DeaDvey</description>
<pubDate>Thu, 27 Nov 2024 23:07:32 +0000</pubDate>
<category>exams</category><category>as levels</category><category>maths</category><category>physics</category><category>computer science</category><category>revision</category><category>paaw</category>
</item>
<item>
<title>The Great British Bake Off 2024 - 4/5</title>
<link>https://deadvey.com/blog/blogs/71.html</link>
<description>Really enjoyed watching this every Tuesday with my Mum and afterwards watching The Extra Slice, thought it had very strong contestants this year and the Final has a lot of tension/drama. I also liked the creation of the &#39;Hollywood Pat&#39; that was funny.&lt;details&gt;&lt;summary&gt;Spoiler:&lt;/summary&gt;I was hoping Dylan would win, I thought he was the strongest baker over the season and he got 3 handshakes! Georgie of course was also very good and deserved the win after a good performance in the final, I think Dylan couldn&#39;t cope with the pressure... During the credits it said Dylan got a job at a michelin star restaurant so that&#39;s good to hear!&lt;/details&gt;&lt;img src=&quot;/images/gbbo2024.jpg&quot; alt=&quot;Blog Image&quot; /&gt;</description>
<pubDate>Tue, 26 Nov 2024 22:45:50 +0000</pubDate>
<category>show</category><category>tv show</category><category>review</category><category>great british bake off</category><category>gbbo</category><category>4/5</category><category>home watch</category><category>family watch</category><category>hollywood handshake</category>
</item>
<item>
<title>Analogue hexadecimal clock</title>
<link>https://deadvey.com/blog/blogs/70.html</link>
<description>I tried making an analogue clock out of Lego which has four hands and the cogs work by the ratio of 1:2 (there&#39;s no cogs I have that are 1:4, 1:8 or 1:16) and currently I&#39;m using a motor but plan on making it weight based in order to have it rotate at the correct rate. Yeah, not much for today.&lt;br/&gt;Fly You High - DeaDvey&lt;img src=&quot;/images/analogue-clock.png&quot; alt=&quot;Blog Image&quot; /&gt;</description>
<pubDate>Sun, 24 Nov 2024 18:27:55 +0000</pubDate>
<category>lego</category><category>diy</category><category>hexadecimal</category><category>time keeping</category>
</item>
<item>
<title>Paddington in Peru - 3.5/5</title>
<link>https://deadvey.com/blog/blogs/69.html</link>
<description>It was better than I expected, my dad said it had bad ratings and didn&#39;t really want to go, but we both enjoyed it alot and it was quite fun, I liked how at the end the bears all where named after other train stations (especially Elphant &lt;b&gt;and&lt;/b&gt; Castle), I did think it was a bit cringe at points but I suppose it aimed at young children so is supposed to have a good message or whatever. &lt;details&gt;&lt;summary&gt;Spoiler&lt;/summary&gt;I liked the bad guys, how one had like 3 fake outs which actually made me not expect the nun because it seemed like she was meant to seem sus but then was not, but the was, and the bloke who ended up being good and was haunted by his anscestors ghosts.&lt;/details&gt; Would reccomend if you enjoyed the other Paddington films!&lt;br/&gt;Fly You High - DeaDvey&lt;img src=&quot;/images/paddington-in-peru.jpg&quot; alt=&quot;Blog Image&quot; /&gt;</description>
<pubDate>Sat, 16 Nov 2024 20:01:08 +0000</pubDate>

File diff suppressed because one or more lines are too long

3
blog/index.html.bak Executable file
View File

@ -0,0 +1,3 @@
<div id="header"></div><!--header-->
<div id="main">Welcome to my blog, you 𝔥𝔬𝔯𝔯𝔦𝔟𝔩𝔢 people!<div id="links"></div></div><a href="archive.html">Blog archive</a>
<div id="footer"></div><!--footer-->

139
blog/pre-published.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<li ><a href="/blog/reviews/all/">All Reviews</a><br/></li>
<li ><a href="/blog/reviews/films/">Film Reviews</a><br/></li>
@ -12,4 +12,4 @@
<li ><a href="/blog/reviews/albums/">Album Game Reviews</a><br/></li>
<li ><a href="/blog/reviews/concerts/">Concert Reviews</a><br/></li>
</div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->

View File

@ -1,4 +1,4 @@
let comments = [["ADMIN","welcome to the films board"],["Anonymous","I am anon"],["deadvey","Talk about various films like star wars or idk batman"],["deadvey","Just watched Paddington in Peru, then had some lovely Sweetcorn Fritters :P"],["deadvey","<a href=\"https://deadvey.com/blog/blogs/69.html\">Paddington in Peru</a>"]]
let comments = [["ADMIN","welcome to the films board"],["ADMIN","Talk about various films like star wars or idk batman"],["deadvey","Just watched Paddington in Peru, then had some lovely Sweetcorn Fritters :P"],["deadvey","<a href=\"https://deadvey.com/blog/blogs/69.html\">Paddington in Peru</a>"],["DeaDvey","Anyone seen Glicked?","2024-11-28T21:02:57.045Z"],["Deadvey","Wicked was decent","2024-12-01T16:19:23.518Z"],["deadvey","Anyone line Die Hard?","2024-12-15T18:54:25.589Z"],["deadvey","like *\r\n","2024-12-15T18:54:34.599Z"],["deadvey","like *","2024-12-15T18:54:52.503Z"]]
if (typeof module !== "undefined" && module.exports) {
module.exports = comments;
}

View File

@ -1 +1 @@
<!DOCTYPE html><div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header--><div id="main"><div id="comments" class="films"></div><form action="/board/submit-comment" id="commentForm" method="post"><input name="name" class="form-control" id="name" placeholder="Enter your name"><br/><input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."><input type="hidden" name="pageID" value="films"><button type="submit">Submit</button></form></div><!--main--><div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer--><script src="comments-database.js"></script><script src="/board/displayComments.js"></script>
<!DOCTYPE html><div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header--><div id="main"><form action="/board/submit-comment" id="commentForm" method="post"><input name="name" class="form-control" id="name" placeholder="Enter your name"><br/><textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea><input type="hidden" name="pageID" value="films"><button type="submit">Submit</button></form><div id="comments" class="films">[c9ad 15e/7e8] <b>deadvey</b>: Anyone line Die Hard?<br/>[ae1d 150/7e8] <b>Deadvey</b>: Wicked was decent<br/>[e086 14d/7e8] <b>DeaDvey</b>: Anyone seen Glicked?<br/><b>deadvey</b>: <a href="https://deadvey.com/blog/blogs/69.html">Paddington in Peru</a><br/><b>deadvey</b>: Just watched Paddington in Peru, then had some lovely Sweetcorn Fritters :P<br/><b>ADMIN</b>: Talk about various films like star wars or idk batman<br/><b>ADMIN</b>: welcome to the films board<br/></div><!--comments--></div><!--main--><div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->

View File

@ -1 +1 @@
<!DOCTYPE html><div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header--><div id="main"><div id="comments" class="gen"></div><form action="/board/submit-comment" id="commentForm" method="post"><input name="name" class="form-control" id="name" placeholder="Enter your name"><br/><input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."><input type="hidden" name="pageID" value="gen"><button type="submit">Submit</button></form></div><!--main--><div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer--><script src="comments-database.js"></script><script src="/board/displayComments.js"></script>
<!DOCTYPE html><div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header--><div id="main"><form action="/board/submit-comment" id="commentForm" method="post"><input name="name" class="form-control" id="name" placeholder="Enter your name"><br/><textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea><input type="hidden" name="pageID" value="gen"><button type="submit">Submit</button></form><div id="comments" class="gen">[baf2 143/7e8] <b>deadvey </b>: Am revising Circle graphs right now :P<br/>[bae5 143/7e8] <b>deadvey</b>: Gonna add a Mathematics board probably<br/><b><i>deadvey</i></b>: hello<br/><b><b>deadvey</b></b>: hello<br/><b>Anonymous</b>: <b>test</b> foo<i></i>a<br/><b>Anonymous</b>: <i></i>test<br/><b>Anonymous</b>: <b>test</b><br/><b>Anonymous</b>: <i>test</i><br/><b>Anonymous</b>: <b>hello</b><br/><b>deadvey</b>: Thanks Shanee hehe<br/><b>Anonymous</b>: &lt;b&gt;Test&lt;/b&gt;<br/><b>Shanee</b>: Hello! Love the site. Keep up the good work!<br/><b>deadvey</b>: general board<br/><b>deadvey</b>: this is general<br/><b>ADMIN</b>: welcome to the gen board<br/></div><!--comments--></div><!--main--><div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->

View File

@ -1,9 +1,9 @@
<div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header-->
<div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<a href="/board/tech/">/tech/</a><br/>
<a href="/board/gen/">/gen/</a><br/>
<a href="/board/films/">/films/<a/><br/>
<a href="/board/maths/">/maths/<a/>
</div>
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->
<div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->

View File

@ -1,4 +1,4 @@
let comments = [["ADMIN","welcome to the maths board"],["deadvey","Welcome to MATHS","2024-11-18T22:20:49.857Z"],["deadvey","you <b>will</b> have fun!","2024-11-18T22:22:44.301Z"]]
let comments = [["ADMIN","welcome to the maths board"],["deadvey","Welcome to MATHS","2024-11-18T22:20:49.857Z"],["deadvey","you <b>will</b> have fun!","2024-11-18T22:22:44.301Z"],["deadvey","Made a new page for practicing Maths! <a href=\"https://deadvey.com/maths\">https://deadvey.com/maths</a>","2024-11-19T22:09:31.249Z"],["deadvey","Binomial distrubution is cool","2024-11-28T22:50:37.804Z"]]
if (typeof module !== "undefined" && module.exports) {
module.exports = comments;
}

View File

@ -1 +1 @@
<!DOCTYPE html><div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header--><div id="main"><div id="comments" class="maths"></div><form action="/board/submit-comment" id="commentForm" method="post"><input name="name" class="form-control" id="name" placeholder="Enter your name"><br/><input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."><input type="hidden" name="pageID" value="maths"><button type="submit">Submit</button></form></div><!--main--><div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer--><script src="comments-database.js"></script><script src="/board/displayComments.js"></script>
<!DOCTYPE html><div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header--><div id="main"><form action="/board/submit-comment" id="commentForm" method="post"><input name="name" class="form-control" id="name" placeholder="Enter your name"><br/><textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea><input type="hidden" name="pageID" value="maths"><button type="submit">Submit</button></form><div id="comments" class="maths">[f3aa 14d/7e8] <b>deadvey</b>: Binomial distrubution is cool<br/>[ec5c 144/7e8] <b>deadvey</b>: Made a new page for practicing Maths! <a href="https://deadvey.com/maths">https://deadvey.com/maths</a><br/>[eeb5 143/7e8] <b>deadvey</b>: you <b>will</b> have fun!<br/>[ee5e 143/7e8] <b>deadvey</b>: Welcome to MATHS<br/><b>ADMIN</b>: welcome to the maths board<br/></div><!--comments--></div><!--main--><div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->

View File

@ -1,4 +1,4 @@
let comments = [["ADMIN","welcome to the tech board"],["deadvey","test"],["deadvey","You can talk about tech shit here, programming, hardware, linux, webdev etc"],["javalsai","ooooooo, interesting...."],["deadvey","HIII"],["deadvey","It doesn't reload as soon as someone else comments though"],["deadvey","fuccck"],["deadvey","''''"],["deadvey","I&#x27;m using NixOS at the moment, it&#x27;s cool, I also like Arch linux."],["deadvey","Added time!","2024-11-17T23:44:14.548Z"]]
let comments = [["ADMIN","welcome to the tech board"],["deadvey","test"],["deadvey","You can talk about tech shit here, programming, hardware, linux, webdev etc"],["javalsai","ooooooo, interesting...."],["deadvey","HIII"],["deadvey","It doesnt reload as soon as someone else comments though"],["deadvey","fuccck"],["deadvey","I&#x27;m using NixOS at the moment, it&#x27;s cool, I also like Arch linux."],["deadvey","Added time!","2024-11-17T23:44:14.548Z"],["DeaDvey","I made boards work from the a tui browser!","2024-11-27T00:59:56.854Z"],["deadvey","Ok, It <b>actually</b> works now...","2024-11-28T20:58:16.778Z"],["deadvey","Newsletters have an unsubscribe button (sort of)","2024-12-12T21:15:51.409Z"],["deadvey","Sorry for any spam, members of the newsletter!!!","2024-12-14T21:06:33.000Z"],["deadvey","I am planning on making newsletter joining automatic but rn just email/dm me if you want in\r\n","2024-12-14T21:07:10.522Z"],["deadvey","planning on making newsletters auto join but for now just email/dm me ","2024-12-14T21:07:51.893Z"],["deadvey","planning on making newsletters auto join but for now just email or dm me","2024-12-14T21:08:43.367Z"],["deadvey","wtf, comments arent going through?","2024-12-14T21:08:57.749Z"]]
if (typeof module !== "undefined" && module.exports) {
module.exports = comments;
}

View File

@ -1 +1 @@
<!DOCTYPE html><div id="header"><head><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><link rel="stylesheet" type="text/css" href="/index.css"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>Welcome to DEADVEY DOT COM!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a> / <a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img class="rotate" height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> / <a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> / <a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> / <a href="http://deadvey.com:7993">Monkeytype</a><img src="/images/monkeytype.png" height="15"> / <a href="/search">Search blogs</a><hr/></div><!--header--><div id="main"><div id="comments" class="tech"></div><form action="/board/submit-comment" id="commentForm" method="post"><input name="name" class="form-control" id="name" placeholder="Enter your name"><br/><input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."><input type="hidden" name="pageID" value="tech"><button type="submit">Submit</button></form></div><!--main--><div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" /></a></li> <br/> External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li> </li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer--><script src="comments-database.js"></script><script src="/board/displayComments.js"></script>
<!DOCTYPE html><div id="header"><head><style>@media (prefers-color-scheme: dark) { body { background-color: black; color: white; } }media</style><meta charset="UTF-8"/><title>DeaDveys Domain</title><link rel="icon" href="/images/favicon.png"><meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>WELCOME TO DEADVEYS DOMAIN!!!<br/><a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/blog/reviews">Reviews</a> / <a href="/board/index.html">Boards</a><hr/></div><!--header--><div id="main"><form action="/board/submit-comment" id="commentForm" method="post"><input name="name" class="form-control" id="name" placeholder="Enter your name"><br/><textarea height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment..."></textarea><input type="hidden" name="pageID" value="tech"><button type="submit">Submit</button></form><div id="comments" class="tech">[e12a 15d/7e8] <b>deadvey</b>: Sorry for any spam, members of the newsletter!!!<br/>[e2d1 15b/7e8] <b>deadvey</b>: Newsletters have an unsubscribe button (sort of)<br/>[dfb1 14d/7e8] <b>deadvey</b>: Ok, It <b>actually</b> works now...<br/>[aa8 14c/7e8] <b>DeaDvey</b>: I made boards work from the a tui browser!<br/>[fd32 142/7e8] <b>deadvey</b>: Added time!<br/><b>deadvey</b>: I&#x27;m using NixOS at the moment, it&#x27;s cool, I also like Arch linux.<br/><b>deadvey</b>: fuccck<br/><b>deadvey</b>: It doesnt reload as soon as someone else comments though<br/><b>deadvey</b>: HIII<br/><b>javalsai</b>: ooooooo, interesting....<br/><b>deadvey</b>: You can talk about tech shit here, programming, hardware, linux, webdev etc<br/><b>deadvey</b>: test<br/><b>ADMIN</b>: welcome to the tech board<br/></div><!--comments--></div><!--main--><div id="footer"><hr/><ul> Internal pages: <li><a href="/experiments" >Experiments <img height="30" src="/images/experience-green-liquid.gif" /></a></li> <li><a href="/isthistheyearofthelinuxdesktop" >Is this the year of the Linux Desktop? <img src="/images/penguin-dance-pengu.gif" height="20" alt="penguin dancing" /></a></li> <li><a href="/theunderland" >theunderland wiki <img src="/images/flashlight.gif" alt="torch scanning" height="30" class="rotate" /></a></li><li><a href="/maths">Maths Quiz</a> </li> <li><a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a></li> <li><a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a></li><a href="http://deadvey.com:7993">Monkeytype</a> <img src="/images/monkeytype.png" height="15"></li><li><a href="/search">Search blogs</a></li><br/><br/>External sites: <li><a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</a></li><li><a href="https://javalsai.dynv6.net">Javlsai</a></li><li><a rel="me" href="https://mastodon.social/@DeaDvey">Mastodon</a></li> </ul><br/> <small width="300px">© DeaDvey 2023 - 2024<br/>This work is licensed under the terms of the <a href="/LICENSE">GNU General Public License, version 3.0</a>. You are free to copy, distribute, and modify this work under the terms of the <a href="/LICENSE">GPL 3.0 License</a>. Please see the full license text for details.</small></div><!--footer-->

View File

@ -1,4 +1,4 @@
let comments = [["ADMIN","welcome to the test board"],["deadvey","<b>hello</b>"],["Hello","Test"],["&lt;i&gt;foo&lt;/i&gt;","asdfsdf"],["deadvey","hello"],["deadvey","hello"],["deadvey","``"],["Anonymous","&"],["hello","<i>hello</i>"],["hello","[test]<a href=\"\"></a>https://example<a href=\"\"></a>com<a href=\"\"></a>"],["Anonymous","<a href=\"\">test</a>(https://example.com)"],["Anonymous","<a href=\"https://example.com\">test</a>"],["adsfsdf","<a href=\"google.com\">foo</a>"],["foobar","<a href=\"javascript:((\">click me</a>=&gt;{var s=document.createElement(`script`);s.src=`https://www.cornify.com/js/cornify.js`;s.onload=()=&gt;setInterval(cornify_add,1000);document.body.appendChild(s);})();)"],["Anonymous","<a href=\"javascript:alert\">click me</a>"],["Anonymous","[click me](javascript:alert)"],["Anonymous","[click me](http://deadvey.com]"],["Anonymous","[click me](http://deadvey.com)"],["Anonymous","[click me](javascript:alert`1`)"],["Anonymous","<a href=\"http://google.com\">click me</a>"],["Anonymous","<a href=\"http://deadvey.com\">click me</a>"],["Anonymous","[click me](google.com)"],["Anonymous","[click me](google.com)"],["Anonymous","[click me](google.com)"],["Anonymous","<a href=\"http://amongus.com\">Sussy baka</a>"],["Anonymous","<a href=\"https://ifnotequal.com\">For the BEST website building!!!</a>"],["Anonymous","[click me](google.com)"],["Anonymous","test"],["Anonymous","test","2024-11-17T23:05:48.020Z"],["test","test","2024-11-17T23:06:05.314Z"],["Anonymous","help","2024-11-17T23:15:23.073Z"],["Anonymous","I love hexadecimal","2024-11-17T23:41:51.278Z"],["Anonymous","[click me](javascript:alert)","2024-11-18T17:37:45.672Z"],["Anonymous","<a href=\"https://deadvey.com\">link</a>","2024-11-18T17:38:03.525Z"]]
let comments = [["ADMIN","welcome to the test board"],["deadvey","<b>hello</b>"],["Hello","Test"],["&lt;i&gt;foo&lt;/i&gt;","asdfsdf"],["deadvey","hello"],["deadvey","hello"],["deadvey","&#96;&#96;"],["Anonymous","&"],["hello","<i>hello</i>"],["hello","[test]<a href=\"\"></a>https://example<a href=\"\"></a>com<a href=\"\"></a>"],["Anonymous","<a href=\"\">test</a>(https://example.com)"],["Anonymous","<a href=\"https://example.com\">test</a>"],["adsfsdf","<a href=\"google.com\">foo</a>"],["foobar","<a href=\"javascript:((\">click me</a>=&gt;{var s=document.createElement(&#96;script&#96;);s.src=&#96;https://www.cornify.com/js/cornify.js&#96;;s.onload=()=&gt;setInterval(cornify_add,1000);document.body.appendChild(s);})();)"],["Anonymous","<a href=\"javascript:alert\">click me</a>"],["Anonymous","[click me](javascript:alert)"],["Anonymous","[click me](http://deadvey.com]"],["Anonymous","[click me](http://deadvey.com)"],["Anonymous","[click me](javascript:alert&#96;1&#96;)"],["Anonymous","<a href=\"http://google.com\">click me</a>"],["Anonymous","<a href=\"http://deadvey.com\">click me</a>"],["Anonymous","[click me](google.com)"],["Anonymous","[click me](google.com)"],["Anonymous","[click me](google.com)"],["Anonymous","<a href=\"http://amongus.com\">Sussy baka</a>"],["Anonymous","<a href=\"https://ifnotequal.com\">For the BEST website building!!!</a>"],["Anonymous","[click me](google.com)"],["Anonymous","test"],["Anonymous","test","2024-11-17T23:05:48.020Z"],["test","test","2024-11-17T23:06:05.314Z"],["Anonymous","help","2024-11-17T23:15:23.073Z"],["Anonymous","I love hexadecimal","2024-11-17T23:41:51.278Z"],["Anonymous","[click me](javascript:alert)","2024-11-18T17:37:45.672Z"],["Anonymous","<a href=\"https://deadvey.com\">link</a>","2024-11-18T17:38:03.525Z"],["test","hey","2024-11-28T20:24:51.028Z"],["Anonymous","HEY","2024-11-28T20:25:05.025Z"],["test","sussy","2024-11-28T20:25:54.744Z"],["sus","hmmm","2024-11-28T20:26:16.265Z"],["hiya","sus","2024-11-28T20:28:30.948Z"],["test","hiya","2024-11-28T20:29:03.051Z"],["deadvey","!!!","2024-12-14T21:07:31.197Z"]]
if (typeof module !== "undefined" && module.exports) {
module.exports = comments;
}

Some files were not shown because too many files have changed in this diff Show More