This commit is contained in:
DeaDvey 2025-01-06 02:53:24 +00:00
parent eacf719bd1
commit 24af280f0e
11 changed files with 80 additions and 16 deletions

View File

@ -40,7 +40,7 @@
<button type="submit">Submit</button> <button type="submit">Submit</button>
</form> </form>
<div class="84" id="comments"></div></div><p class="previous"><a href="83.html"><-- Previous</a></p> <div class="84" id="comments"></div></div><p class="previous"><a href="83.html"><-- Previous</a></p><p class="next"><a href="85.html">Next --></a></p>
<div id="links"> <div id="links">
</div><script src="/blogs/comments.js"></script><script src="/blogs/displayComments.js"></script></body> </div><script src="/blogs/comments.js"></script><script src="/blogs/displayComments.js"></script></body>
</div> </div>

49
blog/85.html Normal file
View File

@ -0,0 +1,49 @@
<meta name="fediverse:creator" content="@DeaDvey@mastodon.social">
<!DOCTYPE html>
<head>
<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>
<div id="header"><head>
<style>
@media (prefers-color-scheme: dark) {
body {
background-color: black;
color: white;
}
a:visited {
color: violet;
}
a:link {
color: cyan;
}
}
</style>WELCOME TO DEADVEY'S DOMAIN!!!<br/>
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> / <a href="/">Home page</a> / <a href="/blogs/index.html">Blogs</a> <a href="/blogs/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> / <a href="/board/index.html">Boards</a><hr/></div><!--header-->
<div id="main">
<body>
<div id="main">
<h3 class="blog-date">21da 5/7e9</h3>
<h1 class="blog-title">Rubiks Cube program</h1>
<p class="blog-content">Well, I learnt how to solve a Rubik's Cube because I was bored and because of that, I started making a rust program that is a rubiks cube, I think I could probably write it better, but I'm not very good at rust, so for now it's very poorly written code, but works nonetheless... It's just an vector from 0 - 53 and each index has a specific colour and then rotating a side of the cube changes specific indexes, I'd like a better approach. I'm going to upload my current code to the <a href='https://git.javalsai.dynv6.net/deadvey/random-rust'>rust projects repository</a> and am going to continue working on it. I also want to make Minesweeper in Rust, that will be fun, don't think it will be too hard either.<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
<img class="blog-image" height="200" src="/images/rust.png" alt="rust.png" /><img class="blog-image" height="200" src="/images/rubiks.png" alt="rubiks.png" />
</div><br/>
<sub><i><small>rust,programming,rubiks cube,project,janky,HELP</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="85">
<button type="submit">Submit</button>
</form>
<div class="85" id="comments"><b>We block the account&gt;&gt;&gt; http://extras.byethost4.com/?sid=5166</b>: <i>Your balance is increasing. Log in today to claim your earnings! - http://extras.byethost4.com/?sid=5166</i><br/></div></div><p class="previous"><a href="84.html"><-- Previous</a></p>
<div id="links">
</div><script src="/blogs/comments.js"></script><script src="/blogs/displayComments.js"></script></body>
</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 - 2025<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

@ -24,6 +24,14 @@
<div id="main"> <div id="main">
<body> <body>
<h3 class="blog-date">Sun, 5 Jan 2025 03:10:25</h3>
<h1 class="blog-title">Rubiks Cube program</h1>
<p class="blog-content">Well, I learnt how to solve a Rubik's Cube because I was bored and because of that, I started making a rust program that is a rubiks cube, I think I could probably write it better, but I'm not very good at rust, so for now it's very poorly written code, but works nonetheless... It's just an vector from 0 - 53 and each index has a specific colour and then rotating a side of the cube changes specific indexes, I'd like a better approach. I'm going to upload my current code to the <a href='https://git.javalsai.dynv6.net/deadvey/random-rust'>rust projects repository</a> and am going to continue working on it. I also want to make Minesweeper in Rust, that will be fun, don't think it will be too hard either.<br/>Fly You High - DeaDvey</p>
<div class="blog-images">
<img class="blog-image" height="200" src="/images/rust.png" alt="rust.png" /><img class="blog-image" height="200" src="/images/rubiks.png" alt="rubiks.png" />
</div>
<div id="links"></div><hr/><script src="/template.js"></script>
<h3 class="blog-date">Wed, 1 Jan 2025 00:57:55</h3> <h3 class="blog-date">Wed, 1 Jan 2025 00:57:55</h3>
<h1 class="blog-title">Happy New Year 7E9!!!</h1> <h1 class="blog-title">Happy New Year 7E9!!!</h1>
<p class="blog-content">7E8 has been an interesting year, hopefully 7E9 will be good, my new years resolution is 2560x1440. Anyway, I don't really have much to say but hope everyone has a good new year and yeah<br/>Fly You High - DeaDvey</p> <p class="blog-content">7E8 has been an interesting year, hopefully 7E9 will be good, my new years resolution is 2560x1440. Anyway, I don't really have much to say but hope everyone has a good new year and yeah<br/>Fly You High - DeaDvey</p>

