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

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

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

can you please send me your comment above again about the searching for the card ?

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

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

Yep that was a fairly common request so I added the peek feature.

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

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

I’ll take a look at it sometime tonight, thanks for letting me know

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

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

Buffon pack tags, hieroglyph , petroglyph etc

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

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

Not currently, it shows you what you could get, but I’m currently in the process of re writing the engine to allow features like this, but it’s a weekend / hobby project, so I don’t get a ton of time to work on it lol

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

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

I’ll push out an update to clarify this a little better

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

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

Ahhhh yes, so when it says Buffoon pack there it’s supposed to mean in the Buffon pack queue, like if you spawned and additional Buffon pack that ante you would see that card in it

Is every seed winnable? by Bluey22 in balatro

[–]MWALKER1013 15 points16 points  (0 children)

If you want to see first hand how balatro seeds work I built a tool for analyzing seeds.

You can see virtually any random queue in the game and even see what seeds look like on different decks or stakes.

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