Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vmarchaud
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
vmarchaud
2y ago
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 Agentforce but i don't see a lot of useful things. Som
2.
▲
by
vmarchaud
3y ago
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-informatio...
3.
▲
by
vmarchaud
3y ago
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 following DFSG Guidelines on Public Domain software into homebre
4.
▲
by
vmarchaud
3y ago
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/
5.
▲
by
vmarchaud
3y ago
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 written about my setup here [5] also if you are in
6.
▲
by
vmarchaud
3y ago
You can follow [0] which is currently stage 2 to fix this [0]: https://github.com/tc39/proposal-async-context
7.
▲
by
vmarchaud
3y ago
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 back then). Now (and i recently worked with
8.
▲
by
vmarchaud
3y ago
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]: https://github.co
9.
▲
by
vmarchaud
3y ago
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 while designing the architecture. Also don't expect
10.
▲
by
vmarchaud
3y ago
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...
11.
▲
by
vmarchaud
4y ago
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
12.
▲
by
vmarchaud
4y ago
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 close to our stack (ie. calling wasm from nodejs). Do it work
13.
▲
Why did we choose to self manage Kubernetes in 2022 for a small startup?
(vmarchaud.substack.com)
1 points
by
vmarchaud
4y ago
|
0 comments
14.
▲
by
vmarchaud
5y ago
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 we had issues with the official openapi generated so he als
15.
▲
by
vmarchaud
6y ago
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 cost of bandwith, specially for video (we are speakin
16.
▲
by
vmarchaud
6y ago
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 is hard to escape when you need ship 2 features for yesterd
17.
▲
by
vmarchaud
6y ago
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'en branle" which means "thanks but
18.
▲
by
vmarchaud
6y ago
You should checkout the template from YC [0] [0]: https://www.ycombinator.com/sales_agreement
19.
▲
by
vmarchaud
6y ago
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 ?
20.
▲
by
vmarchaud
6y ago
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 make that easier (see [2] or [3]) but you often left to inter
21.
▲
by
vmarchaud
7y ago
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 to help me profile my apps directly in production and
22.
▲
by
vmarchaud
7y ago
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 source implementation where you can change the export
23.
▲
by
vmarchaud
8y ago
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 we don't understand how you will provide the product,
24.
▲
Show HN: Visualize latency between your Consul nodes
(github.com)
3 points
by
vmarchaud
8y ago
|
0 comments