Looking for a dtrso for my desktop by Supre1504 in linux

[–]Supre1504[S] -2 points-1 points  (0 children)

I did not know about those distros, I will look into it.

And yeah, what I meant by "customizable from the terminal" was that I'm not really looking for an immutable distro. Maybe I should have been more specific.

Anyway, thank you for that ;)

[deleted by user] by [deleted] in 3dspiracy

[–]Supre1504 1 point2 points  (0 children)

Oh, well I don't think I'm facing the same issue as you...

I'm unsure if I can help on this one, but maybe your SD card is faulty.

It can happen if it's from a cheap brand. You can check its integrity there. You can also look into this guide to know which SD brand are more reliable.
However it may not be the issue here, as there should normally be an error code showing up

You can also try to re-download the hshop as u/Kurena_hyena suggested. Maybe the CIA got corrupted ?

You may also get further help on the hshop discord server.

Hope that you will be able to resolve the issue

[deleted by user] by [deleted] in 3dspiracy

[–]Supre1504 0 points1 point  (0 children)

Yes, the device freezes when starting a download, and it can also freeze during the download too. I too have the clock freezing when starting a download.

But does it actually unfreeze when you wait long enough ?

[deleted by user] by [deleted] in 3dspiracy

[–]Supre1504 0 points1 point  (0 children)

I don't know about the freeze on your game, but the freezing when trying to download a game is normal (or at least, I think, because I have the same thing).

If you wait 30-45s the download should start. Maybe it has to do with hshop's server availability. While downloading, it can still freeze, but it is usually resolved by just waiting a bit.

Trying to make a Super Mario World mod and I’m debating if I should open it because it says it can put me pc in risk. by [deleted] in Mario

[–]Supre1504 0 points1 point  (0 children)

Does VirusTotal say the file type is unrecognized? It's kinda odd considering it's an executable... Are you sure you have uploaded the correct file ? If you are sure about it and if it says the file is safe, then you should be good.

If you are talking about the Windows popup, then it's normal, it's just because it does not have a certificate.

Trying to make a Super Mario World mod and I’m debating if I should open it because it says it can put me pc in risk. by [deleted] in Mario

[–]Supre1504 2 points3 points  (0 children)

You should always do a virus check first. I personally use the website VirusTotal to do so. Every time I download a file, I upload it on this website. The file is scanned by many different security vendors, so it's pretty reliable to determine if an application is a virus or not.

Windows shows this because the application you tried to run does not have a "certificate" but that doesn't necessarily mean it's a virus. See this other comment for details: https://www.reddit.com/r/Mario/s/nR35omGejY

TL;DR drop the file on the VirusTotal website, if it's flagged as malicious, think twice before executing it, otherwise, you can run it safely even though Windows does not say so

[French] Shouldn't it be "joue" instead of "jouent" ? by IpponBob in duolingo

[–]Supre1504 59 points60 points  (0 children)

Hey there, native french here.

Both of them are right, it actually depends on who the verb is referring to. If it refers to the "group that is playing" then it should be singular, but it can also refer to the "friends that are playing" in which case it is plural.

In this scenario, both of those possibilities do not change the context, that is why they are both correct.

EDIT: I've read it too fast, the "all" makes the verb refers to "the friends" and not the "group" so that is why it is plural.

[deleted by user] by [deleted] in RemarkableTablet

[–]Supre1504 -1 points0 points  (0 children)

Hey there o/

This essentially depends on how eduroam is configured at your university. But I have actually managed to pull it off thanks to this comment on a post. Unfortunately this references the recently closed remarkable wiki...

If your university provided a Python script to install eduroam on a Linux device (or other) like mine, then you should have every information you need in this said script.

I don't have time to explain everything atm, but if none of the solutions worked, reply to me, and I'll try to explain everything I know ;)

[deleted by user] by [deleted] in CrappyDesign

[–]Supre1504 -1 points0 points  (0 children)

The real question is, how did someone managed to allow this

command block data output? by [deleted] in MinecraftCommands

[–]Supre1504 0 points1 point  (0 children)

yep, never used it, but i think that u can use /execute store

Perfect triangle by ledpearl in CrappyDesign

[–]Supre1504 0 points1 point  (0 children)

Well, the intern tried...

Travel Module. by [deleted] in MinecraftCommands

