cbazero

joined 2 years ago
[–] cbazero@programming.dev 3 points 5 months ago (3 children)

Does Codeberg allow private repos?

[–] cbazero@programming.dev 17 points 8 months ago* (last edited 8 months ago)

Zig is a modern C. Rust is a (modern) alternative to C++. So two different languages can exist alongside each other, just like C and C++.

[–] cbazero@programming.dev 21 points 8 months ago (8 children)

Dynamic typing, special and unique syntax for every language feature, interpreter intrinsics

[–] cbazero@programming.dev 8 points 9 months ago

Sadly it is not able to detect every window and it can't capture multiple desktops. Maybe it becomes actually usable in a few versions ...

[–] cbazero@programming.dev 3 points 10 months ago
  • The motions exist everywhere. Almost every editor has at least a vim motions plugin.
  • You can navigate in your file without having to move your hand (to the mouse or the arrow keys)
  • Vim is aware of the text you are editing. You can delete/change text between/up to quotes, parenthesis, etc
  • You can program Neovim to do whatever you want. This means you can optimize it exactly for your workflow
[–] cbazero@programming.dev 8 points 11 months ago (2 children)

If you compile on windows server the same problem happens. The server is basically gone. So there seems to be some special scheduler configuration in windows client os.

[–] cbazero@programming.dev 16 points 1 year ago (3 children)

lIIl, IIIl, lIlI and IllI

[–] cbazero@programming.dev 8 points 1 year ago

I guess you ask for C++. There Type* can be null while Type& can't be null. When it gets compiled Type& is compiled (mostly) to the same machinecode as Type*.

view more: ‹ prev next ›