All people say it. Tremendous code. All the experts said “No, generating formatted random text is not working code” but we did it.
- 0 Posts
- 19 Comments
There is a third brother nobody ever even mentions … He is also named after an island
You dont. Thats why you write code that explains itself. For higher level info you write documentation.
cbazero@programming.devto Programmer Humor@programming.dev•iJustInventedSomethingEveryDevNeeds29·5 months agoMicrosoft be like
cbazero@programming.devto Linux@programming.dev•Is there an easier way forward for rust in linux?31·5 months agoI once heard that a major problem is that you have to disable or work around Rusts safety features once you write hardware interfacing code like a os kernel
cbazero@programming.devto Linux@programming.dev•Is there an easier way forward for rust in linux?3·5 months agoWhy would you say that Rust is made for low level hardware interfacing? I am generally curious.
cbazero@programming.devto Programmer Humor@programming.dev•In case you've ever wondered why the Windows control panel was so awful...2·5 months agoAll these concepts like optional markupfiles, identifying objects by id, creating objects from markupfiles and WYSIWG editors also exist for the xaml(which is a Dsl) and C++ stack. Its just that microsofts usage and tools are crap like every other microsoft software
cbazero@programming.devto Programmer Humor@programming.dev•In case you've ever wondered why the Windows control panel was so awful...61·5 months agoThats how every GUI which is not immediate mode works. Are there any examples where it works different?
If it works, it works
cbazero@programming.devto Opensource@programming.dev•FSF Urges Moving Off Microsoft's GitHub to Protest Windows 11's Requiring TPM 2.03·6 months agoThanks, I just read on their site that private repos are very limited some time ago, so i was not sure if this changed
cbazero@programming.devto Opensource@programming.dev•FSF Urges Moving Off Microsoft's GitHub to Protest Windows 11's Requiring TPM 2.03·6 months agoDoes Codeberg allow private repos?
cbazero@programming.devto Programming@programming.dev•Zig vs Rust. Which one is going to be future?17·9 months agoZig 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++.
Dynamic typing, special and unique syntax for every language feature, interpreter intrinsics
cbazero@programming.devto Opensource@programming.dev•New Windows PowerToy launches, repositions apps to saved layouts8·10 months agoSadly 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.devto Ask Experienced Devs@programming.dev•Users of Vim and similars, what exactly makes it useful compared to other text editors? How much time do you suppose you save when working with it?41·1 year 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.devto Linux@programming.dev•Is there a way to keep Linux responsive when at ~100% CPU usage?8·1 year agoIf 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.
lIIl, IIIl, lIlI and IllI
cbazero@programming.devto Programmer Humor@programming.dev•"I want to live forever in AI"91·1 year agoI 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*.
Are there any non political hosting options? Where software and hosting of repos is more important than politics?