You don’t have Parkinson and you probably don’t take that much coffee
Usual espresso from 42mm puck is 18g of coffee beans in, something around 40g of total coffee out. This has 90…150 mg of caffeine. The study focused on people having more than 300 mg daily.
So don’t drink more than 2 cups per day and you’ll be fine.
I drink 3 moka pots each morning and usually one in the afternoon. I don’t have Parkinson’s right now, but for all I know I am pre diagnosis…. I have been getting tingling feelings in my fingers lately
It’s called a loading phase to quickly saturate the tissues i.e for a week or so for someone who never took the creatine. You can absolutely skip this.
I wouldn’t go higher than 10g daily on a regular basis.
I personally take 7.5g for the last couple of years.
There are a number of studies on the topic of varying quality but I think that's besides the point.
> It’s called a loading phase
This is not about a loading phase. "It's called a loading phase" indicates that the reason you would take high doses is for the muscular saturation that some people think is required. You're right that you can absolutely skip the loading phase, but that's not the point. The point is that you would take the higher dose for the cognitive effects.
Try micronised (even finer powder, maxxwell has them) or even in jelly gummy form.
I take 7.5 g every day for a couple of years now and what I definitely noticed is much lower sugar cravings during hard programming days: previously I would eat almost one chocolate every day.
The main point of IDE is not code completion but lots of static and dynamic analysis to keep you from writing bad, slow, insecure, what have you, code.
Most of that stuff is proprietary and cannot be plugged into terminal.
The only attempt I’ve seen was actually by Jetbrains with Resharper beta for vscode
That's mostly delegated out to language servers now. There's no need for Zed and Emacs and Vim and so on to each individually have to re-implement renaming a Rust function.
I also highly doubt that any IDE, whatever that is, is better at analyzing Rust code than rust-analyzer is. Not every language will have a language server that excellent, but I hope that'll improve for those users.
Eh, haven't needed it. Especially now that there are AI coding agents, but even before that. If I really wanted to run some static analysis in IntelliJ, always had the option to do it separately from my real editor.
For C# development Jetbrains Rider is second to none.
The number of static analysis, refactorings, inspections, dynamic analysis, slow code paths hightlights, profiling, etc.
It just cannot be done in neovim no matter how I would like to switch.
For C++ (like the OP’s case) — maybe the situation is different. I’ve heard CLion is a meh.
—
Also Jetbrains IdeaVim plugin is the best vim emulation I’ve seen. Nothing comes close with vim plugins support, vimrc, and what have you.
I tried vim mode in Zed — it’s a joke. Immediately uninstalled and got back to vscode, at least it has some vimrc support for custom bindings.
—
Also I don’t get the start-up argument: just don’t close the app, dummy :-). YMMV of course depending on the language.
—
tldr; there is nothing to replace rider with. Because Rider is an actual IDE with tons of proprietary bells and whistles that actually matter
Then again, my dev machine is a Threadripper with tons of ram. I would probably sing a different song if I needed to work on a macbook air with 16gb of ram.
> Also Jetbrains IdeaVim plugin is the best vim emulation I’ve seen. Nothing comes close with vim plugins support, vimrc, and what have you.
Once every year or so I get annoyed with a bugged JetBalrains update or memory leaks. IdeaVim has been one of the main things pulling me back to JetBrains for a while now, although the neovim extension in vscode is also very good these days.
Usual espresso from 42mm puck is 18g of coffee beans in, something around 40g of total coffee out. This has 90…150 mg of caffeine. The study focused on people having more than 300 mg daily.
So don’t drink more than 2 cups per day and you’ll be fine.
reply