+1 for Lazygit, its superb.
+1 for Lazygit, its superb.
24/7, no UPS since I am cheap and lazy.
My media center PC has a sleep schedule, though, and goes into suspend in early morning hours. I am sute the power it saves is next to nothing.
I used to do this with my server, too, but scrapped that once I started needing it on randomly at night.
I wonder where JetBrains Fleet is at, too.
I am happy there is more competition against VS Code. But I already have my forever-editor (Neovim).
Yeah but it is mostly warranted.
I wish we Apple-bashed more. Fuck Apple.
Same. I have disabled it on my devices since it mostly just causes problems.
Thanks! No luck though. Same results with the config this way vs. what I have above.
sol
terra
mars
venus
hubble
nibiru
voyager
groundcontrol (router)
deepspacenetwork1 and 2 (wifi access points)
For many, just a hobby. If it doesn’t strike you as something you need or want, then maybe it isn’t
My feelings about it aside, are there any technical benefits to ATproto over ActivityPub?
Arch because why not.
I tried after writing the function I posted below. This works to flip between workspace and document mode but I can’t get to all of the modes like this. Thank you though.
For the sake of sharing… I took your idea and found this worked just fine:
TroubleMode = "workspace_diagnostics"
local function cycle_trouble_mode()
local trouble = require("trouble")
local modes = {
"document_diagnostics",
"workspace_diagnostics",
"lsp_references",
"lsp_definitions",
"lsp_type_definitions",
"quickfix",
"loclist",
}
if trouble.is_open() then
local function get_next_mode(mode)
local next_index = 1
for i = 1, #modes do
if modes[i] == mode then
next_index = i == #modes and 1 or i + 1
end
end
return modes[next_index]
end
TroubleMode = get_next_mode(TroubleMode)
trouble.toggle(TroubleMode)
end
end
I did end up looking at the code a bit and couldn’t find what I wanted. But what you suggest is a good idea. I may give that a try.
Librem 5. I absolutely love it but also recognize it isn’t for everyone, yet.
I used to use Joplin, and its great, but the Electron client isn’t great on Linux mobile, so now I am using GNOME Paper on all devices, synced via Nextcloud. It’s much simpler than Joplin but I need exactly 0 of the missng features.
I had an issue running Arch on a Surface Pro 3 a while back where Wifi would drop after some hours - I couldn’t ping or SSH in but the device itself could reach the internet.
I found a post mentioning Wifi power saving mode and disabled it, and it fixed the issue for me. I’ll look and see if I can’t find it, and update here if it looks relevant to you.
Also, I would definitely try with your laptop wired instead of wireless if you can.
Happy to see this come back!