View File

@ -25,14 +25,14 @@
<body> <body>
<h3 class="blog-date">Wed, 1 Jan 2025 00:57:55</h3> <h3 class="blog-date">Sun, 5 Jan 2025 03:10:25</h3>
<h1 class="blog-title">Happy New Year 7E9!!!</h1> <h1 class="blog-title">Rubiks Cube program</h1>
<p class="blog-content">7E8 has been an interesting year, hopefully 7E9 will be good, my new years resolution is 2560x1440. Anyway, I don't really have much to say but hope everyone has a good new year and yeah<br/>Fly You High - DeaDvey</p> <p class="blog-content">Well, I learnt how to solve a Rubik's Cube because I was bored and because of that, I started making a rust program that is a rubiks cube, I think I could probably write it better, but I'm not very good at rust, so for now it's very poorly written code, but works nonetheless... It's just an vector from 0 - 53 and each index has a specific colour and then rotating a side of the cube changes specific indexes, I'd like a better approach. I'm going to upload my current code to the <a href='https://git.javalsai.dynv6.net/deadvey/random-rust'>rust projects repository</a> and am going to continue working on it. I also want to make Minesweeper in Rust, that will be fun, don't think it will be too hard either.<br/>Fly You High - DeaDvey</p>
<div class="blog-images"> <div class="blog-images">
<img class="blog-image" height="200" src="/images/newyear.png" alt="newyear.png" /> <img class="blog-image" height="200" src="/images/rust.png" alt="rust.png" /><img class="blog-image" height="200" src="/images/rubiks.png" alt="rubiks.png" />
</div><br/> </div><br/>
<sub><i><small>new year,7e9,drawing</small></i></sub> <sub><i><small>rust,programming,rubiks cube,project,janky,HELP</small></i></sub>
<p class="previous"><a href="83.html"><-- Previous</a></p> <p class="previous"><a href="84.html"><-- Previous</a></p>
<div id="links"> <div id="links">
</div><script src="https://code.jquery.com/jquery-3.6.1.min.js"></script><script src="/template.js"></script></body> </div><script src="https://code.jquery.com/jquery-3.6.1.min.js"></script><script src="/template.js"></script></body>
</div> </div>

View File

