|
You are here |
danlark.org | ||
| | | | |
ehudreiter.com
|
|
| | | | | I am often asked how AI will impact Computer Science teaching. The biggest challenge is adapting what we teach so that it is relevant to a world where AI assistants are heavily used in software development. We should also use AI tutors to help teach. Least important is making assessments more resistant to AI cheating. | |
| | | | |
ilya-sher.org
|
|
| | | | | Using the first element of an array without additional checks is a common mistake. function getMyThing() { const things = getMyThings(...); return things[0]; } The code above assumes that there is at least one element in things. Unfortunately, it doesn't do anything about the situation when this assumption is not true. The following fix (or... | |
| | | | |
lnxwalt.wordpress.com
|
|
| | | | | Digital Prism has a new post up telling how to improve the security of electronic mail. Signing & Encrypting Email In Thunderbird Email security isn't just for the experts, or the rich. It's for you too. It's a bit of an enigma at first, but once it's set up it's pretty easy to use. This... | |
| | | | |
domainofgreyhawk.wordpress.com
|
|
| | | Sam "Samwise" Weiss posted this on the CanonFire Discord and I had to share. Because I think this is about the most Greyhawk meme I have ever seen ... | ||