Henning Dieterichs
1.2K posts

Henning Dieterichs
@hediet_dev
Working at Microsoft on @code. hediet on 🦋 https://t.co/zvbS4mqKd2
Zürich Katılım Ekim 2013
440 Takip Edilen2.6K Takipçiler

I used VS Code Copilot and the debug value editor extension (github.com/microsoft/vsco…) to let AI run/debug a node repl, which it used to go through the papers, extract their text, create embeddings, and look up their metadata.
English

@Corca_math I love this! Would be interesting to explore what this could do for Lean (which uses unicode math symbols)
English

Together with ChatGPT, I discovered a fun puzzle I thought was worth sharing: "Finding the Survivor in the Middle"
gist.github.com/hediet/a0e9b88…
(…or why one-dimensional two-way cellular automata operating in linear time are likely more powerful than their real-time counterparts)
English

Today is a day that I will remember for quite a while - Gemini 3 correctly implemented an algorithm in minutes that I didn't manage to implement in days: Composition of Line/Column-based text edits.
I don't even understand the code (but heavily tested it).
#diff-5b9bba976759af3b43dcb26d2556dc5349b3ae420684b8f96f43697b81e3d63cR216" target="_blank" rel="nofollow noopener">github.com/microsoft/vsco…
English
Henning Dieterichs retweetledi
Henning Dieterichs retweetledi

You asked for more AI analytics in @code - we’re on it.
Here’s a peek at some early designs.
What would you use these numbers for? What’s missing that would make them genuinely useful?

English

@VictorTaelin @getjonwithit It's a little bit more complicated than that - for example in "if x >= 0 then x^2 else (-x)^2" - the result of the entire expression doesn't depend on which branch was taken. You would have to employ the time hierarchy theorems/diagonalization!
English

@getjonwithit this is correct and way less deeper than it sounds. specifically, when a computation depends on a bit of information (via a branching operator, like if/then/else), then, the branches are causally dependent on that bit's result, and they can't run in parallel without wasting work
English

Copilot going open source 🚀🚀🚀
youtube.com/watch?v=GMmaYU…
code.visualstudio.com/blogs/2025/05/…

YouTube
English

If OpenAIs 4o makes basic math mistakes like this, I don't think it is a good idea to use it for teaching (yet).
Me: Can i^(4x) be simplified?
4o: [...] So, the expression simplifies to 1 for any integer or real number x.
o1 got the right answer though.
chatgpt.com/share/67cc273f…
English
Henning Dieterichs retweetledi

Introducing the next evolution of completions in GitHub Copilot: Next Edit Suggestions (preview).
Most coding activity involves editing existing code as much as it does writing new lines. It's a natural next step for completions to work on existing code as well.
Available today in VS Code. Learn more: code.visualstudio.com/blogs/2025/02/…
English
Henning Dieterichs retweetledi

Version 1.97 of @code is out now with Copilot Next Edit Suggestions, Python no-config debugging, SVG image preview, and more!
Full release notes: code.visualstudio.com/updates/v1_97
Here are some of the highlights… 🧵

English

@Tantacrul I trust you and love your UX videos.
And I believe @musescore can do better than this.
To view the offer, you have to first create an account. And then you realize that this 90% off offer is a total scam, as the original subscription is priced at 728CHF per year...



English

@rampatra_ (VS Code engineer here)
It seems like you are using the chat view, which cannot edit source code on its own. You should give the Copilot Edits view a try, which can! (FYI @IsidorN) code.visualstudio.com/docs/copilot/c…
English

First-hand experience of using GitHub Copilot in VS Code. Definitely better than before but still slower than Cursor.
See how I added an "Activate" feature for admin users on the apps.deals Dashboard within 4 mins.
English





