Avatar

brettvitaz

brettvitaz@programming.dev
Joined
0 posts • 26 comments
Direct message
Deleted by creator
permalink
report
parent
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

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

To be fair he opens everything in seconds.

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
Deleted by creator
permalink
report
parent
reply

Ok. Thanks for the info I guess. I don’t like Visual Studio on Windows. I use it for work and it’s not better than Rider or any of the JetBrains ides.

permalink
report
parent
reply

That’s just your opinion, and your specific use case. I do not enjoy using Visual Studio, and MS no longer makes it for the Mac (the superior developer platform (see what I did there?)). JetBrains products have their weaknesses but they are damn good.

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