{
    "@context": "https://www.w3.org/ns/activitystreams",
    "id": "https://deadvey.com//socialweb/notes/85",
    "type": "Note",
    "hash": "85",
    "content": "<b>Rubiks Cube program:</b><br/>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<br/><img src=\"https://deadvey.com/images/rust.png\" /><br/><img src=\"https://deadvey.com/images/rubiks.png\" />",
    "url": "https://deadvey.com/blog/85.html",
    "attributedTo": "https://deadvey.com/@blog",
    "to": [
        "https://www.w3.org/ns/activitystreams#Public"
    ],
    "cc": [],
    "published": "Sun, 5 Jan 2025 03:10:25",
    "replies": {
        "id": "https://deadvey.com/socialweb/replies/85",
        "type": "Collection",
        "first": {
            "type": "CollectionPage",
            "next": "https://deadvey.com/socialweb/replies/85?page=true",
            "partOf": "https://deadvey.com/socialweb/replies/85",
            "items": []
        }
    },
    "tag": [

        {
            "Type": "Hashtag",
            "Href": "https://deadvey.com/blog/rust.html",
            "Name": "#rust"
        },
        {
            "Type": "Hashtag",
            "Href": "https://deadvey.com/blog/programming.html",
            "Name": "#programming"
        },
        {
            "Type": "Hashtag",
            "Href": "https://deadvey.com/blog/rubiks cube.html",
            "Name": "#rubiks cube"
        },
        {
            "Type": "Hashtag",
            "Href": "https://deadvey.com/blog/project.html",
            "Name": "#project"
        },
        {
            "Type": "Hashtag",
            "Href": "https://deadvey.com/blog/janky.html",
            "Name": "#janky"
        },
        {
            "Type": "Hashtag",
            "Href": "https://deadvey.com/blog/HELP.html",
            "Name": "#HELP"
        }
    ]
}