This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# `autoingestion.sh` downloads Apple iOS App Store sales data. It will | |
# download it to the same folder the script is running from, and group | |
# the downloaded files into directories by report type. | |
# | |
# It will only attempt to download if new sales data should be | |
# available. | |
# | |
# As skipping already downloaded files depends on the filename pattern |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Many entrepreneurs feel alone at times and cannot connect with friends or family because they simply do not understand, that is where mastermind groups come into play. Mastermind groups can be your secret weapon when it comes to staying focused and making progress. | |
A mastermind group is a selection of people who are actively trying to accomplish a similar goal. Once a week or more, this group meets either in person or via video chat to discuss their problems, their wins and to keep each other accountable for the tasks they said they would achieve. At the end of the meetings, each member tells the rest their goals for the next week. | |
<h3>What Can You Create A Mastermind Group For?</h3> | |
Mastermind groups have typically been used by entrepreneurs trying to achieve similar goals but this is not the only use for them. So what kind of achievements can you use mastermind groups for? | |
Starting A New Business | |
Learning A New Skill |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I started my first company right out of high school. It was nothing fancy but served a small niche which I had plenty of connection too. I was raised in an entrepreneur environment so starting and running a business was nothing new to me but there was one moment I remember, where something in my mindset changed. I noticed I was spending way to much time learning how to do things that did not generate sales or help me. These tasks were repetitive and I am more important things to do as a solopreneur. At this time, I stumbled on a book called The 4 Hour Work Week by Tim Ferriss. | |
The main thing I learned from this experience was to outsource the stuff you don't know how to do, don't want to do and the things you shouldn't be doing. I know this sounds a bit crazy, I mean, your an entrepreneur. You should be able to figure everything out and be the go to guy right? WRONG! That is exactly what you do NOT want to do. | |
Outsourcing and working with virtual assistants opened a completely new world to me.I was enligh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
the best way (I've found) to completely uninstall node + npm is to do the following: | |
go to /usr/local/lib and delete any node and node_modules | |
go to /usr/local/include and delete any node and node_modules directory | |
if you installed with brew install node, then run brew uninstall node in your terminal | |
check your Home directory for any local or lib or include folders, and delete any node or node_modules from there | |
go to /usr/local/bin and delete any node executable | |
You may need to do the additional instructions as well: | |
sudo rm /usr/local/bin/npm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Restart Bluetooth Module on Mac OS X | |
# | |
# Requires Blueutil to be installed: http://brewformulas.org/blueutil | |
BT="/usr/local/bin/blueutil" | |
log() { | |
echo "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 | |
__author__ = 'Charlie Qiu <[email protected]>' | |
import logging | |
import urllib.parse | |
import base64 | |
import os | |
import requests | |
import yaml | |
from django.conf import settings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Stable Diffusion is an AI art generation model similar to DALLE-2. | |
Here are some prompts for generating art with Stable Diffusion. | |
Example: | |
- A ghostly apparition drifting through a haunted mansion's grand ballroom, illuminated by flickering candlelight. Eerie, ethereal, moody lighting. | |
- portait of a homer simpson archer shooting arrow at forest monster, front game card, drark, marvel comics, dark, smooth | |
- pirate, deep focus, fantasy, matte, sharp focus | |
- red dead redemption 2, cinematic view, epic sky, detailed, low angle, high detail, warm lighting, volumetric, godrays, vivid, beautiful | |
- a fantasy style portrait painting of rachel lane / alison brie hybrid in the style of francois boucher oil painting, rpg portrait |