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

The Thundering Herd has thundered, apparently.


And now Claude is down - API Error 529 Overloaded

https://status.claude.com


Tried to fall back to Grok and got "Model provider is overloaded."

I'm now on Muse Spark. God help us all.


Claude went down earlier today


That's fantastic, love the ability to inspect each state and see it as a whole running in real-time. I remember seeing a C64 simulator that showed the memory/cpu state - but this goes beyond that.


I've been toying with a better C... https://github.com/panaflexx/classyc

Started with the excellent MIR compiler, and I wrote much of the class/string/json/dict, exceptions and AI made the generics,ownership tracking, and safety checks/traps. Added some go

The memory model is mixed, I ended up using arenas for dictionaries and adding a full ownership checking / safety checking compiler stage.

It's purely for the joy of making something interesting.


Oh wow, interesting project... I've also been working on a "better c" for a few years, and while it was originally a JIT language (using jitasm), I recently switch to MIR, but since I already had my own lexer/parser/etc stack, I ended up changing it to basically lower everything into a node_t compatible AST tree and handing that off directly to c2mir, bypassing its parser.

Maybe you're interested in collaborating? :)

https://github.com/derekbsnider/madc


That's incredible! I see you ran into many of the same MIR issues and limitations I did. I pulled several fork patches and wrote a thread local stack extension.

I'll definitely check it out and see what I could do. I added two compiler stages - a decent memory ptr ownership tracker and midopt compiler optimizer you could likely use without many changes that improved performance 35% over c2mir.


Or anti-Democrat forum? Let's not pretend this isn't a California law, or a bipartisan political power grab.


Man, that's pretty excellent!

I once built a demo-ish encrypted network boot system using similar initrd techniques. It's a fun hack working in the preboot environment.


Anyone who's grown up around the upper class social strata understands this to be true.


Similar story for myself. It was long and tedious for my mental model to go from Basic, to Pascal, to C, and finally to ASM as a teen.

My recent experience is the opposite. With LLMs, I'm able to delve into the deepest parts of code and systems I never had time to learn. LLMs will get you to the 80% pretty quick - compiles and sometimes even runs.


That's super impressive! Definitely one of the best quality conversational agents I've tried syncing A/V and response times.

The text processing is running Qwen / Alibaba?


Qwen is the default but you can pick any LLM in the web app (though not the HN playground)


Thank you! Yes, right now we are using Qwen for the LLM. They also released a super fast TTS model that we have not tried yet, which is supposed to be very fast.


That’s amazing effort - I am impressed.

Awesome to see more small teams making impressive leaps.


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

Search: