Avatar

brettvitaz

brettvitaz@programming.dev
Joined
0 posts • 17 comments
Direct message

puddy knife

🤣

permalink
report
parent
reply

This brings back trauma

permalink
report
parent
reply

someone please correct me if I’m wrong but I believe that for it to be possible, the application that plays the mkv file would have to have a remote execution exploit and the code for the virus would be executed through the player. the player would be required to have elevated privileges. I think this is exceptionally unlikely for vlc

permalink
report
reply

I really enjoy this mod for how consistent it keeps the temperature. I am thinking about doing a similar upgrade to an older Gaggia Classic that has pressure sensors and runs on a Raspberry Pi

permalink
report
reply

Every time I have reached for TOML I have ended up using JSON. The first reason is that Python standard library can read but not write TOML, which is generally useless for me. The second reason is TOML does not add any benefit over JSON. It’s not that much easier to read and IMO JSON is easier to write by hand because the syntax rules are completely obvious.

permalink
report
reply

Only if the code base is well tested.

Edit: always add tests when you change code that doesn’t have tests.

permalink
report
parent
reply

I agree with your first point, but pretty strongly disagree with the other two. Code review is critical. Devs should be discussing changes and design choices. One Dev can not be all things all the time and other people have experience you do not or can remind you of things you forgot. Programming language absolutely matters when you’re not the only dev on the team.

permalink
report
parent
reply

I don’t follow the 50 character rule, but to answer your first question: imo, no, don’t mention where you fixed the bug. This is a commit message that is explicitly tied to the place where you fixed the bug. You can go into more detail in the PR if you need to.

permalink
report
parent
reply