Earlier quoted context omitted.
You have to reach set hard principles for disassembly. I've been experimenting with this for about 6 months now, starting with 4.6 in February where it would do a hacky half ass buggy job of an NES game. I got a shitty PSX recompiler together in March. Been refining it since. This week along I stood up 5 different psx games and added widescreen to 4 of them and added an in memory injection English translation to anot…
If you did a write up of that I would be very interested. I assume a lot of others would be as well.
Ask HN: What was the last task where only a frontier model could do it?
31–36 of 36 posts
Re: Ask HN: What was the last task where only a frontier model could do it?
#32Earlier quoted context omitted.
Would be curious to learn more from you if you have any other guidance or details.
I found the blog post: https://1379.tech/i-built-a-ps1-static-recompiler-with-no-pr...
Re: Ask HN: What was the last task where only a frontier model could do it?
#33I wanted to see how Fable could do at getting Linux running natively on my M4 Mac mini. Turns out pretty well: it patched the Asahi installer and m1n1 bootloader to support M4, and created a workflow where it could build, push, and debug kernels with no interaction on my part after the initial setup. It's now happily running headless with ssh access, and hopefully will have video soon after a USB DisplayLink adapter…
Re: Ask HN: What was the last task where only a frontier model could do it?
#34Earlier quoted context omitted.
If you did a write up of that I would be very interested. I assume a lot of others would be as well.
I've been in heavy build mode for a while so my docs are a bit dated. But the repo is here: https://github.com/mstan/psxrecomp/ and at the bottom of it a Discord community I started for like minded individuals. Happy to chat there in the interim to get things rolling.
Re: Ask HN: What was the last task where only a frontier model could do it?
#35I wanted to see how Fable could do at getting Linux running natively on my M4 Mac mini. Turns out pretty well: it patched the Asahi installer and m1n1 bootloader to support M4, and created a workflow where it could build, push, and debug kernels with no interaction on my part after the initial setup. It's now happily running headless with ssh access, and hopefully will have video soon after a USB DisplayLink adapter…
Is the networking a USB gadget, or were you able to get around the PCIe + DART crux?
Re: Ask HN: What was the last task where only a frontier model could do it?
#36Earlier quoted context omitted.
Is the networking a USB gadget, or were you able to get around the PCIe + DART crux?
USB2 only, which still makes for a surprisingly useful system with DisplayLink and wifi adapters. Supporting the rest of the hardware looks like it will require watching macOS under the hypervisor, which Opus doesn't think it can do and Fable isn't allowed to think about.
Asking/Curious because I have been working on something for a few months, building an OS that is tuned for inference on Mac hardware. The amount of tooling I have had to create to get things like native networking, working; let's just say it would be a heck of an ego hit if Fabel "just got it working" ha!