@maybevoid.com Have you seen this? cel.cs.brown.edu/blog/an-inte... Might be useful for debugging cgp errors
06.05.2025 07:49 β π 3 π 0 π¬ 1 π 0@romac.me.bsky.social
Hi! I am Romain (or Romac). At work, I strive to build correct and resilient distributed systems using Rust and formal methods. At home, I like writing mini-compilers and all sorts of software in Rust, Scala, Swift and Haskell.
@maybevoid.com Have you seen this? cel.cs.brown.edu/blog/an-inte... Might be useful for debugging cgp errors
06.05.2025 07:49 β π 3 π 0 π¬ 1 π 0-- WezTerm integration vim.api.nvim_create_autocmd({ "BufEnter" }, { callback = function(event) local title = "nvim" if event.file ~= "" then title = string.format("nvim: %s", vim.fs.basename(event.file)) end vim.fn.system { "wezterm", "cli", "set-tab-title", title } end, }) vim.api.nvim_create_autocmd({ "VimLeave" }, { callback = function() -- Setting title to empty string causes wezterm to revert to its -- default behavior of setting the tab title automatically vim.fn.system { "wezterm", "cli", "set-tab-title", "" } end, })
Protip: To automatically change the Wezterm tab title to match the current Neovim buffer, add this to your Neovim config (code in alt) #wezterm #neovim
12.03.2025 12:46 β π 1 π 1 π¬ 0 π 0Flappy Bird implemented in Typescript types by compiling type-level computations into bytecode and executing it on a VM
zackoverflow.dev/writing/flap...
#rust #rustlang #zig #ziglang #typescript
TIL about diff.rs, a web app for viewing source code diffs between two versions of a crate. Neat! #rust
11.12.2024 10:45 β π 1 π 0 π¬ 0 π 0Nice hack! geo-ant.github.io/blog/2024/ru...
I guess that's the closest we'll get to proper linear types for a while, due to reasons outlined in faultlore.com/blah/linear-...
I fondly remember giving a Rust workshop at EPFL with a friend back in November 2014, shortly after discovering the language. The workshop itself didn't go so well as I didn't understand all the subtleties and implications of borrow checking and other stuff, but it was still fun π #rust #rustlang
23.11.2024 12:29 β π 3 π 0 π¬ 0 π 0Just realized that as of this month, I can now claim to have 10 years of Rust experience (but only 5 professionally)π₯³ Whether or not I am good at it is a whole other question π #rust #rustlang
23.11.2024 12:29 β π 3 π 0 π¬ 2 π 0Hi! I am Romain (or Romac).
At work, I strive to build correct and resilient distributed systems using Rust and formal methods.
At home, I like writing mini-compilers and all sorts of software in Rust, Scala, Swift and Haskell.