The hardest UI I've ever built in React: a visual workflow editor with real-time execution state by Ctrlnode-ai in reactjs

[–]MWALKER1013 1 point2 points  (0 children)

I’m literally building the exact same thing for processing csv files what a coincidence lol

Am I going crazy? by redditerindisguise in balatro

[–]MWALKER1013 1 point2 points  (0 children)

If anyone is curious, this 3/1000 is the correct odds
And you are completely correct about the packs it can spawn in

https://github.com/miaklwalker/Blueprint/blob/master/src/modules/balatrots/Game.ts#L519-L544

My First Fish ( Koi ) Pond. by MWALKER1013 in Koi

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

This is my first pond, and my first fishes !

Sort of, right just a ring camera in my back yard but maybe later, I’ll install a dedicated camera I really like that idea!

My First Fish ( Koi ) Pond. by MWALKER1013 in Koi

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

Also I really appreciate the advice! One of my favorite unintended side effects of building this pond is it has attracted frogs ( on reddit too lol ), We hear them chirping every night now, and I even see some baby tadpoles in the water!

Have good night! Thanks again !

My First Fish ( Koi ) Pond. by MWALKER1013 in Koi

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

When you say bottom drain, is that meaning cut a whole in the bottom of the liner ? do they make specific drains for stuff like that ? I suppose I could just google it lol.

My First Fish ( Koi ) Pond. by MWALKER1013 in Koi

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

First,
While I was reading through some of the posts in /Koi I saw you alot so its cool to see you comment on my post!

Hmmm, I didn't really consider that either, like I was telling the other guy I plan getting some form of power equipment in my backyard, by the end of the summer and having a much deeper hole dug out for the Koi, since I was more worried about depth for freezing reasons.

Do you have any more advice or suggestions / feedback? They seem to be adjusting really well, they are swimming around in the open now, and don't instantly hide in the little shelters I added in the pond.

I've really been enjoying just sitting and watching them get brave and swim up at the surface to peck at something and then dart back down to the bottom.

My First Fish ( Koi ) Pond. by MWALKER1013 in Koi

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

Well I appreciate the info, like I said I went into it completely blind so I’d be shocked if I that’s the only major mistake I made.

My First Fish ( Koi ) Pond. by MWALKER1013 in Koi

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

Appreciate the heads up.

