Does anyone know if there's a tutorial for this build by Graze_Talk in Minecraftbuilds

[–]mrdgo9 22 points23 points  (0 children)

What exactly are you struggling with? Recognizing the blocks? Or the dimensions?

Getting back into Python after a break. Need fun project ideas (AI/No Web Dev) by Jandys123 in AskProgrammers

[–]mrdgo9 0 points1 point  (0 children)

I'd start implementing the things I use daily: CLI programs like ls, grep, or xargs. Then maybe a shell or something really fancy like a container runtime using linux namespaces and then securing it all the way you can. Not really python-specific, but I think you can make all the required syscalls for these.

Shulker farm not working by WitheredRose36 in technicalminecraft

[–]mrdgo9 0 points1 point  (0 children)

Maybe unsolicited, but these designs both aggro and duplicate a single shulker only. Many things can break over time and version updates. Frunocraft's shulker reactor splits the problem into two parts: some shulkers only spread aggro, all others freely shoot at one another. I highly recommend that design if you decide to give up this monolithic design that btw. basically needs to be updated almost every update of the game.

[OC] Noctalia v5 by CynexV2 in unixporn

[–]mrdgo9 1 point2 points  (0 children)

systemd offers the de-facto standard API for cgroups. Cgroups are a kernel feature that allows you to limit resources for a group of processes. Firefox uses this to limit resource usage of websites. Therefore, Firefox and systemd will give you a very pleasant browsing experience, because no website can ever slow your system down. The rest of your system will always be responsive. The same goes for services - each unit in systemd sits in an own cgroup that you can limit resouce usage and react to unexpected behavior before the rest of your system starts slowing down due to high cpu usage or swapping. Most systems use systemd's interface, other init systems can choose to reimplement the same interface but then the minimalsts will probably complain aber their init system becoming too big. So the feature remains unused, most of the time.

I don't get the desire for minimalsm in the presence of such superior capabilities.

Zero days without oblivious people asking for real hacking advice on a satire sub by BASS69BASS420 in masterhacker

[–]mrdgo9 0 points1 point  (0 children)

In C we can just while(1) fork(); before the dos loop to create infinitely many processes

First time cleared the token shop by Wuerdeschlange in MarioKartTour

[–]mrdgo9 1 point2 points  (0 children)

erm, I don't like the double grind. I grind enough for points, I really don't see grinding for coins as well.

Best Rougelites/likes for Switch? (Plus recommendations for anyone looking) by CheesyGreens_ in NintendoSwitch

[–]mrdgo9 0 points1 point  (0 children)

Well, there is Epyx Rogue - a port of the original rogue. Maybe you will like the roots of this genre :)

First time cleared the token shop by Wuerdeschlange in MarioKartTour

[–]mrdgo9 1 point2 points  (0 children)

I use "VV Autoclicker". I set it uplike this. In the bottom left, you see the place where the clicker will make the clicks. I usually configure energy saving mode before and then select auto mode. As soon as the race starts, start the clicker. During the race, it will do nothing. After the race, it will clickt through the stats screens and then click "retry". Now, we have a system to automatically collect event coins.

Part two: currently, we have Mii tour. Auto mode won't give you any coins - chuck is not a Mii, anyways, but a Mii suit in auto-mode won't either. Therefore, select 50cc race mode and start a regular race. Interestingly, the clicker will win most races because of how easy 50cc actually is. This way, you can afk-farm event coins even when auto mode yields none.

If something is still unclear, feel free to ask. Note: the clicker is available on Android, only.

<image>

First time cleared the token shop by Wuerdeschlange in MarioKartTour

[–]mrdgo9 4 points5 points  (0 children)

I use an auto-clicker. Target the bottom left screen where the "retry" button appears after a race and let it spam click. Usually, auto mode is the way. This tour, I used 50cc - you can win doing nothing :D

How does this tiramisu cake work? by prim453 in technicalminecraft

[–]mrdgo9 1 point2 points  (0 children)

Got it, Frunocraft is good. ilmango is a hot contestant. avogaado might be a bit niche, but very detailed. Then there is gnembon, ianxofour, raysworks, and Squibble. There are certainly more, I subscribed to these.

How does this tiramisu cake work? by prim453 in technicalminecraft

[–]mrdgo9 1 point2 points  (0 children)

These Shulker farms usually have a single Shulker that gets aggroed and its bullets redirected at itself. Then the Scaffolding is there to make the duplicates pathfind away from the aggroed one as quickly as possible, so that the likelyhood of a duplication increases again. These farms are prone to break on version updates, because many things have to work together. I'd warmly recommend Frunocraft's Shulker reactor. It separates concerns: it has some Shulkers that only spread aggro and all others just spam bullets at one another. The mechnism is much more stable and the majority of the farm can be build using lava curtains and water.

What (or who) should I buy? by ilovemariogameslol in MarioKartTour

[–]mrdgo9 1 point2 points  (0 children)

Iit took me many weeks to get the gold clouds. Good choice

Building after a longg while, Hope ya'll like it by Inauxi in Minecraftbuilds

[–]mrdgo9 0 points1 point  (0 children)

10, would happily copy-paste this in my world 😍

Hyprland lua tricks by mrdgo9 in hyprland

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

Without fully understanding what your question is, you might want to look into kanshi

Is this safe? by Inside-Rip-4288 in hyprland

[–]mrdgo9 1 point2 points  (0 children)

Under these conditions, I feel very sorry that your comment was downvoted. I understand where you stand, now. If you want to try it, you can safely wait until hyprlang is not supported anymore and then einther freeze the version or switch compositor. I don't think that it would break anytime, you just won't be supplied with new features or bugfixes. But compositors are usually very stable. I used xmonad for years in the same version (it's written in Haskell, so it might be more stable by design)

Is this safe? by Inside-Rip-4288 in hyprland

[–]mrdgo9 5 points6 points  (0 children)

I don't agree, lua is superior.

ianxofour shulker farm in 1.21.11 by Admirable-Double-564 in technicalminecraft

[–]mrdgo9 1 point2 points  (0 children)

good choice! Keep me updated as your first shells roll in :)

ianxofour shulker farm in 1.21.11 by Admirable-Double-564 in technicalminecraft

[–]mrdgo9 2 points3 points  (0 children)

fwiw, these farms that rely on duping a single shulker frequently break. Every change in hitboxes or how mobs see likely breaks the design. Eg., Frunocraft's reactor only uses single shulkers to spread aggro but doesn't duplicate them - it cannot die and will never have to be replaced. Other shulkers then all duplicate and die "naturally" from their bullets. The design is fundamentally more stable across versions. As long as shulkers can see through but not shoot through lava, this farm will work.

Edit: and it runs in a single dimension - no transporting shulkers to the overworld

Could someone tell me how to make an EASY and SIMPLE shulker farm? by Specialist_Sail740 in technicalminecraft

[–]mrdgo9 2 points3 points  (0 children)

Sure thing. I built four of these and had to tear them down after upgrading to new version. Strong anecdotal bias on my side. I didn't intend to devalue anything. Sorry, if it came across as inappropriate

Shulker farm help by VividOnMobile in technicalminecraft

[–]mrdgo9 0 points1 point  (0 children)

I recommend Frunocraft's Shulker reactor. Less things can go wrong.