@ -1,5 +1,6 @@
// Sat, 18 Jul 2024 15:07:54 // Sat, 18 Jul 2024 15:07:54
blogs = [["Happy New Year 7E9!!!","7E8 has been an interesting year, hopefully 7E9 will be good, my new years resolution is 2560x1440. Anyway, I don't really have much to say but hope everyone has a good new year and yeah<br/>Fly You High - DeaDvey","Wed, 1 Jan 2025 00:57:55",["newyear.png"],["new year","7e9","drawing"]], blogs = [["Rubiks Cube program","Well, I learnt how to solve a Rubik's Cube because I was bored and because of that, I started making a rust program that is a rubiks cube, I think I could probably write it better, but I'm not very good at rust, so for now it's very poorly written code, but works nonetheless... It's just an vector from 0 - 53 and each index has a specific colour and then rotating a side of the cube changes specific indexes, I'd like a better approach. I'm going to upload my current code to the <a href='https://git.javalsai.dynv6.net/deadvey/random-rust'>rust projects repository</a> and am going to continue working on it. I also want to make Minesweeper in Rust, that will be fun, don't think it will be too hard either.<br/>Fly You High - DeaDvey","Sun, 5 Jan 2025 03:10:25",["rust.png","rubiks.png"],["rust","programming","rubiks cube","project","janky","HELP"]],
["Happy New Year 7E9!!!","7E8 has been an interesting year, hopefully 7E9 will be good, my new years resolution is 2560x1440. Anyway, I don't really have much to say but hope everyone has a good new year and yeah<br/>Fly You High - DeaDvey","Wed, 1 Jan 2025 00:57:55",["newyear.png"],["new year","7e9","drawing"]],
["Motherboard","So Christmas has been and gone, I got a motherboard - ASRock B550 PG Riptide ATX AM4 - because I needed more sata connectors and I wanted it to be ATX whereas my previous mb was micro atx, it has two additional pciex16 ports so I can have a wireless card and maybe even another GPU ^\\_(•_•)_/^ I also got another dvd drive which makes 7 total, 3 sata, 3 ide and 1 usb, got the 3 sata ones in my tower right now so I can listen to music, watch a film and play a game at the same time? Yeah, that's the purpose :) One annoyance with the new mb is that it couldn't detect my nixos partition no matter how hard I tried... So I ended up installing arch and then realising about an hour later that I still prefer nix, it's just so good. Since then I've also setup a metar report in my waybar, which looks cool, however indecipherable it is, also Gavin and Stacy finale, didn't really watch the show but the finale was pretty funny, the Outnumbed Christmas special was alright too, kinda depressing - Ben and Karen are still funny though. I got some good looking books, so I'll make reviews of them once I've read them, Foundation looks really good, I'm on chapter 3... Anyway yeah uumm it's like 3 am so I should go sleep or something.<br/>Fly You High - DeaDvey","Fri, 27 Dec 2024, 02:35:15",["motherboard.jpg"],["motherboard","upgrade","christmas","dvd drive","nixos","arch linux","gavin and stacy","outnumbered","foundation"]], ["Motherboard","So Christmas has been and gone, I got a motherboard - ASRock B550 PG Riptide ATX AM4 - because I needed more sata connectors and I wanted it to be ATX whereas my previous mb was micro atx, it has two additional pciex16 ports so I can have a wireless card and maybe even another GPU ^\\_(•_•)_/^ I also got another dvd drive which makes 7 total, 3 sata, 3 ide and 1 usb, got the 3 sata ones in my tower right now so I can listen to music, watch a film and play a game at the same time? Yeah, that's the purpose :) One annoyance with the new mb is that it couldn't detect my nixos partition no matter how hard I tried... So I ended up installing arch and then realising about an hour later that I still prefer nix, it's just so good. Since then I've also setup a metar report in my waybar, which looks cool, however indecipherable it is, also Gavin and Stacy finale, didn't really watch the show but the finale was pretty funny, the Outnumbed Christmas special was alright too, kinda depressing - Ben and Karen are still funny though. I got some good looking books, so I'll make reviews of them once I've read them, Foundation looks really good, I'm on chapter 3... Anyway yeah uumm it's like 3 am so I should go sleep or something.<br/>Fly You High - DeaDvey","Fri, 27 Dec 2024, 02:35:15",["motherboard.jpg"],["motherboard","upgrade","christmas","dvd drive","nixos","arch linux","gavin and stacy","outnumbered","foundation"]],
["The Lord of the Rings: The War of the Rohirrim - 3/5","Basically just the Battle of Helms Deep but with different characters and a whole film, it was decent and had a plot that wasn't entireley predictable, but was still a bit of a cash grap... The animation was actually very good and smooth and the sound track was amazing to hear on massive speakers! I really want to see the LOTR trilogy in cinemas now! Also, I think the film captures the rohirrims likeness very well and hints niceley at the beginning rise of Sauron and also the bit where Sauruman shows up gave me chills...<br/>Fly You High - DeaDvey","Sun, 22 Dec 2024 12:46:30",["war-of-the-rohirrim.jpg"],["film","review","3/5","war of the rohirrim","rings","orcs","rohirrim","soundtrack","animation","cinema watch","family watch"]], ["The Lord of the Rings: The War of the Rohirrim - 3/5","Basically just the Battle of Helms Deep but with different characters and a whole film, it was decent and had a plot that wasn't entireley predictable, but was still a bit of a cash grap... The animation was actually very good and smooth and the sound track was amazing to hear on massive speakers! I really want to see the LOTR trilogy in cinemas now! Also, I think the film captures the rohirrims likeness very well and hints niceley at the beginning rise of Sauron and also the bit where Sauruman shows up gave me chills...<br/>Fly You High - DeaDvey","Sun, 22 Dec 2024 12:46:30",["war-of-the-rohirrim.jpg"],["film","review","3/5","war of the rohirrim","rings","orcs","rohirrim","soundtrack","animation","cinema watch","family watch"]],
["Neverwhere (Novel) - 4/5","This was a really good book, I'm currently watching the tv show as well, I think my favourite line is 'Nice, in a bodyguard, is about as useful as the ability to regurgitate whole lobsters', I liked the Marquis de Carabas, very fun character. Overall, I think the world building was very good as London below feels very real and mysterious. There was a suitable twist at the end, which I didn't foresee (though I'm bad at seeing them) Hunter is also badass af lmfao. I also loved how they drew parallels to real London (London Above) with there being an Elephant and a Castle being at E&C and a the Night's Bridge under Harrods and Earls Court stop being an actual Earls Court, all very fun. The origins of the world are very mysterious and interesting, I would like to know more about it, however Neil Gaiman hasn't expanded on it much (standalone novel). The floating markets are also interesting, I'd like to know more about how they work and came about...<details><summary>Spoiler:</summary>I liked when Mr. Vandamer just shruggs and drops to his (death? can he die?) along with Mr. Croup, also, the Angel Islington was a great antagonist</details><br/>Fly You High - DeaDvey","Wed, 19 Dec 2024 14:35:35",["neverwhere.jpg"],["book","review","4/5","urban fantasy","read on the bus","neil gaiman","marquis de carabas","door","mr croup and mr vandamer","london"]], ["Neverwhere (Novel) - 4/5","This was a really good book, I'm currently watching the tv show as well, I think my favourite line is 'Nice, in a bodyguard, is about as useful as the ability to regurgitate whole lobsters', I liked the Marquis de Carabas, very fun character. Overall, I think the world building was very good as London below feels very real and mysterious. There was a suitable twist at the end, which I didn't foresee (though I'm bad at seeing them) Hunter is also badass af lmfao. I also loved how they drew parallels to real London (London Above) with there being an Elephant and a Castle being at E&C and a the Night's Bridge under Harrods and Earls Court stop being an actual Earls Court, all very fun. The origins of the world are very mysterious and interesting, I would like to know more about it, however Neil Gaiman hasn't expanded on it much (standalone novel). The floating markets are also interesting, I'd like to know more about how they work and came about...<details><summary>Spoiler:</summary>I liked when Mr. Vandamer just shruggs and drops to his (death? can he die?) along with Mr. Croup, also, the Angel Islington was a great antagonist</details><br/>Fly You High - DeaDvey","Wed, 19 Dec 2024 14:35:35",["neverwhere.jpg"],["book","review","4/5","urban fantasy","read on the bus","neil gaiman","marquis de carabas","door","mr croup and mr vandamer","london"]],

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,8 +4,15 @@
<title>DeaDvey</title> <title>DeaDvey</title>
<link>https://deadvey.com</link> <link>https://deadvey.com</link>
<description>Just talking about life and stuff I guess</description> <description>Just talking about life and stuff I guess</description>
<pubDate>Wed, 1 Jan 2025 00:57:55 +0000</pubDate> <pubDate>Sun, 5 Jan 2025 03:10:25 +0000</pubDate>
<lastBuildDate>Wed, 1 Jan 2025 00:57:55 +0000</lastBuildDate> <lastBuildDate>Sun, 5 Jan 2025 03:10:25 +0000</lastBuildDate>
<item>
<title>Rubiks Cube program</title>
<link>https://deadvey.com/blog/blogs/85.html</link>
<description>Well, I learnt how to solve a Rubik&#39;s Cube because I was bored and because of that, I started making a rust program that is a rubiks cube, I think I could probably write it better, but I&#39;m not very good at rust, so for now it&#39;s very poorly written code, but works nonetheless... It&#39;s just an vector from 0 - 53 and each index has a specific colour and then rotating a side of the cube changes specific indexes, I&#39;d like a better approach. I&#39;m going to upload my current code to the &lt;a href=&#39;https://git.javalsai.dynv6.net/deadvey/random-rust&#39;&gt;rust projects repository&lt;/a&gt; and am going to continue working on it. I also want to make Minesweeper in Rust, that will be fun, don&#39;t think it will be too hard either.&lt;br/&gt;Fly You High - DeaDvey&lt;img src=&quot;/images/rust.png&quot; alt=&quot;Blog Image&quot; /&gt;&lt;img src=&quot;/images/rubiks.png&quot; alt=&quot;Blog Image&quot; /&gt;</description>
<pubDate>Sun, 5 Jan 2025 03:10:25 +0000</pubDate>
<category>rust</category><category>programming</category><category>rubiks cube</category><category>project</category><category>janky</category><category>HELP</category>
</item>
<item> <item>
<title>Happy New Year 7E9!!!</title> <title>Happy New Year 7E9!!!</title>
<link>https://deadvey.com/blog/blogs/84.html</link> <link>https://deadvey.com/blog/blogs/84.html</link>

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
let lastBlog=84; if (typeof module !== 'undefined' && module.exports) { module.exports = lastBlog; } let lastBlog=85; if (typeof module !== 'undefined' && module.exports) { module.exports = lastBlog; }

View File

@ -1,7 +1,6 @@
const fs = require("fs"); const fs = require("fs");
const serverPath = require("./serverPath.js") const serverPath = require("./serverPath.js")
//const pages = ["/index.html", "/blogs/index.html", "/blogs/reviews/index.html", "/board/index.html", "/board/tech/index.html", "/board/gen/index.html", "/board/films/index.html", "/board/maths/index.html","/maths/index.html"]; const pages = ["/index.html", "/board/index.html", "/board/test/index.html", "/board/tech/index.html", "/board/gen/index.html", "/board/films/index.html", "/board/maths/index.html"]
const pages = ["/index.html", "/blogs/index.html", "/board/index.html", "/board/test/index.html", "/board/tech/index.html", "/board/gen/index.html", "/board/films/index.html", "/board/maths/index.html"]
let { pageTop, pageBottom } = require(serverPath+"/html.js") let { pageTop, pageBottom } = require(serverPath+"/html.js")
const { exec } = require('child_process'); const { exec } = require('child_process');