Two weeks ago from today November 15, I opened an Access account at Citibank through their online application. I've never seen a bank account that is online-only, so it is fitting that I sign up on...
Decided to start off an "Interesting things in Software" post to start logging things that I found interesting to read about.
Sonification of Algorithms
It is all about assigning a sound effect (esse...
I am going to assume you know what pointers are for and why you use them. If not, please go learn about stack and heap memory.
If you are like me, you know raw pointers look like this: `int * someNu...
Just watch this:
https://www.youtube.com/watch?v=iLiDezv_Frk and learn why C++ does what it does.
*Mic drop*
When I used to hangout in IRC gamedev channels, template metaprogramming was that arcane and cryptic thing to me... It still is. Why would anyone use it anyway? How does it make life easier for me?...
To start off, I'm using a Mac and you know we have homebrew to install things, so lets use it to use boost in our C++ program.
To install homebrew:
Go to
http://brew.sh/ and you follow the instructio...
I have not officially programmed in C++ for a long time though I did program C in successfully fixing and refactoring a python C module. I've been programming Java at work for a good amount of time...
https://berniesanders.com/press-release/sanders-statement-dnc-chair-resignation/
Prime example of today where a "leader" resigns directly to the evidence of not being capable of demands of the job.
T...
TL;DR: Enable private networking and bind to those IPs with your database and make sure your web server connects to that IP. You need to create a ssh tunnel to database server if you want to access...