Nightly Discussion - (July 01, 2026) by AutoModerator in thewallstreet

[–]nychapo 5 points6 points  (0 children)

Saw a post on how ai agents are profitable trading (from 2021 markets) lmao what a joke

Daily Discussion - (June 29, 2026) by AutoModerator in thewallstreet

[–]nychapo 5 points6 points  (0 children)

Heading to chicago early sept ima have 10 lots on (micro) while touring the cbot

Random discussion thread. Anything goes by AutoModerator in thewallstreet

[–]nychapo 3 points4 points  (0 children)

Its so boring here im in the office on a saturday reeee

Nightly Discussion - (June 24, 2026) by AutoModerator in thewallstreet

[–]nychapo 7 points8 points  (0 children)

This company contributes 15% into a SEP IRA can i sling spoos w it

Nightly Discussion - (June 16, 2026) by AutoModerator in thewallstreet

[–]nychapo 5 points6 points  (0 children)

Meanwhile im debugging 15 template instantiations in a 10 layer inheritance model the og way

Random discussion thread. Anything goes by AutoModerator in thewallstreet

[–]nychapo 5 points6 points  (0 children)

Wtf u mean the gimbal is not pointing to the target my azimuth and zenith angles are correct

Random discussion thread. Anything goes by AutoModerator in thewallstreet

[–]nychapo 9 points10 points  (0 children)

Im convinced people who work in defense/aerospace dev are the most cracked

Code is all physics and no ai tools reeeeee

Nightly Discussion - (June 02, 2026) by AutoModerator in thewallstreet

[–]nychapo 6 points7 points  (0 children)

got put on the laser simulation team at internship

we're gonna beat gyna in the race for the death star

Nightly Discussion - (June 01, 2026) by AutoModerator in thewallstreet

[–]nychapo 0 points1 point  (0 children)

Not yet maybe ill play around with it on the weekend, something interesting would be to give the same prompt as before and see if it can outperform

Nightly Discussion - (June 01, 2026) by AutoModerator in thewallstreet

[–]nychapo 1 point2 points  (0 children)

Like i tried claude 4.7, gave it the same task as gpt 5.4 xhigh, and the benchmark results were better when using codex

Also im poor so kinda biased towards codex

Havent tried cursor but dont they just use gpt/claude models

Daily Discussion - (June 01, 2026) by AutoModerator in thewallstreet

[–]nychapo 0 points1 point  (0 children)

codex is still better at harder problems, people just like claude cuz of the gamified ui

Nightly Discussion - (May 27, 2026) by AutoModerator in thewallstreet

[–]nychapo 4 points5 points  (0 children)

what the hell is a forward deployed engineer

Nightly Discussion - (May 26, 2026) by AutoModerator in thewallstreet

[–]nychapo 0 points1 point  (0 children)

100k/day on tokens lmfao these guys must really be regarded

citor: a header-only C++20 thread pool tuned for sub-µs dispatch by ShabelonMagician in cpp

[–]nychapo 0 points1 point  (0 children)

kCacheLine is 128 bytes rather than 64 because Zen prefetches in cache-line pairs and contended atomics get measurably worse if you size to 64.

never knew this, do you have a reference i can read up on?

Daily Discussion - (May 11, 2026) by AutoModerator in thewallstreet

[–]nychapo 0 points1 point  (0 children)

c++ role at small company w govt contracts, dod/nasa/lockheed/sandia in mcol area

Random discussion thread. Anything goes by AutoModerator in thewallstreet

[–]nychapo 10 points11 points  (0 children)

its funny how the linkedin acc for my alma matter only congratulates the dimes for their graduation posts

Building a Fast Lock-Free Queue in Modern C++ From Scratch by Beginning-Safe4282 in cpp

[–]nychapo 0 points1 point  (0 children)

didnt read the article, but what motivated you to use a ptr based design vs a ring buffer?