StuffonmyMind

Vipasanna Happened.

I haven’t written anything in a long time, to be honest these last few months i have just been lazy about it with a lot going on. my social life and post work schedule has recently gotten packed wi...

Advent of Code because I hate sleeping

Ok so i realised that even though i like building random shit as “side projects” and making recreational “art” with code i have never really liked solving puzzles cause it reminded me of college, t...

Everything bagel on shader park

I discovered shaderpark and thought it was seriously neat! In the past i have tried exploring shader programming for random projects cause i was anyway exploring livecoding music and they kinda go ...

Uh EuroPython board member ?! like whaat?

2020 was weird, i woke up one day and thought about choosing voilence but then decided i just need new friends so i applied to be a volunteer for EuroPython 2020, I was anyway speaking at the confe...

Programming musical constructs with Sonic Pi

Recently I have been exploring music quite a lot, partly because working at beatoven.ai has given me a bunch of creative musically inclined colleagues to nerd out with!!! 🥳 Sonic-Pi has been my mai...

On collaborative editing algorithms

Recently i came across https://www.inkandswitch.com/upwelling/ Upwelling is an exploration of what a text editor might look like if it had both Google-Docs-style real-time collaboration and somethi...

The RUM conjecture

Design Tradeoffs of Data Access Methods http://daslab.seas.harvard.edu/rum-conjecture/ Paper: https://scholar.harvard.edu/files/stratos/files/rum-tutorial.pdf?m=1461167186#:~:text=2.,time%2C%20fo...

Onto something new...

4th Feb 2023 When I was at the summit of Chandrashila someone told me that our trek photographer had broke down crying cause this was the first time in two years of trekking here he was able to ge...

Elixir processes for concurrency and coolness

I know this might not be a “politically correct” thing to say but i really enjoy writing code without thinking about the performance, I just want to focus on the fun part and if something is slow I...

so, about the Fold function

What the fold Functional programming fanbois love to explain the concepts like func composition and partial application using higher order funcs like map filter and reduce, these make writing fun...