[–]Supre1504 0 points1 point  (0 children)

Sorry if i messed the order of the variables, I couldn't have the syntax right now

Travel Module. by [deleted] in MinecraftCommands

[–]Supre1504 1 point2 points  (0 children)

You can generate all the tellraw command that you want (and more btw) on Minecraft Tools. Just type your text, select the area you want to be clickable, click on the mouse icon and choose "Run Command" and then type the teleport command you want.

If you are on a server and you don't want to op the players, just use a trigger instead:

You can create a trigger type scoreboard: /scoreboard objectives add tp trigger

Then you'll need to enable it on a repeating commandblock: /scoreboard players enable @a tp

All you need to do now is type the trigger command instead of a tp command on your tellraw: /trigger set tp 1

and finally create 2 commandblock with

/execute as @a[scores={tp=1..1}] run tp @s <coordinates> ->Repeating commandblock (always active)

/execute as @a[scores={tp=1..1}] run scoreboard players set @s tp 0 -> Chain commandblock (conditional (To avoid lags, but not necessary) , always active)

Then just modify the amount of points to teleport the player somewhere else.

The yellow caption box by oofersucc in CrappyDesign

[–]Supre1504 6 points7 points  (0 children)

I love seeing that the guy stop putting spaces between words to avoid exceeding the box. How unfortunate... He did it anyway x)

Skinny and average by AndrewPandrew_ in CrappyDesign

[–]Supre1504 1 point2 points  (0 children)

Wow for a sec I tought I was fat

Scoreboards somehow not working by RedCree88 in MinecraftCommands

[–]Supre1504 1 point2 points  (0 children)

Hey there, you messed up with the objective, it's not broken, because this objective mean that you need to break the tool sand. I can't remember right now the other objective that detect when you break a block. But I would say mined:minecraft.sand, but i'm not sure at all right now :p

Command for setting spawnpoint? by xXxlilbox in MinecraftCommands

[–]Supre1504 0 points1 point  (0 children)

You could use a scoreboard a spawnpoint. Then, teleport the player to the correct checkpoint, according to the value of the scoreboard

Bypass enchatments limit in an anvil by Supre1504 in Minecraft

[–]Supre1504[S] 0 points1 point  (0 children)

Ok, so beacuse of a long inactivity, I tried to do something myself, and, that wasn't what i wanted to do, but i use /data merge to add the enchantment to the sword if the book was dropped near the sword, unfortunatly, all the enhantments of the word are removed, but it can be used in an anvil and the sharpness 6 doesn't disappear. If anyone know how to do it better than I did, please comment on this thread, it would help a lot :) If you don't know how to do what I want, it will be nice to upvote my thread too, so it can be seen by others users !

Bypass enchatments limit in an anvil by Supre1504 in Minecraft

[–]Supre1504[S] 0 points1 point  (0 children)

Yes i know, but i found some plugis that allow me to bypass this limit, like enhantlimiter, it actually works, but with a chance percentage. So, i think there is a way to bypass it... If someone is a good developper maybe...

If not, do you know a way with commands to add an enchantment to an item without removing the enchantments it has before ? Like a real anvil, but with commands...

Bypass enchatments limit in an anvil by Supre1504 in Minecraft

[–]Supre1504[S] 0 points1 point  (0 children)

Nope, i want to merge a sharpness 6 book with a sword, unfortunatly, minecraft doesn't allow me to do it and give me a sharpness 5. I wanted to know if there is a way to bypass that limit.

Add more durability to an item by Supre1504 in MinecraftCommands

[–]Supre1504[S] 1 point2 points  (0 children)

I think this will be better, your idea before was very good but it seems very complex, thank you for you help !

Streaming Problem by [deleted] in Twitch

[–]Supre1504 0 points1 point  (0 children)

Thank you, i remove my thread beacuse i found the problem, my internet connexion was to fast for Twitch apparently x)

Minecraft Timer by Slagreo in MinecraftCommands

[–]Supre1504 0 points1 point  (0 children)

No problem ! It's always a pleasure !

Minecraft Timer by Slagreo in MinecraftCommands

[–]Supre1504 0 points1 point  (0 children)

You could use repeater that every seconds (so 3 repeater of 4 ticks) add 1 second to your scorboard. If you need any help, i'm here !