deadmanoz's avatar
deadmanoz
deadmanoz@primal.net
npub12msu...pvdp
- Independent Researcher - Perth WA BitDevs & Meetups - pq-bitcoin.org -🏃 Core
deadmanoz's avatar
deadmanoz 9 months ago
I find that one of the hardest things about being self-directed in what I work on is not doing “all the things”. Being relatively new to working in Bitcoin, I see so much opportunity of things to work on and research directions to pursue, like a kid in a candy shop. I’ve spun up a handful of projects in the last few months, none finished, so need to focus on improving my self management to close things out, and move on, where necessary!
deadmanoz's avatar
deadmanoz 9 months ago
One thing I miss about old @npub10uth...xdlq @npub1guh5...6hjy @ODELL is the weekly update on Samourai Whirlpool unspent capacity, and the number climbing each and every week Privacy tools are essential in the face of a global panopticon
deadmanoz's avatar
deadmanoz 9 months ago
I should have done this a bit earlier, but now that it has stopped raining in Perth, and it’s all about Bloody Ripper Days (BRDs), I’ve moved “the office” outside image
deadmanoz's avatar
deadmanoz 9 months ago
Wow, on a cursory first look this looks pretty amazing… (and multimodal models are apparently now called “omni” modal) … Qwen3-Omni “capable of understanding text, audio, images, and video, as well as generating speech in real time.” Will be adding this to the self-hosted stack I run at home to put it through its paces!
deadmanoz's avatar
deadmanoz 9 months ago
Dear Australian Nostriches Where does one get a milk crate from these days?
deadmanoz's avatar
deadmanoz 9 months ago
Would Anthropic purposefully nerf Claude Code so you use up more tokens/usage, hit limits and be pressed to upgrade?
deadmanoz's avatar
deadmanoz 9 months ago
My top 3 biggest frustrations with vibe coding as of September 2025: (1) lacking visibility of sub-agents actions, I’ve had agents purport to refactor code when they did nothing of the sort (2) lacking awareness of temporary fixes, placeholders, “a real implementation would…” (3) loss of context between compactions, so much subtlety that has been built up over the course of a session is lost between compactions What’s yours?
deadmanoz's avatar
deadmanoz 9 months ago
The velocity of change when vibe coding is intoxicating, but as with most intoxication, there’s often consequences to this velocity🍻
deadmanoz's avatar
deadmanoz 9 months ago
I’ve been burnt enough recently by Claude Code et al going totally off piste and removing functionality, using placeholders etc when on “allow all edits” that I’m only going to use that setting when the changes are very straightforward. So much rework and frustration.. I also had sub-agents totally gaslight me - purport to refactor some code and make absolutely no changes!! Even with manually approving edits, development is still much faster than without these tools
deadmanoz's avatar
deadmanoz 9 months ago
This is to say nothing about the bias of the ABC’s general editorial leaning but I think that some of the kids programming is pretty good Been digging the new Story Salad Quest Mode with the 6 year old. And the “Henrietta the horse” episode in particular
deadmanoz's avatar
deadmanoz 9 months ago
Definitely seem to be hitting limits on Claude Code quicker recently. And Codex really does seem to be a “better engineer”. And larger context is quite useful in some circumstances But I “trust” Anthropic more than I do OpenAI.. First world problems
deadmanoz's avatar
deadmanoz 9 months ago
Developing a small Bitcoin TX classifier using 3 different techniques to experiment with the “best” way to build things: 1) Vanilla Claude Code 2) Claude Code with a custom “mvp-spec-designer” agent 3) OpenAI Codex Initial thoughts, Codex is much better than when I tried it maybe a fortnight ago, OpenAI catching up?