HN user

jshreder

29 karma
Posts0
Comments26
View on HN
No posts found.

You can press ESC-ESC in Claude code to open the conversation history view and go back to a previous point in the conversation. It doesn't restore code, which is still a miss, but it is built in and useful!

My experience of this feature in the betas over the last few months (for Notifications) has been excellent. I used to have so many notifs I would just ignore them all, now I can quickly glance and see which groups of notifs I want to actually read. In most cases, the summary contains all the info I'd want.

You can try a software PBX solution -- I've spun up quite a few 3CX deployments using Twilio as the SIP provider. Then you can call in a number of ways (super configurable routing inbound and outbound). There's a "softphone" mobile app for internet -> sip calling on smart phones. 3CX has pretty reasonable licensing (I think there may still be a free tier) and Twilio is super cheap.

Pixar has been using USD for years, OpenUSD is the rebranding of it as an open format.

Universal Scene Description (OpenUSD) is an extensible framework and ecosystem for describing, composing, simulating, and collaborating within 3D worlds. Originally developed by Pixar Animation Studios, USD, also referred to as OpenUSD, is more than a file format. It’s an open-source 3D scene description used for 3D content creation and interchange among different tools. [1]

[1] https://developer.nvidia.com/usd

Very interested in this! From my initial cursory read and basic understanding, you're essentially transforming the output tokens from the LLM such that the content renders the same (i.e. same text) but uses a specially arranged set of tokens, specified by the crypto algo?

Is it something like replacing tokens for "a" and "b" with a token for "ab" in the output? And if so, in a chat conversation this would affect/break the semantic understanding the model has of the text, right?