I kept treating every BTC dip as part of the same swing trade

I have a regular office job, so I usually look at BTC after dinner and trade from the daily chart. Most of my spot trades stay open for a few days. For my last one, I wrote down that I would only add after a later daily candle closed above the level I was watching.

I placed a small BTC spot order on BYDFi Monday night. By Tuesday afternoon I had checked the chart from my phone at work and added before the daily candle closed. The next morning I was entering a third order. Nothing in my original setup called for either add. BTC was lower, and I was using that as the whole reason.

I cancelled the third order. I kept the first position and sold back the amount from the second add after work. Now an add needs its own invalidation level and has to fit inside the total position limit I chose before the first order.

The plan was sitting in my notes the whole time. I had read it before placing the first order and still ignored it less than a day later. That was harder to explain away than a bad setup.

reddit.com
u/MediumCulture6537 — 2 days ago
▲ 11 r/LLMDevs

Karpathy LOTR Threejs experiment highlighted the real bottleneck in procedural generation: the vision feedback loop

Andrej Karpathy posted about giving Opus 5 a 1M token budget to generate a 5500 line Three.js procedural rendering of the opening of Lord of the Rings. His main takeaway was that while models have the stamina to write huge custom 3D scenes, their biggest weakness is auditing their own visual output.

I spent the past few days running a similar procedural WebGL generation experiment on smaller 3D scenes. The bottleneck Karpathy mentioned is very real in practice.

When you ask an LLM to place 3D polygon assets in XYZ space, the initial code draft is almost always filled with visual jank like floating meshes or clipping geometry. To fix it, you have to run a headless browser, capture viewport screenshots, and pass those frames back into a vision model to inspect the rendered layout.

Writing 4000 lines of procedural JavaScript code actually ended up being the easy part. The real cost and latency spike came from the iterative vision feedback loop, where the agent took 30+ screenshot cycles to adjust camera angles and object coordinates.

To run these long-horizon generation loops without getting blocked by rate limit spikes across separate text and vision tiers, I routed the pipeline traffic through ZenMux as an LLM and vision API proxy. It lets the agent send high-token text reasoning prompts and vision inspection frames through a single unified endpoint.

Long-horizon procedural code generation is definitely viable now, but until models can perceive video frames natively instead of taking static screenshots, the vision verification loop remains the most expensive step.

reddit.com
u/MediumCulture6537 — 15 days ago

Standard Chartered's $28 XRP target needs more than payment volume

Standard Chartered reportedly kept a $28 target for XRP in 2030 after cutting its 2026 target. With about 62.5 billion XRP circulating, $28 implies a circulating value near $1.75 trillion. The multiplication shows the size of the claim. It does not tell us how much new cash must enter, because market cap is price multiplied by circulating supply.

The route to that value depends on demand for holding XRP, not only on transactions passing through the network. If market makers use XRP briefly and recycle the same inventory, a large settlement volume can run through a smaller pool. Faster turnover reduces the amount that must remain in the token. Institutions keeping larger working balances would support a higher valuation, but that case needs evidence in persistent holdings and deeper liquidity. Available float matters too. A smaller tradable supply can make marginal buying move the price, while thin books make large settlements harder to route without slippage.

A retail order book offers a narrower signal. The XRP book on BYDFi shows the liquidity available on one venue at one moment. It cannot tell me whether banks will hold XRP, how often a bridge asset will turn over, or how much payment activity will touch the token. I treat $28 as an optimistic scenario until XRP use as a bridge asset and the liquidity supporting that use grow together.

reddit.com
u/MediumCulture6537 — 18 days ago

DeepSeek V4 Flash 0731 is out. I gave it and V4 Pro the same weird SVG prompt

DeepSeek V4 Flash 0731 landed today, so I skipped the benchmark table and gave it the same small visual task as V4 Pro. The exact prompt was Generate an SVG of apelican riding a bicycle.

I left "apelican" exactly as typed. I used ZenMux's current free API route for the Flash run. That route is marked Rate Limit and Sunset, so I treated it as a test window. Both outputs came back as valid SVG files.

Pro made a sparse 500 by 400 scene. The bike reads clearly, but the pelican is upright over the frame and its legs bunch around the crank. The file is 5.4 KB.

Flash made an 800 by 600 scene with a helmet, clouds, ground, motion lines, more wheel spokes, and a much clearer riding pose. It is also busier at 9.5 KB. The wing crowds the handlebar and one leg crosses the drivetrain, so it still needs cleanup. For this one slightly broken prompt, Flash won the first glance test while Pro won on simplicity.

u/MediumCulture6537 — 21 days ago

I talked to some alternative exchanges like BYDFi at Warsaw Next Block Expo, are you guys shifting from non-compliant platforms post-MiCA?

