Laurent Sansonetti
lrz@ohai.social
<p>Yet another software hacker accidentally specialized in developer tooling (compilers & runtimes).</p><p>Current: Python stuff @ NVIDIA. Past: Apple (iLife, CoreOS, MacRuby, iWork, WebAssembly), Microsoft (Mono), $MY_OWN_STARTUP (RubyMotion), ... My opinions are my own.</p><p>Interests: <a href="https://ohai.social/tags/programming" class="mention hashtag" rel="tag">#<span>programming</span></a> <a href="https://ohai.social/tags/running" class="mention hashtag" rel="tag">#<span>running</span></a> <a href="https://ohai.social/tags/reading" class="mention hashtag" rel="tag">#<span>reading</span></a> <a href="https://ohai.social/tags/anime" class="mention hashtag" rel="tag">#<span>anime</span></a> <a href="https://ohai.social/tags/music" class="mention hashtag" rel="tag">#<span>music</s
Posts
-
Post #4451805
My wife is watching the Netflix show "One Hundred Years of Solitude" and it's getting me PTSD as I'm remembering going through the book a few years ago. There are just way too many characters named the same and it was so confusing I had to write down the family tree on a sheet of paper to follow. People say it's a masterpiece but for me it was a painful experience.
-
Post #3405434
Since the heatwave started I removed one piece of clothing on a daily basis and it worked for a while but today I'm just wearing the thinnest underwear I could find (and nothing else), tomorrow I guess I can go outside and find a leaf big enough to cover the family jewels and attach it with a string but I'm clueless on what to do the day after that, ideas welcome.
-
Post #2229408
I think I can do sub-2 too (with a tiny bit of training)
-
Post #2229407
@sbfclt chances of winning of roughly 1% but heh, I&#39;m feeling it!
-
Post #2229406
Runners since April 26: ✅2 pieces of toast with honey and tea for breakfast ✅Switched to Adidas ✅Downgraded watch to Forerunner 55 ✅No to fish and chips with beer ❌30K daily #running
-
Post #1674670
Interesting new project from matz: an AOT compiler for a subset of Ruby that transpiles to C (without CRuby as a runtime dependency): https://github.com/matz/spinel. Generated with claude code. My immediate question: spinel_codegen.rb is over 22K lines. Isn't that way too big even for LLMs with large context windows? Here at work we are being told to minimize our source files, my project still has one over 5K lines and I sometimes see claude doing funky grep/tail invocations on it...