HackerTrans
热门最新趋势评论往期问答秀出招聘

ilikebits

no profile record

提交

Show HN: Nudge – Enforcing guardrails for coding agents

github.com
4 分·作者 ilikebits·6个月前·0 评论

Show HN: Hurry – Fast Rust build caching

hurry.build
11 分·作者 ilikebits·7个月前·4 评论

评论

ilikebits
·2个月前·讨论
LOC is useful here not because it's a metric for output but because it's a metric for _understandability_. Reviewing 200 lines is a very different workload than reviewing 2000.
ilikebits
·6个月前·讨论
sccache caches at the per-rustc invocation level, whereas we cache at the package level. In practice, this means we get more cache hits and our cache hits take less overhead to load. You can see the benchmarks in our CI!
ilikebits
·7个月前·讨论
We haven't worked with Dioxus in particular, but the CLI is a project that we benchmark against: https://github.com/attunehq/benchmarks
ilikebits
·9个月前·讨论
Monads are a generalization of Promises. Each type in Monad defines their own `.then` in a different way. For promises, `.then` is defined as "run this function once you have this deferred value from the last promise". For optionals (`Maybe`), `.then` is defined as "run this function if the last optional had an actual value". For Either, `.then` is defined as "run this function if the last Either returned Right, otherwise early-return with the value from Left" (this is functional early-return, basically).
ilikebits
·4年前·讨论
FOSSA | Software Engineers (Mid, Sr., Staff), PMs (Mid, Sr.) | USA, Canada, Remote (able to work ~US time zone hours)| Full-Time

FOSSA builds developer tools to help engineering teams manage their open source. We help enterprise customers discover legal (licensing and copyright) and security (vulnerabilities) risks in their dependencies, provide tooling for them to catch these issues in CI, and automate the tedium around policy enforcement and report generation. As companies adopt more open source, their engineering teams get bogged down by more distractions around compliance and security. We help automate away those distractions.

We build an open-source CLI tool (https://github.com/fossas/fossa-cli) that integrates with compilers and build systems to extract dependency and build information; a backend distributed system for analyzing dependency metadata; and a web application with a policy, reporting, and enforcement engine.

Tech we use includes:

  - Languages: TypeScript, Go, Haskell, Rust
  - Infra: Node, React, AWS, Postgres, Kubernetes
https://boards.greenhouse.io/fossa/jobs/5030090003

I'm happy to chat or answer questions at [email protected].