Live data from Hacker News

Viewing profile — adamch

adamch

HN member
Joined
Wed, Dec 02, 2015, 1:47 PM UTC
HN karma
1,848
Public activity
170 items

About adamch

Australian, reluctantly turned Texan.

Building CAD APIs at KittyCAD. Previously Cloudflare.

https://blog.adamchalmers.com

https://twitter.com/adam_chal

Recent public activity

  1. comment
    Comment #48667137

    PRs are welcome.

  2. story
  3. story
  4. story
  5. story
  6. story
  7. comment
    Comment #45592214

    They'll announce that along with M5 Pro and Max in March or so.

  8. comment
    Comment #42610684

    My guess is that users can select a query at runtime, sending it to you via http or any other text.

  9. story
  10. story
  11. 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…

  12. 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…

  13. 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.

  14. story
  15. 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…

  16. story
  17. story
  18. 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…

  19. comment
    Comment #37438484

    Wow, I've been using tokio for years and never knew about this. Thanks!

  20. 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.

  21. comment
    Comment #36009497

    You don't need a websocket proxy. CF tunnel supports TCP and UDP just fine.

  22. story
  23. comment
    Comment #35613205

    Really excellent simulation and explanation. Thank you!

  24. 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. …

  25. 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…