• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: August 3rd, 2023

help-circle

  • That’s my primary gripe too. I could theoretically work around it if the chat search worked. I’ll try searching for a specific word to see who said it to me and when, but if it was more than a couple days ago I’m out of luck. Later I’ll remember who said it, eventually find them in the sidebar, scroll up 40 pages in the chat, and find the exact word Teams claimed it’s never heard of.




  • I used to write extensively with C++, but it has been a long time since speed mattered that much to one of my applications. I still marvel at the cache-level optimizations some people come up with, but I’m in the same mindset as you now.

    My workload split of Data Movement vs Data Transformation is like 95:5 these days, which means almost all the optimizations I do are changing batch/cache/page/filter settings. I can do that in any language with http bindings, so I choose those that are faster to write.