Viewing profile — mancini0
mancini0
HN member- Joined
- Sat, Apr 27, 2019, 5:43 PM UTC
- HN karma
- 23
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About mancini0
No profile information was provided.
Recent public activity
-
comment
Comment #33733170
The problem with Cargo is it only builds rust. I agree it's the best language-specific build tool, but I love the monorepo pattern and future proofing insurances that modern langua…
-
comment
Comment #32601802
Yep I bet she could - don't let the way I described my use of it as a 'poweruser' (via the cli) scare you off...the browser extensions are very user friendly, just ctrl-shift-L and…
-
comment
Comment #32600670
Lesspass generates reproducible unique passwords from inputs (username, domain, masterpassword). It works without an internet connection and is open source. You only need their clo…
-
comment
Comment #24199008
I love it. Coroutines make async code concise and much cleaner than Java completable futures, Kotlin is a supported gRPC language, and the gRPC service signatures are much cleaner …
-
comment
Comment #24110228
This looks great and I wish my company adopted the monorepo & bazel. The navigation to //devtools from the link you shared results in a 404 however - perhaps the tool's routing is …
-
comment
Comment #24109936
So would this be similar to Apache Ignite?
-
comment
Comment #23822309
Stupid question because I am very new to embedded programming and C (I started my journey this weekend), but could one use freertos's tasks library in a regular x86 desktop applica…
-
comment
Comment #23575059
it's a public company, its shares are tradeable on exchanges
-
comment
Comment #23393397
We email them around lol. Wish we used istio.
-
comment
Comment #23355509
Lets use Bazel, and Bazel's rules_k8s to build\containerize\test\deploy only the microservices of my monorepo that changed. Lets use Istio's "istioctl manifest apply" to deploy a s…
-
comment
Comment #23237693
This question brings to mind a recent experience I had with Scaleway support. I pay maybe 25 euro a month to host my k8s based application on their managed k8s offering.I did not p…
-
comment
Comment #23069375
I would argue that using postgres today sets you up better for HA tomorrow, as both yugabyte and cockroachdb are built with postgresql compatability in mind. I would also argue you…
-
comment
Comment #19934626
A financial exchange - order messages are routed to Kafka and partitioned by the instruments symbol, match engines associated with a given set of symbols consume from their assigne…