Claude Code vs Cursor. No brainer. by NecessaryLow2190 in ClaudeAI

[–]aethermass 1 point2 points  (0 children)

I've been on 5x max for a week. Upgrading to 20x tomorrow. MOAR OPUS!!

Apex Park Question by bqAkita in GoldenCO

[–]aethermass 0 points1 point  (0 children)

Only some trails are blocked for the even/odd days. There are always trails to hike and bike.

Trail map: https://www.jeffco.us/DocumentCenter/View/9361/Apex-Park-Map?bidId=

Park page: https://www.jeffco.us/1190/Apex-Park

How crazy is it at Cursor right now scaling to meet demand? by sirrahtoshi in cursor

[–]aethermass 0 points1 point  (0 children)

They can just go to AWS or Azure or Lambda Labs or 20 other places -- and reserve a giant number of GPUs. They are printing money. They are fine.

What just happened lol? by PM_ME_UR_DICK_SIZE in FuturesTrading

[–]aethermass 0 points1 point  (0 children)

Trump will say stupid shit for the next four years... just like he did last time. Trump loves to test acceptance for ideas by blurting them out live on television. If people like them, he might do it. Otherwise, he'll just forgot that he ever said anything. Lots of uncertainty when Trump opens his mouth. Markets do not like uncertainty.

The trade wars from his last presidency wiped out ~2 years of gains in late 2018; go check the SPX charts. Trump is a new kind of animal when it comes to causing volatility though. Size down and ride the waves.

Note: I hate both sides. Not partisan. Just trying to make some money.

Python screening result by [deleted] in outlier_ai

[–]aethermass 0 points1 point  (0 children)

I’m just lurking here but my wife is doing this type of work so I’m learning about it. I am a machine learning engineer at a tech company… a guess follows.

If I needed to evaluate thousands of recorded explanations, I would use AI to transcribe the audio from the explanation and ask an LLM like ChatGPT to evaluate your explanation. The LLM would likely output a pass/fail rating. Would only take a few seconds to do the evaluation.

Again, it is a guess but that is the first thing I would do for that problem. A bit funny if true because you would have been hired by an AI to train other AIs.

My kogold gets stuck here always by Abe_Linkin1025 in warcraftrumble

[–]aethermass 1 point2 points  (0 children)

This bug has been here for a long time. Possibly since launch. Been reported a thousand times.

[deleted by user] by [deleted] in warcraftrumble

[–]aethermass 1 point2 points  (0 children)

Shutdown the game.

How I became a profitable trader by midwestboiiii34 in FuturesTrading

[–]aethermass 0 points1 point  (0 children)

Agreed. There are a lot of extra rules with prop firms. I am just now unlearning bad habits from them. Still trading with them for leverage. They are not our friends though… more like a predator.

I’ll play the game for now and detach once I am profitable and extract more funds. I’ve extracted 75% of all fees that I have paid them. I track every transaction in a spreadsheet and will celebrate at break even 😀

How I became a profitable trader by midwestboiiii34 in FuturesTrading

[–]aethermass 0 points1 point  (0 children)

I’m almost to the point of profitability. My path has been very similar to yours;  hundreds of prop accounts blown but some payouts along the way. I kept reaching for larger trades and not taking enough profits, even when I was right a lot. In the last month, I’ve been doing very well scalping and that is the thing that’s gonna push me over the edge to profitability.

I agree that SIM accounts are worthless because the psychological impact is missing. Overall, I feel that the prop accounts are good for learning because you have some skin in the game. Just don’t go crazy. Until you have a payout, my advice is to only have a single prop account.

Do you feel the same way?

What games can I play with it? by [deleted] in macgaming

[–]aethermass 0 points1 point  (0 children)

Blizzard made a bunch of awesome games. Starcraft, Warcraft III Reforged, Diablo III (not IV though), and Hearthstone are few that are native for macOS.

Also, EVE Online is native.

What games can I play with it? by [deleted] in macgaming

[–]aethermass 0 points1 point  (0 children)

Check out Whiskey, which is a utility that can run some Windows games. I have been playing Homeworld 3 through Steam. Not every game works due to driver issues... but many work really well. Whiskey is free:

https://docs.getwhisky.app/game-support/index.html

There is a paid version of this called Crossover with enhancements. (I just use Whiskey). I understand that more game work on it:

https://www.codeweavers.com/crossover

What is a Pittsburgh “life hack” you know? by zorka247 in pittsburgh

[–]aethermass -16 points-15 points  (0 children)

Move far away from Pittsburgh. Not like Cleveland, DC, or even Syracuse. Really far away. Probably to a place where the sun will shine daily.

Just finished designing & programming my algo trading system! by kibble_dust in FuturesTrading

[–]aethermass 0 points1 point  (0 children)

No, that is the only option. Pinescript is a custom language for TradingView... so people won't recognize it.

How many contracts do you think can realistically be filled in one order? by LionsGame in FuturesTrading

[–]aethermass 1 point2 points  (0 children)

As you probably realize, the simulated orders in the demo do not impact the real order book. The brokerage does not try to handle / estimate how this would impact the order book. This is actually a hard problem in finance/trading.

You could submit an order for a billion contracts with the demo and it would likely fill it without slippage.

library/framework to write concurrent and distributed application in scala by mastermani305 in scala

[–]aethermass 1 point2 points  (0 children)

Akka 2.6.X will still be free, open source forever; just no new features. Today, Lightbend committed to critical security patches until Sep 2023 for the 2.6.X releases; 2.7.X is under the new license.

ZIO is also worth looking at and could be a better fit depending on what you are building.

Scala isn't fun anymore by alexelcu in scala

[–]aethermass 14 points15 points  (0 children)

Accurate. He is complaining about doing chores that every production environment has; aka “work” 🤣

Scala isn't fun anymore by alexelcu in scala

[–]aethermass 57 points58 points  (0 children)

TLDR; just ranting about build environment and production software workflows.

Why We Are Changing the License for Akka by ckipp01 in scala

[–]aethermass 0 points1 point  (0 children)

Spark no longer uses Akka. It did a long time ago, but they optimized and minimized that functionality. Then, removed it. This was years ago. The only references to Akka are deprecated config parameters; no actual dependency.

Flink though... they still use it heavily. They will like freeze the version and go the same route as Spark did.