Hacker Newsnew | past | comments | ask | show | jobs | submit | atroche's commentslogin

Even better (for some topics) would be to play a Factorio-style game (or a Factorio mod).

Leaving aside the whole can-we-trust-LLMs aspect, the ChipTycoon page is not really a simulation, and the animation doesn't actually add anything. I like the author's intent, but there's a lot of work to do still before he makes this useful.

Surprised no one's dropped a link to Bret Victor's https://worrydream.com/LadderOfAbstraction/ ("A Systematic Approach to Interactive Visualization") yet.


From the article:

> I proceed asking it to build a simulation of that topic in a low-poly, Rollercoaster Tycoon-like animation

Sounds like the Rollercoaster Tycoon part is just referring to the aesthetics/graphics, and the author is just suggesting building a top-down isometric 2D animated simulation (which I agree is a bit limiting, there are definitely some things where you'd want to be able to fly around a 3D space in first person, move time back and forth, manipulate parts of it).


Yeah that's the problem. Imagine trying to learn calculus as a top-down isometric 2D animated simulation. It doesn't make sense for the topic.


Calculus probably not, but you can find other types of animations for it. Learning how web requests work definitely fits this animation type.


That sounds amazing. Which IaC tools are you starting with? Do you pull metrics and logs from the AWS/GCP APIs?


Thank you. Yes, it integrates with your own AWS/GCP accounts. As for the IaC, targeting the most obvious ones - CFN and TerraForm.


This is one of the best WASM-based web UIs I've seen! What was the hardest part of getting your desktop build working via Emscripten?


I didn't do the WASM port. It was started by our previous lead whitequark, and some more work done by a few others. It's not quite complete, but you can do some 3d modeling. Just might not be able to save...


> Just might not be able to save...

Oops, I did not read that before going ham in the editor. It seems that the files are stored inside the emscripten file system, so they are not lost. I could download my exported 'test.stl' with the following JavaScript code:

    var data = FS.readFile('test.stl');
    var blob = new Blob([data], { type: 'application/octet-stream' });
    var a = document.createElement('a');
    a.href = URL.createObjectURL(blob);
    a.download = 'test.stl';
    a.click();


PRs are welcome. ;-)


One thing worth noting, everything but the menus and popups is drawn with openGL. The text window uses GNU unifont which is a bitmap font. All the interactions are handled the same way as the desktop versions.


This is awesome, keep up the good work! Have liked and subscribed =)

After this section…

> Ultima VII was in development from 1990 to 1992 (shipping in April ’92), and even though software 3D was taking off at the time, it hadn’t been designed as a 3D game (even though it used a 3D world) and that contributed to its issues.

> But software-rendered 3D games with isometric perspectives started coming out very soon after Ultima VII, and every time I saw one I thought, “This is what Ultima VII should have looked like.”

…there are clips from three games: Dungeon Keeper (June 1997), Myth II (Dec. 1998) and Grandia (Dec. 1997). Not sure if that really counts as coming out 'very soon' after Ultima VII!


One key, one base_url config, one billing account. If you like to mess around with many different models it's very convenient.


Yes, all of that. In addition, you can easily give the same prompt to several models at the same time to see how they respond.


Thanks, I was more curious whether they offer a better TOPS. Also there’s this concerning skepticism about OpenRouter:

https://www.reddit.com/r/LocalLLaMA/s/uGxhqi1YYh


Yep, but a float is more useful than a bool for tracking progress, especially if you want to answer questions like "how soon can we expect (drivers/customer support staff/programmers) to lose their jobs?"

Hard to find the right float but worth trying I think.


I agree, but it does seem a bit strange that you are allowed to "custom-fit" an AI program to solve a specific benchmark. Shouldn't there be some sort of rule that for something to be AGI it should work as "off-the-shelf" as possible?


If OpenAI had an embedded python interpreter or for that matter an interpreter for lambda calculus or some other equally universal Turing machine then this approach would work but there are no LLMs with embedded symbolic interpreters. LLMs currently are essentially probability distributions based on a training corpus and do not have any symbolic reasoning capabilities. There is no backtracking, for example, like in Prolog.


Hah, I actually came to this comments thread to link to this. I had a similar experience with my SO!


Possibly meant in the sense of Blue Tribe / Red Tribe from here: https://slatestarcodex.com/2014/09/30/i-can-tolerate-anythin...

But maybe it's just more generally red as euphemism for conservative (b/c of how political maps are coloured in the US).


No euphemism, I meant he was physically turning himself red with online rage


There are costs to creating and enforcing regulation, and then more costs if it needs to be rolled back (say, if there are unforeseen downsides to it).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: