I think it's going to be more important than ever that #Mastodon and the #fediverse are not centrally operated out of the US like almost every other social media platform out there.
Good job America! "The extra 4 GtCO₂ₑ from a second Trump term [will] negate – twice over – all of the savings from deploying wind, solar and other clean technologies around the world over the past five years."
Europe followed the US into Afghanistan. Then US voters elected Trump and he pulled the plug.
Europe let the US lead the defence of Ukraine. And now US voters have voted for Trump, who wants Putin to win.
Europe has centered it's security politics around a US led NATO, and American voters have now voted for Trump, who wants to pull out of NATO.
It is time for a stronger, more capable, and fully independent Europe.
For our generation, this is our Churchill moment — it is time to lead.
5️⃣ Here's the 5th installment of posts highlighting key new features of the upcoming v257 release of systemd.
Since its beginnings systemd was a heavy user of the D-Bus IPC system. It provides D-Bus APIs, it calls D-Bus APIs it schedules activation of the D-Bus broker, and even provides its own C D-Bus client library.
However, since early on our use of D-Bus was not without various major problems. One of the biggest goes something like this:
After trying different approaches of using clangd with kernel my end game is to put O=./clangd
for the “clangd build”, which is a host (as target) build with bunch of stuff that you want enable. This makes sense because kernel’s .gitignore
has by default .*
.
I also learned that for the “real Vim” (not “Gen Z vim”) there is actually quite decent set of plugins to make use of it. Here’s my vim-plug list:
Plug 'mattn/vim-lsp-settings'
Plug 'prabirshrestha/asyncomplete-lsp.vim'
Plug 'prabirshrestha/asyncomplete.vim'
Plug 'prabirshrestha/vim-lsp'
This is how I would ramp up clangd session while hacking Linux:
make ARCH=x86_64 O=./.clangd x86_64_defconfig
make ARCH=x86_64 O=./.clangd menuconfig
make ARCH=x86_64 O=./.clangd -j`nproc`
scripts/clang-tools/gen_compile_commands.py -d ./.clangd