Skip to content

Instantly share code, notes, and snippets.

View jcinis's full-sized avatar
BECOMING A SPHERE

Jessey White-Cinis jcinis

BECOMING A SPHERE
View GitHub Profile
@jcinis
jcinis / ubud-bali-recommendations.md
Last active February 12, 2022 03:13
Ubud Bali Recommendations
@jcinis
jcinis / new-orleans-recommendations.md
Last active December 24, 2020 05:02
New Orleans Recommendations

New Orleans Recommendations

Stay

To start I highly recommend not staying on or around Canal Street. Most of the large hotels and deals that you will find will be in that area, however, the street lacks soul and culture and when you walk out the front door, a plastic tourist trap is not what you are looking for.

Airbnb is probably the best way to stay in new orleans. Much of the flavor of the city is on the side-streets and scattered in beautiful neighborhoods so this is where you will also want to be.

If you can try to stay in the Marigny or Bywater, on the far-end of the quarter (close to esplanade) or uptown or in the upper or lower garden district.

@jcinis
jcinis / lifeday.js
Last active October 17, 2018 03:49
Calculating my life in days instead of years
const moment = require("moment");
// The number of days since your birthday + 1 (so that your birthday counts as day #1)
let lifeDay = moment().diff(moment("1981-04-17"),"days") + 1;
console.log("Today is day " + lifeDay + " of my life");

Keybase proof

I hereby claim:

  • I am jcinis on github.
  • I am jcinis (https://keybase.io/jcinis) on keybase.
  • I have a public key ASBXSgX8-BQDlto8BT_LRii6TGjqa9f55RFa9ywpnZfqWgo

To claim this, I am signing this object:

Verifying that "jcinis.id" is my Blockstack ID. https://onename.com/jcinis
@jcinis
jcinis / tokyo-nyc.py
Created November 3, 2016 09:44
Shibuya, Tokyo to Williamsburg, New York door to door
from datetime import datetime
from pytz import timezone
start = '2016-11-02 13:00:00'
start_timezone = 'Asia/Tokyo'
end = '2016-11-02 18:18:00'
end_timezone = 'US/Eastern'
start_native_dt = datetime.strptime(start, "%Y-%m-%d %H:%M:%S")
Verifying that +jcinis is my blockchain ID. https://onename.com/jcinis
@jcinis
jcinis / nubook-mongodb-backup.py
Created January 9, 2015 19:47
MongoDB backup script used at nubook.com
#!/usr/bin/env python
'''
Script to backup mongodb data and push it out to s3
Tarballs will remain so local backups will need to be removed manually in the case that the drive is full
Run from crontab
20 1 * * * /usr/local/bin/nubook-mongodb-backup >/dev/null 2>&1
'''
server {
listen 80;
server_name _;
access_log /var/log/nginx/proxy.access.log;
underscores_in_headers on;
# your standard Nginx config for your site here...
location / {
proxy_set_header Host $host;
proxy_redirect off;

I hereby claim:

  • I am jcinis on github.
  • I am jcinis (https://keybase.io/jcinis) on keybase.
  • I have a public key whose fingerprint is F4CB 4F01 3D7C 0373 181E FA7A 6BEE 105D 780B 8BA7

To claim this, I am signing this object:

{