N O
I enjoyed the paper, thanks. I am now inspired to rewrite some C++ in Haskell. Anyone have a modern example of this type of research? Opinions are welcome!
This is the most valuable comment here.
All you need is vanilla JavaScript! Seriously. Email me at john.has.come@gmail.com I will be glad to discuss my approach to completely avoiding these frameworks.
It was remarkable to me that I could not think of a good example for you. Apparently I myself to not have any good C# to share even though I have worked with the language a lot. Anyways, I suggest you use Visual Studio,…
Haha, yes! Wait a second, lets just use rsync!
Coffee
I have been using symmetrically encrypted TCP servers and clients, which I have been developing in a C++ library. I believe the standard is basically TLS 1.2 asymmetric encryption and then token-based authentication via…
This is a hilariously difficult question, and I think stuff4ben provided a great answer. I'm going to start naming my web servers: web-server-load-balancer web-server-1 web-server-2 web-server-3
Right. I think it is quite practical to wrap std::thread into "tasks" using std::mutex and/or std::atomic<T>. If anyone has a multi-threaded conundrum, I'd be glad to discuss it.
Modern C++ has some great, simple constructs like std::thread and std::mutex. What kind of parallelization do you need?
Ok so I guess the resulting lesson from Canada for me is that having a HASH or MAC for encrypted files is the most critical part of any secure system OP is interested in. Furthermore, Canada, what about privately…
I agree that using the command line for this type of problem is going to be problematic. I also see clearly how hashing the encrypted data before "storing it at this 3rd party" would allow you to verify CBC block…
He is uploading files to an UNTRUSTED third party. I'm personally curious about the best solution... @Canada, if the "malicious"(untrusted?) server modifies the backup how could you decrypt anyway?
Use AES 256 bit encryption. It looks like you found some openssl command line tools to do this, which appears fine. (I can't speak on the details of that particular tool.) Depending on your technology stack, there are…
VirtualBox http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-... Then you can setup a great Linux VM and not have to worry about anything! (Sorta joking.) # yum -y install epel-release xterm firefox # yum -y…
redhat linux, postgresql, modern C++, and plain old js
I see how a mail server would be annoying to maintain. How about a file server with server-grade hard disks setup in RAID? I hope current digital file storage strategies and Ethernet internet exists in 20 years!
Notepad on Windows, vi on Linux.
THIS is a great idea. THIS is how brain-wave-mapping should be approached. THIS is actually how AI will become anything.
Create a successful business; "$300k is not that big amount."
Software engineering covers is an increasingly wide range of skills. For me, it has been critically important to realize the things which I love doing in this field, and the things which I am genuinely particularly good…
Code with few dependencies! I am not a fan of app-generators or specialized overweight package managers. Folks take enough advantage of yum/apt.
I personally recommend a vanilla front-end. Contact me for details. ^_^
Do what inspires you! That likely implies you don't consider the opportunity costs; be ready to take risks and learn from your mistakes. Try to reach milestones on any project. Personally, in this stage of my software…
N O
I enjoyed the paper, thanks. I am now inspired to rewrite some C++ in Haskell. Anyone have a modern example of this type of research? Opinions are welcome!
This is the most valuable comment here.
All you need is vanilla JavaScript! Seriously. Email me at john.has.come@gmail.com I will be glad to discuss my approach to completely avoiding these frameworks.
It was remarkable to me that I could not think of a good example for you. Apparently I myself to not have any good C# to share even though I have worked with the language a lot. Anyways, I suggest you use Visual Studio,…
Haha, yes! Wait a second, lets just use rsync!
Coffee
I have been using symmetrically encrypted TCP servers and clients, which I have been developing in a C++ library. I believe the standard is basically TLS 1.2 asymmetric encryption and then token-based authentication via…
This is a hilariously difficult question, and I think stuff4ben provided a great answer. I'm going to start naming my web servers: web-server-load-balancer web-server-1 web-server-2 web-server-3
Right. I think it is quite practical to wrap std::thread into "tasks" using std::mutex and/or std::atomic<T>. If anyone has a multi-threaded conundrum, I'd be glad to discuss it.
Modern C++ has some great, simple constructs like std::thread and std::mutex. What kind of parallelization do you need?
Ok so I guess the resulting lesson from Canada for me is that having a HASH or MAC for encrypted files is the most critical part of any secure system OP is interested in. Furthermore, Canada, what about privately…
I agree that using the command line for this type of problem is going to be problematic. I also see clearly how hashing the encrypted data before "storing it at this 3rd party" would allow you to verify CBC block…
He is uploading files to an UNTRUSTED third party. I'm personally curious about the best solution... @Canada, if the "malicious"(untrusted?) server modifies the backup how could you decrypt anyway?
Use AES 256 bit encryption. It looks like you found some openssl command line tools to do this, which appears fine. (I can't speak on the details of that particular tool.) Depending on your technology stack, there are…
VirtualBox http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-... Then you can setup a great Linux VM and not have to worry about anything! (Sorta joking.) # yum -y install epel-release xterm firefox # yum -y…
redhat linux, postgresql, modern C++, and plain old js
I see how a mail server would be annoying to maintain. How about a file server with server-grade hard disks setup in RAID? I hope current digital file storage strategies and Ethernet internet exists in 20 years!
Notepad on Windows, vi on Linux.
THIS is a great idea. THIS is how brain-wave-mapping should be approached. THIS is actually how AI will become anything.
Create a successful business; "$300k is not that big amount."
Software engineering covers is an increasingly wide range of skills. For me, it has been critically important to realize the things which I love doing in this field, and the things which I am genuinely particularly good…
Code with few dependencies! I am not a fan of app-generators or specialized overweight package managers. Folks take enough advantage of yum/apt.
I personally recommend a vanilla front-end. Contact me for details. ^_^
Do what inspires you! That likely implies you don't consider the opportunity costs; be ready to take risks and learn from your mistakes. Try to reach milestones on any project. Personally, in this stage of my software…