The regulatory landscape in Europe is forcing a lot of retail traders to rethink where they keep their active trading balances. With MiCA standards coming into full effect, many non-compliant platforms are either restricting services or adding massive friction to basic trading functions. This has sent a lot of us looking for viable alternatives that are actually complying with the new rules without ruining the user experience.

During the Next Block Expo in Warsaw earlier this spring, I spent some time talking to different teams at their booths. A few smaller platforms like BYDFi were there sponsoring and pushing for European expansion, which gave me a good chance to ask them directly about compliance plans and regulatory status. They seem to be pushing hard into the European market, which is reassuring given how many platforms are quietly pulling out of the region.

I ended up opening an account to test their spot order book depth for some mid-cap altcoins. While the liquidity is obviously not as deep as Coinbase, the spreads were tight enough for standard retail size, and the interface is incredibly lightweight. Finding a platform that balances compliance with a smooth, non-bloated UI is getting harder in Europe, so seeing them active at these local expos is a promising sign.

reddit.com
u/MediumCulture6537 — 29 days ago

How do you handle supplier switching when scaling Amazon products without breaking momentum?

I’ve been running a small Amazon product for a little over a month, and I’m running into what feels like a very common scaling problem.

The product started picking up faster than expected and is now heading into a major sales window. At the same time, I realized I was getting too comfortable with the first supplier I used, mostly because we were under time pressure during initial launch and didn’t fully benchmark alternatives.

When I started looking again, I found two other suppliers offering better pricing and even improved production quality. On paper, both looked like clear upgrades.

But once we moved into actual communication and coordination, things got complicated in very different ways. One supplier had decent production quality but lacked operational clarity, which made execution slow and inconsistent. The other one seemed strong at first, but became hesitant during contract discussions around delivery timelines and performance expectations. What stood out more than anything was the mismatch in expectations around scale. The tone shifted once they understood our order volume, and it made the relationship feel less stable than expected.

It made me realize how much supplier selection is not just about price or product quality, but also about reliability under real business conditions, especially when you are trying to scale quickly and cannot afford delays.

I also started using a few sourcing tools, including sourceready alongside other supplier databases, just to get a clearer view of alternatives and reduce dependence on single relationships. But even with better data, the final decision still comes down to communication, trust, and how both sides handle pressure.

For people who have been through this stage in Amazon or ecom scaling, how do you usually manage supplier transitions without disrupting momentum?

reddit.com
u/MediumCulture6537 — 2 months ago

My apartment stopped feeling like a place i was just surviving in

A few months ago I quit my job and started freelancing from home. At first it felt weird being in my apartment all day. I used to treat this place like somewhere I only came back to sleep.But once I started spending real time here, I noticed how many little things were quietly bothering me every day. The lighting was harsh. My chair was uncomfortable. I had random clutter everywhere because I was always "too busy" to deal with it. Even the way the room sounded bothered me once I actually sat in silence for a while. So I slowly started fixing things.

Cleaning more regularly, opening the windows in the morning, moving furniture around, buying a lamp I actually liked, getting better curtains, replaced my old loud AC with a quieter Costway mini one. Now my afternoons are usually just me sitting there with coffee, working while the room stays cool and quiet.

reddit.com
u/MediumCulture6537 — 2 months ago

Lost a hospital contract because a text to my CS was never a real handoff

Five years in ortho, mostly trauma and fixation. Had a hospital evaluating our plating system. Surgeon champion ran three cases, loved it, asked for 60 units so his partner could try it too. He also said they would need a proper in-service day for OR staff. I said absolutely, ill sort it, texted my clinical specialist in the parking lot, and mentally filed it as handled.

That was the problem. Text is not a handoff. She was carrying fifteen accounts. It dropped off her list. Three weeks later the VAC meeting landed. Nursing rep flagged no formal in-service documentation, which is a patient safety requirement. Clinical committee saw only 30 units from one surgeon, not enough breadth. My surgeon champion sat there confused because he thought both things were in progress. VAC renewed with the incumbent. 180k annual.

What changed. A text reply saying "on it" is not a handoff. A real handoff is a Veeva task with a due date, or at minimum an email with a deadline so both sides have a paper trail.

For a while I resisted adding another layer because I told myself the real fix was just discipline. If I built the right habits nothing would slip. Then I missed a follow up on a different account because I genuinely thought I had already sent the confirmation. I had not. That was the moment I realized I am never going to be the system that never fails.

I needed a layer that catches what discipline misses, not because I am careless, but because this volume of client communications across ten accounts means something will always slip. Been running airjelly lately. Last week it surfaced an unread message from an OR coordinator about a preferred in-service date for a different account. I had read it and moved on without answering. Caught it in time. Managing client communications across ten accounts means stuff lives in too many places. iMessage is the one I stopped trusting first.

reddit.com
u/MediumCulture6537 — 3 months ago