HackerTrans
トップ新着トレンドコメント過去質問紹介求人

lightamulet

no profile record

コメント

lightamulet
·2 か月前·議論
I'd say the most prominent user (and the reason why Anthropic acquired Bun) is Claude Code
lightamulet
·4 か月前·議論
thanks for the bug report! oversight on my part, pushing hex support rn :)
lightamulet
·4 か月前·議論
This is actually all built in nextjs/react, though the initial sketches of the sim had no visualization and were just running in my terminal using bunjs
lightamulet
·4 か月前·議論
i think this took me (1 person) like 40 hours max? all built in the last week, though i spent more time than i should have on it haha. quite ai-assisted, that's how most of the layout like the editor, player controls, even eval server got set up.

i spent way too much time on things like the language itself, map generation, and figuring how to only recompute the sim on material code changes vs whitespace and comments (it assembles to "bytecode" with debouncing! and the sim component takes the bytecode as a prop).

we'll see if good ROI, we definitely intend to run more of these types of challenges in the future, so much of this work won't go to waste
lightamulet
·4 か月前·議論
on the home page (dev.moment.com) you can type `theme -h` and then `theme set [name]` to change the color scheme, which carries forward to the sim!
lightamulet
·4 か月前·議論
the answer is my editor doesn't have spellcheck and i apparently don't know english as well as i thought, fixing :')
lightamulet
·4 か月前·議論
Hey, I'm the one who built this particular challenge!

I had no clue, but thanks for the book lead! It didn't come up directly, but SimCity 2000 and especially SimCity 4 had a huge impact on me growing up / I still spin up SimCity 4 from time to time, so I imagine there's a massive indirect influence haha.
lightamulet
·7 か月前·議論
Moment | Distributed Systems Engineer, Product Engineer | ONSITE NYC | Full-time | https://moment.com | $200k–$325k + equity

Moment is building core infrastructure for fixed-income, the world's largest asset class (4M+ instruments, $150T total market). We work with some of the largest financial institutions to bring all of their fixed-income operations into a single platform.

Cool things we've built include a liquidity-aware portfolio optimizer, high-cardinality market data pipelines, and a best-in-class trading system and ledger. Backend stack is generally Go/Kafka/Postgres on ECS, though some of the quant-ier services are built in Python. Frontend stack is NextJS. Company stack is Slack/Linear/Notion.

Roles:

- Distributed systems engineer: build features + scale systems to model, optimize, and support an idiosyncratic, complicated domain

- Product engineer: build beautiful, powerful interfaces that put these new capabilities in the hands of asset managers, financial advisors, traders, and more.

See more + apply at https://moment.com/careers.
lightamulet
·8 か月前·議論
Trying to represent sudoku as an integer program leads to a natural way to represent the board: a 9x9x9 boolean grid where x and y are the board dimensions and z is the number in each square.

You end up with three symmetric constraints + the box constraint:

- The sum along any x, y, or z row is 1 (one of each number per row, one of each number per column, and one number per square)

- The sum of each 3x3x1 box slice is 1 (one of each number per box)

I really like the symmetry between the row sum constraints here. And it does pretty neatly align with the way many people solve Sudoku by writing little numbers in the squares to represent possible values before pruning impossible ones.
lightamulet
·8 か月前·議論
Moment | Distributed Systems Engineer, Product Engineer | ONSITE NYC | Full-time | https://moment.com | $200k–$325k + equity

Moment is building core infrastructure for fixed-income, the world's largest asset class (4M+ instruments, $150T total market). We work with some of the largest financial institutions to bring all of their fixed-income operations into a single platform.

Cool things we've built include a liquidity-aware portfolio optimizer, high-cardinality market data pipelines, and a best-in-class trading system and ledger. Backend stack is generally Go/Kafka/Postgres on ECS, though some of the quant-ier services are built in Python. Frontend stack is NextJS. Company stack is Slack/Linear/Notion.

Roles:

- Distributed systems engineer: build features + scale systems to model, optimize, and support an idiosyncratic, complicated domain

- Product engineer: build beautiful, powerful interfaces that put these new capabilities in the hands of asset managers, financial advisors, traders, and more.

See more + apply at https://moment.com/careers.