Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adamch
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
adamch
3mo ago
PRs are welcome.
2.
▲
Announcing Rust 1.96
(blog.rust-lang.org)
143 points
by
adamch
4mo ago
|
38 comments
3.
▲
Git Absorb
(github.com)
2 points
by
adamch
7mo ago
|
0 comments
4.
▲
Rv 0.5: Windows support, rv run, rvx
(spinel.coop)
4 points
by
adamch
7mo ago
|
0 comments
5.
▲
Cloth Simulation
(cloth.mikail-khan.com)
208 points
by
adamch
10mo ago
|
41 comments
6.
▲
Reproachfully Presenting Resilient Recursive Descent Parsing
(thunderseethe.dev)
3 points
by
adamch
10mo ago
|
0 comments
7.
▲
by
adamch
11mo ago
They'll announce that along with M5 Pro and Max in March or so.
8.
▲
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.
9.
▲
Which Rust combinator should I use?
(rustcombinators.com)
2 points
by
adamch
2y ago
|
0 comments
10.
▲
The Case for a High-Level Kernel-Bypass I/O Abstraction
(irenezhang.net)
16 points
by
adamch
2y ago
|
2 comments
11.
▲
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
12.
▲
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
13.
▲
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.
14.
▲
Free users are incredible
(blog.adamchalmers.com)
4 points
by
adamch
3y ago
|
0 comments
15.
▲
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
16.
▲
Geometry to Algebra and Back Again
(jackrusher.com)
1 points
by
adamch
3y ago
|
0 comments
17.
▲
Rustconf 2023 Recap
(blog.adamchalmers.com)
3 points
by
adamch
3y ago
|
0 comments
18.
▲
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
19.
▲
by
adamch
3y ago
Wow, I've been using tokio for years and never knew about this. Thanks!
20.
▲
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.
21.
▲
by
adamch
3y ago
You don't need a websocket proxy. CF tunnel supports TCP and UDP just fine.
22.
▲
Introduction to HTTP Multipart
(blog.adamchalmers.com)
79 points
by
adamch
3y ago
|
17 comments
23.
▲
by
adamch
3y ago
Really excellent simulation and explanation. Thank you!
24.
▲
by
adamch
3y 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
25.
▲
by
adamch
3y 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
26.
▲
by
adamch
3y 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
27.
▲
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
28.
▲
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.
29.
▲
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.
30.
▲
by
adamch
4y ago
I work on network services, but generally my server's requests start on a user's computer, get to my service, get proxied to some upstream destination elsewhere on the internet, and then the responses flow back. Point is, I work w
More ›