Indeed
Explore posts from serversTTCTheo's Typesafe Cult
•Created by Indeed on 3/15/2025 in #questions
AI & General tooling and workflow advice
It feels like there is potential for a great speed up
7 replies
TTCTheo's Typesafe Cult
•Created by Indeed on 3/15/2025 in #questions
AI & General tooling and workflow advice
Oh sorry,
Each time I want to use GH Copilot Agent mode I switch to VS Code Insiders - only reason I keep this app around; As I do not use it for coding (And then I still double check the changes in phpstorm as vscode does not provide perfect codelense for php so I cant be sure if the code it produced is correct)
Conversing with AIs is constant struggle choosing correct model - as mentioned, I will be trying T3Chat but the lack of memory looks discouraging
Setting up calendar & emails w. multiple accounts is hellish and causes issues due to lack of one good unified mailing client
Changing between different Teams accounts seems like I am entering a maze each time (I looked into browser profiles but It doesn't play too well on linux as oauth calls for some reason get redirected to default profile)
Being on Linux there is a constant struggle - Google Sheets vs Office Online vs Libre Office; handling those files is pain
Reducing context switching and increasing ease of use would be amazing and I do not have the biggest idea where I could start
7 replies
TTCTheo's Typesafe Cult
•Created by Indeed on 3/15/2025 in #questions
AI & General tooling and workflow advice
I am also open to self hosted solutions.
Im hosting some stuff like common proxies, gitlab, for myself so
7 replies
String enums - current consensus
Nevermind! Found it!
https://andydote.co.uk/2014/07/22/configuring-dapper-to-work-with-custom-types/
I can do reflectionbased setup during initialization of the server
https://andydote.co.uk/2014/07/22/configuring-dapper-to-work-with-custom-types/
28 replies
String enums - current consensus
Thank you! Looks nice
Quick question though,
Do you happen to know if there is a way to add a dapper anonymous parameter converter to it so I do not have to map these enums into values before sending them in a query?
28 replies