There is a third brother nobody ever even mentions … He is also named after an island
- 0 Posts
- 14 Comments
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·4 months agoMicrosoft be like
cbazero@programming.devto Linux@programming.dev•Is there an easier way forward for rust in linux?3·4 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·4 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...6·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 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 Linux@programming.dev•Is there a way to keep Linux responsive when at ~100% CPU usage?7·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*.
All people say it. Tremendous code. All the experts said “No, generating formatted random text is not working code” but we did it.