Viewing profile — adamch
adamch
HN member- Joined
- Wed, Dec 02, 2015, 1:47 PM UTC
- HN karma
- 1,848
- Public activity
- 170 items
- HN profile
- View on Hacker News ↗
About adamch
Building CAD APIs at KittyCAD. Previously Cloudflare.
https://blog.adamchalmers.com
https://twitter.com/adam_chal
Recent public activity
-
comment
Comment #48667137
PRs are welcome.
- story
- story
- story
- story
- story
-
comment
Comment #45592214
They'll announce that along with M5 Pro and Max in March or so.
-
comment
Comment #42610684
My guess is that users can select a query at runtime, sending it to you via http or any other text.
- story
- story
-
comment
Comment #41562886
This is interesting. But how would you use it? You'd need to open up a new type of socket (neither TCP nor UDP but nyxpsi) and everything along your network route would need to sup…
-
comment
Comment #41017063
I didn't mind the controls, they were somewhat clunky but fine once you got used to them. The game suffered imo because the puzzles had nothing to do with the story. They felt arbi…
-
comment
Comment #39538160
There are some CF SWEs in Australia. But few teams are willing to work across 3 timezones. The SRE teams might be more open to hiring, as there's a big SRE presence in Singapore.
- story
-
comment
Comment #38721855
Nice job! I'm glad the team was able to ship a useful subset of the desired functionality. Yes the current implementation shipping next week has limitations, but they're clearly ma…
- story
- story
-
comment
Comment #37450683
> tokio uses a 'static, threaded runtime that has its benefits but requires its futures to be Send and 'static. This is only partly true -- if you want to `spawn` a task on another…
-
comment
Comment #37438484
Wow, I've been using tokio for years and never knew about this. Thanks!
-
comment
Comment #36785818
I love ligatures. First thing I do in a new machine is install this font. I won't use a terminal or IDE that doesn't support them.
-
comment
Comment #36009497
You don't need a websocket proxy. CF tunnel supports TCP and UDP just fine.
- story
-
comment
Comment #35613205
Really excellent simulation and explanation. Thank you!
-
comment
Comment #35247352
I would choose [axum]( https://docs.rs/axum ) as my default Rust server framework. It compiles quickly, it's very ergonomic, and it integrates well into the rest of the ecosystem. …
-
comment
Comment #35247288
I would love to use Haskell. The main reason I stopped writing Haskell and started writing Rust was that I could more easily teach new programmers Rust due to better compiler error…