Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
implfuture
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Rewriting the Modern Web in Rust
(implfuture.dev)
2 points
by
implfuture
4y ago
|
0 comments
2.
▲
Rewriting the Modern Web in Rust
(implfuture.dev)
1 points
by
implfuture
4y ago
|
0 comments
3.
▲
by
implfuture
4y ago
A primary factor in choosing my latest job was having an office to go into. I’ve been going in M-F and love working in person again. I don’t think forcing everyone back is necessarily the right strategy, but instead encouraging teams to re-
4.
▲
by
implfuture
5y ago
One thing to be careful of when going multi-cloud is the network egress fees between the two.
5.
▲
by
implfuture
5y ago
Location: San Francisco Remote: No, hybrid considered Willing to relocate: No Technologies: rust, k8s, video, applied cryptography, xr, rendering Résumé/CV: https://implfuture.dev Email: hello @ ^website Hi
6.
▲
by
implfuture
5y ago
I'm full-time exploring VR, video, and some hard tech problems, primarily using rust. A few things I'm poking around with: - VR molecule visualization in bevy (a la pymol) - real-time video production also in bevy - VR instruments
7.
▲
by
implfuture
5y ago
You can do passwordless login already with WebAuthn. It's just a matter of sites integrating it. https://webauthn.guide/
8.
▲
by
implfuture
5y ago
> the search experience from the taskbar is one such example of an end-to-end experience that is not designed to be redirected The bing searches that appear in my taskbar search have never been useful and just pollute the local results I
9.
▲
by
implfuture
5y ago
Nice post! Might be worth mentioning that some data structure implementations already exist in std or as a crate, i.e. std::collections::BTreeSet and petgraph. While it’s good to understand how Rc/Weak/raw pointers work, I always
10.
▲
by
implfuture
5y ago
Will this support native windows? The main reason I have switched to nushell is because it is cross platform
11.
▲
Ask HN: How much do you spend on GitHub Actions?
1 points
by
implfuture
5y ago
|
0 comments
12.
▲
Datafuse – Modern Real-Time Data Processing in Rust
(github.com)
80 points
by
implfuture
5y ago
|
14 comments
13.
▲
by
implfuture
5y ago
My daily driver is Debian WSL2, using wezterm (highly recommend) + tmux for terminal, and vscode integration for IDE. Aside from struggles getting custom subdomains to point to localhost, things have been quite stable. I never thought I’d b
14.
▲
by
implfuture
6y ago
Does this replace the winapi crate? I’ve been using that crate for things like IAudioClient3, but it seems to have fallen out of regular maintenance https://github.com/retep998/winapi-rs
15.
▲
by
implfuture
6y ago
For vscode users, I recently discovered you can right-click any line and select “copy remote uri.” The copied link takes you right to that line on github (useful for quickly pointing someone to a line of code over slack).
16.
▲
by
implfuture
6y ago
How would allowing people to optionally come back cause a mass exodus? Do you think they would feel pressured and instead decide to leave?
17.
▲
Ask HN: Has your company’s office reopened?
1 points
by
implfuture
6y ago
|
3 comments
18.
▲
by
implfuture
6y ago
Check out FoundationDB! It’s a distributed key value store with strictly serializable txns by default.
19.
▲
by
implfuture
6y ago
This is so awesome! Any tips on parallelizing/is it async compatible? I personally found granular error handling combined with parallelization to be impossible to get just right in pure bash.
20.
▲
by
implfuture
6y ago
Awesome demo video, really excited to see where this goes! Are there any use cases that people complain zoom is insufficient for?
21.
▲
by
implfuture
6y ago
There are many reasons, but to name a few important to me: rust gives performance on the level of C++, but with the memory safety of a garbage-collected language. It also provides protection against data races so that you can use concurrenc