HackerTrans
トップ新着トレンドコメント過去質問紹介求人

implfuture

no profile record

投稿

Rewriting the Modern Web in Rust

implfuture.dev
2 ポイント·投稿者 implfuture·4 年前·0 コメント

Rewriting the Modern Web in Rust

implfuture.dev
1 ポイント·投稿者 implfuture·4 年前·0 コメント

Ask HN: How much do you spend on GitHub Actions?

1 ポイント·投稿者 implfuture·5 年前·0 コメント

Datafuse – Modern Real-Time Data Processing in Rust

github.com
80 ポイント·投稿者 implfuture·5 年前·14 コメント

コメント

implfuture
·4 年前·議論
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-form around people with similar preferences.
implfuture
·4 年前·議論
One thing to be careful of when going multi-cloud is the network egress fees between the two.
implfuture
·5 年前·議論


  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 HN!

I'm an infra engineer with video and applied cryptography experience. I'm also branching out into xr and rendering, with my eye on hard-tech use cases. I'm never afraid to dive into an RFC (I've implemented pieces of SSH, PGP, VP8, RTP). My k8s experience also runs deeper than just deploying yamls -- I have written controllers/operators for more specialized workloads.

I have been a rustacean since the 1.0 release in 2015. In my experience the steeper learning curve has paid off in dividends as codebase size scales. I love teaching and have helped multiple coworkers learn rust to proficiency. I'm comfortable being the first to bring rust to an org (microservice best practices, CI setup, dev environments etc) and have deployed rust to most targets (server, lambda, macOS, Windows, iOS, android, web frontend, steamVR, Oculus).

If you think there's a potential fit let's chat! :)
implfuture
·5 年前·議論
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

Based in SF, always down to chat with people with similar interests!
implfuture
·5 年前·議論
You can do passwordless login already with WebAuthn. It's just a matter of sites integrating it. https://webauthn.guide/
implfuture
·5 年前·議論
> 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’m looking for. I’ve tried disabling them with regedit tricks to no avail.
implfuture
·5 年前·議論
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 check if there is a battle-tested version of what I need before reaching for them.
implfuture
·5 年前·議論
Will this support native windows? The main reason I have switched to nushell is because it is cross platform
implfuture
·5 年前·議論
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 be saying this, but I find the Windows window manager the best out of the box, and as a bonus I get to do my unreal/vr dev side projects without booting into another OS.