I’m also interested in connecting to see if there’s any opportunity with the projects that come my way. I’d love to keep in touch. Cheers!
I agree that sufficiently detailed design documents are indispensable from code and should be avoided. However, clearly documenting the why, what and how of your work helps align everyone clearly. It also helps an individual clarify their ideas to themselves. It is hard to write clearly & succinctly. It takes time & practice, but I find it essential.
At home, I can close my door and it is much superior for my personal productivity than an open office cube plan.
Not really. The majority of diabetics get used to those things quickly (of course there are some of course that deal with a major major needle phobia that can make it even harder). The hard part is that it never ends. Almost every moment of every day, your brain has a background process running that's evaluating every decision in context of your diabetes. There are no breaks. Your prefrontal cortex now has to take the place of a previously complex and automatic bodily process. It's the last thing you think about when you go to bed and it's the first thing you think about when you wake up. It's what you think about when you want to go on a walk, are about to enter a meeting, go into an interview, get on a plane, take a shower.
It's usually little things: "okay, where am I at now? which direction is it going? when did I last eat? do I have snacks ready? do I have enough insulin for the day? what if I start to go low during this meeting? should I pop some carbs and run high for this interview, so I don't risk a hypo partway through? why am I going low right now when I took the same dose I took yesterday for the same meal? why am I now skyrocketing for no discernible reason, I didn't even eat anything? shoot, I'm starting to hypo out of nowhere in the middle of this great conversation, which I now have to interrupt to eat a snack and recover for 15 minutes. I fell asleep with a perfect BG, but now I'm awake at 2AM half delirious because my BG fell all the way down to 50, and I'm in the kitchen shoving cookies down my throat because hypoglycemia activates a survival instinct to EAT EVERYTHING that's extremely hard to control, and I know that I'm gonna shoot all the way up to 250 shortly, which I'll have to treat with insulin, and I'm basically not going to get any sleep tonight".
And then the math often doesn't make any sense. There are so many factors that effect it. One day the same number of carbs + insulin may make you go high, and the next low, because of other environmental factors. (See the "42 factors that effect blood glucose" chart in the post.) You're constantly having to adjust.
I'm literally crying while writing this post, because it's so exhausting and it never ends.
For unknown reasons my normal hearing deteriorated rapidly in my late 30s to the point where my right ear became "profoundly deaf". (My left ear only hears up to 1500 Hz or so.) I got the implant in my right ear in late 2015 and it was literally life changing.
With the combination of the implant and the residual low frequency hearing in my left ear, in most situations my hearing is almost normal. I can understand speech fine and appreciate music.
https://bitfieldconsulting.com/golang/cuelang-exciting
…which does a nice job of starting from the problem, and building up from "how could we improve JSON for use as a config language" to arriving at CUE.
(Those types of explanations happen to resonate with me, including understanding the "why" first at least for me helps the mechanics and details later make more sense and feel more intuitive…)
Most import feature for me is that I want to be able to chat with local models, remote models on my other machines, and cloud models (OpenAI API compatible). Anything that makes it easier to switch between models or query them simultaneously is important.
Here's what I've learned so far:
* Msty - my current favorite. Can do true simultaneous requests to multiple models. Nice aesthetic. Sadly not open source. Have had some freezing issues on Linux.
* Jan.ai - Can't make requests to multiple models simultaneously
* LM Studio - Not open source. Doesn't support remote/cloud models (maybe there's a plugin?)
* GPT4All - Was getting weird JSON errors with openrouter models. Have to explicitly switch between models, even if you're trying to use them from different chats.
Still to try: Librechat, Open WebUI, AnythingLLM, koboldcpp.
Would love to hear any other suggestions.