[-] [email protected] 8 points 5 days ago

Man, I love BIG servers, I hate the power bill that comes with it.

Fine, my broke ass only has the budget for a few tiny computers anyway. I pick up too many hobbies with the excuse that it's a great skill for future sustainablity like self hosting, programming, 3d printing, and micro soldering.

707
submitted 2 weeks ago by [email protected] to c/[email protected]
3
submitted 3 weeks ago by [email protected] to c/[email protected]

I got a dualshock 4 controller for $10 that had pretty bad joystick shaking that I just opened up and cleaned really well, which (mostly) fixed it. I tried playing some games on PC, but I want to try some stuff on my phone now, couldn't find an app that wasn't crashing or that didn't require a mac/windows pc to work, so I want to see if someone out there knows of an app like that. My phone is a OnePlus 9 running android 14.

If there is nothing good out there then it's cool, just wanted to try for fun and I know asking on forums is better than whatever some search optimized article or a 5-year-old reddit post can offer.

[-] [email protected] 68 points 1 month ago

Chickens taste like dinosaurs

211
ʘ⁠‿⁠ʘ (lemmy.world)
submitted 1 month ago by [email protected] to c/[email protected]
170
submitted 1 month ago by [email protected] to c/[email protected]
[-] [email protected] 67 points 1 month ago

I keep reading the word Fury as Furry

[-] [email protected] 100 points 2 months ago
[-] [email protected] 64 points 2 months ago

I started using AMD cuz it was the "more bang for your buck" option and because of my cheapness I have always had a great experience with Linux, excluding wifi breaking every few months.

[-] [email protected] 37 points 2 months ago

At that point you pretty much got a whole day to go and rescue the guy, assuming trolley is traveling around 40-50mph

40
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]

I got a Corsair 5000D airflow case from a friend for free but it is missing all the four screws that hold the side panels on the back. All the screws I can find on the internet are the short version that don't have enough reach.

This screw is from my own PC case.

Edit: image with the short version that I was talking about

[-] [email protected] 57 points 2 months ago

I got something similar in my bag of stolen memes.

525
submitted 2 months ago by [email protected] to c/[email protected]
780
Back for seconds? (lemmy.world)
submitted 2 months ago by [email protected] to c/[email protected]
[-] [email protected] 39 points 3 months ago

These graphs transcend time

578
Lurkers be like (lemmy.world)
submitted 3 months ago by [email protected] to c/[email protected]
75
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]

I am trying to slowly de-Google-ify myself by moving to open source apps, I wanna ditch google notes and evernote. I tried obsidian, standard notes, and joplin, I liked using obsidian on PC and standard notes looks nice on android but obsidian you need to pay to have sync and standard notes doesn't do markdown unless you pay (are plugins only on PC???). Joplin has most features I need but I don't like how it looks/feels on android (haven't tried in PC yet)

Basically what I want the most in a notes app is offline with sync capability for phone and PC, would be nice to make folders for notes like notepads on evernote, and md is a big plus but I can live without it. I would love if I could use something like proton drive for cloud sync and wouldn't mind paying for obsidian if it was cheaper cuz $8 per month is too much for my minimum pay and I didnt see any cheaper plans.

EDIT: If no one has any better suggestions, I am thinking of trying to setup obsidian with syncthing.

8
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]

I am part of a team that runs a small wiki for a game 99% of the population never heard of (don't ask me what it is), so I wanted to make a discord bot that used our API to pull info quickly, how it works is you do /search name:[enter name of item] and you get a list of, at most, the top 5 search results with emojis at the bottom to react with, then the bot should spit out another embed message with item description and stats, etc. The issue is that for the life of me, I can't seem to make the bot recognize what emoji the user has selected, as it always just returns '0' emojis selected. I am noob at JS, plz help

Here is what I got: `

async execute(interaction) {
    const query = interaction.options.getString("name");

    let itemData;

    try {
        // Get data from api
        const itemAPIList = await fetch(
            `the link for our api, not important q=${query}`
        ).then((res) => res.json());
        itemData = itemAPIList.data;

        const emojis = ["1️⃣", "2️⃣", "3️⃣", "4️⃣", "5️⃣"];

        // Check if itemData from api is not empty
        if (itemData.length > 0) {
            // Create the embed message
            const itemEmbed = new EmbedBuilder()
                .setColor(0x00ff80)
                .setDescription(
                    "React with the corresponding emoji to select an item"
                );
            // List out the top 5 results from api with an emoji next to it
            for (let i = 0; i < 5 && i < itemData.length; i++) {
                itemEmbed.addFields({
                    name: `${emojis[i]}: ${itemData[i].name}`,
                    value: " ",
                });
            }
            // Sends the embedded message
            const sentItemList = await interaction
                .reply({
                    embeds: [itemEmbed],
                    fetchReply: true,
                })
                .then(async (itemListMsg) => {
                    // Reacts to the message with correct number of emoji numbers
                    for (
                        let i = 0;
                        i < emojis.length && i < itemData.length;
                        i++
                    ) {
                        await itemListMsg.react(emojis[i]);
                    }

                    // Filter for checking if emoji and user are correct
                    const collectorFilter = (reaction, user) => {
                        return (
                            emojis.includes(reaction.emoji.name) &&
                            user.id === interaction.user.id
                        );
                    };

                    const collector =
                        await itemListMsg.createReactionCollector({
                            filter: collectorFilter,
                            time: 5000,
                        });

                    collector.on("collect", (reaction, user) => {
                        console.log(
                            `Collected ${reaction.emoji.name} from ${user.tag}`
                        );
                    });

                    collector.on("end", (collected) => {
                        console.log(`Collected ${collected.size} items`);
                    });
                });
        }

`

472
submitted 5 months ago by [email protected] to c/[email protected]
528
submitted 5 months ago by [email protected] to c/[email protected]
[-] [email protected] 90 points 6 months ago

Its funny that I have seen more crack downs on library sites than movie or game sites.

Listen kids, put away that nerd shit that makes you smarter and instead watch this crappy movie sequel .

[-] [email protected] 88 points 8 months ago

Thanks to lemmy I don't doom scroll anymore because either there is an outage or I read all the new content I'm subscribed to in 10-20 minutes

view more: next ›

Shady_Shiroe

joined 11 months ago