Viewing profile — vmarchaud
vmarchaud
HN member- Joined
- Sun, Jan 29, 2017, 12:31 PM UTC
- HN karma
- 90
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About vmarchaud
Contact: contact@.fr
Recent public activity
-
comment
Comment #42673744
Jumping the opportunity:; we make a product that do hyper-personalisation for marketing emails, we do have few customers using SFMC and we tried to think about some use cases with …
-
comment
Comment #38218421
If someone else doesn't understand why painters would have a problem with Tesla (like me), you might be interested in this: https://www.ifmetall.se/aktuellt/tesla/background-inform…
-
comment
Comment #37810526
They do have a policy to only include free software [1]: > We only accept formulae that use a Debian Free Software Guidelines license or are released into the public domain followi…
-
comment
Comment #37359201
I've written about this specific subject here [0], feel free to reach out or ask them here if you have other questions [0]: https://vmarchaud.fr/deploying-kubernetes-the-hard-way/
-
comment
Comment #37327456
You could do that with Ansible, there's kubespray [0] from the official project to do that. You may want to read [1] starting with [2]. There's also k3s [0] and k0s [4]. I've writt…
-
comment
Comment #37297861
You can follow [0] which is currently stage 2 to fix this [0]: https://github.com/tc39/proposal-async-context
-
comment
Comment #37297724
I've used OpenTelemetry since it's original alpha in 2020. Originally the main issue i had was supporting tracing across common libraries (there wasn't a lot of libraries supported…
-
comment
Comment #37297584
Someone from F5 worked on this with OpenTelemetry [0] for Arrow, another effort was done for Parquet but was dropped [1] [0]: https://github.com/open-telemetry/oteps/pull/171 [1]: …
-
comment
Comment #35887431
We have ~two dozens rented boxes @ OVH in their French datacenters, apart from hardware failures from time to time (1/2 per year) you should be fine, just take that into account wh…
-
comment
Comment #35760371
You might be interested into Matt Mochary free books [0], he's a succesfull ceo coach around the valley. [0]: https://docs.google.com/document/d/1ZJZbv4J6FZ8Dnb0JuMhJxTnw...
-
comment
Comment #34838363
Hey, i'm interested in the kind of problems you have run against in those cases if you don't mind sharing them ? My email is in my bio
-
comment
Comment #34566601
Not specially something that you cannot do without WASM but at $WORK we are using a WASM build of Skia [0] to render canvas from nodejs. Why use WASM ? Because we wanted to stay cl…
- story
-
comment
Comment #27281872
We used tsoa where i work but had issues with complex types [0] so one of our dev rewrote a simpler implementation [1] that use ts-morph [2] under the hood. Not exactly related but…
-
comment
Comment #26255312
I'm working at a company that does realtime content generation for emails/website, generally those are images but we are trying to do video now. The big problem we have are the cos…
-
comment
Comment #24107756
Disclosure: I contribute to the software mentionned next. Definitely implement OpenTelemetry [0] instead of specific providers sdk even if promised to have better features. Lock-in…
-
comment
Comment #23984938
I believe there is a little bit of comedy around this. If you look at the repo [0] you'll see funny issues tags (even the tags of the repo themselves), for example "merci mais on s…
-
comment
Comment #23901222
You should checkout the template from YC [0] [0]: https://www.ycombinator.com/sales_agreement
-
comment
Comment #23542417
Interesting post ! From what i've understood you had only one instance of NodeJS, while i agree that Rust is more performant generally, couldn't have you just added more instance ?…
-
comment
Comment #23542366
In the case of NodeJS, which use the V8 Engine [0], you have access to the diagonistics API [1] that allows you profile your cpu or memory consumption. There are some tools that ma…
-
comment
Comment #21783078
I've encounted different issues with NodeJS services in the past (and still do) both with CPU bottleneck and Heap allocations. So i wrote openprofiling-node [0] during this summer …
-
comment
Comment #20676790
I'm working on the OpenTelemetry JS project and i previously worked a bit on OpenCensus NodeJS. The aim with both projects (OpenCensus/OpenTelemetry) is the same: having a open sou…
-
comment
Comment #19068899
Hey, First of all, i like the idea of centralizing the security around GPG in tech teams, there almost no tools that help with that. The first problem that comes to my mind is that…
- story