Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adamch
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
adamch
7d ago
Lovely to see Cloudflare Tunnel frontpage on HN. Working on Tunnel was the highlight of my career. It was a fun product with a lot of bugs to fix, features to add, architecture to design. We were all working in-person, solving incidents tog
2.
▲
by
adamch
3mo ago
PRs are welcome.
3.
▲
Announcing Rust 1.96
(blog.rust-lang.org)
143 points
by
adamch
4mo ago
|
38 comments
4.
▲
Git Absorb
(github.com)
2 points
by
adamch
7mo ago
|
0 comments
5.
▲
Rv 0.5: Windows support, rv run, rvx
(spinel.coop)
4 points
by
adamch
8mo ago
|
0 comments
6.
▲
Cloth Simulation
(cloth.mikail-khan.com)
208 points
by
adamch
10mo ago
|
41 comments
7.
▲
Reproachfully Presenting Resilient Recursive Descent Parsing
(thunderseethe.dev)
3 points
by
adamch
11mo ago
|
0 comments
8.
▲
by
adamch
1y ago
They'll announce that along with M5 Pro and Max in March or so.
9.
▲
by
adamch
2y ago
My guess is that users can select a query at runtime, sending it to you via http or any other text.
10.
▲
Which Rust combinator should I use?
(rustcombinators.com)
2 points
by
adamch
2y ago
|
0 comments
11.
▲
The Case for a High-Level Kernel-Bypass I/O Abstraction
(irenezhang.net)
16 points
by
adamch
2y ago
|
2 comments
12.
▲
by
adamch
2y ago
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 support it. So it wouldn't be useful with existing mo
13.
▲
by
adamch
2y ago
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 arbitrary and disconnected from the world, unlike the puzzl
14.
▲
by
adamch
3y ago
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.
15.
▲
Free users are incredible
(blog.adamchalmers.com)
4 points
by
adamch
3y ago
|
0 comments
16.
▲
by
adamch
3y ago
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 marked, the compiler helpfully explains them and war
17.
▲
Geometry to Algebra and Back Again
(jackrusher.com)
1 points
by
adamch
3y ago
|
0 comments
18.
▲
Rustconf 2023 Recap
(blog.adamchalmers.com)
3 points
by
adamch
3y ago
|
0 comments
19.
▲
by
adamch
3y ago
> 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 thread then yes it has to be Send and 'st
20.
▲
by
adamch
3y ago
Wow, I've been using tokio for years and never knew about this. Thanks!
21.
▲
by
adamch
3y ago
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.
22.
▲
by
adamch
3y ago
You don't need a websocket proxy. CF tunnel supports TCP and UDP just fine.
23.
▲
Introduction to HTTP Multipart
(blog.adamchalmers.com)
79 points
by
adamch
3y ago
|
17 comments
24.
▲
by
adamch
3y ago
Really excellent simulation and explanation. Thank you!
25.
▲
by
adamch
4y ago
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. Never wrote a Java web server sorry cann
26.
▲
by
adamch
4y ago
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 messages, and Cargo is 10000x easier to use than the Haskel
27.
▲
by
adamch
4y ago
Hello, author here. My coworker Olivia (of https://losslessbits.com/ ) really likes SQLx, I haven't personally used it though. I'd love to try it for a future project, as long as it can help typecheck my SQL querie
28.
▲
by
adamch
4y ago
I started a personal blog two years ago, roughly. Even if nobody had read it, I'd feel successful, because I only write about things I'm confused about or learned recently. Then I can link them to my coworkers and they get an exac
29.
▲
by
adamch
4y ago
I really like the design of this blog. It's clean and simple but has enough character from the carefully-chosen decorations. The rainbow hyperlinks are a nice touch! Great styling.
30.
▲
by
adamch
4y ago
This is a really cool feature, thanks very much for adding it. I'd love to see this in more languages. I'd love to use it in my Rust integration tests.
More ›