HN user

Keats

1,450 karma

Doing stuff. https://www.vincentprouillet.com/

Posts32
Comments389
View on HN
github.com 7mo ago

Show HN: Syntax highlighting library in Rust that matches VSCode

Keats
1pts0
www.utcp.io 1y ago

Universal Tool Calling Protocol (UTCP)

Keats
9pts3
github.com 1y ago

Show HN: Rv, a Package Manager for R

Keats
76pts31
twitter.com 2y ago

Apple CarPlay Demands

Keats
5pts0
github.com 2y ago

Write a License

Keats
1pts0
synthesiaresearch.github.io 3y ago

HumanRF: High-Fidelity Neural Radiance Fields for Humans in Motion

Keats
61pts16
www.youtube.com 3y ago

Cheaply Writing a Fast Interpreter

Keats
3pts0
dev.to 5y ago

Components Are Pure Overhead

Keats
3pts0
bevyengine.org 5y ago

Introducing Bevy

Keats
5pts0
www.astro.princeton.edu 6y ago

Light Pollution from Satellites

Keats
1pts0
bugs.chromium.org 7y ago

Feedback: Eliding wwwithm subdomains [in Chrome]

Keats
2pts0
threadreaderapp.com 7y ago

Twitter thread from sdboyer about dependency management process

Keats
1pts0
github.com 7y ago

Show HN: Kickstart – a scaffolding tool to get new projects up and running fast

Keats
2pts0
www.getgutenberg.io 8y ago

Show HN: Gutenberg – A static site engine as a single executable

Keats
241pts148
blog.wearewizards.io 9y ago

A MobX introduction and case study

Keats
2pts0
blog.wearewizards.io 9y ago

Where to incorporate if you are a EU citizen

Keats
6pts0
news.ycombinator.com 9y ago

Ask HN: How do you deal with recurring payments?

Keats
48pts30
news.ycombinator.com 10y ago

Ask HN: Anyone moving their company out of the UK following Brexit?

Keats
86pts85
github.com 10y ago

Lost Grid: powerful grid system built in PostCSS

Keats
1pts0
medium.com 10y ago

Async IO in Rust (part III)

Keats
6pts0
blog.wearewizards.io 10y ago

Looking at payments solution for SaaS in Europe

Keats
2pts0
blog.wearewizards.io 10y ago

Flow and TypeScript part 2: TypeScript

Keats
3pts0
medium.com 10y ago

Async IO for Rust (part II)

Keats
1pts0
blog.wearewizards.io 10y ago

Writing my first Rust crate: jsonwebtoken

Keats
7pts1
zmwangx.github.io 10y ago

Why Oh My Zsh is completely broken

Keats
3pts0
blog.wearewizards.io 10y ago

Trying Rust for web services

Keats
122pts97
blog.wearewizards.io 10y ago

A tour of modern front end with React and Flux

Keats
3pts0
noredinktech.tumblr.com 10y ago

Introducing Elm to a JavaScript Web App

Keats
137pts30
blog.wearewizards.io 11y ago

The Hacker News effect examined

Keats
23pts0
blog.wearewizards.io 11y ago

My experience of using NixOps as an Ansible user

Keats
60pts20
Qwen3-Coder-Next 6 months ago

Testing speed is easy yes, I'm mostly wondering about the quality difference between Q6 vs Q8_K_XL for example.

Qwen3-Coder-Next 6 months ago

Is there some indication on how the different bit quantization affect performance? IE I have a 5090 + 96GB so I want to get the best possible model but I don't care about getting 2% better perf if I only get 5 tok/s.

I'm not sure if it's Rust related. It manages to write the Rust code just fine, it's just that it doesn't seem to

- think of everything that is needed for a feature (fixable via planning at the beginning)

- actually follow that plan correctly

I just tried with a slightly big refactor to see if some changes would improve performance. I had it write the full plan and baseline benchmarks to disk, then let it go in yolo mode. When it was done it only implemented something like half of the planning phases and was saying the results look good despite all the benchmarks having regressed.

I've been trying Claude Code with Sonnet 4.0 for a week or so now for Rust code but it feels really underwhelming (and expensive since it's via Bedrock right now). Everytime it's doing something it's missing half despite spending a lot of time planning at the beginning of the session. What am I missing?

We actually do use a bit of their code for the linking phase, which they seem to have taken from Cargo. For the rest, Python and R are way too different in how they handle packages to allow sharing code.

By default, rv will create a library folder in the same folder as your rproject.toml and there's rv activate/deactivate to add it to your loaded libs. Pretty much the same stuff as a virtualenv in Python.

  Location: France
  Remote: Yes
  Willing to relocate: No
  Technologies: Python/Rust/TypeScript
  Résumé/CV: https://www.linkedin.com/in/vincentprouillet/
  Email: hello@vincentprouillet.com
I'm a software engineer with over 15 years of experience. I've been working remotely for the past 10 years, most recently for a YC biotech startup for 5 years (found through HN!) as well as dabbling with AI for a failed startup and some contract work. I've worked across the stack, from purely frontend work to processing jobs in Rust and everything in between. I do quite a bit of open-source projects in Rust: https://github.com/Keats/
  Location: France
  Remote: Yes
  Willing to relocate: No
  Technologies: Python/Rust/TypeScript
  Résumé/CV: https://www.linkedin.com/in/vincentprouillet/
  Email: hello@vincentprouillet.com
I'm a software engineer with over 15 years of experience. I've been working remotely for the past 10 years, most recently for a YC biotech startup for 5 years (found through HN!) as well as dabbling with AI for a failed startup and some contract work. I've worked across the stack, from purely frontend work to processing jobs in Rust and everything in between. I do quite a bit of open-source projects in Rust: https://github.com/Keats/
Django 5.0 3 years ago

Interesting, I was thinking of the exact same thing. Glad to see it works!

Django 5.0 3 years ago

I haven't used Elixir yet and mostly using flask in Python for work but I started with Django (and still think it's better than flask for most apps). If stuff like https://github.com/aesmail/kaffy (first thing I've found on google, never heard of it before) is on par with the Django admin, would you still use Django or Elixir and never look back?