Posts
4432
Following
316
Followers
471
Linux kernel hacker and maintainer etc.

OpenPGP: 3AB05486C7752FE1
@seve_py modern open source = sdks and forks. Great, that is what I call moving forward.
0
0
0
@seve_py It's really a wider disease in modern software. Everything tries to be a platform that does nothing :-) I'd like to see more software where developers pick and make choices, and less like a generic software development platform.
1
0
0
@seve_py If I had to care about performance of plugins in vim in the first place, it would lead me to a conclusion that I'm using wrong editor in the first place :-) I only care functionality and performance of the stuff that is built in.

I mean why be the king of lua dependency hell, when you could have just as well installed vscode and zed, and call it a day. It being TUI interface does not help that much anymore of the editor being ubiquitous at that point.

For me people who pick vscode feel more like common sense people than 90% of neovim users. I get the pragmatic reasoning for that even tho I use an archaic editor.
2
1
1

Jarkko Sakkinen

Edited 1 year ago

Interactive external commands is also one reason that made me return back to regular #vim, in addition to working remotes out of the box and the fact that I use only a few plugins, which carry out somewhat trivial tasks where e.g. performance is not a factor.

Interactive external commands is a useful feature from time to time because it allows to leverage privileges for an external command.

For example, this will result an error in #neovim instead of a password prompt: :r !sudo ls.

1
1
1

The next time you're worried that you're not doing great at your job, just remember that someone probably made six figures to change HBO to HBO Max to Max.

0
3
2

Just published the schedule! Lots of good stuff, and at least one terrible talk that nobody should attend.

Early bird tickets are also still available - but not for long - go grab them while they last!

https://all-systems-go.io/

1
8
1

Kees Cook (old account)

Edited 1 year ago

Another step forward towards making the compiler omniscient:
https://discourse.llvm.org/t/rfc-overflow-idiom-exclusion/80093
(Excluding "test for overflow" code patterns when using the unexpected overflow checker in Clang.)

0
3
0

Jarkko Sakkinen

Edited 1 year ago

Built a site with a PDF resume (see /about) using Jekyll and Typst:

https://jarkko.codeberg.page/

Woodpecker CI puts everything together for every push building both site and the resume:

https://codeberg.org/jarkko/pages/src/branch/main/.woodpecker.yml

And resume made with Typst is a separate project, which can be updated independently while publication is taken care by the site project: https://codeberg.org/jarkko/resume

This is convenient…

#codeberg #woodpecker

0
0
1

Jarkko Sakkinen

Edited 1 year ago

I just realized that #vim has these in the distribution:

❯ ls -1 /usr/share/vim/vim91/pack/dist/opt/
cfilter
comment
dvorak
editexisting
editorconfig
justify
matchit
shellmenu
swapmouse
termdebug

Thus, I can shrink my plugin list a bit:

diff --git a/.vimrc b/.vimrc
index a66c03b..383ea80 100644
--- a/.vimrc
+++ b/.vimrc
@@ -35,13 +35,14 @@ nnoremap <silent> <C-l> :nohl<C-R>=has('diff')?'<Bar>diffupdate':''<CR><CR><C-L>
 nnoremap <silent> <leader>lcd :lcd %:p:h<CR>:pwd<CR>
 nnoremap <silent> <leader>n :set number!<CR>
 
+packadd! comment
+packadd! editorconfig
+
 if !empty(globpath(&rtp, 'autoload/plug.vim'))
   call plug#begin()
   Plug 'ap/vim-buftabline', { 'as': 'buftabline' }
   Plug 'catppuccin/vim', { 'as': 'catppuccin' }
-  Plug 'editorconfig/editorconfig-vim', { 'as': 'editorconfig' }
   Plug 'kaarmu/typst.vim', { 'as': 'typst' }
-  Plug 'tpope/vim-commentary', { 'as': 'commentary' }
   Plug 'vim-scripts/git_patch_tags.vim', { 'as': 'git_patch_tags' }
   call plug#end()
 endif

Leaving only:

if !empty(globpath(&rtp, 'autoload/plug.vim'))
  call plug#begin()
  Plug 'ap/vim-buftabline', { 'as': 'buftabline' }
  Plug 'catppuccin/vim', { 'as': 'catppuccin' }
  Plug 'kaarmu/typst.vim', { 'as': 'typst' }
  Plug 'vim-scripts/git_patch_tags.vim', { 'as': 'git_patch_tags' }
  call plug#end()
endif

#holiday activities

0
0
4

Jarkko Sakkinen

I think #hmac #encryption series for #TPM went well, and also think that enabling it by default only for x86-64 at first was the right call. The recent issue on power architecture proved it. It is better increase scope per request by architectures instead. #linux #kernel
0
1
0
@ljs sorry, umh ? :D Not opposing, just deciphering...
1
0
2

Jarkko Sakkinen

holiday activities
0
0
0

Jarkko Sakkinen

Edited 1 year ago

I use ctags myself but if I’d really wanted to use LSP with kernel tree I’d put this running to a tmux pane:

echo vmlinux | entr scripts/clang-tools/gen_compile_commands.py

In English: every time vmlinux changes, compile_commands.json will change.

For more information, see https://eradman.com/entrproject/.

0
1
2

Apple has committed to allowing rivals to access the 'tap and go’ technology of iPhones.

Today’s decision opens up competition.

From now on, competitors will be able to effectively compete with Apple Pay for mobile payments using iPhone in shops.

Read more: https://europa.eu/!tmg37y

0
2
0

you gained +5 windows xp

0
4
1

Jarkko Sakkinen

Edited 1 year ago

print the initial commit ID: git rev-list --max-parents=0 HEAD #git

0
0
0

Jarkko Sakkinen

Edited 1 year ago
LOL, took time and learnt to use #vim's internal spell checker after using it since 1998. Thought that I should do it since my worst side at #LKML is that I have misspelling in every second #email.

I also have minor dyslexia so reading those emails before sending might not help.

#linux #kernel
0
1
4

Jarkko Sakkinen

In an art exhibition of some sort
0
0
0

Jarkko Sakkinen

Considering the possibility of rendering #typst #polylux slides as a "deck' of SVG files without header and footer.

Then in the 2nd phase the SVG files would be embedded into company or organization template, as if each slide contained a full size image.

I guess this could potentially work out well, as long as aspect ratio matches.

I've been also thinking of creating a private deck.git, which would just contain random conclusion composed into "raw" slides. I'm lazy at preparing presentations so this could be a key to improve my game a bit in this area :-) I.e. capture an idea into a slide and commit at the time of realizing something...
0
0
0
Show older