@opencode deepseek has issues: RuntimeError: Error code: 400 - {'error': {'message': 'Error from provider (DeepSeek): Failed to deserialize the JSON body into the target type: tools[0].function: missing field name at line 1 column 132', 'type': 'invalid_request_error', 'param':
@Aaronontheweb Ugh. I hate FRA - the absolute worst for connections. The amount of times I have been literally running to the furthest Z gate after it took 1 hr to get off plane, take bus, go through customs, security, then haul ass 30 mins away to furthest terminal ever. Hate is mild.
Running into a lot of 429 errors using Hermes on @opencode Go plan with DeepSeek Pro. Seems fine on other models like DS Flash. @NousResearch anyone else reporting this?
@angel_d_munoz Deepseek 4 Pro and Flash have been pretty good. Not quite as good as GPT 5.4 or 5.5, but quite capable. Flash does a good job if it is guided by a better model.
@ivanfioravanti I have a 128GB M5 Mac and I wasn't able to get this to load. Do you have a pointer to which model you used on HF and which server? I tried LM Studio with https://t.co/W9H9pMigaV and it wouldn't load in LM Studio.
April 2012: SkyDrive (now OneDrive) made the leap from cloud storage to true cloud sync, with desktop apps for Windows and Mac, mobile updates, 7 GB free storage, and a 25 GB upgrade for existing users.
A milestone worth putting on a cake. πβοΈ
Yep, that tracks. My teachers brought me and classmates to the library to traumatize us by watching it on replay. They did a great job of pretending to not know what happened.
99.9% of people who "experienced" the Challenger disaster saw it on replay and now remember it as live.
Almost NO ONE was watching. Everyone thinks they were. It's a fascinating collective false memory.
Just open-sourced my dotfiles β 100% built by AI agents π€
One command bootstraps a complete dev environment on Linux, macOS, Windows, or WSL.
π https://t.co/hHatMOGkeX π» https://t.co/iloFYrjyim
@rivet_dev looks really interesting. But, I don't get how the SQLite instances are stored/backed. To self-host this seems to require just compute and PostgresQL.
Where are the SQLite instances? Serialized and stored in PostgresQL when your actor is scaled down? @NathanFlurry?
@Aaronontheweb@petabridge Gotcha. I am looking at maintaining a read index of all children of an actor. So, a Folder Actor that is parent to many File actors. I need a view that can quickly return a list of files. Was considering using this to update a FolderIndex actor containing list of all files.
Is there a reason to use Persistence.Query in https://t.co/ICz42WPypO now after Persistence added async callbacks to Persist(All)(Async) methods in 1.5.57? Can't you just update your read model there and not wait for journal (and deal with tagging)? @petabridge