Harry Vangberg

@harry.vangberg.name

Biotech student at Aalborg University. Interested in computational biology and scientific software. In a previous life: startup co-founder and software developer. 🌐 https://harry.vangberg.name

On taste: mine has become markedly less jagged with age. At this point it's essentially boiled down to You Must Believe in Spring. I'm not even ashamed to confess that I was led there by Monocle 10 years ago.

Bild

I made this kid's music player app for the iPad 3 years ago, nobody used it, and I removed it from the App Store at least a year ago to avoid paying the Developer Program fee, and yet, it seems like there's a single user somewhere out there who keeps using it, week after week. Warms my heart.

Bild

I put a coding agent inside the browser with a single `execute_javascript` tool. Open HTML files -> make changes -> save back to HTML. The HTML file is the source code, the code environment, the app, the data store, everything at once.

I just released pdit, an output-focused Python editor. pdit takes any regular Python scripts and shows the output side-by-side with the code that generated it. Think of it as a lightweight notebook or REPL for your scripts. Try it right now: `uvx --with "pdit[demo]" pdit --demo` -- pdit.dev

Bild

I added assignments to the output pane, even though they are technically invisible in R. How often have I not done `my_var <- …; my_var`? It's also consistent – all outputs are in one place, and in the same order as the code. Principle of least astonishment. #rstats

BildBild

Since CRAN rejected my Bakepipe submission, I guess it is vacay time. See you all in August, where I will see how far I can get on this slightly weird idea for an R development environment I have. Tschüss!

Bild