The SSD would be fine :)
Jacquers
Posts
-
Would it work? -
Would it work?SSD isn't great for long term storage. They need to be powered on now and then to keep the nand storage active. Rather use a normal HDD for backup and storage.
-
I Need to Copy Hundreds of DVDs to a Portable HDDIf you use a ssd keep it in mind it has a limited amount of write cycles, which is probably fine for using it as a backup. But I've read that it needs to be powered on every now and then to refresh the nand memory.
-
No newsletter this week?I haven't received a newsletter since Aug 29.
-
Okay, without starting a religious argument - best linux distro for development?[Pop!_OS by System76](https://pop.system76.com/) might be worth a look. NixOS looks interesting.
-
GitHub Copilot...I've found it to save some time with autocomplete when you have an existing example in the code to work from and it's a repetitive task. E.g. public void IsNumberEven(int number) { if (number == 0) return true; if number == 1) return false; if number == 2) return true; // copilot will do well with autocomplete here } :P
-
I have anxiety now...[Noda Time | Date and time API for .NET](https://nodatime.org/)
-
Your Code Editor ThemesI prefer the comments more out of sight, but VS Code lets you override theme colors, so you can have it like you want it :)
-
Your Code Editor ThemesVisual Studio - Default Dark Visual Studio Code - Panda Syntax, with some tweaks.
-
Why is javascript so dislikedMarkTJohnson wrote:
My biggest gripe is lack of typing of variables.
Typescript to the rescue :)
-
How to duplicate Ubuntu OS?Clonezilla?
-
VSCode updatesMisc bugfixes... :laugh: You can always check the list of issues closed for that release on GitHub :)
-
Myopia, or why I can't C#Why not?
-
Myopia, or why I can't C#Sounds like a situation where unit tests would work well.
-
MS Changes Things In VS AGAIN!Maybe to match VS Code?
-
Thunderbird: Number of new mails doesn't matchMaybe try thunderbird forums / support.
-
Thunderbird: Number of new mails doesn't matchDuplicates in 'All Mail' and Important ? I've seen that happen, but didn't pay attention to the message count.
-
EdgeAs in Edge computing, vertices, etc. Perhaps, it's an interesting thought :) So it's not referring to the rounded corner design? Micro soft edge? :P
-
On potentially enabling piracy and responsibilities in that regardIf you don't want people using it for piracy, then release a crippled version.
-
Closures (C#)I thought you were kidding, but it actually exists :laugh: [GitHub - MaxwellWilliams/guavascript: CMSI 488 Compilers repository for Evan and Max's group project.](https://github.com/MaxwellWilliams/guavascript)