Skip Navigation
Why can you join Minecrfat premium servers with cracked bedrock but not with cracked java?

So title, joining premium or even java servers with geysermc from cracked bedrock will work, but why? If you can't join with cracled java why can you with cracked bedrock?

21
Is the soulseek community dead?

It currently is on fmhy.ml who is down(!soulseek_slsk@lemmy.fmhy.ml), are there here any users of that comunity? Should we make a new one?

16
How to compress jpeg images in ffmpeg to a target size?
  • would it be acceptable to also use less pixels? Converting to say 20001500 which would still look great on a full HD screen of 1920*1080 pixels.

    There is no reason for ffmpeg specifically, And yeah thats exactly the problem, I accidentaly set my phone to take 48MP images and now they are too big qnd Im looking to make them smaller, around 12MP

  • Decentralized networks/ISPs, are they even possible? A talk and my idea

    cross-posted from: https://lemmy.zip/post/10816479

    > So I was thinking about what if we could make a network that the only thing you needed to connect to it is to directly connect ( through wires or directed wireless antennas ) to at least 1 computer that takes part in it, with no centralized node of any kind. > For that we would need a whole new protocol and address system. > THIS IS JUST A THING IN MY MIND TO TALK ABOUT. I AM NOT ADVANCED IN THIS DOMAIN. > > At first I thought at making groups of 256 nodes so that every node inside of that group knows every other node. A node will know nodes's group address that until now are just 2 hexadecimal digits like "D8" and the location address. A location address means what path to take to connect to any node, a location address for 98 would be "connect to 63, ask 63 to redirect message to A9, ask A9 to redirect message to CF, ask CF to redirect message to 98". > Messages between a groups nodes would be all encrypted and all steps of the location address would be encrypted for each node in part. > > Now every node in a group can send encrypted messages to anyone else in that group. > > Now lets say that another node wants to connect to that network, but the group is already 256 nodes: That node will create another group. The first node of a group picks a random 2 digit hexadecimal address for that group. A node knows at least 1 computer's location address from every group. Untill now addresses are like "D8.01" D8 is a computer's address in a group and 01 is that group's address. > 256 groups will create a kilogroup, each node knows at least 1 computer's location address from every kilogroup. Untill now addresses are like "D8.01.8F" , 8F being the kilogroup's address. > > This thing can scale ever more, creating megagroups, gigagroups etc... > > If I wanna connect to D8.01.8F then I first connect to a node that I know is in the 8F kilogroup, that node will connect to a node it knows in the 01 group, and that node knows D8 directly so it will connect to him and give him message, this kinda works like a DHT, wich me sending the message to the closer node I know to the destination node > > Now this is very very far from perfect or usable, what happens if 2 networks grow independent and when they connect they have the same addresses? What if someone wants to sabotage this with a fake node? The location is also not very private. > > Can this get better or even usable? Do you have any ideas or just want to discuss this?

    10
    Decentralized networks/ISPs, are they even possible? A talk and my idea

    So I was thinking about what if we could make a network that the only thing you needed to connect to it is to directly connect ( through wires or directed wireless antennas ) to at least 1 computer that takes part in it, with no centralized node of any kind. For that we would need a whole new protocol and address system. THIS IS JUST A THING IN MY MIND TO TALK ABOUT. I AM NOT ADVANCED IN THIS DOMAIN.

    At first I thought at making groups of 256 nodes so that every node inside of that group knows every other node. A node will know nodes's group address that until now are just 2 hexadecimal digits like "D8" and the location address. A location address means what path to take to connect to any node, a location address for 98 would be "connect to 63, ask 63 to redirect message to A9, ask A9 to redirect message to CF, ask CF to redirect message to 98". Messages between a groups nodes would be all encrypted and all steps of the location address would be encrypted for each node in part.

    Now every node in a group can send encrypted messages to anyone else in that group.

    Now lets say that another node wants to connect to that network, but the group is already 256 nodes: That node will create another group. The first node of a group picks a random 2 digit hexadecimal address for that group. A node knows at least 1 computer's location address from every group. Untill now addresses are like "D8.01" D8 is a computer's address in a group and 01 is that group's address. 256 groups will create a kilogroup, each node knows at least 1 computer's location address from every kilogroup. Untill now addresses are like "D8.01.8F" , 8F being the kilogroup's address.

    This thing can scale ever more, creating megagroups, gigagroups etc...

    If I wanna connect to D8.01.8F then I first connect to a node that I know is in the 8F kilogroup, that node will connect to a node it knows in the 01 group, and that node knows D8 directly so it will connect to him and give him message, this kinda works like a DHT, wich me sending the message to the closer node I know to the destination node

    Now this is very very far from perfect or usable, what happens if 2 networks grow independent and when they connect they have the same addresses? What if someone wants to sabotage this with a fake node? The location is also not very private.

    Can this get better or even usable? Do you have any ideas or just want to discuss this?

    26
    Why are camera taken videos at the same resolution way bigger than ones ripped from youtube?

    A 4 min 1080p30fps video taken with my phone camera is 518MB, While a 12 min 1080p30fps video ripped from youtube is 341MB, both are using mp4 h.264 as codec and the youtube one isnt of lower quality, so why this big difference?

    11
    Crunchyroll
  • Well if you have a music CD you shouldnt expect programs on there, but if they say its just a player probably people will belive, cant check any non open source thing

  • How much would hash digsets shortened if the whole alphabel was used

    The sha1 hash for 64test64xa is 6779c53432b8badf049bb9d8924a5785dd887243 which is 41 characters only using hexadecimal, 10digits and 6letters. But how long it would be if it was using the whole 26 letters in the latin alphabet? What if it also differentiated between UPPER and lower cases?

    15
    [SOLVED] How to set ffmpeg output location?

    Originally posted on beehaw technology. So I have some .opus files that I want to convert to .mp3. I used ffmpeg CLI with a script from https://ottverse.com/convert-all-files-inside-folder-ffmpeg-batch-convert, I used the wav to mp3 one but put opus instead of wav. The output is always in the same folder, and I want it to go to another, how can I do it? (windows 10)

    5
    [SOLVED] How to set ffmpeg output location? (and batch conversion)

    So I have some .opus files thst I want to convert to .mp3. I used ffmpeg CLI with a script from https://ottverse.com/convert-all-files-inside-folder-ffmpeg-batch-convert, I used the wav to mp3 one but put opus instead of wav. The output is always in the same folder, and I want it to go to another, how can I do it? (windows 10)

    SOLUTION: https://lemmy.world/comment/6337795

    0
    How are these wires not shorting?

    They dont look or feel isolated, like ones inside a headphone cable

    20
    Why when a headphoses wire is damaged you dont hear the voice as normal but the backround yes?

    So theres Left, Right and Ground wires, there are not "bass" or "hi-freq" wires, so if 1 is damages shoudnt it only hear quieter or not at all?

    7
    FM radio app ideas? (No internet)

    I have a radio app on my Nokia G21, buts its kinda shitty, hard to navigate cant record and clunky. Im looking for another FM radio apps, I only found ones that use the internet, and do not take the signal from the phones FM antenna, but from a server. I dont know if this can be accessed by any app, sadly I cannot root(Cant unlock bootloafer), but I can use ADB or shizuku.

    11
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SA
    sarmale @lemmy.zip
    Posts 45
    Comments 215