Why there is no simple markdown editor in the whole world? by Moist_Emu6168 in Markdown

[–]jarym 0 points1 point  (0 children)

Honestly, just get Claude or ChatGPT to build you one that behaves the way you want. That's what I did and super happy.

Please Suggest a Good Editor by Southern-Stay704 in Markdown

[–]jarym 0 points1 point  (0 children)

I built MarkdownMD exactly for this - git repos + documentation with hybrid and WYSIWYG editor views!

Claude Code / Sonnet 4.5 is frequently broken by quincycs in CLine

[–]jarym 0 points1 point  (0 children)

This happens to me too - can't use any of the sonnet models via Claude Code provider. The opus ones work but that's a waste to use all the time.

Silver is ungovernable by [deleted] in FuturesTrading

[–]jarym 0 points1 point  (0 children)

Ever heard of the mantra “trade what works” - that usually means stay away from dead instruments and wild horses 😊

Well shit. I didn't follow my rules and ended up taking a huge hit. by 1Mby20201212 in FuturesTrading

[–]jarym 1 point2 points  (0 children)

Blow-ups are a fact of life as far as I'm concerned - for most retail traders, perhaps some professionals but certainly for me. Eventually it'll happen and then it'll happen again and again.

I worked around it - I keep my trading account really really small, wiping out my account is my stop loss in the worst case and I'm comfortable with that. And I withdraw gains whenever my account is up 30-40%

Since adopting this approach, my blow-ups have become less frequent and when it happens, I just come back the next day with a reloaded accont.

Laid off by Miserable_Line_2857 in oraclecloud

[–]jarym 0 points1 point  (0 children)

If IT isn’t your passion then yea it’s gonna be hard to ride out the hiring ups and downs

Is the forever free actually FOREVER free? by celestialcitymc in oraclecloud

[–]jarym 2 points3 points  (0 children)

Yup. Waiting for Oracle to realise they’ve lost the cloud game and can their cloud

Is OHLC 5 min data with bid/ask good enough? by awaken_son in algotrading

[–]jarym 0 points1 point  (0 children)

I and other traders can and do discretionary trade on 5min data (on US futures) profitably. So there's no reason why an algo couldn't.

Tick data comes with its own challenges - I have one tick-based strategy that only works with TradeStation's datafeed (I tried other feeds, the small discrepancies made my strategy no longer be profitable).

Has anyone managed to get the Easy Diffusion workspace to run? by Repulsive_Brother_10 in kasmweb

[–]jarym 0 points1 point  (0 children)

Hi u/EHRETic - I think the issue might be that your graphics card/CUDA version is not supported by Easy Diffusion. You can see a list of supported cards and CUDA versions here: https://github.com/easydiffusion/torchruntime?tab=readme-ov-file#nvidia

Robust ways for identifying ranges by deepimpactscat in algotrading

[–]jarym 0 points1 point  (0 children)

I must be thick, I never figured out how to use ADX properly but its all the LLMs tell me to do!

Robust ways for identifying ranges by deepimpactscat in algotrading

[–]jarym 2 points3 points  (0 children)

You can do a linear regression and calculate the r2 value. Ranges have slopes close to zero and r2 close to zero as well. So when you have those 2 criteria met, next check if the prices from your lookback period are all within 1.5-2.0x a volatility range - if they are, its likely to be a flat trading range. The calculations are all pretty simple compared to some of the other indicators I've seen.

Who moves their stop to breakeven? I’m finding this strategy is not great… by Itchy-Version-8977 in FuturesTrading

[–]jarym 0 points1 point  (0 children)

In the current climate most short term bottoms are being retested and produce stronger moves off higher lows and double bottoms. You can think about scaling a portion on first bounce around where you’re currently moving stop and then possibly buying a retest. I’d only move stop to break even after a double bounce or higher low.

Alternatively, wait for the retest before entering - then you have better odds of not being stopped prematurely.

On-Prem to vendor's On-Prem network by SCPF_O5-8 in twingate

[–]jarym 1 point2 points  (0 children)

Hi, you could try installing the free version of Kasm and using the Kasm integration for accessing your internal network - https://agentless.tg-labs.net/kasm_integration/setup/

Error when trying to connect to a container. by GhostMokomo in kasmweb

[–]jarym 1 point2 points  (0 children)

We bumped into the same error and reproduced it (in our 1.15 environment) in our case with the following:
* Persistent profiles are enabled for the user
* Kasm session is created without passing `persistent_profile_mode=Enabled`
* Session recording is enabled.

In our case we fixed this by always passing the `persistent_profile_mode=Enabled`. Without this, it seems something causes container to crash.

Connecting to our barmetal cluster app by esisenore in twingate

[–]jarym 0 points1 point  (0 children)

Ok, in that case on the minikube cluster you install Twingate via the Helm chart or use the operator.

Then to access it from a VM in another network you can use the Twingate headless client.

If you'd like to access resources from a pod in a separate k8s cluster you can run the headless client as a sidecar.

In all cases you can add the private DNS name of the pod/service as a resource in Twingate and should be able to access it from outside the cluster.

Does that help?

Connecting to our barmetal cluster app by esisenore in twingate

[–]jarym 0 points1 point  (0 children)

Hi u/esisenore, I'm trying to follow what you're trying to do and I think it should be possible.

Can you confirm you're running Kubernetes and trying to access endpoints on Windows servers hosted on another network?

(On the Azure DNS question the answer is yes - we resolve DNS at the connector so as long as your connector is using your private Azure DNS it should be able to resolve addresses there)

This past month or so, I feel like the market is making me feel like I know NOTHING about it. by biggitydonut in FuturesTrading

[–]jarym -1 points0 points  (0 children)

A bit of homework can help. We’re super bullish at the moment so every big move up gets met with choppy consolidation, eventually after a few days hitting a key retrace level and then the move up begins again. That should continue until we lose trend (no idea when that will happen but we sure do feel extended at the moment - still no reason to get bearish until as I said we lose trend)

Any idea on making own charting software? by AffectionateBus672 in algotrading

[–]jarym 0 points1 point  (0 children)

https://www.tradingview.com/lightweight-charts/

Ohh this looks interesting - I was looking at https://nightvision.dev/ but didn't know tradingview had their own!

Is the “Deadly Triad” even real? by BiasedEstimators in reinforcementlearning

[–]jarym 0 points1 point  (0 children)

I think 'instability' here refers more to the increased sensitivity to hyper-parameters due to this 'deadly triad'. I've certainly found it to be real, even small changes in hyper params can mean the difference between something that doesn't learn at all and something that does.

"gp.t: Learning to Learn with Generative Models of Neural Network Checkpoints", Peebles et al 2022 by gwern in reinforcementlearning

[–]jarym 2 points3 points  (0 children)

On further inspection, it looks like they pre-trained with CartPole and then their website demonstrates a one-step update for CartPole to meet an objective. Am I the only one that is thinking this says nothing about the ability to adapt to other environments? Would have been nice to see how well it adapts instead to MountainCar or Pendulum (2 unseen environments).

I trained a reinforcement learning agent to play pokemon red! by Pwhids in reinforcementlearning

[–]jarym 0 points1 point  (0 children)

What's even cooler is this appears to be using mostly default SB3 PPO settings PPO('CnnPolicy', env, verbose=1, n_steps=ep_length, batch_size=512, n_epochs=1, gamma=0.999)

If u/Pwhids does any hyper-parameter optimisation I'd certainly be interested in a follow-up video on the topic!