ed is the standard text editor https://www.gnu.org/fun/jokes/ed-msg.en.html
- 0 posts
- 9 comments
- 5 months
From the article:
Certain applications work poorly without SSD. These apps end up having either no titlebar or a weird one, and the user can’t move or resize them easily. Davinci Resolve is one notable example, but it’s not the only one.
- nocteb@feddit.orgtoProgrammer Humor@programming.dev•y'all are gonna hate me for this, but it's the truth6 months
Pull the master slider in alsamixer. I don’t think it will break anything anyway (except your ears if it’s loud). Most audio outputs are AC coupled meaning they will filter out DC and very low frequency which is the most dangerous part for a speaker.
- nocteb@feddit.orgtoProgrammer Humor@programming.dev•y'all are gonna hate me for this, but it's the truth6 months
No it interprets the list of filenames as raw sound data which basically makes random noise maybe with a few bleeps when there are patterns
throw std::future_error(std::make_error_code(std::future_errc::broken_promise));
- nocteb@feddit.orgtoLinux@programming.dev•Linus Torvalds Rejects RISC-V Changes For Linux 6.17: "Garbage"11 months
They named a function slightly poorly. As if Linus has never done that.
Not only that. They introduced a obscure function, which inner workings are not clear and that is only used by their new code into a global header which is used by many other code parts, which means other people could start using it. This could lead to bugs since the semantics are not clear from the function name or if they change the function in the future. Also they added their pull request much too late to be properly reviewed.
Reminds me of this: https://www.youtube.com/watch?v=5IsSpAOD6K8
i would use (vs)code or pycharm