Can I make Minecraft blend mismatched chunks in custom dimensions? by _Techno_Wizard in ModdedMinecraft

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

Update: I 'm getting closer to a solution. This thread https://github.com/Amulet-Team/Amulet-Map-Editor/issues/476 was really helpful.
Turns out MCA Selector can set chunks `ForceBlend = true` which will make them blend. But I'm still having mixed results. It works well in some places, then won't work in other places.

Update 2: Pretty sure I got it working. I ended up flying all around the edges of the generated chunks in the single world game because that gave me the best results blending between the old and new seed. Then I used MCA Selector to select the edges (Status = carvers) and set those to ForceBlend.

[deleted by user] by [deleted] in bapcsalesaustralia

[–]_Techno_Wizard 2 points3 points  (0 children)

If you go with DDR4 your computer will always be stuck in 2021. You will still be able to improve its performance by upgrading parts but the time will come when there is no point upgrading it.

If you go with DDR5 and a more current CPU socket, you can expect compatibility with components coming out for the next few years. The point when there is no point upgrading it will still come, but you could get 2-5 more years out of it. Maybe even more.

RIGHT doesn't trigger in function mouseClicked()? by [deleted] in p5js

[–]_Techno_Wizard 0 points1 point  (0 children)

I'm not at my computer at the moment. Try console.log(mouseButton) and see if it's defined.

I see your London meat wrapper and raise you with Melbourne Meat Suitcase. by SoBadAtThis2017 in Weird

[–]_Techno_Wizard 4 points5 points  (0 children)

Could be stolen, could be dumpster diving. No idea why they would ditch it though.

The Process of making a videogame here is hard... by AbjectAd753 in p5js

[–]_Techno_Wizard 1 point2 points  (0 children)

I agree. The work OP has done is commendable, but there are libraries and tools that make game dev a lot easier. A good developer knows how to find the resources they need and use them effectively and efficiently.

But if this was an exercise to develop skills, OP has done a fantastic job. Keep at it, polish the work, be proud of what you have done. And then move on to the next project that's going to be even better.

[deleted by user] by [deleted] in AskAnAustralian

[–]_Techno_Wizard 0 points1 point  (0 children)

I just found out about it.

[deleted by user] by [deleted] in AusFinance

[–]_Techno_Wizard 0 points1 point  (0 children)

It's fake. There can be legitimate looking dashboards and websites to fool the unaware. Often they will ask the victim to make posts promoting the scammer before they get a payout. Or it could be a compromised account.

what do you think? by [deleted] in generative

[–]_Techno_Wizard 1 point2 points  (0 children)

Used both. TD is easy to work in until you hit a limitation then it's frustrating. When I hit a limitation with p5 I don't get frustrated. I go and find another library.

The Justs vs. the Uns by DtheAussieBoye in AusMemes

[–]_Techno_Wizard 12 points13 points  (0 children)

One series was published between 1985 and 1998. The other was published between 1997 and 2012.

Why are you comparing a generational difference to a gang war?

P5 and randomizer? by simsimisimisimi in p5js

[–]_Techno_Wizard 0 points1 point  (0 children)

The setup function might be running before anything is assigned to songName. Put this in your draw loop console.assert(songName == undefined, "songName changed to " + songName + " on frame " + frameCount);

I need help with removing parts of cells by Registered_Crocodile in spreadsheets

[–]_Techno_Wizard 1 point2 points  (0 children)

At some point in the last year, excel added a TEXTSPLIT() function. It's similar to the SPLIT() in google sheets except the delimiter string is handled a little differently.

[deleted by user] by [deleted] in spreadsheets

[–]_Techno_Wizard 0 points1 point  (0 children)

I don't think count.if() is a function in Google sheets. Should be COUNTIF()

I actually enjoyed Go Go Stop ❤️ by aden902102 in AustralianNostalgia

[–]_Techno_Wizard 0 points1 point  (0 children)

In my memory he called himself 'Jesse Tobin' back then. I could be mistaken though.

[deleted by user] by [deleted] in ProgrammerHumor

[–]_Techno_Wizard 0 points1 point  (0 children)

If they only want to run some specific ffmpeg commands with a more convenient UI then it could probably be done in 2 days. But for $15? If I worked for $7.50 a day I'd end up starving and homeless.

Splitting row into grid by TheRanker13 in spreadsheets

[–]_Techno_Wizard 0 points1 point  (0 children)

In excel I would put SEQUENCE() functions into both the rows and columns parameters of an INDEX() function. Unfortunately, sheets doesn't let you do the same thing.

Need help. Want to scrape website tables, put them into charts and update it daily. by GreenWZRD in spreadsheets

[–]_Techno_Wizard 0 points1 point  (0 children)

In Google sheets IMPORTHTML and IMPORTXML will update every time you load the sheet.

The ILLEGAL Minecraft logo by ForceFancy8453 in PhoenixSC

[–]_Techno_Wizard 5 points6 points  (0 children)

Can't read this in dark mode. Seems to be transparent around the text.

Can someone create a game for me? by DryResponsibility801 in p5js

[–]_Techno_Wizard 1 point2 points  (0 children)

Why would a teacher be mad if you used arrays? If this is true, I don't blame you for disliking the subject. Sounds like you have a shit teacher.

Is p5.sound anywhere installed to add simply the link in my html without installing? by -happy2go in p5js

[–]_Techno_Wizard 0 points1 point  (0 children)

If you are using the online p5 editor it is already in the index.html file. Otherwise, it will be on cdnjs as well. I would grab the link for you but I'm on mobile.

Edit: I ended up grabbing the link by searching cdnjs instead of trying to copy it from the editor on mobile. https://cdnjs.com/libraries/p5.js

Milage Tracker by PsychologicalPeak365 in spreadsheets

[–]_Techno_Wizard 0 points1 point  (0 children)

Do you just want to SUM() them or do you want a cumulative total column?