HackerTrans
TopNewTrendsCommentsPastAskShowJobs

implfuture

no profile record

Submissions

Rewriting the Modern Web in Rust

implfuture.dev
2 points·by implfuture·4 yıl önce·0 comments

Rewriting the Modern Web in Rust

implfuture.dev
1 points·by implfuture·4 yıl önce·0 comments

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

1 points·by implfuture·5 yıl önce·0 comments

Datafuse – Modern Real-Time Data Processing in Rust

github.com
80 points·by implfuture·5 yıl önce·14 comments

comments

implfuture
·4 yıl önce·discuss
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 yıl önce·discuss
One thing to be careful of when going multi-cloud is the network egress fees between the two.
implfuture
·5 yıl önce·discuss


  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 yıl önce·discuss
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 yıl önce·discuss
You can do passwordless login already with WebAuthn. It's just a matter of sites integrating it. https://webauthn.guide/
implfuture
·5 yıl önce·discuss
> 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 yıl önce·discuss
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 yıl önce·discuss
Will this support native windows? The main reason I have switched to nushell is because it is cross platform