It would be pretty useless if cd was a child process that changed its own directory, only to return to bash and be back where you started.
It would be pretty useless if cd was a child process that changed its own directory, only to return to bash and be back where you started.
cult n. - a small, unpopular religion.
religion n. - a large, popular cult.
I hope these bombs have better accuracy than their pagers.
I hope they’re lifting with their backs.
Proud to be Canadian today knowing that we’re on the right side of history once again… by abstaining 🙄
Found… ! Oh…
Here’s what I do. Any search key will turn hlsearch on and <Esc> will turn it off.
vim.on_key(function(char)
if vim.fn.mode() == "n" then
local new_hlsearch = vim.tbl_contains({ "<CR>", "n", "N", "*", "#", "?", "/" }, vim.fn.keytrans(char))
local esc = vim.tbl_contains({ "<Esc>" }, vim.fn.keytrans(char))
if new_hlsearch then
vim.opt.hlsearch = true
elseif esc then
vim.opt.hlsearch = false
end
end
end, vim.api.nvim_create_namespace("auto_hlsearch"))
It’s hardly a fair comparison. One is garbage and unable to withstand the elements without becoming a rust bucket and the other is a waste basket.
And don’t forget about namespaces. Look at formats like HAL and ODATA that try to add HATEOAS onto JSON.
Why? JSON hasn’t given us anything XML hasn’t, except maybe a bit of terseness.
I do agree SOAP is a bit over engineered, though, but that’s not the fault of XML.
We were using XML for that before JSON.
After spending enough time debugging Jenkins pipelines, I wish I had used shitty bash scripts.
The most powerful country on earth is facilitating this genocide, so clearly a huge shift is needed in order to hold western nations to the same standard as everyone else.
If you’re reading this, you probably live in a country that is a party to United Nations Convention Against Torture.
If your company is allowing this, please contact your government or another member state.
Ya, streams may seem tedious (why do I have to call stream and collect?), but it’s like that for performance (and probably backwards compatibility).
If writing readable code is not peformant, then the language implementation needs to be fixed.
If your doctor asks you to reduce salt intake to 50% and everything you eat you make yourself, the equation is simple - use this product.
If you get most of your salt intake from restaurant and processed foods… this will only make a minor improvement.
I’m guessing no? You’re probably still using around the same amount of sodium.
Some studies have shown that reducing sodium salt intake by replacing it with potassium can help reduce blood pressure, so that’s why this exists (or at least why it has some credibility).
Of course, I am not a doctor, so take this all with a grain of salt 😅.
Not sure if this will help you, but I always do shutdown and then think about whether I want to do -r or -h. I’m sure it won’t help 🙂
Voldemort is Señor Tenebroso.