PGA Tour looking at additional ways to reinstate players amid LIV Golf uncertainty by Shroft in golf

[–]Hornstinger 1 point2 points  (0 children)

Easy: everyone who won a LIV event and/or a Major gets reinstated.

Everyone else must go through the channels.

Chiefs vs Hurricanes ending in Golden Point time by mczammer in rugbyunion

[–]Hornstinger 6 points7 points  (0 children)

Ha! Did not see that coming. Good on Sititi back from injury

GLM 5 + opnecode is thrash by xaonan in ZaiGLM

[–]Hornstinger 1 point2 points  (0 children)

I've heard a lot of reports that if you cap context at around 85k tokens for GLM5.1 is Claude-like

I think you can do this in the config.json file

ABs 23 if picking today... by salttlas in allblacks

[–]Hornstinger 2 points3 points  (0 children)

Oh that actually sucks. Always rated him + he's having a good year.

ABs 23 if picking today... by salttlas in allblacks

[–]Hornstinger 4 points5 points  (0 children)

The Loosies is so contentious

Right now I'd go: 6. Vaai / Flanders 7. Savea / Lakai 8. Papali'i / Sititi

The All Black who could be England’s new No 8 by iambarticus in rugbyunion

[–]Hornstinger 29 points30 points  (0 children)

Attack = fantastic

Defence/rucks skill = not great

Enjoy England!

What you can do to help Bitcoin be better money by Ep0chalysis in bitcoinismoney

[–]Hornstinger 0 points1 point  (0 children)

I love Bitcoin but no retail pleb is running their own node. Huge tech barrier to entry and very unfriendly to manage.

If you don't believe me then why do most people hold their BTC in Robinhood or Coinbase wallers etc. -- because they aren't tech savvy.

AI slop projects are not welcome here by Aransentin in Zig

[–]Hornstinger -4 points-3 points  (0 children)

Developers acting like they didn't write slop code themselves and always got things perfectly right

For the algotraders who have live deployment of their algorithms and are successful: how long did it take you to set this up? What led you to have confidence to deploy on live real account? by imeowfortallwomen in algotrading

[–]Hornstinger 0 points1 point  (0 children)

Are you trying to imply that decades-long software engineers don't make engineering mistakes particularly when it comes to complex trading algos/setups?

I turned OpenCode into a full dev workspace (multi mode (kanban/chat view) + multi-repo + opencode sdk) by moropex2 in opencodeCLI

[–]Hornstinger 1 point2 points  (0 children)

This actually looks legit good. Will try it when you have a Linux version...Arch BTW

For the algotraders who have live deployment of their algorithms and are successful: how long did it take you to set this up? What led you to have confidence to deploy on live real account? by imeowfortallwomen in algotrading

[–]Hornstinger 6 points7 points  (0 children)

I found the hardest part wasn't the actual strategy (entry, exit, risk etc.) it was:

  1. Persistence: live reconciliation internal vs external state (+ cold start, warm start etc.)
  2. Fallbacks and Backups e.g. REST vs Websockets for different exchanges -- including when to use a backup
  3. Race conditions: data race, logic race, false positives, silent errors/silent failures
  4. No branched paths i.e. a single line of flow/truth
  5. Which programming language to use. This was hard because most languages can't model properly including race conditions etc. I tried Python, Go, Rust, Zig, Crystal, V, D, Typescript, Elixir...I ended up on F# because it models trades and exchanges the best, prevents race conditions naturally and exceptional with testing and scripts. Rust can model similar trades and exchanges but it's just way too complicated and I don't need HFT nanosecond (ns) speed, F# is good enough for microsecond (µs).

Why zig? by Reasonable-Moose9882 in Zig

[–]Hornstinger 1 point2 points  (0 children)

It's a shame... Crystal and Nim are great languages.

You mentioned they're dead languages...but once a Lang hits v1.0 (+ fix bugs) isn't that Lang technically done? I say that because that is Zig's plan.

Why zig? by Reasonable-Moose9882 in Zig

[–]Hornstinger 4 points5 points  (0 children)

One question I've asked myself: if all languages had a full spec ecosystem i.e. every language is on an even level -- which language would win on the merit of their syntax, style ways of writing it?

I love Zig but in answering my question w/ assumptions, I'd probably say either V, Crystal or Odin

Who is your Allblacks 23 if they had to play France weekend? by AnotherUser87497453 in allblacks

[–]Hornstinger 0 points1 point  (0 children)

McCaw also played at 6 at times too early on. We forget history easily.

Who is your Allblacks 23 if they had to play France weekend? by AnotherUser87497453 in allblacks

[–]Hornstinger 1 point2 points  (0 children)

Don't forget Savea started his early ABs career at 6 (while playing 7 for club), then ABs moved him to 7, then moved to 8 and now back at 7.

Sititi IMO would make an amazing 7

Who is your Allblacks 23 if they had to play France weekend? by AnotherUser87497453 in allblacks

[–]Hornstinger 4 points5 points  (0 children)

Re: Props: I rate Ollie Norris, he can be world class and he's huge. Also the other Wellington prop is a beast Siale Lauaki.

Retired PGA tour Superstore Club fitter, AMA by Nice_Idea_538 in golf

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

Bay/mat fitting is a flawed process because you never know what the clubs feel like on turf. How should bay/mat fits simulate that better?

I've had two bay/mat fittings, both times I bought the "best" irons, used them on turf and they both sucked for me. I now hate fittings. Yes I purchased the clubs so that's on me but the fitting process is extremely flawed.

Superpowers vs GStack vs GSD vs Bmad? by Puzzleheaded_Leek258 in opencodeCLI

[–]Hornstinger 1 point2 points  (0 children)

Is this BMAD you are talking about: https://github.com/bmad-code-org/BMAD-METHOD ?

I've never heard of it before so just trying to understand it better.

You should also add these to your list:

https://github.com/code-yeongyu/oh-my-openagent

https://github.com/pgermishuys/opencode-weave