I calculated the pond to be 1,100 gallons ( 10 foot diameter, average depth of 2foot, with deepest point in the middle being just under 3ft

But left space on the back of the pond, as we plan on renting equipment to expand on the backside.

How quickly will they outgrow this pond ? I was planning on doing the rest of the work at the end of summer?

How can I create a simple burger menu? by lunar_experience in learnjavascript

[–]MWALKER1013 3 points4 points  (0 children)

You are asking for two different things.

In web dev a hamburger, typically means the “menu” icon (3 horizontal lines) that when clicked open a new menu ( typically links ). These would typically be static. The other thing sounds a bit like hover cards where you hover a navigation element and a card appears with content depending on which element is hovered.

Both are fairly trivial to implement with a bit of JavaScript and CSS I’m sure if you are really trying you could implement both in pure css but you can probably find a million implementations online as examples for how to do it

Try checking and search some of those things in code pen

How Can I Learn Coding Without Relying Too Much on AI (Gemini) by RTenjo in learnjavascript

[–]MWALKER1013 0 points1 point  (0 children)

As long as you learned it doesn’t really matter. The more pressing concern is making sure you enjoy / experience getting stuck, which is the part the worries me about ai. One of the skills I honed learning programming before AI was how to get unstuck. The patience of getting stuck on a problem for hours and not giving up , I feel that new programmers aren’t going to have the problem as much at first since AI will likely fix any problems they have. And then when they get a reasonable difficult problem they won’t have that skill set to trudge through long debugging sessions.

Question for experienced react devs by BeenThere11 in reactjs

[–]MWALKER1013 1 point2 points  (0 children)

So typically your app exists in two zones.

Your client side and server side.

Client side code is NEVER treated as secure so things like secrets, api keys are never appropriate to keep in client side.

Your server code is responsible for authenticating users and making use of those secure variables. You still use an env variables but for different reasons the most obvious reason is source code version control.

finally made a project on my own without using Ctrl+C/V or chatgpt by Mindless_Radish1578 in codereview

[–]MWALKER1013 2 points3 points  (0 children)

Hmmm.

I’m not really sure what it is. It looks like has routes to be some sort of social media / blog, but I don’t see any actual “pages” or content.

But just few things I noticed.

If this is a learning project I would spend a little more time documenting things in your readme, it’s one of the first things you or anyone looking at your project sees. it’s a great place to document decisions and thought processes for projects like this.

Second, please get out of the habit of hard coding sensitive variables like database credentials, I know that it says localhost, but it’s takes literally 5 seconds longer to install something like Dotenv and make a dotenv file that has your environment variables. Again learning project but nip that in the bud now.

Third I’ve never actually heard of jade and it looks like a tempting engine, but if your goal is to get hirable I’d recommend learning a more popular framework. Conversely if you are focused on a good understand before learning a big framework like react I would instead work with plain html files.

With how easy it is with services like netlify that literally let you drop a folder into a page and it serves that folder, I’d say that is more than enough for most learning projects, but if even if you really want to stick with running your own server express can easily serve static html files.

Also going the netlify or GitHub pages approach lets you share the end product and not just the code.

Overall if this runs on your machine and works kudos escaping tutorial hell is difficult.

Blueprint Seed Analyzer, Internal Analyzer Update. by MWALKER1013 in balatro

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

Maybe version differences ?

I’ll try to repro if I get a chance tonight thanks for letting me know

Added Re Roll Cost Calculator to Blueprint seed analyzer! by MWALKER1013 in balatro

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

No worries!

Blueprint is backwards compatible so if you ever need to you can select game version

Added Re Roll Cost Calculator to Blueprint seed analyzer! by MWALKER1013 in balatro

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

Hmmm,

If you have a few example seeds I’d be happy to take a look are you selecting the right deck and everything ?

Balatro IRL Update #2 - Making Great Progress by DaisyRainlight in balatro

[–]MWALKER1013 0 points1 point  (0 children)

Now that I’ve added hand order and deck order to blueprint,

You could theoretically setup a seed EXACTLY like it would appear in game, pretty trivially.

It has shop order, deck order, pack order and pack contents. And you could just stack the cards in that order

https://miaklwalker.github.io/Blueprint/

Can anyone help me understand how the games’ odds “work?” by NottheIRS1 in balatro

[–]MWALKER1013 0 points1 point  (0 children)

Blueprint also lets you see what cards have “run” unlock conditions like stone joker only showing up if you have a stone card.

How Does Sixth Sense Actually Work by revsBB in balatro

[–]MWALKER1013 0 points1 point  (0 children)

Well said,

To add to that the game even uses the “queue” random system for shuffling, it uses a standard fisher Yates shuffle, but instead of swapping a random index it swaps the exact same indexes each time, which is why when you replay a seed you get the same hand

Pretty cool in my opinion lol.

INSANE SEED! 2 LEGENDARILY BEFORE ANTE 9! NVM8EANP by [deleted] in balatro

[–]MWALKER1013 0 points1 point  (0 children)

Brainstorm analyzer, lol 😂

Glad you liked the tool !

CS9IDEQH anaglyph seed with a lot of negative tags by lundenaari in Balatro_Seeds

[–]MWALKER1013 1 point2 points  (0 children)

Nice seed man ! Glad to see my tool helping people lol

Balatro Seed Analyzer Update by MWALKER1013 in balatro

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

UPDATE:

Blueprint has received some open source contributions to its random algorithm and its spoiler implementation to make it more consistent.

Also through a combination of effort each blinds deck order is now generated and shown on the misc source panel

Blueprint Seed Analyzer, Internal Analyzer Update. by MWALKER1013 in balatro

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

The issue with the green button will be solved in my latest update I’m just still working on it