• Hacker News
  • new|
  • comments|
  • show|
  • ask|
  • jobs|
  • usui 21 minutes

    I just want to say that despite the AI negativity in other places, this highlights the positive aspect of it. I'm sure this could have been done without it, but I'm glad OP could get it out faster for a low-risk use case, shared it with us, and in the process taught a little bit of refining to others. It's a fun minigame.

  • why_only_15 16 minutes

    Very cool stuff! Thank you for making.

  • ecshafer 58 minutes

    Great little education game. Sulpher particles move really fast, might be worth slowing them down 20%. I was basically random clicking to get them.

    fuelingcurious 56 minutes

    Fair point, I have a rebound energy and terminal velocity set, still lower the top speed! Thanks for the feedback.

  • fuelingcurious 2 hours

    Hello y’all as the post says, certainly a novice stepping into y’all’s space, but I am passionate that we can use the newest form of coding to allow us to change the way we teach. I think it’s a different way to use AI to teach, not having it explicitly do the teaching, but a way to extract context from different backgrounds into more fun learning tools.

    idiotsecant 45 minutes

    This is a great example of the kind of 'good enough' software that LLMs enable. Before LLMs existed you'd either hire someone to do this an exorbitant cost or you'd pick up a second full time job learning the nessessary skills.

    This software doesn't need to be massive scaled, hyperperformant, and absolutely bug free. It just needs to do its job well enough, which it does.

    I am also a (non-software) engineer and although I can write software (poorly) I have also used these tools to do some things that previously just wouldn't have gotten done.

    We still need people to do Serious Software but for millions of little applications like this LLMs are a game changer.

  • bcze56bbn854 1 hours

    Thanks I really liked it and it taught me a lot

    fuelingcurious 1 hours

    Great! Anything uniquely unexpected?

  • TheGamerUncle 2 hours

    Hi sorry do you have the code for this I have been delaying to work on something like this but would love to use this as boilerplate.

    fuelingcurious 2 hours

    Hello! Thank you for the vote of confidence! I deliberately left the client-side JavaScript un-obfuscated (AI showed me how to do it, but then I undid it for posting here). A colleague of mine started talking about selling it as a training tool, but ha I don’t know if that is in the cards. If you send me an email, we can talk about helping you get a head start!

  • Tacite 2 hours

    It's very good and you can be proud. Your kids should be too!

    fuelingcurious 2 hours

    Thank you! They call themselves my play testers and ask to see if I have added anything new almost daily for the last week or so. I have a bonus level for the SRU I’m trying to perfect.

  • zbuttram 2 hours

    Great to see a spiritual successor to SimRefinery[1] after all these years!

    [1] https://en.wikipedia.org/wiki/SimRefinery

    fuelingcurious 2 hours

    I’ll take the compliment! My goal was to keep each unit to simple tap and drag play dynamics. If there’s another curiosity, mechanical, electrical, another unit, I can add it to the development plans. It’s fun for our family!

  • sealthedeal 2 hours

    This is awesome

    fuelingcurious 2 hours

    Love it! Hopefully you learned something too!

    bcze56bbn854 1 hours

    Great jobb!

  • insin 2 hours

    Phase 1b: The Desalter doesn't show anything on the grid in Firefox (v148.0.2), so you automatically lose.

    fuelingcurious 2 hours

    Ah interesting, I have playtested on safari, chrome, and edge. I’ll have to look into what’s unique there. Thank you!

    joeframbach 21 minutes

    I figured out why it wouldn't work on my machine:

        @media (prefers-reduced-motion: reduce) {
            *, *::before, *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
        }
    
    With reduced-motion enabled (which is basically required in Tahoe :eyeroll:), animations complete immediately and there is no chance to click the salt/water.

    cameron_b 2 hours

    Up-to-date Firefox on Linux allowed me to complete certification of a shipment of Jet fuel, no trouble all the way through.

    Great concept and execution.

    fuelingcurious 2 hours

    Hurray! Thank you for the update note. I was going to get after it tonight after I put the kids to bed otherwise.

    superxpro12 59 minutes

    On Win11 Firefox latest (148.0.2), I still cant see them :\

    You owe me nothing! I just wanted to let you know!

    fuelingcurious 46 minutes

    If you open the Firefox inspection window, right-click any element on a webpage and select Inspect. Alternatively, use the keyboard shortcut Ctrl+Shift+C (Windows/Linux) or Cmd+Option+C (Mac). You can also access it via the menu button (three horizontal lines) -> More Tools -> Web Developer Tools.

    Does it show any errors?